
span.select_text {
	outline: none;
}
span.select_small_text {
	outline: none;
}

div.select {
	position: relative;
	width: 235px;
	min-height: 28px;
	border: 0px solid #5380a8;
	background: #fff url('../img/customselect_bg.jpg') left top no-repeat;
	outline: none;
	cursor: default;
	/*z-index: 20;*/
	text-align: left;
	padding-right: 0px;
}
div.select_small {
	float:right; 
	margin-right:0px;
	position: relative;
	width: 62px;
	min-height: 22px;
	border: 0px solid #5380a8;
	background: #fff url('../img/small_box.jpg') left top no-repeat;
	outline: none;
	cursor: default;
	/*z-index: 20;*/
	text-align: left;
	padding-right: 0px;
}



* html div.select {
	height: 28px;
}
* html div.select_small {
	height: 28px;
}

div.select_text {
	padding: 0px 0px 0px 10px;
	line-height: 27px;
	color: #00A1B1;
	text-transform: uppercase;
	font-size: 12px;
	/*width: 100px;*/
	
	display: block;
	white-space: nowrap;
	overflow-x: hidden;
}
div.select_small_text {
	padding: 0px 0px 0px 10px;
	line-height: 27px;
	color: #00A1B1;
	text-transform: uppercase;
	font-size: 12px;
	/*width: 100px;*/
	margin-left:5px;
	
	display: block;
	white-space: nowrap;
	overflow-x: hidden;
}


div.select_options {
	display: none;
	z-index: 20;
	background: #fff url('../img/background_degrade.png') left top repeat-y;
	position: absolute;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
/*	max-height: 154px;
	overflow: auto;*/
}

div.select_small_options {
	display: none;
	z-index: 200;
	background: #fff url('../img/background_degrade.png') left top repeat-y;
	position: absolute;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
/*	max-height: 154px;
	overflow: auto;*/
}

/*
* html #photoGallerySelectBox_options { 
   height: expression( this.scrollHeight > 153 ? "154px" : "auto" );
}*/

div.select_options ul {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	height: 300px;
	overflow-y: scroll;
}
div.select_small_options ul {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}

div.select_options ul li {
	background: transparent !important;
	border-bottom: 1px dotted #cccccc !important;
	line-height: 15px !important;
	margin: 0px 0px 0px 0px !important;
	padding: 2px 10px 2px 10px !important;
	color: #333333 !important;
	text-transform: normal !important;
	font-size: 12px !important;
}
div.select_small_options ul li {
	background: transparent !important;
	border-bottom: 1px dotted #cccccc !important;
	line-height: 15px !important;
	margin: 0px 0px 0px 0px !important;
	padding: 2px 10px 2px 10px !important;
	color: #333333 !important;
	text-transform: normal !important;
	font-size: 12px !important;
}


div.select_options ul li:hover {
	color: #0195a4;
}
div.select_small_options ul li:hover {
	color: #0195a4;
}
div.select_options ul li.selected {
	
	color: #0195a4 !important;
}
div.select_small_options ul li.selected {
	
	color: #0195a4 !important;
}

div.select_options ul li.last {
	border-bottom: 0px solid #87daed !important;
}
div.select_small_options ul li.last {
	border-bottom: 0px solid #87daed !important;
}
