/*****************************************
* OVERRIDES
******************************************/
/*****************************************
* SEZIONE ITALIA
******************************************/
#page-content {
	height: 445px;
	width: 100%;
	padding-top: 2px;
}
#left-box {
	position: relative;
	float: left;
	width: 204px;
	height: 445px; 
}
#center-box {
	position: relative;
	float: left;
	width: 313px;
	height: 445px;
	margin-left:  4px; 
}
#right-box {
	position: relative;
	float: left;
	height: 445px; 
	width: 260px;
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	border: 0px;
}
#box-image {
	position: absolute;
	width: 204px;
	height:  361px;
}
#box-text {
	position: absolute;
	width: 184px;
	height: 300px;
	top: 105px;
	left: 10px;
	text-align: justify;
	/*border: 1px solid #ff0000;*/
	font-weight: bold;
}
#back-link {
	position: absolute;
	width: 204px;
	height: 84px;
	top: 361px;
	left: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#back-link a,
#back-link a img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.title {
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
}
.text {
	text-align: justify;
}
.country-content {
	position: relative;
	margin-bottom: 4px;
	width: 100%;
}
.country-content p {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.horiz-line {
	padding-bottom: 4px;
	margin-bottom: 15px;
	border-bottom: 1px solid #004175;
	width: 220px;
}




.country-content a {
	display: block;
	border: 0;
	padding: 1px 0 2px;
	padding-left: 13px;
	color: #004175;
	text-decoration: none;
	text-transform: uppercase;
	height: 12px;
	width: 220px;
} 
.country-content a:ACTIVE,
.country-content a:VISITED
{
	color: #004175;
}
.country-content a:HOVER
{
	background-color: #fdc400 !important; 
	color: white;
}


