/* STYLESHEET for COUNTRYSELECTOR */

body {
	margin: 0px;
	background: #BFC0B8;	
}

div.bgmain {
	width: 779px;
	height: 451px;
	background: #BFC0B8 url(cs-pix/bg_main.jpg) no-repeat;
}

div.countrylist {
	margin-left: 532px;
	padding-top: 78px;
}

div.countrylist li {
	margin-bottom: 3px;
	list-style: none outside none;
}

div.countrylist a:link,
div.countrylist a:visited {
	font: bold 11px Verdana;
	color: #000;
	text-decoration: none;	
}

div.countrylist a:hover {
	color: #E10038;
}

div.countrylist a img {
	vertical-align: middle;
	margin-right: 11px
}