.country_options
{
	z-index: 2;
	position: absolute;
	top: 500px;
	width: 0px;
	height: 0px;
}
.country_options>div
{
	position:absolute;
	bottom: 0px;
}

.country_options .thermos{
	width:20px;
	height:60px;
	margin-left: -20px;
	float:left;
}
.country_options img
{
	width:100%;
	height:100%;
}


.country_options hr {
	position: absolute;
	width:18px;
	margin:0;
	padding:0;
	border:1px solid #000000;
	opacity: 0.6;
}

.country_options .label {
	position:absolute;
	left:-80px;
	background: url("../images/label.png") no-repeat center right;
	height:18px;
	color: #EEEEEE;
	overflow:hidden;
	padding:2px 4px 2px 2px;
	text-align: left;
}

.country_options ol 
{
	display:block;
	list-style: none;
	padding:0;
	width: 200px;
	overflow: hidden;
	margin-bottom: 22px;
}

.country_options li
{
	text-align: left;
}

.country_options .details, .country_options .page
{
	background: url("../images/shading-white.png");
}

.country_options h3 
{
	background: url("../images/shading.png");
	color:#EEEEEE;
	margin:0;
	height:20px;
	padding: 2px;
	overflow:hidden;
}

.country_options a
{
	background: url("../images/icon-small-book.png") no-repeat 13px center;
	display: block;
	text-decoration: none;
	padding: 2px 2px 2px 30px;
	color: #333333;
}

.country_options .marker
{
	background: url("../images/map-pin.png");
	
	width:24px;
	height:36px;
	position:absolute;
	top:-34px;
	left:-12px;
}