/* CSS Document */

.changeCountryArea {
	padding-top:15px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-bottom:30px;*/
}
.changeCountryArea h2 {
	color:#333;
	font-size:22px;
	font-weight:900;
	padding-top:40px;
	margin-bottom:30px;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e7e9;
	clear:both;
}
.changeCountryArea ul {
	padding-bottom:30px;
	list-style-type:none;
	font-size:13px;
	float:left;
	text-align: center;
}
.changeCountryArea ul li {
	width:180px;
	margin-right:15px;
	float:left;
	margin-bottom:30px;
}
.changeCountryArea ul li.endOfRow {
	margin-right:0;
}
.changeCountryArea ul li span.countryName {
	/*display:block;*/
	color:#333333;
}
.changeCountryArea ul li a {
	/*display:block;*/
	color:#0078AE;
}
.changeCountryArea ul li a.individualLanguageLink {
    margin-left:3px;
    text-transform:uppercase;
}
.changeCountryArea ul li a.individualLanguageLink:before {
    color:#333;
    content:'[';
}
.changeCountryArea ul li a.individualLanguageLink:after {
    color:#333;
    content:']';
}

.changeCountryArea ul li a:hover {
	color:#2c2c2c;
}
    .changeCountryArea ul li .theImageWrapper {
        display:block;
        text-align:center;
        margin-bottom:10px;
    }
h1 {
    text-align:center;
}