/*-------------------------------------------------------------------------
 These are special styles for the country selection page on walz-kidzz.com.
--------------------------------------------------------------------------*/

body {
	background-image: url('../img/country_selection_page/background.jpg');
	background-color: #FFD300;
	background-repeat: no-repeat;
	margin: 0;
	padding: 135px 0 0 208px;
	color:#666666;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 11px;
}

.countrySelectionPage .countryList {
	margin: 0;
	padding: 0;
}

.countrySelectionPage .countryList .flag {
	margin: 0;
	padding: 0;
}

.countrySelectionPage .countryList .item {
	position: relative;
	margin-bottom: 10px;
}

.countrySelectionPage .countryList .item .country {
	margin-left: 10px;
	position: relative;
}

.countrySelectionPage .countryList .item  a.country {
	text-decoration: none;
	color: #666666;
	position: relative;
	top: 4px;
}

.countrySelectionPage .countryList .item a.country:hover {
	text-decoration: underline;
}
