@CHARSET "UTF-8";
.sbHolder{
	position: relative;
	width: 224px;
	height: 32px;
	background: url(images/selectbox.png) no-repeat 0 0; 
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
	font-size: 14px; 
	font-family: 'GeoSlb712MdBTMedium', sans-serif; 
	letter-spacing: 2px;
	padding: 0 3px; 
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #1e7b88;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(images/arrows.png) 0 0 no-repeat;
	display: block;
	width: 11px;
	height: 10px; 
	outline: none;
	position: absolute;
	right: 11px;
	top: 11px;
}
.sbToggle:hover,
.sbToggleOpen,
.sbToggleOpen:hover{
	background-position: 0 bottom; 
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #d3d3d3;
	list-style: none;
	left: 1px;
	margin: 0;
	padding: 7px 0 13px;
	position: absolute;
	top: 32px !important;
	width: 220px !important;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 1px 15px;
}
.sbOptions a{
	display: block;
	outline: none;
	font-family: 'GeoSlb712MdBTMedium', sans-serif; 
}
.sbOptions a:link, .sbOptions a:visited{
	color: #666;
	text-decoration: none;
}
.sbOptions a:hover{
	color: #3c8b93;
}
.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;
}


/* = Small Browser (NetBook)
-------------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 946px) {

	.sbHolder {
		position: relative !important;
		width: 175px !important;
		height: 32px !important;
		background: url(images/selectbox175.png) no-repeat 0 0 !important;
	}
	.sbOptions {
		width: 170px !important;
	}

}


/* = Tablet Portrait
-------------------------------------------------------------- */
@media screen and (min-width: 720px) and (max-width: 768px) {

	.sbHolder {
		position: relative !important;
		width: 175px !important;
		height: 32px !important;
		background: url(images/selectbox175.png) no-repeat 0 0 !important;
	}
	.sbOptions {
		width: 170px !important;
	}

}

/* = Phone Landscape
-------------------------------------------------------------- */
@media screen and (min-width: 421px) and (max-width: 719px) {

	.sbHolder {
		width: 175px;
		background: url(images/selectbox175.png) no-repeat 0 0 !important;	
	}
}
	