@CHARSET "UTF-8";
.sbHolder{
	background-color: #fff;
	border: solid 1px #fff;
	font-weight: normal;
	height: 19px;
	position: relative;
	width: 130px;
	
	font-size: 11px;
	padding: 0 2px;
	text-transform: uppercase;
	font-family: "brandon-grotesque";
	font-weight: 400;
	letter-spacing: 0.4px;
	margin-top:1px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 19px;
	left: 0;
	line-height: 21px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 110px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #7a7a79;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/dropdown_arrow.png) 50% 50% no-repeat; 
	display: block;
	height: 21px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #fff;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 134px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: 0;
	display: block;
	outline: none;
	padding: 7px 0 2px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #7a7a79;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #7a7a79;
	text-decoration:underline;
}
.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;
}




li.wide .sbHolder {
	width:50%;
	background-color:#f7f6f1;
}
li.wide .sbOptions {
	width:100%;
	background:#f7f6f1 !important;
	border-top:solid 1px #f7f6f1 !important;
	border-bottom:solid 1px #f7f6f1 !important;
}
li.wide .sbOptions li {
	padding-left:8px !important;
	margin-bottom:0 !important;
}
li.wide .sbSelector {
	width:90%;
}
li.wide .sbToggle {
	width:10%;
}

.my-account-form .sbHolder {
	width:214px;
	height:26px;
	line-height:20px;
}
.my-account-form .sbSelector {
	line-height:29px;
	height:26px;
	text-indent:3px;
	width:194px;
	color:#000;
}
.my-account-form .sbSelector:hover {
	color:#000;
}
.my-account-form .sbToggle {
	height:26px;
}
.my-account-form .sbOptions {
	width:218px;
}
.my-account-form .sbOptions li {
	margin-bottom:0;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "brandon-grotesque";
	font-weight: 400;
	letter-spacing: 0.4px;
	padding-left:0;
}
.my-account-form .sbOptions a,
.my-account-form .sbOptions a:hover {
	color:#000;
}


.opc-checkout-form .sbHolder {
	width:214px;
	height:26px;
	line-height:20px;
	background-color:#f7f6f1;
}
.opc-checkout-form .sbSelector {
	line-height:29px;
	height:26px;
	text-indent:3px;
	width:194px;
	color:#333;
}
.opc-checkout-form .sbSelector:hover {
	color:#333;
}
.opc-checkout-form .sbToggle {
	height:26px;
}
.opc-checkout-form .sbOptions {
	width:218px;
	background:#f7f6f1 !important;
	border-top:solid 1px #f7f6f1 !important;
	border-bottom:solid 1px #f7f6f1 !important;
}
.opc-checkout-form .sbOptions li {
	margin-bottom:0 !important;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "brandon-grotesque";
	font-weight: 400;
	letter-spacing: 0.4px;
	padding-left:0;
}
.opc-checkout-form .sbOptions a,
.opc-checkout-form .sbOptions a:hover {
	color:#333;
}