/* Dropdown control */
.selectBox-dropdown {position: relative;	display: inline-block; overflow:hidden;
	line-height: 1.5; text-decoration: none; cursor: default; 
	outline: none; vertical-align: middle;	
	width: 133px; /* width = (desired width) - padding-right */
	color: #000;	
	height:22px;	
	background:url("../images/bg_select1.gif") 0 0 no-repeat;	
	/*margin-top:-5px;*/
	float:left;
	margin-right:12px;
}
.selectBox-dropdown.selectBox_admin_form {	    
	color: #5c5c5c;	
	height:30px;
	background:url("../images/bg_admin_select1.png") 0 0 no-repeat;		
	margin-right:27px;	
	width:235px;
}
.selectBox-dropdown.selectBox_admin_form .selectBox-label{line-height:30px;}

.text .info_block2 form .selectBox-dropdown{float:none; width:264px;}
.text .filter_bar form .topic_filter .selectBox-dropdown{float:none;  width:132px; text-align:left;}
.text .filter_bar form .mess_filter .selectBox-dropdown{float:none; text-align:left; width:146px; overflow:hidden;}
.text .filter_bar form .time_filter .selectBox-dropdown{float:none; text-align:left; width:147px;}
.text .photo_part_edit .phot_list .selectBox-dropdown{float:none; text-align:left; width:115px; margin-right:22px;}

.text a.selectBox:hover{color:#000 !important;}

.text .brend_list .brends_form  .selectBox-dropdown {} 
.text .togle_form  .price_fild .selectBox-dropdown{float:none; vertical-align:middle; line-height:21px; width:60px;}
.text .togle_form  .price_fild  .brite_fild .selectBox-dropdown{width:125px;}
.text .togle_form  .dostav_fild .brite_fild  .selectBox-dropdown{width:105px;}
.text .catalog_spis .catalog_form  .v_razdel2 .selectBox-dropdown,
.text .brend_list .brends_form .v_razdel2 .selectBox-dropdown
 {display:block !important; float:none; width:100%;} 
.text .brend_list .brends_form  .v_razdel .selectBox-dropdown, 
.text .catalog_spis .catalog_form  .v_razdel .selectBox-dropdown 
{margin-left:160px; width:auto; display:block !important; float:none;} 
.text .brend_list .brends_form  .v_dop .selectBox-dropdown ,
.text .catalog_spis .catalog_form .v_dop .selectBox-dropdown {margin-left:12px; width:auto; display:block !important; float:none;} 
.text .brend_list .brends_form  .v_type .selectBox-dropdown {margin-left:96px; margin-right:0; width:auto; display:block !important; float:none;} 
.text .top100_diagrama .top100_form  .date_fild .selectBox-dropdown {margin-right:0; width:132px; float:none; vertical-align:top;}  
.text .brend_list .brends_form  .v_rejt .selectBox-dropdown {margin-left:14px;  margin-right:27px; width:170px;} 

.text .hits_form .selectBox-dropdown {width:215px; margin:0 3px 0 4px;}
.fix1024 .text .hits_form .selectBox-dropdown {width:187px;}

.text .rassilka_form .b_period .selectBox-dropdown, .text .rassilka_form .b_format .selectBox-dropdown {display:inline-block !important; float:none;} 
.text .rassilka_form .b_period .selectBox-dropdown{width:134px;} 
.text .rassilka_form .b_format .selectBox-dropdown {width:68px;} 

*HTML .text .brend_list .brends_form  .v_type .selectBox-dropdown {margin-top:-22px;} 
*HTML .text .brend_list .brends_form  .v_razdel .selectBox-dropdown {margin-top:-22px;} 
*HTML .text .brend_list .brends_form  .v_dop .selectBox-dropdown {margin-top:-30px; margin-bottom:-1px;} 

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {}
.selectBox-dropdown.selectBox-menuShowing {}

.selectBox-dropdown .selectBox-label {overflow: hidden !important; display: inline-block;
	width: 100%;  white-space: nowrap;	
	/*padding: .2em .3em;*/
	/*padding: 0 .3em;	*/
	height:22px;
	line-height:22px;
	text-indent:6px;	
}
.selectBox-dropdown .selectBox-arrow {position: absolute;
	top: 0;	right: 0; width: 23px;	height: 100%;	
	background:url("../images/bg_select2.gif") right 0 no-repeat; 
}
.selectBox-dropdown.selectBox_admin_form .selectBox-arrow {
	width: 27px;
	background:url("../images/bg_admin_select2.png") right 0 no-repeat; 
}
/* Dropdown menu */
.selectBox-dropdown-menu {overflow: auto; position: absolute; z-index: 99999;	max-height: 200px;
	border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
	border-top:none;
	background: #FFF;	
}
/* Inline control */
.selectBox-inline {
	/*width: 250px;*/
	outline: none;
	border: solid 1px #BBB;
	background: #FFF;
	display: inline-block;	
	overflow: auto; 
}
.selectBox-inline:focus {
	border-color: #666;
}
/* Options */
.selectBox-options{z-index:900;}
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display:block;
	cursor:default;
	padding: 0;
	margin: 0;	
	font-size:12px;}

.selectBox-options,
.selectBox-options li,
.selectBox-options a {display:block;}
.selectBox-options{width:auto !important;}

.selectBox-options LI A {
	line-height: 1.5;
	/*padding: 0 1em;*/
	white-space: nowrap;
	overflow: hidden;
	text-decoration:none;	
	padding:0 10px !important;		
}
.selectBox-label  span, .selectBox-options LI A  span{color:#c34c46;}

.selectBox-options LI.selectBox-hover A , .selectBox-options LI.selectBox-hover , .selectBox-options LI:hover {
	background-color: #EEE;
	/*text-decoration:underline;*/
}
.selectBox-options LI.selectBox-disabled A {
	color: #d2d3d5;
	background-color: transparent !important;
}
.selectBox-options LI.selectBox-selected A {
	/*background-color: #C8DEF4;*/
	color: #DF413D;
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}
.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}
/*custom*/
 .mit_select .selectBox-dropdown .selectBox-label{font-size: 12px; color:#231f20;  font-weight:bold;}

.top_block .block3 .b_form .selectBox-dropdown .selectBox-label, 
.right .variant .mit_select .selectBox-dropdown .selectBox-label,
.right .categor .mit_select .selectBox-dropdown .selectBox-label
{height:28px; line-height:28px;}

.top_block .block3 .b_form  .selectBox-dropdown .selectBox-arrow,
.right .categor .mit_select .selectBox-dropdown .selectBox-arrow,
.right .variant .mit_select .selectBox-dropdown .selectBox-arrow 
{height:28px; line-height:28px;}
.top_block .block3 .b_form .selectBox-dropdown, 
.right .categor .mit_select .selectBox-dropdown, 
.right .variant  .mit_select .selectBox-dropdown 
{height:28px; line-height:28px;}

.right .categor .mit_select .selectBox-dropdown .selectBox-label  {color:#007ea2}

/*.top_block .block3 .b_form .selectBox-dropdown .selectBox-label{color:#d2d3d5;}
.top_block .block3 .b_form .selectBox-dropdown:hover .selectBox-label{color:#231f20;}*/

*HTML .selectBox-dropdown {margin-right:0;}
.selectBox-dropdown.selectBox_admin_form {#overflow:hidden;}