/* ######### CSS for Shade Tabs. Remove if not using ######### */


ul#countrytabs{
	float:left;
	width:202px;
	height:348px;
	background-color:#6f0711;
	margin:0px;
	padding:0px 0px;
	padding-left:0px;
}

.shadetabs{
width:208px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
list-style-type: none;
text-align: left; set to left, center, or right to align the menu as desired
}

.shadetabs li{
width:208px;
float:left;
display: block;
margin: 0;
}

.shadetabs li a{
background-color:#6d3136;
width:202px;
height:78px !important;
height:87px;
padding:8px;
float:left;
text-decoration: none;
/*z-index: 1;*/
border: 1px solid #753c41;
border-right:none;
border-left:none;
border-top:none;
color: #ffffff;
/*background: #a9b53f url(../images/tab_deactive.gif) top left repeat-x;*/
}

.shadetabs li a strong{
font-weight:bold;
color: #ffc600;
/*background: #a9b53f url(../images/tab_deactive.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #ffc600;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color:#ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
background:#6f0711/* url(../images/tab_active.gif) repeat-x*/;
/*border: 1px solid #790D05;*/
color:#ffffff;
padding:8px;
}

.shadetabs li a.selected strong{ /*selected main tab style */
color:#FBC319;

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color:#ffffff;
}

#content-box{
	width:514px;
	height:348px;
	float:left;
	/*background-image:url(../images/tab_content_bg.gif);*/
	/*background-repeat:repeat-x;*/
	background-color:#6f0711;
	/*font-family:Arial;
	font-size:11px;
	font-weight:normal;*/
	/*width:450px; */
	/*margin-bottom: 1em;*/
	margin-left:0px;
	padding: 7px !important;
	padding: 0px ;
	padding-top:6px;

	
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}