/* ######### CSS for Shade Tabs. Remove if not using ######### */

#tabcontents #content1 h3{background-image: url(../images/description-head01.gif);}
#tabcontents #content2 h3{background-image: url(../images/description-head02.gif);}
#tabcontents #content3 h3{background-image: url(../images/description-head03.gif);}
#tabcontents .inner{
	background-image: url(../images/description-middle.gif);
	background-repeat: repeat-y;
	padding: 5px 10px;
	line-height: 150%;
}
#tabcontents p{
	margin-bottom: 10px;
}
.shadetabs li a{}


.shadetabs li a:hover{}

.shadetabs li a.selected{}

.shadetabs li a.selected{}

.shadetabs li a.selected:hover{ /*selected main tab style */
}

.tabcontent{
 display:none;
}

@media print {
.tabcontent {
  display:block !important;
}
}
