@charset "utf-8";
/* CSS Document */

<style type="text/css">

.countrylistfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	line-height: 16px;
}

#multimedia_component {
	position: relative;
	/*	top: 3%;*/
	width: auto;
	height: auto;
	margin-top: 10px;
}
.multimedia_component_h3 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-bottom-color: #666;
	margin-top: 15px;
	padding-top: 5px;
}

#multimedia_component ul {
	list-style-type: none;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #900;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: relative;
	height: auto;
}

#multimedia_component li {
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
	border-right-width: thin;
}
#multimedia_component ul #center {
	width: 31%;
	height: 100%;
	padding-right: 5px;
	padding-top: 10px;
	padding-left: 5px;
}
#multimedia_component ul #right {
	margin: 5px 0px 5px 5px;
	padding: 5px 0px 5px 5px;
	width: 31%;
	height: 1000px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
}
#multimedia_component ul #left {
	width: 31%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 1000px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
}
#multimedia_component ul #right_inside {
	margin: 5px 0px 5px 5px;
	padding: 5px 0px 5px 5px;
	width: 30%;
	height: 525px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
}
#multimedia_component ul #left_inside {
	width: 60%;
	height: 500px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
}
#higlight_box {
	color: #333;
	margin-right: 200px;
	width: auto;
	position: relative;
	margin-top: 0px;
	border: thin solid #E6E6E6;
	/*height: 350px;*/
	padding-right: 10px;
	height: 50%;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
#higlight_box h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 5px;
	border-bottom-style: dotted;
	margin-bottom: 8px;
	color: #039;
	border-bottom-color: #666;
	margin-left: 6px;
}
.highlight_box_image    {
	margin-bottom: 8px;
	position: relative;
	height: auto;
	width: auto;
	float: left;
	padding-left: 6px;
	padding-right: 8px;
	padding-top: 2px;
}
#higlight_box h6 {
	margin-left: 6px;
	padding-bottom: 15px;
}
/*#higlight_box ul {
	padding-left: 142px;
	margin-left: 142px;
}*/
.image-right {
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
	width: 200px;
	text-align: center;
}


.thumb {
	margin-top: 10px;
	margin-left: 20px;
}
.accordion {
	width: 100%;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h4 {
	cursor: pointer;
	background-image: url(img/arrow-square.gif);
	background-repeat: no-repeat;
	background-position: right -60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color: #039;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #c4c4c4;
	border-right-color: #c4c4c4;
	border-bottom-color: #c4c4c4;
	border-left-color: #c4c4c4;
	padding-left: 3px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.accordion h4:hover {
	background-color: #e3e2e2;
}
.accordion h4.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

#country_list {
	float: right;
	width: 15%;
	padding-bottom: 3%;
	background-color: #FFF;
	padding-left: 2%;
}
.content #country_list a {
	text-decoration: none;
}

