@CHARSET "UTF-8";

/*h1 {color:#fff; margin-top:0;}*/
.sbHolder{
	background-color: #fff;
	border: solid 1px #f2f2f2;		
	height: 41px;
	position: relative;
	width: 296px !important;
	float: right;
	margin-right: 47px;
	border-radius: 10px;
}
.sbSelector > a {
	color:#002d5b;
	text-decoration:none;
	font-family: 'Panton SemiBold Italic';
	font-size: 18px;	
}
.sbSelector {
	display: block;
	height: 41px;
	left: 0;
	line-height: 41px;
	outline: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	cursor:pointer;
	color:#002d5b;
	padding-left: 18px;
	padding-right: 18px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #EBB52D;
	outline: none;
	text-decoration: none;
}
.sbToggle {
	display: block;
	outline: none;
	position: absolute;
	right: 13px;
    top: 17px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #002d5b;
}
.sbToggle:hover{
	background: url(../images/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(../images/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbOptions{
	background-color: #fff;	
	list-style: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 200px;
	z-index: 1;
	overflow-y: auto;
	top: 41px !important;
	box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	text-align: center;		
	border-radius: 10px;
}
.sbOptions li {
	padding: 0px;
}
.sbOptions li img{
	display:inline-block;
	float:left;
	padding-top:7px;
	padding-left:3px;
}
.sbOptions li a:first-child {
	padding-left:10px;
}
.sbOptions a {	
	display: block;
	outline: none;
	padding: 9px 15px;
	color: #002d5b;
	font-family: 'Panton Bold Italic';
	font-size: 14px;
	line-height: 17px;
}
.sbOptions a:link, .sbOptions a:visited {
	color: #002d5b;
	text-decoration: none;
	transition:all 0.2s ease-in-out;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #fff;
	background: #002d5b;
}
.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;
}