.products{
padding-left: 0;
font: bold 12px Verdana;
list-style-type: none;
}

.products li{
float:left;
margin-bottom: 5px;
margin-top: 1px;
margin-right:3px;
padding-bottom:10px;
font: bold 12px Verdana;
}

.products li a{
text-decoration: none;
z-index: 1;
padding: 12px;
margin-bottom: 5px;
margin-top: 1px;
color: #c2c2c2;
font: bold 12px Verdana;
}

.products li a:visited{
color: #af161b;
margin-bottom: 5px;
margin-top: 1px;
font: bold 12px Verdana;
color: #c2c2c2;
}

.products li a:hover{
text-decoration: none;
color: #af161b;
margin-bottom: 5px;
margin-top: 1px;
font: bold 12px Verdana;
}

.products li a.selected{ /*selected main tab style */
color: #af161b;
margin-bottom: 5px;
margin-top: 1px;
font: bold 12px Verdana;
}

.products li a.selected{ 
margin-bottom: 5px;
margin-top: 1px;
font: bold 12px Verdana;
}

.products li a.selected:hover{ /*selected main tab style */
text-decoration: none;
margin-bottom: 5px;
margin-top: 1px;
font: bold 12px Verdana;
}

.tabcontent{
display:none;
padding-left: 7px;
width: 600px;
}


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