@CHARSET "UTF-8";
.sbHolder{
	background: url(../images/bgCountrySelect.png) no-repeat;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	position: relative;
	width: 159px;
	outline: none;
	z-index:4001px;
	top:-10px;
	
}
.sbHolder:focus  .sbSelector{
	
width: 162px;
margin-left:-4px;
margin-top:-4px;
margin-right:5px;
padding-top:3px;
padding-left:3px;
padding-bottom:4px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	z-index:3000px;	
}
.sbSelector{
	display: block;
	height: 28px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 159px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #CD0A70;
	outline: none;
	text-decoration: none;
}

.sbOptions{
	position: absolute;
	background-color: #FFFFFF;
	list-style: none;
	left: -4px;
	margin: 0;
	margin-top:1px;
	padding: 0;
	top: -40px;
	width: 165px;
	z-index:3000;
	overflow-y: auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
    -moz-border-radius: 5px;
   -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.sbOptions li{
	
	background: url(../images/bullet_selectCountry.png) 94% 50% no-repeat;
	padding: 0px 15px 0px 15px;
}
.sbOptions li:hover{
	
	background: #f1f1f1 url(../images/bullet_selectCountry.png) 94% 50% no-repeat;
}

.sbOptions a{
	border-bottom: solid 1px #CCCCCC;
	display: block;
	outline: none;
	padding: 8px 15px 8px 0px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #CD0A70;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #CD0A70;
	
}
.sbOptions li:last-child a{
	border-bottom: none;
}
@media \0screen {
.sbOptions li{
	
	background: url(../images/bullet_selectCountry.png) 100% 50% no-repeat;
	padding: 0px 15px 0px 15px;
}
.sbOptions li:hover{
	
	background: #f1f1f1 url(../images/bullet_selectCountry.png) 100% 50% no-repeat;
}

}
.sbOptions li{
	
	*background: url(../images/bullet_selectCountry.png) 100% 50% no-repeat;
	*padding: 0px 15px 0px 15px;
}
.sbOptions li:hover{
	
	*background: #f1f1f1 url(../images/bullet_selectCountry.png) 100% 50% no-repeat;
}
.sbOptions li:first-child{
	
display:none;
}
#selectCountry{
	float:left;
	top:-10px;
}
