.sbHolder {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 30px;
	background-color: #fff;
	border: solid 1px #d9d9d9;
	border-top-color: #c0c0c0;
	font-size:11px;
    line-height: 12px;
    padding: 8px 30px 8px 9px;
}
.sbHolder:hover {
	border: 1px solid #b9b9b9;
    border-top-color: #a0a0a0;
}
.sbSelector{
	display: block;
	outline: none;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover{
	color: #444;
	outline: none;
	text-decoration: none;
}
.sbToggle {
    background-image: url('/images/layout/Fall-2013-reskin/ui/select-arrow.png');
    background-repeat: no-repeat;
    background-position: 3px 6px;
	display: block;
	width: 29px;
	height: 29px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
}
.sbHolderDisabled,
.sbHolderDisabled:hover {
	background-color: #f2f2f2;
	border: solid 1px #f2f2f2;
    border-top-color: #d9d9d9;
}
.sbHolderDisabled .sbSelector:link,
.sbHolderDisabled.sbSelector:visited,
.sbHolderDisabled .sbSelector:hover,
.sbHolderDisabled a {
	color: #a6a6a6;
	cursor: default;
}
.sbOptions {
	background-color: #fff;
	border: solid 1px #d9d9d9;
	border-top: none;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 29px !important;
	width: 100%;
	z-index: 2;
	overflow-y: scroll !important;
}
.sbHolder:hover .sbOptions {
	border: solid 1px #b9b9b9;
	border-top: none;
}
.sbOptions li {
	padding: 0 7px;
}
.sbOptions li:hover {
	background: #e2e2e2;
}
.sbOptions a {
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link,
.sbOptions a:visited {
	color: #444;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
	color: #444;
}
.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;
}

/** Custom Select Box Sizes **/
.pdp-qty .sbHolder,
.pdp-qty .sbOptions {
	width: 80px;
}
.plp-filters .sbHolder,
.plp-filters .sbOptions {
	width: 85px;
}


