div#select_reprezentante_container { position: relative; z-index:1000; float:left; margin:11px 0px 0px 4px; }
.conf_header div#select_reprezentante_container { margin-top:18px; }
select#ptn_reprezentante { float:left; }
input#new_ptn_reprezentante { width:76px;	height:15px; background:url(../i/custom_select/select_100.gif) no-repeat; }
div#select_reprezentante_container .cs_arrow { top:0; left:82px; }
div#opts_new_ptn_reprezentante { width:100px; overflow:auto; min-height:120px; }
* html div#opts_new_ptn_reprezentante { height:140px; } /*IE6*/
*:first-child+html div#opts_new_ptn_reprezentante { min-height:120px; } /*IE7*/

div#select_goplanet_container { float:left; margin:11px 0px 0px 0px; position: relative; z-index:1000; }
.conf_header div#select_goplanet_container { margin-top:18px; }
select#ptn_goplanet { float:left; }
input#new_ptn_goplanet { width:76px; height:15px; background:url(../i/custom_select/select_100.gif) no-repeat; }
div#select_goplanet_container .cs_arrow { top:0; left:82px; }
div#opts_new_ptn_goplanet { width:100px; overflow:auto; min-height:120px; }
* html div#opts_new_ptn_goplanet { height:140px; } /*IE6*/
*:first-child+html div#opts_new_ptn_goplanet { min-height:120px; } /*IE7*/

div#dealer_select_reprezentante_container { position: relative; z-index:1000; float:left; margin:4px 0px 0px 4px; }
select#dt_reprezentante { float:left; }
input#new_dt_reprezentante { width:76px;	height:15px; background:url(../i/custom_select/select_100.gif) no-repeat; }
div#dealer_select_reprezentante_container .cs_arrow { top:0; left:82px; }
div#opts_new_dt_reprezentante { width:100px; overflow:auto; min-height:120px; }
* html div#opts_new_dt_reprezentante { height:140px; } /*IE6*/
*:first-child+html div#opts_new_dt_reprezentante { min-height:120px; } /*IE7*/

/*base code:*/
input.newCS
{
	margin:0;
	padding-top:2px;
	padding-left:6px;
	padding-right:18px;
	float:left;
	border:none;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#83b4d8;
	overflow-x:hidden;
	cursor:pointer;
}
a.cs_arrow {
	position:absolute;
	top:0;
	left:0;
	z-index:9998;
	display:block;
	width:18px;
	height:17px;
	float:left;
	background:url(../i/custom_select/arrow_right.gif) no-repeat;
}

div.opts
{
	color:#006cb8;
	position:absolute;
	background-color:#fff;
	border:1px solid #bdbdbd;
	z-index:9999;
}

div.opts div
{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px 2px 2px 6px;
	cursor:pointer;
	/*background-image:url(../i/custom_select/arrow.gif);
	background-repeat:no-repeat;
	background-position:6px 4px;*/
}

div.opts div.opt
{
	background-color:#fff;
}

div.opts div.optHover
{
	color:#02457d;
	background-color:#8cc6f6;
}
