@CHARSET "UTF-8";
.sbHolder{
	background-color: transparent;
	border: solid 2px #ce858c;
	font-family: 'MotivaSans-Regular';
	font-size: 21px;
	font-weight: normal;
	height: 50px;
	position: relative;
	width: 385px;
	line-height: 50px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome, if Chrome rule needed */
	.sbHolder:focus { outline: -webkit-focus-ring-color auto 0px !important;}

	}
.sbHolder:focus .sbSelector{
	box-shadow:none !important;
}
#storelocation:focus{ 
	outline:0;
	box-shadow:none;
	background:none;
	}
.sbSelector{
	height: 50px;
	line-height: 50px;
	outline: none;
	overflow: hidden;
	position: relative;
	text-indent: 10px;
	width: auto;
	vertical-align: top;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #ce858c;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../img/select-icons.png) 0 -116px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 10px;
    top: 6px;
	width: 30px;
}
.sbToggle:hover{
	background: url(../img/select-icons.png) 0 -116px no-repeat;
}
.sbToggleOpen{
	background: url(../img/select-icons.png) 0 -16px no-repeat;
	top: 10px;
}
.sbToggleOpen:hover{
	background: url(../img/select-icons.png) 0 -16px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #4a4341;
    border: 2px solid #ce858c;
	list-style: none;
	left: -2px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 46px;
	width: 385px;
	z-index: 1;
	overflow-y: auto;
	max-height:200px;
}
.sbOptions li{
	padding: 0;
}
.sbOptions a{
	border-bottom: 0 none;
	display: block;
	outline: none;
	padding: 0 11px;
}

.sbOptions a:link, .sbOptions a:visited{
	color: #ce858c;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus, .sbOptions a.setSelected{
	color: #fcf6ee;
	background: #ce858c;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: 0 none;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: 0 none;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

@media only screen and (max-width: 760px) {
.sbHolder{
	background-color: transparent;
	border: solid 2px #ce858c;
	font-family: 'MotivaSans-Regular';
	font-size: 14px;
	font-weight: normal;
	height: 38px;
	position: relative;
	width: 292px;
	text-align: left;
	line-height: 38px;
}
.sbSelector{
	height: 38px;
	line-height: 38px;
	vertical-align: top;
	padding-left: 11px;
}
.sbToggle {
	top:1px;
}
.sbOptions {
    top: 34px;
    width: 292px;
}
.sbToggle{
	background: url(../img/select-icons_mob.png) 0 0 no-repeat;
	display: block;
	height: 10px;
	outline: none;
	position: absolute;
	right: 11px;
    top: 12px;
	width: 12px;
}
.sbToggle:hover{
	background: url(../img/select-icons_mob.png) 0 0 no-repeat;
}
.sbToggleOpen{
	background: url(../img/select-icons_mob.png) 0 -10px no-repeat;
	top: 14px;
}
.sbToggleOpen:hover{
	background: url(../img/select-icons_mob.png) 0 -10px no-repeat;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.sbSelector{
	line-height: 50px;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 760px) {
.sbSelector{
	line-height: 32px;
}
}