@CHARSET "UTF-8";
.sbHolder {
	border: solid 1px #a7a7a7;
	font-weight: normal;
	position: relative;
	background-position: left top;
	margin: 5px 0 0 0;
}
.sbHolder:focus .sbSelector{
	
}

.sbSelector{
	display: block;
	height: 31px;
	left: 0;
	line-height: 31px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #939598;
	outline: none;
	text-decoration: none;
}

.sbToggle {
background: url(../images/select-icons.png) no-repeat 0px -116px;
display: block;
height: 31px;
outline: none;
position: absolute;
right: 0;
top: 0;
width: 30px;
}

.sbToggle:hover{
	background: url(../images/select-icons.png) no-repeat 8px -172px;
}

.sbToggleOpen{
	background: url(../images/select-icons.png) no-repeat 0px -16px;
}

.sbToggleOpen:hover{
	background: url(../images/select-icons.png) no-repeat 8px -72px;
}

.sbHolderDisabled{
	background-color: #3C3C3C;
	/* [disabled]border: solid 1px #515151; */
}

.sbHolderDisabled .sbHolder{
	
}

.sbHolderDisabled .sbToggle{
	
}

.sbOptions{
	background-color: #FFF;
	border: solid 1px #a7a7a7;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
}

.sbOptions li{
	padding: 0 7px;
}

.sbOptions a{
	border-bottom: dotted 1px #a7a7a7;
	display: block;
	outline: none;
	padding-right: 0;
	padding-left: 3px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.sbOptions a:link, .sbOptions a:visited{
	color: #939598;
	text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	/* color: #FF0000;
	[disabled]background-color: #CCC; */
}

.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;
	/* [disabled]color: #EBB52D; */
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}

.sbOptions .sbSub{
	padding-left: 17px;
}

.sbHolder2{
	border: solid 1px #333333;
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 27px;
	position: relative;
	width: 171px;
	/* [disabled]background-image: url(../images/search_selectdown.png); */
	background-position: left top;
	margin: 0px 0px 12px 0px;
}
.sbHolder2:focus .sbSelector2{
	
}
.sbSelector2{
	display: block;
	height: 28px;
	left: 0;
	line-height: 27px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
	
}
.sbSelector2:link, .sbSelector2:visited, .sbSelector2:hover{
	color: #CCCCCC;
	outline: none;
	text-decoration: none;
	
}

.sbToggle2{
	background: url(../images/select-icons2.png) no-repeat 5px -119px;
	display: block;
	height: 20px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	
}

.sbToggle2:hover{
	background: url(../images/select-icons2.png) no-repeat 8px -172px;
	
}

.sbToggle2Open{
	background: url(../images/select-icons2.png) no-repeat 5px -19px;
}

.sbToggle2Open:hover{
	background: url(../images/select-icons2.png) no-repeat 8px -72px;
	
}

.sbHolder2Disabled{
	background-color: #3C3C3C;
	/* [disabled]border: solid 1px #515151; */
}

.sbHolder2Disabled .sbHolder2{
	
}

.sbHolder2Disabled .sbToggle2{
	
}

.sbOptions2{
	background-color: #212121;
	/* [disabled]border: solid 1px #515151; */
	list-style: none;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 171px;
	z-index: 1;
	overflow-y: auto;
}

.sbOptions2 li{
	padding: 0 7px;
}

.sbOptions2 a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding-right: 0;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.sbOptions2 a:link, .sbOptions2 a:visited{
	color: #999;
	text-decoration: none;
}

.sbOptions2 a:hover,
.sbOptions2 a:focus,
.sbOptions2 a.sbFocus{
	color: #FFFFFF;
	/* [disabled]background-color: #0066FF; */
	/* [disabled]background-color: #CCC; */
}

.sbOptions2 li.last a{
	border-bottom: none;
}

.sbOptions2 .sbDisabled2{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}

.sbOptions2 .sbGroup2{
	border-bottom: dotted 1px #515151;
	/* [disabled]color: #EBB52D; */
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}

.sbOptions2 .sbSub2{
	padding-left: 17px;
}
.deliverfee{
	margin:10px 0 25px 0;
}
@media screen and (min-width: 320px) {
	.sbHolder {
		font-size: 100%;
		height: 31px;
		width: 100%;
		line-height: 31px;
	}

}
@media screen and (min-width: 960px) {
	.sbHolder {
		font-size: 12px;
		height: 31px;
		width: 100%;
		line-height: 31px;
		margin: 0 0 25px 1px;
	}

}
