@CHARSET "UTF-8";
.sbHolder {
    background-color: #FAFAFA;
    border: 1px solid #DDDDDD;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 33px;
    position: relative;
    text-align: left;
    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: 120px;
	color:#404040;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/select-icons.png) 0 -116px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(../images/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(../images/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions {
    background-color: #404040;
    left: -1px;
    list-style: none outside none;
    margin: 0;
    overflow-y: auto;
    padding:1px;
    position: absolute;
    top: 30px;
    width:120px;
    z-index: 1;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a {
    border-bottom: 1px dotted #FFFFFF;
    display: block;
    outline: medium none;
    padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #fff;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #eee;
}
.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;
}
.sort-by label {
    float: left;
    margin-right: 8px;
    margin-top:10px;
}
.direction{
    background: none repeat scroll 0 0 #BCA474;
    float: left;
    margin-left: 1px;
    padding:8px 10px;
	color:#fff;
}
.direction:hover{background:#404040; color:#fff;}
.pager .limiter label {
    float: left;
    margin: 8px 8px 0 0;
}
.pager .limiter .sbHolder {
    width: 60px;
}
.pager .limiter .sbOptions {
    width: 60px;
}
.pager .limiter .sbSelector {
    width: 60px;
}
.product-options dd {
    display: inline-block;
    margin: 0;
    padding: 5px 0;
}
.product-options dd .sbHolder {
    width: 325px;
}
.product-options dd .sbOptions {
    width: 325px;
}