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

.shadetabs{
	margin-left:14px;
	font: bold 12px Verdana;
	list-style-type: none;
	clear: both;
}

.shadetabs li{
	float:left;
	margin-right: 10px;
	height: 22px;
	width:104px;
	background: url(http://www.tommyteleshopping.nl/images/tab-off.jpg) left no-repeat;
}

.shadetabs li a{
text-decoration: none;
color: #303030;
padding-top:7px;
float:left;
background: url(http://www.tommyteleshopping.nl/images/tab-off.jpg) left no-repeat;
height: 20px;
width:104px;
text-align:center;
}

.shadetabs li a:visited{

}

.shadetabs li a:hover{
text-decoration: none;
float:left;
}

.shadetabs li a.selected{ /*selected main tab style */
float:left;
background: url(http://www.tommyteleshopping.nl/images/tab-on.jpg) left no-repeat;
height: 20px;
width:104px;
color: #3B77B4;
}

.tabcontent{
display:none;
}

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