/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
width: 260px;
	height: 190px;
	float: left;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}



.shadetabs  a{
text-decoration: none;
position: relative;
color: #ffffff;

}

.shadetabs  a:visited{
color: #ffffff;
}

.shadetabs  a:hover{
text-decoration: underline;
color: #ffffff;
}

.shadetabs a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs  a.selected{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs  a.selected:hover{ /*selected main tab style */
text-decoration: underline;
}

.tabcontent{
display:none;
width: 560px;
	height: 174px;
	background-image: url(../images/detail_bg.jpg);
	background-repeat: repeat-x;
	padding: 8px;
	float: left;
}

@media print {
.tabcontent {
display:block !important;
width: 560px;
	height: 174px;
	background-image: url(../images/detail_bg.jpg);
	background-repeat: repeat-x;
	padding: 8px;
	float: left;
}
}

