/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family: Georgia, "Times New Roman", Times, serif;
color:#5a0000;
font-size:14px;
font-weight:bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
left:-20px;
top:-4px;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
font-family: Georgia, "Times New Roman", Times, serif;
color:#5a0000;
font-size:18px;
font-weight:bold;
background: white url(shade.gif) top left repeat-x;
height:44px;
}

.shadetabs li a:visited{
color: #5a0000;
}

.shadetabs li a:hover{
text-decoration: none;
color: #3f0303;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top:-4px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
position: relative;
top:-4px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
#countrydivcontainer {
	background-image:url(bg.png);
	background-repeat: repeat-x;
	background-color:#e0e0e0;
	background-position:top;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:16px;
	color:#b48341;
}
#countrydivtable {
	margin-top:15px;
}
.underline {
	text-decoration:underline;
	line-height:20px;
}
.screenshot {
	position:relative;
	left:-11px;
	padding-top:20px;
}
#offer {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:14px;
	color:#b48341;
	list-style:none;
}
#offer li {
	margin-bottom:15px;
	background-image: url(check.png);
	background-repeat: no-repeat;
	background-position: 0.2em;
	padding-left: 30px;
	position:relative;
	left:-15px;
}
#firsttab {
	position:relative;
	padding-top:20px;	
}
.dark {
	color:#5c0000;
}
.panel {
	position:relative;
	top:-15px;
}
.demolink {
	float:right;
	position:relative;
	left:-10px;
	top:10px;
}
