.shadetabs{
	padding: 1px 0px;
	margin-left: 0;
	margin-top: 2px;
	margin-bottom: 1px;
	font: 11px Arial,Verdana;
	list-style-type: none;
	text-align: left; 
	text-decoration: none;
}

.shadetabs li{
z-index: -1;
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: left;
padding: 4px 12px;
margin-right: 2px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(/justlinen/images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
border-bottom-color: white;
font-weight: bold;
background-image: url(/justlinen/images/shadeactive.gif);
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: underline;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

