.borda       { border:1px solid #2061AB; padding:0px;  }
.prodinfo    { border: 1px solid #2061AB; padding: 4px; background-color: #EAD144 }
.prodscell   { border: 1px solid #2061AB; padding-top: 4px; padding-bottom: 4px; background-color: #A5CBFF; text-align:center }
table        { font-size: 8pt; font-family: Verdana }
body         { font-family: verdana, arial, helvetica; font-size: 8pt; margin: 0px; background-color:#FFFFFF}

a.buttons    { color: #000000; text-decoration:none }
a:hover.buttons { color: #800000; text-decoration: overline underline; font-weight: bold }
a:visited.buttons { font-weight: bold }
.anchortop {
	font-family: Verdana;
	font-size: 10px;
	text-transform: capitalize;
	text-decoration: none; 
	ont-weight: bold;
	color:#3399FF;
	text-align:right;
	}

/*DISTRIBUTOR ADVETRTS*/
#thetable {width: 900px }
#thetable td { padding: 5px; text-align: center; vertical-align: top; border-bottom: 1px solid #444444;}
#thetable .prod {border-left: 1px dashed #444444; border-right: 1px dashed #444444  }
#thetable .details {text-align: left; border-left: 1px dashed #444444; border-right: 1px dashed #444444}
#thetable .titles {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: #8d0000;
	color: #ffffff;
	border-left: 1px dashed #444444;
	text-align: center;
	}
	
	
	
/* ######### TAB STYLE ######### */

.tabtable td {padding: 5px; border: 1px solid #dddddd}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(bainfo/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;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(bainfo/images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
