/* ######### 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: 9px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	font-weight: bold;
}

.shadetabs li{
	display: inline;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-color: #E4E4E4;
	background-repeat: repeat-x;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	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: x-small;
}
#country1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#country2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}#country3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}



@media print {
}



.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 190px;
margin-bottom: 1em;
padding: 2px;
}
#countrytabs {
	margin-left: 5px;
}


.tabcontent{
display:none;
}

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