@CHARSET "UTF-8";
.igotocountry .sbHolder {
    background:transparent;border:1px solid #9d9d9d;
    width:187px;
}
.igotocountry a.sbSelector, .igotocountry a.sbSelector:link, .igotocountry a.sbSelector:visited {
    font-size:14px;color:#fff!important;font-weight:300;line-height:25px;
}
.sbToggle {background: url(selectWhite.png) 0px 0px no-repeat!important;}

.sbHolder {
    display:inline-block;vertical-align:middle;position: relative;
    text-align:left;
	background-color:#fff;border: solid 1px #737373;
    min-width:150px;height:25px;
}
.sbHolder:focus .sbSelector{
}
a.sbSelector{
    font-size:14px;color:#ccc;line-height:25px;
    text-decoration:none;
	display: block;
	left: 0;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 92%;
}
a.sbSelector:link, a.sbSelector:visited, a.sbSelector:hover{
	color:#333;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(select.png) 0px 0px no-repeat;
	display: block;
    width: 25px;
	height: 25px;
	outline: none;
	position: absolute;
	right: 0px;
	top: 0px;
}
.sbToggle:hover{
}
.sbToggleOpen{
    background: url(select.png) 0px -31px no-repeat;
}
.sbToggleOpen:hover{
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #b0b0b0;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: auto;
	min-width:100px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a {
	border-bottom: dotted 1px #c0c0c0;
	display: block;
	outline: none;
	padding: 0;
	text-decoration:none;
}
.sbOptions a:link, .sbOptions a:visited{
	font-size:12px;color:#333;text-decoration: none;
	line-height: 14px;padding: 6px 0;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #000;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 0px 0 0px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 0px 0 0px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}