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

.shadetabs{
	margin-top: 5px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	color: #39C;
	font-size: 11px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	font-weight: bold;
}

.shadetabs li{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #fff;
}
.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	background-color: #E4E4E4;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 7px;
	color: #7446CC;
	font-weight: bold;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-color: #62BDD0;
	color: #000000;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	color: #000000;
}


#country1 ul {
	margin-left: -20px;
}




.tabcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#country1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#country2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;;
}#country3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;;
}



@media print {
}



.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 200px;
margin-bottom: 1em;
padding: 2px;
}
#countrytabs {
	margin-left: -2px;
	background-color: #FFF;
	height: 18px;
	width: 197px;
}


.tabcontent{
display:none;
}

@media print {
}
.hours {
	background-color: #EBEBEB;
	margin: 5px;
	padding: 8px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size: 10px;
	color: #333333;
}

