
/* Select Box */
.cef_selectBox_bg{
	height:26px;
	width:185px;
	overflow:hidden;
	z-index: 1;
	position:relative;
	padding: 0px !important;
	margin: 0px 0px 0px 15px !important;
}
.cef_selectBox_r {
	height:26px;
	width:27px;
	float:right;
	background:url('img/select1.jpg') no-repeat -55px 0px;
	z-index: 1;
	position:relative;
	padding: 0px !important;
	margin: 0px !important;
}
.cef_selectBox_l {
	height:26px;
	width:14px;
	float:left;
	background:url('img/select1.jpg') no-repeat 0 0px;
	z-index: 1;
	position:relative;
	padding: 0px !important;
	margin: 0px !important;
}
.cef_selectBox_m {
	height:26px;
	background:url('img/select2.jpg') repeat-x;
	z-index: 1;
	position:relative;
	padding: 0px !important;
	margin: 0px 0px 0px 10px !important;
}
.cef_selectBox_over .cef_selectBox_r {
	background:url('img/select1.jpg') no-repeat -28px 0;
	z-index: 1;
	position:relative;
}
.cef_selectBox_m span {
	font-size:12px;
	float:left;
	z-index: 1;
	position:relative;
	padding: 0px !important;
	margin: 8px 0px 0px 0px !important;
}
select.select_manufacturer {
	line-height:26px;
	color:#000;
	height:26px;
	font-size:12px;
	padding: 0px !important;
	margin: -26px 0px 0px -105px;
	position:absolute;
	-moz-opacity:.0;
	filter:alpha(opacity=0);
	opacity:.0;
	z-index: 99;
	width: 185px !important;
}
