#country-chooser{
	position: absolute;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	top: 0px;
	z-index: 1000;
}
.cc-header{
	position: relative;
	display: block;
	background: url('../images/CountryChooseCorners.png') 0 0 no-repeat;
	display:block;
	font-size:14px;
	font-weight:bold;
	height:20px;
	padding-left:20px;
	padding-top:10px;
	position:relative;
	text-align:left;
	width:100%;
	color: #ff9900;
	
}
.cc-footer{
	position: relative;
	display: block;
	background: url('../images/CountryChooseCorners.png') 0 -29px no-repeat;
	height: 20px;
	width: 100%;
}
.countries{
	position: relative;
	display: block;
	background: url('../images/CountryChooseBG.png') 0 0 repeat-y;
	width: 100%;
}
.countries li{
	/*margin-left: 3px;
	margin-right: 3px;*/
	margin-left: 3px;
	
	line-height: 40px;
	vertical-align: middle;
	/*background: url('../images/CountrySeparator.png') 0 100% no-repeat;*/
	background: url('../images/row-separator.png') -1px 100% repeat-x;
	width: 258px;
	cursor: default;
}
.countries li:hover{
	/*margin-left: 3px;
	margin-right: 3px;*/
	background-color: #333;
	background-color: #3366cc;
	color: #fff;
	width: 258px;
}
.countries li:last-child{
	background: none;
}
.countries li:last-child:hover{
	background: none;
	background-color: #333;
	background-color: #3366cc;
}
.country-flag{
	position: absolute;
	margin-top: 9px;
	left: 20px;
}
.country-name{
	position: relative;
	padding-left: 50px;
}
.countries li.active{
	background-color: #990000;
	background-color: #6699cc;
	color: #fff;
}
.countries li.active:hover{
	background-color: #ffcc00;
	color: #333;
}
.contry-loader{
	display:block;
	height:30px;
	margin-left:205px;
	position:absolute;
	top:5px;
	width:30px;
	z-index:1001;
}

