/* ######### CSS for Shade Tabs. Remove if not using ######### */

.tabcontainer {
	border-top: 1px #666666 solid;
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	}

#countrytabs {
	float: left;
	margin: 30px 0 0 0;
	width: 100%;
	}

.shadetabs{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	float: left;
	}

.shadetabs li{
	display: inline;
	margin: 0 1px 0 0;
	width: 109px;
	float: left;
	text-align: center;
	}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	color: #fff;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	outline: none;
	display: block;
	padding: 11px 0 11px 11px;
	background: #252525;
	}

.shadetabs li a:hover{
	text-decoration: none;
	color: #cc9900;
	background: #333333;
	}

.shadetabs li a.selected{ /*selected main tab style */
	text-decoration: none;
	color: #cc9900;
	background: #333333;
	}

.shadetabs li a.selected:hover{ /*selected main tab style */
	color: #fff;
	}

.tabcontent{
	display:none;
	}

@media print {
	.tabcontent {
		display:block !important;
	}
}