
.sbHolder{
	/* background-color: #2d2d2d; */
	/* border: solid 1px #515151; */
	font-family: 'HelveticaBold', arial;
	font-size: 12px;
	font-weight: normal;
	height: 39px;
	float: left;
	position: relative;
	width: 135px;
	padding-right: 3px;
	background: url(../img/category/select-divider.gif) right top no-repeat;
}
.sbSelector {
	line-height: 39px;
	text-indent: 10px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #fff;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../img/category/select-arrow.png) left center no-repeat;
	float: right;
	height: 39px;
	outline: none;
	width: 15px;
}
/* .sbToggle:hover{
	background: url(../img/category/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(../img/category/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../img/category/select-icons.png) 0 -66px no-repeat;
} */
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #3096fa;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 39px;
	width: 130px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
/* 	padding: 0 7px; */
}
.sbOptions a{
	/* border-bottom: dotted 1px #515151; */
	display: block;
	outline: none;
	line-height: 20px;
	text-indent: 11px;
	/* padding: 7px 0 7px 3px; */
}
.sbOptions a:link, .sbOptions a:visited{
	color: #fff;
	text-decoration: none;
	display: block; 
}
.sbOptions a:hover{
	color: #5681d5;
	background-color: #ccc;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{ 
	color: #ccc;  
    display: block;
    line-height: 20px;
    outline: medium none;
    text-indent: 11px;	
    text-decoration: line-through;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

.sortFil .sbSelector {padding-left: 10px; display:block;}

.colorFil {width: 111px;}
.colorFil .sbSelector {width: 92px;}

.wishlistFil {width: 111px;}
.wishlistFil .sbSelector {width: 92px;}
.wishlistFil .sbOptions{
	background-color: #3096fa;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0; 
	width: 180px;
	z-index: 1;
	overflow-y: auto;
	margin-top: 21px;
}

.ratingFil {width: 114px;}
.ratingFil .sbSelector {width: 98px;}

.color .sbHolder{
	/* background-color: #2d2d2d; */
	/* border: solid 1px #515151; */
	font-family: 'HelveticaBold', arial;
	font-size: 12px;
	font-weight: normal;
	height: 28px;
	float: left;
	position: relative;
	width: 180px;
	padding-right: 3px;
	background: url(../img/category/custom-dropdown-bg.gif) repeat-x;
}

.color .sbSelector{
	float: left;
	height: 28px;
	line-height: 28px;
	outline: none;
	overflow: hidden;
	color: #fff;
	line-height: 28px;
	text-indent: 10px;
	text-transform: capitalize;
	width:162px;
}

.color .sbToggle{
	background: url(../img/category/custom-dropdown-arrow.gif) left center no-repeat;
	float: right;
	height: 28px;
	outline: none;
	width: 21px;
	margin-right:-3px;
}

.color .sbOptions {
	width: 183px;
	left: 0;
	padding-top: 0;
}
.colorFil .sbOptions {width: 300px; overflow-y: auto; height: 200px;}

.quickView .productDetail ul.sbOptions {padding-top: 0;}
 