

.sbHolder{
    background:url(/img/selectboxes/sprite-map.png) 0 0 no-repeat;    
    font-size: 12px;
    font-weight: normal;
    height: 24px;
    position: relative;
	z-index:25;
}
.sbHolder a
 {
	line-height:24px;
	color:#fff;
}
.sbSelector{
    display: block;
    height:24px;
    left: 0;
    line-height:24px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover,
body.secondary #content .mainContent .right-col .sbHolder .sbSelector,
body.secondary #content .mainContent .one-col .sbHolder .sbSelector {
    color:#fff !important;
    outline:none !important;
    text-decoration:none !important;
}
/*
.sbToggle{
    background: url(../img/select-icons.png) 0 -116px no-repeat;
    display: block;
    height: 24px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.sbToggle:hover{
    background: url(../img/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
    background: url(../img/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
    background: url(../img/select-icons.png) 0 -66px no-repeat;
}
*/
.sbHolderDisabled{
    background-color: #3C3C3C;
    border:solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
    
}
.sbHolderDisabled .sbToggle{
    
}
.sbOptions,
body.secondary #content .mainContent .right-col .sbOptions,
body.secondary #content .mainContent .one-col .sbOptions {
    background:#383838;
    border:solid 1px #282828;
    list-style: none !important;
    left: -1px;
    margin: 0 4px !important;
    padding: 10px 0 0 0;
    position: absolute;
    top:24px;
    z-index: 20;
    overflow-y: auto;
	max-height:200px;
}
.sbOptions li,
body.secondary #content .mainContent .right-col .sbOptions li,
body.secondary #content .mainContent .one-col .sbOptions li {
    padding:0 !important;
}
.sbOptions a {
    /*border-bottom: dotted 1px #515151;*/
    display: block;
    outline: none;
    padding: 6px 0 6px 12px;	
	overflow:hidden;
}
.sbOptions a:link, .sbOptions a:visited,
body.secondary #content .mainContent .sbOptions a,
body.products #content .mainContent .sbOptions a {
    color: #fff !important;
    text-decoration: none !important;
	line-height:17px;
}
.sbOptions a:hover{
    background:#282828;
	color:#fff;
}
.sbOptions li.last a{
    border-bottom: none;
}


/* specific widths */

.h-173w { background-position:0 0; }
.h-173w, .s-173w { width:173px; }
.o-173w { width:165px; }

.h-202w { background-position:0 -30px; }
.h-202w, .s-202w { width:202px; }
.o-202w { width:194px; }

.h-90w { background-position:0 -60px; }
.h-90w, .s-90w { width:90px; }
.o-90w { width:82px; }

.h-243w { background-position:0 -75px; height:31px; font-size:14px; }
.h-243w, .s-243w { width:243px; height:31px; line-height:31px; }
.o-243w { width:235px; }
.h-243w a { line-height:31px; }

.h-164w { background-position:0 -125px; height:31px; font-size:14px; }
.h-164w, .s-164w { width:164px; height:31px; line-height:31px; }
.o-164w { width:156px; }
.h-164w a { line-height:31px; }
