﻿body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #ddd;
}
img {
	display:block;
	border: 0px;	
}
h1, h2, h3, h4, h5, h6 {
   	font-weight: bold;
   	margin-top: 0;
}
h1 {
   	font-size: 20px;
   	margin-bottom: 6px;
}
h2 {
    font-size: 18px;
   	margin-bottom: 6px;
}		
h3 {
   	font-size: 18px;
   	margin-bottom: 4px;
}	
h4 {
   	font-size: 16px;
   	margin-bottom: 4px;
}	
h5 {
   	font-size: 12px;
   	margin-bottom: 4px;
}	
h6 {
   	font-size: 10px;
   	margin-bottom: 2px;
}
/* Veris Custom Button Styles */
.formbutton 
{
	font-size: 11px;
	font-weight: normal;
    border: 1px solid #006;
    line-height: 15px;
}
/* Veris Custom Control Styles */
.verislockedcontrol 
{
	font-size: 11px;
	font-weight: normal;
	color: Black; 
	text-decoration: none;
	line-height: 15px;
	background-color: Silver;
	/* border: 2px solid; */
	/* border-color:Red; */
}
.verisstandardcontrol {
	font-size: 11px;
	font-weight: normal;
	color: #666666; 
	text-decoration: none;
	line-height: 15px;
	border: 1px solid;
	border-color: Silver;
	background-color: White;
}
/* Link styles */
.crumbs {
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	vertical-align: top;
}
A.crumbs, A.crumbs:Active, A.crumbs:visited {
	color: #444444;
	text-decoration: none;
}
A.crumbs:hover {
	color: #B81409;
	text-decoration: none;
}
.footerlink {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
A.footerlink, A.footerlink:Active, A.footerlink:visited {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}
A.footerlink:hover {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}
.homeproductlink {
	font-size: 10px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}
A.homeproductlink, A.homeproductlink:Active, A.homeproductlink:visited {
	font-size: 10px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}
A.homeproductlink:hover {
	font-size: 10px;
	font-weight: bold;
	color: #B81409;
	text-decoration: none;
}
.leftlink {
	font-size: 11px;
	font-weight: bold;
	color: #B81409;
	text-decoration: none;
}
A.leftlink, A.leftlink:Active, A.leftlink:visited {
	font-size: 11px;
	font-weight: bold;
	color: #B81409;
	text-decoration: none;
}
A.leftlink:hover {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.navlink {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
}
A.navlink, A.navlink:Active, A.navlink:visited {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
}
A.navlink:hover {
	font-size: 11px;
	font-weight: normal;
	color: #B81409;
	text-decoration: none;
	line-height: 18px;
}   
.vlink {
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}
A.vlink, A.vlink:Active, A.vlink:visited {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
A.vlink:hover {
	font-size: 11px;
	font-weight: bold;
	color: #B81409;
	cursor: pointer;
	text-decoration: none;
}
/* To remove the red pixel dot in firefox  */
a:focus, a:hover, a:active { outline:none; }
/* c_CategoryMenu.ascx Top Nav Menu Styles*/
.topmenu {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	height:23px;
}
.topmenuhover {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	height:23px;
}
.topmenusubhover {
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	background-color:#B81409;
	border: solid 1px #fff;
	border-bottom: solid 0px #fff;
	text-align: left;
	cursor: pointer;
	width: 108px;
}
.topmenus {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	border-bottom: solid 1px #fff;	
	cursor: pointer;
	padding-left: 8px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 108px;
}
.topmenuhovers {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background-color:#444;
	border-bottom: solid 1px #fff;
	cursor: pointer;
	padding-left: 8px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 108px;
}
.topmenuoff {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background-color:#B81409;
	border: solid 1px #fff;
	border-bottom: solid 0px #fff;
	cursor: pointer;
	padding-left: 8px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 108px;
}
.topmenuon {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background-color:#444;
	border: solid 1px #fff;
	border-bottom: solid 0px #fff;
	cursor: pointer;
	padding-left: 8px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 108px;
}
.topmenubottomline {
	border: solid 0px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
.menubg
{
	background-color:#B81409;
}
.menutop {
	background-image: url(../images/topmenu.gif);
	background-repeat: repeat-x;
}
.dottedline {
	background-image: url(../images/dottedline.gif);
	background-repeat: repeat-y;
}
.dottedhline {
	background-image: url(../images/dottedhline.gif);
	background-repeat: repeat-x;
}
.newsbg {
	background-image:url(../images/titlebg.gif);
	background-repeat:no-repeat;
	height:20px;
	padding-left:12px;
}
.newsbg50 {
	background-image:url(../images/titlebg50.gif);
	background-repeat:no-repeat;
	height:50px;
	padding-left:12px;
}
.tbldetails {
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
}
.tbldetailstab {
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-top: solid 0px #ffffff;
}
.tabmenubgoff {
	background-image:url(../images/tabmenuoff.gif);
	background-repeat:no-repeat;
	height:27px;
	text-align: center;
	width: 135px;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.tabmenubgon {
	background-image:url(../images/tabmenuon.gif);
	background-repeat:no-repeat;
	height:27px;
	text-align: center;
	width: 138px;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.detailtitle {
	font-size: 12px;
	font-weight: bold;
	color: #B81409;
	text-decoration: none;
}
.resultstitle {
	font-size: 14px;
	font-weight: bold;
	color: #B81409;
	text-decoration: none;
}
.detailqty {
	font-size: 11px;
	font-weight: normal;
	color: #B81409;
	text-decoration: none;
	text-align: center;
	border: solid 1px #666666;
	padding-top: 3px;
	padding-bottom: 3px;
}
.titlehome {
	font-size: 12px;
	font-weight: bold;
	color: #B81409;
	text-decoration: none;
	text-transform: uppercase;
}
.titlehomelc {
	font-size: 12px;
	font-weight: bold;
	color: #B81409;
	text-decoration: none;
}
.shoppingcart {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.titleright {
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 10px;
}
.titleproducts {
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	line-height: 20px;
}
.cartfinish {
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	line-height: 20px;
}
.resultsmenu {
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	line-height:18px;
}
.hometext {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height:16px;
}
/* Only in c_OrderDetailView.ascx*/
.detailtexthd {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height:18px;
	padding-bottom: 9px;
}
.detailtextct {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	line-height:18px;
}
.detailtext {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height:18px;
	text-align: justify;
}
.detailtab {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height:18px;
}
.detailsubtab {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	line-height:18px;
}
.searchbtn {
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	height: 22px;
	padding-bottom: 1px;	
	background-color: #B81409;
	border: solid 1px #000000;
	cursor: pointer;
}
.visible {
	display: none;
}
.cartheadfoot {
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	background-color: #f5f5f5; 
}
.cartitem {
	background-color: #f4f4f4;
}
.carttotal {
	background-color: #444;
	padding: 5px 2px 5px 2px;
	color: #ffffff;
}
.checkouttitle {
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	background-color: #f5f5f5;
	border: solid 1px #dddddd; 
	width: 100%;
	height: 25px;
	padding-left: 10px;
}
/* replaced carttext with chkFormLabel 10-15-09 Tom A */
.chkFormLabel {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.formtxtbox {
	border:solid 1px #d5d5d5;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	padding: 2px 0px 2px 3px;
}
.star {
	color:#B81409;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
.TabArea {
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top:1px solid #ffffff;
    height:400px;  
}
/*Detail Page Tabs*/
.inside_table_sub-header  {
	font-size: 10pt;
	font-weight: bold;
	color: #BD4D08;
  text-decoration: none;
} 
.inside_table_listitems  {
	font-size: 10pt;
	font-weight: Normal;
	color: #000000;
	text-decoration : underline;
}
*#tab {
	margin: 0px;
	padding: 0px;
	background: url(../images/bgtab.gif) no-repeat bottom left;
	height: 27px;
}
#tab img {
	display: inline;
	border: 0;
	padding: 0;
	margin: 0;
}
/*c_ItemAttributesDetail.aspx Tabs*/
.shadetabs /*set to left, center, or right to align the menu as desired*/
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
	background: url(../images/bgtab.gif) repeat-y bottom left;
} 
.shadetabs li {
	margin: 0px;
	padding: 0px;
	display: inline;	
}
.shadetabs li a {
	cursor:pointer;	
	padding: 0px;
	margin: 0px;
	display: inline;
}
.shadetabs li a:visited {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.shadetabs li a:hover {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.shadetabs li.selected 
{ 
	position: relative; 
	display: inline;
	margin: 0px;
	padding: 0px;
}
.shadetabs li.selected a /*selected main tab style */
{
	display: inline;
	margin: 0px;
	padding: 0px;
} 
.shadetabs li.selected a:hover /*selected main tab style */
{ 
	display: inline; 
	margin: 0px;
	padding: 0px;
}
#divMainContent {
	border-bottom: 1px solid #cccccc;
	border-top: 0px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc; 
	margin: 0px;
	padding: 0px; 
}
.notabcontent { display:none; padding: 15px;}
.tabcontent { display:block; padding: 15px;}
.pd { padding-bottom: 20px; }
/* End tabs */
.leedth 
{
	color: #ffffff;
	background-color: #444444;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}
.leedcell 
{
	color: #444444;
	background-color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}
/* Wizard classes for Build-A-Product pages*/
.btnHEO
{
	position: absolute;
	top: 30px;
	left: 220px;
}
.heo
{
	position: relative;
	top: -76px;
	left: 130px;
	height: 50px;
	width: 300px;
}
.hew
{
	position: absolute;
	top: 20px;
	left: 150px;
	height: 45px;
	width: 220px;
}
.nosel
{
	position: absolute;
	top: 35px;
	left: 10px;
	height: 36px;
	width: 294px;
}
.wizthermo
{
	position:relative;
	top:-99px;
	left:168px;
	height:90px;
	width:200px;
}
.wiztop
{
	position: relative;
	top: -5px;
	left: 2px;
	text-align: left;
	font-size: 12px;
	font-weight: 600;
	color: #B81409;
	vertical-align: top;
	width: 360px;
}
.wizmid
{
	position: relative;
	top: 14px;
	left: 2px;
	width: 100%;
	height: 187px;
	text-align:left;
	vertical-align:middle;
}
.wizbot
{
	position: relative;
	top: 10px;
	left: 175px;
	width: 430px;
	text-align: left;
	height: 70px;
	z-index: 1000;
}
.wizright
{
	position: absolute;
	top: 5px;
	left: 200px;
	width: 115px;
}
.wizright2
{
	position: absolute;
	top: 5px;
	left: 302px;
}
.wizopt
{
	position: absolute;
	top: 4px;
	left: 320px;
	width: 190px;
	height: 116px;
	text-align:left;
	vertical-align:middle;
}
.wizlbl
{
	font-size: 12px;
	font-weight: 600;
	color: #B81409;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: right;
	vertical-align: middle;
}
.wizlblBlu
{
	font-size: 13px;
	font-weight: 600;
	color: #3333ff;
	text-align: right;
	vertical-align: middle;
}
.wizlbl2
{
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	color: #B81409;
	text-align: right;
	vertical-align: middle;
}
.xmtr
{
	position:absolute;
	top: 85px;
	right: 8px;
	z-index: 5;
	font-size: 12px;
	font-weight: 600;
	color: #B81409;
	width: 177px;
	height: 64px;
}

