@CHARSET "UTF-8";
.sbHolder{
	background-color: #f5f5f5;
	border: none;
	font-family: 'Interstate-LightCondensed';
	font-size: 16px;
	font-weight: normal;
	height: 37px;
	position: relative;
	width: 100%;
	border-radius:6px 6px 0 0;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 37px;
	left: 0;
	line-height: 37px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 90%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #373a36;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/customselectarrow.png) no-repeat left top;
	display: block;
	height: 37px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 31px;
}
.sbToggle:hover{
	background: url(../images/customselectarrow.png) no-repeat left top;
}
.sbToggleOpen{
	background: url(../images/customselectarrow.png) no-repeat left top;
}
.sbToggleOpen:hover{
	background: url(../images/customselectarrow.png) no-repeat left top;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #f5f5f5;
	border: none;
	list-style: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 37px;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
	padding-bottom:5px;
	border-radius:0 0 6px 6px;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions li:last-child a {
	border-bottom:none;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 6px 0 6px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #9D2235;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #9d2235;
}
.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;
}

.sortbybox .sbHolder {
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
    font-family: 'InterstateBold';
    font-size: 14px;
    font-weight: normal;
    height: 32px;
    position: relative;
    width: 100%;
	text-transform:uppercase;
	outline: none !important;
}
.sortbybox .sbSelector:link, .sortbybox .sbSelector:visited, .sortbybox .sbSelector:hover {
    color: #9d2235;
}
.sortbybox .sbToggle {
    background: url(../images/selectdropwdown.png) no-repeat 10px 13px;
    display: block;
    height: 32px;
    outline: medium none;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
}
.sortbybox .sbOptions {
    background-color: #f5f5f5;
    border: medium none;
    border-radius:0;
    left: 50%;
    list-style: outside none none;
    margin: 0;
    overflow-y: auto;
    padding: 5px 0 5px;
    position: absolute;
    top: 46px !important;
    width: 180px;
	margin-left:-90px;
    z-index: 1;
	overflow:visible;
}
.sortbybox .sbOptions a {
	color:#181818;
	font-size:16px;
	font-family: 'InterstateLight';
	font-weight:normal;
	line-height:normal;
    border-bottom: none;
    display: block;
    outline: medium none;
    padding: 4px 0 4px 3px;
	text-transform:capitalize;
}
.sortbybox .sbOptions span.sup {
	display:inline-block;
	width:26px;
	height:14px;
	background:url(../images/dropuparrow.png) no-repeat left top;
	left:50%;
	margin-left:-13px;
	top:-14px;
	position:absolute;
}
.sortbybox .sbSelector {
    display: block;
    height: 32px;
    left: 0;
    line-height: 32px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 90%;
}
.sortbybox .sbToggle:hover{
	background: url(../images/selectdropwdown.png) no-repeat 10px 13px;
}
.sortbybox .sbToggleOpen{
	background: url(../images/selectdropwdown.png) no-repeat 10px -68px;
}
.sortbybox .sbToggleOpen:hover{
	background: url(../images/selectdropwdown.png) no-repeat 10px -68px;
}