.jSelect {
	float:left;
	padding:0;
	display:inline!important;
	position:relative;
	cursor:pointer;
	height:22px;
	line-height:16px;
	font-family:Arial,'Lucida Grande',Verdana,Helvetica,sans-serif;
	color:#ffffcc;
	font-weight:bold;
	font-size:11px;
	background-position:right top;
	background-repeat:no-repeat;
}

.jSelect.customSelect_140{width:140px;margin:0 0 10px 0;}
.jSelect.customSelect_310{width:310px;margin:0 0 10px 0;}
.jSelect.customSelect_150_10_0{width:150px;margin:4px 0 10px 10px;float:right;}/* float:right is an ie fix */
.jSelect.customSelect_150_0_10{width:150px;margin:4px 0 0 0;}
.jSelect.customSelect_150{width:150px;margin:4px 0 0 0;}
.jSelect.customSelect_145{width:145px;margin:4px 0 0 0;}
.jSelect.customSelect_145_20_0{width:145px;margin:4px 0 0 20px;}

.jSelect div{
	padding:3px 24px 4px 5px;
	overflow:hidden;
	/*height:16px;*/
}
.jSelect.customSelect_140{background-image:url(select_140_red_bg.gif);}
.jSelect.customSelect_310{background-image:url(select_310_white_bg.gif);}
.jSelect.customSelect_150_10_0,.jSelect.customSelect_150_0_10,.jSelect.customSelect_150,
.jSelect.customSelect_145,.jSelect.customSelect_145_20_0{background-image:url(select_150_white_bg.gif);}

.jSelect ul{
	display:none;
	position:absolute;
	top:21px;
	background-color:#ff523b;
	/*border:1px solid #cf2310;*/
	z-index:100;
	max-height:250px;
	overflow:auto;
	overflow-x:hidden;
}
.jSelect.customSelect_140 ul{width:139px;}
.jSelect.customSelect_310 ul{width:309px;}
.jSelect.customSelect_150_10_0 ul,.jSelect.customSelect_150_0_10 ul{width:149px;}
.jSelect.customSelect_150 ul{width:149px;}
.jSelect.customSelect_145,.jSelect.customSelect_145_20_0{width:144px;}

.jSelect.open ul{display:block;}

.jSelect ul li{
	background-image:none;
	list-style-type:none;
	padding:3px 5px 2px 5px;
}
.jSelect.customSelect_140 ul li{width:129px;}

.jSelect.customSelect_145 ul li,.jSelect.customSelect_145_20_0 ul li{width:133px;}

.jSelect ul li:hover,.jSelect ul li.selected{
	background-color:#FF8666;
	color:#FFFFCC;
}
