/* @override http://petadvisory.com:8888/site/templates/petadvisory/css/tabcontent.css */

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


div#tabcontentarea123 {
	width: 215px;
	background: url(../images/mainart/images/tabbox_repeat.png) repeat-y;
	padding: 6px 20px 4px 15px;
}

#country1 div.moduletable {
	padding-right: 7px;
}

.shadetabs{
padding: 5px 0 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left;
	position: relative;
	top: 8px;
	left: 9px;
}

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

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 2px 7px;
margin-right: -3px;
border: 1px solid black;
color: #2d2b2b;
background: #c3cf96 left;
	font-weight: bold;
}

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

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

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 2px;
	background-color: black;
	color: white;
	border: 1px solid black;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
}

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

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

