@CHARSET "UTF-8";
.sbHolder{
	background: url(//cdn11.bigcommerce.com/s-547no44/templates/__custom/images/selectBackLeft.jpg?t=1685430329) no-repeat left top, url(//cdn11.bigcommerce.com/s-547no44/templates/__custom/images/selectBackRight.jpg?t=1685430329) no-repeat right top, url(//cdn11.bigcommerce.com/s-547no44/templates/__custom/images/selectBackMid.jpg?t=1685430329) repeat-x left top;
	font-size: 12px;
	font-weight: normal;
	height: 22px;
	position: relative;
	width: 200px;
}
.Left .sbHolder, .Right .sbHolder {
	margin: 0px auto;
	width: 140px;
}
.SortBox .sbHolder {
	position: relative;
	display: inline-block;
	width: 145px;
	top: 7px;
}
.sbSelector{
	display: block;
	top: 0px;
	left: 0px;
	height: 22px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #000;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	position: absolute;
	display: block;	
	right: 0px;
	top: 0px;
	height: 22px;
	width: 12px;
	outline: none;
	background: url(//cdn11.bigcommerce.com/s-547no44/templates/__custom/images/selectArrow.png?t=1685430329) no-repeat center left;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background: #f9d2d7;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 22px;
	width: 200px;
	height: 250px !important;
	z-index: 1;
	overflow-y: auto;
}
.Left .sbOptions, .Right .sbOptions {
	width: 140px;
}
.SortBox .sbOptions {
	width: 145px;
}
.sbOptions li{
	padding: 0px 5px !important;
	background: none !important;
	font-family: 'TeXGyreAdventorBold';
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #000;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #e55172;
}
.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;
}