.TabsMain{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align:left; /*set to left, center, or right to align the menu as desired*/
}

.TabsMain li{
display: inline;
margin: 0;
}

.TabsMain li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
font-family: "trebuchet MS", Verdana, Arial;
border: 1px solid #e3e3e3;
color: #a70107;
font-size: 16px;
background: white url(shade.gif) top left repeat-x;
}

.TabsMain li a:visited{
color: #2d2b2b;
}

.TabsMain li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.TabsMain li.selected{
position: relative;
top: 1px;
}

.TabsMain li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.TabsMain li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* */
.TabsSecondary{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align:left; /*set to left, center, or right to align the menu as desired*/
}

.TabsSecondary li{
display: inline;
margin: 0;
}

.TabsSecondary li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
font-family: "trebuchet MS", Verdana, Arial;
border: 1px solid #a70107;
color: #a70107;
font-size:11px;
background: white url(shade.gif) top left repeat-x;
}

.TabsSecondary li a:visited{
color: #2d2b2b;
}

.TabsSecondary li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.TabsSecondary li.selected{
position: relative;
top: 1px;
}

.TabsSecondary li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.TabsSecondary li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle, .ContentStyle{ /*style of tab content oontainer*/
border: 1px solid #e3e3e3;
width: 673px;
margin-bottom: -1;
padding:0px;
font-family:Arial;
font-size: 11px;
line-height:17px;
}

.tabcontentstyle2{ /*style of tab content oontainer*/
border: 1px solid #a70107;
width: 643px;
margin-bottom: -1;
padding:0px;
}

.tabcontent{
display:none;
font-family: arial;
font-size: 11px;
line-height:17px;
color:#3b3f4f;
text-justify: newspaper;
}

#ContentBoxHDR{
font-family: "trebuchet MS", Verdana, Arial;
font-size: 16px;
border-style:solid;
border-width:0px 0px 1px 0px;
border-color:#e3e3e3;
padding:2px 0px 5px 15px;
}

.enterprise-CntBoxHdr{
color:#0a3063;
}

.enterprise-SmBox{
width:315px;
height:166px;
background-image:url(/whitelabel/images2/bgsmbxbtm.jpg);
background-repeat:no-repeat;
background-position:0px 0px;
font-family: Arial;
font-size: 12px;
line-height:17px;
color:#3b3f4f;
text-align:justify;
}

#lnk-More a{
font-family: Arial;
font-size: 12px;
color:#e3a403;
font-weight:bold;
display:inline;
}

#lnk-More li{ 
background-image:url(/whitelabel/images2/img_arrowbox.jpg);
background-repeat:no-repeat;
background-position:0px 14px;
list-style: none;
padding:10px 0px 0px 10px;
}

.enterprise-SmBox-Hdr{
font-family: Arial;
font-size: 14px;
color:#e3a403;
padding-bottom:5px;
}

.misc-SmBox{
width:315px;
/*height:166px;*/
font-family: Arial;
font-size: 12px;
line-height:17px;
color:#3b3f4f;
text-align:justify;
}

.ContentBoxPadding{
padding:15px 15px 15px 15px;
}

/* New Content Box Styles */

#TabContentSection{ 
font-family: "trebuchet MS", Verdana, Arial;
font-size: 13px;
color:#a70107;
background-image: url("/whitelabel/images2/bgsectionhdr.gif");
background-repeat: no-repeat;
background-position: 14px;
height:43px;
padding:14px 0px 0px 28px;
margin-bottom:-28px;
}

#TabContentSection2{ 
font-family: "trebuchet MS", Verdana, Arial;
font-size: 13px;
color:#0a3063;
background-image: url("/whitelabel/images2/bgsectionhdr2.gif");
background-repeat: no-repeat;
background-position: 14px;
height:43px;
padding:14px 0px 0px 28px;
margin-bottom:-28px;
}

#TabContentSection2Small{ 
font-family: "trebuchet MS", Verdana, Arial;
font-size: 13px;
color:#0a3063;
background-image: url("/whitelabel/images2/bgsectionhdr2_sm.gif");
background-repeat: no-repeat;
background-position: 0px 0px;
width:315px;
height:43px;
padding:7px 0px 0px 14px;
margin-bottom:-28px;
}

#TabContentBoxBtm #BulletBoxBtm{ margin-top:-10px; }

#TabContentBoxTop{ margin-top:-2px;margin-bottom:-1px; }

#TabsWholesale { margin-bottom:-5px; }

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