TD { font-family: Arial, Helvetica, sans-serif; }

.footerlinks {  font-family: Arial, Helvetica, sans-serif; font-size:9pt; font-weight: bold; color: #3333CC; text-decoration: none}
.footerlinks:hover {   color: red; }
.noUnder { text-decoration: none;}
.manufList { font-size:12px; }
.manufList:Hover { color:red; }
.tablePriceList { 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
.tableHeader {
	
	color: #FFCC33;
	font-weight: bold;
}
.tableHeaderCell {
	background-color: #95A7C4;
	color: #FFCC33;
	font-weight: bold;
	font-size:14px;
}
.tableCell {
	border-bottom:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
}
/* Tab System 1 */
.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
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;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
font-size:12px;
}

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

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
font-color:12px;
}

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

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

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




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#cfnavbar{
margin: 0;
padding: 0;
}

#cfnavbar ul{
background: url(images/bgblue.gif) bottom center repeat-x;
padding-left: 0;
margin: 0;
float: left;
font: bold 80% Verdana;
}

* html #cfnavbar ul{ /*IE only rule. Add extra margin-bottom*/
margin-bottom: 1em;
}

#cfnavbar ul li{
display: inline;
}


#cfnavbar ul li a, #cfnavbar ul li span{
float: left;
color: black;
font-weight: bold;
padding: 7px 13px 8px 6px;
font-color:12px;
text-decoration: none;
background: url(images/dividerblue.gif) bottom right no-repeat;
}

#cfnavbar ul li span{ /*Targets span tag to the right of #leftcorner below*/
padding-left: 0px;
font-color:12px;
}


#cfnavbar ul li a#leftcorner{
float: none;
padding-left: 10px;
padding-right: 0px;
font-color:12px;
background: url(images/leftcornerblue.gif) bottom left no-repeat;
}

#cfnavbar ul li a#rightcorner{
padding-right: 10px;
font-color:12px;
background: url(images/rightcornerblue.gif) bottom right no-repeat;
}

#cfnavbar ul li a:hover{
font-color:12px;
text-decoration: underline;
}




