@CHARSET "UTF-8";
.sbHolder{
	background-color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	height: 30px;
	position: relative;
	min-width: 120px;
}
.sbHolder:focus .sbSelector{}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
	white-space: pre;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #000;
	outline: none;
	text-decoration: none;
}
.sbToggle {
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}


.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{}
.sbHolderDisabled .sbToggle{}
.sbOptions {
	background-color: #FFF;
	border: solid 1px #AAA;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	min-width: 120px;
	z-index: 1;
	overflow-y: auto;
	box-shadow: 0 3px 5px 1px rgba(200, 200, 200, 0.7);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.sbOptions li{
	padding: 0 7px;
	border-bottom: 1px solid #DDD;
}
.sbOptions li:last-child {border-bottom: none;}
.sbOptions a {
	display: block;
	outline: none;
	padding: 12px 0 12px 3px;
	white-space: pre;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #333;
	text-decoration: none;
}

.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

/* Селекты в корзине и фильтре товаров */
.cart_blok2 .sbSelector {min-width: 355px;}
.cart_blok2 .sbHolder {border: 1px solid #747f7f;}
.custom_filters .sbToggle, .cart_blok2 .sbToggle {background: url(../img/select-icons.png) 0 -116px no-repeat;}
.custom_filters .sbToggle:hover, .cart_blok2 .sbToggle:hover {background: url(../img/select-icons.png) 0 -167px no-repeat;}
.custom_filters .sbToggleOpen, .cart_blok2 .sbToggleOpen {background: url(../img/select-icons.png) 0 -16px no-repeat;}
.custom_filters .sbToggleOpen:hover, .cart_blok2 .sbToggleOpen:hover {	background: url(../img/select-icons.png) 0 -66px no-repeat;}
.cart_blok2 .sbOptions {min-width: 383px;}
.cart_blok2 .input1 .another_select {margin-bottom: 20px;}


.custom_filters .sbOptions {min-width: 100%; border: 1px solid #DFE0E2;}
.custom_filters .sbOptions li {border-color: #DFE0E2;}
.custom_filters .sbHolder {border: 1px solid #DFE0E2; color: #747F7F;}
.custom_filters .sbSelector, .custom_filters .sbOptions a {color: #747F7F;}
.custom_filters .sbSelector {min-width: 100%;}
/* ----------------- */

.sbOptions a:hover {color: #FFF;}
.sbOptions li:hover, .sbOptions li:focus {background-color: #0FA9F3;}
