body{
	padding: 0;
	margin: 0;
}

#countries{
	float: left;
	height: auto;
}

#countries #europe_map{
	float: left;
	height: 442px;
	width: 457px;
	background-image: url('../cms/pics/europe.gif');
	background-position: top-left;
	background-repeat: no-repeat;
}
#countries .country_sign{
	background-image:url(../cms/pics/oval.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	height:14px;
	position:absolute;
	text-align:center;
	width:22px;
}
#countries .country_sign:hover{
	background-image: url('../cms/pics/oval_on.gif');
}
#countries .country_sign h5{
	font-size:9px;
	font-weight:normal;
	margin-top:0px;
}
#country_signs{
	position:absolute;
}
#countries .country_links{
	width: 100%;
	height: auto;
	font-size:11px;
	margin: 0;
	padding: 0;
	/*padding-left:20px;*/
}
#countries .country_links ol{
	float: left;
	margin-top:25px;
	width: 32%;
	padding-left:5px;
}
#countries .country_links li{
	list-style-type: none;
	height: 25px;
	
	/*height:auto;*/
}
#countries .country_links h5{
	float:left;
}
#country_li_6 h5{
	float:left;
	width:auto;
	height:25px;
}
#countries .country_links h4{
	float: left;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	margin-right:5px;
	padding: 0;
}
#countries .country_links h5{
	font-size: 11px;
	text-decoration: underline;
	color: #4682B4;
	font-weight: normal;
	cursor: pointer;
	width: 81%;
	padding: 0;
	margin: 0;
}
#country_wiev  .text h2{
	background-color: #F0F0F0;
	color:black;
	width: 520px;
	height: auto;
	font-size:12px;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 5px;
	text-align: left;
	font-size: 11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

/*-------------------------------------------------------------------------*/

#country_wiev{
	width:100%;
	height: auto;
	float: left;
	margin:0;
	padding: 0;
}

#country_wiev #header{
	float: left;
	height: 30px;
	width: 100%;
	background-color: #D0DAEE;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color: #5176C1;
}
#country_wiev #header h4{
	float: left;
	height: auto;
	width: auto;
	font-size: 16px;
	padding:0;
	margin:0;
	margin-top: 5px;
	padding-left: 5px;
}
#country_wiev #header h5{
	font-weight: normal;
	float:left;
	width:auto;
	height: auto;
	padding:0;
	margin:0;
	margin-top: 8px;
	padding-right: 5px;
}
#country_wiev #header #country_select_div{
	float:right;
	height: auto;
	width: auto;
}
#country_wiev select{
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
#country_wiev #center{

}
#country_wiev #left{
	float: left;
	width: 229px;
	border-right-style:solid;
	border-right-width: 1px;
	border-right-color: #5176C1;
}
#country_wiev #left td{
}
#country_wiev #left #country_map{
	float: left;
	height: 231px;
	width: 229px;
}
#country_wiev #left #country_map img{

}
#country_wiev #left #country_logo{
	float: left;
	height: 116px;
	width: 229px;
	text-align: center;
}
#country_wiev #left #country_logo img{

}
#country_wiev #right p, table{
	padding-left: 5px;
	font-size: 11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
#country_wiev #right{
	float: left;
	width: 520px;
}
#country_wiev #bottom{
	float: left;
	width: 100%;
	height: 25px;
	text-align: right;
	border-top-style:solid;
	border-top-width: 1px;
	border-top-color: #5176C1;
}
#country_wiev #bottom h3{
	color: #5176C1;
	cursor: pointer;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
	padding:0;
	margin:0;
	padding-top:3px;
	padding-right:3px;
}

