
/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 153px !important;
	position:relative;
	height: 38px;
	background: url(../images/select-box-bg.png)  no-repeat top left;
	float:left;
}

.jqTransformSelectWrapper div span {
	font-family: 'HelveticaLTStdBold';
	font-style:normal;
	color:#717171;
	font-size: 12px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 28px;
	line-height: 15px;
	padding: 10px 0 0 7px;
	overflow: hidden;
	cursor:pointer;
	width:115px !important;
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 38px;
	height: 38px;
	background:  url(../images/select-box-arrow.png) no-repeat center center;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 153px !important;
	top: 36px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#333;
	background-color: #FFF;
	font-size: 12px;
	font-family: 'HelveticaLTStdBold';
	font-style:normal;
	color:#717171;
}

.jqTransformSelectWrapper ul a.selected {
	background: #EDEDED;
	color: #333;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#EDEDED;
	color: #000;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}