body { 
   font-family: Arial, Helvetica, sans-serif;
   margin:0px;
   padding:0px;
   background-color:#ffffff;
 }

 td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
 }
 
 .searchProducts {
 	color: #ffffff;
	font-weight:bold;
 }
 
 
 a {
   color: #3366CC;
 }
 
  a.homeCatName
  {
  		font-size:12pt;
		font-weight:bold;
		color:#163585;
		text-decoration:none;
  
  }
  div.homeCatName
   {
   		width:100%;  
		border-bottom:1px solid #C2C2C2; 
		font-size:12pt;
		font-weight:bold;
		color:#163585;
		text-decoration:none;
   }
   .homeCatDescription
   {
   		text-align:right;
		padding-bottom:25px;
		padding-top:3px;
		line-height: 18px;
   }
   .homeCatDescription a
   {
   		color:#0060FF;
		text-decoration:none;
   }
   .homeCatDescription a:hover
   {
   		color:#023A97;
		text-decoration:underline;
   }
   
/***************************************************************
*				TOP LINKS
***************************************************************/

#topLinks {
	color: #3F4576;
}

#toplinks A {
	color: #fff;
	font-weight:bold;
	text-decoration:none;

}
#toplinks A:hover {
	color: #fff;
	font-weight:bold;
	text-decoration:underline;

}


/***************************************************************
*				LEFT NAV
***************************************************************/

#leftnav {
	background-color: #232962;
}

#leftnav .title {
	font-size: 16px;
	color: #9DA0B9;
	background-color: #3F4576;
	font-weight:bold;
	padding: 3 0 3 0;
	width:170px;
	margin-top:5px;
	margin-bottom:10px;
	
}

#leftnav UL {
	list-style-type: none;
}

#leftnav LI {
	padding-top: 7px;
	list-style-type: none;
	border-bottom: 1px dotted #CFD0DD;
	text-indent: 15px;
}

#leftnav A {
	color: #CFD0DD;
	text-decoration:none;
	font-weight:bold;
	
}

#leftnav A:hover {
	color: #CFD0DD;
	text-decoration:none;
	font-weight:bold;
}

   
 /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                         MENU BARS
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
   
   .subPageHeading {
   		font-size: 14px;
		font-weight:bold;
		padding-top:15px;
		border-bottom: 1px solid black;
   }

   .featureHeading {
      	font-size: 14px;
		font-weight:bold;
		padding-top:15px;
		color:#1c4da7;
		border-bottom: 1px dotted #999999;
   }
   
   #featuredItems {
   		background: url(/images/image_featuredItems.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
   }
   
   #newArrivals {
   		background: url(/images/image_newArrivals.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
   }
   
   
   .subMenu {
   		padding-top: 15px;   
   }
   
   .subMenu LI { 
   	list-style-type: square;
	color: #1c4da7;
   }
   
 /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                      FONT FORMATING
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
 
 
.tinyText {
   font-size: 9px;
}
.redText {
   color: #ff0000;
}
.padding3 {
   padding: 3px;
} 
.secHeading, .heading {
    font:22px/26px  Arial,Helvetica,sans-serif; color:#000;
}
.secHeading2, .heading2 {
    font:16px/20px  Arial,Helvetica,sans-serif; color:#000;
}
.secHeading3, .heading3 {
    font:14px/18px  Arial,Helvetica,sans-serif; color:#000;
	font-weight: bold;
}
.titleRow { 
   background-color: #d8ad00;
   color: #FFFFFF;
   font-size: 11px;
   font-weight: bold;

}
.tableBorder { 
   background-color: #163585;
   color: #FFFFFF;
}
.noImage {
   cursor: pointer;
}
.textJustify {
  text-align: justify;
}
.top {
	padding: 20px 2px 5px 10px;
	text-align: right;
	font-size: 11px; 
	border-bottom: 1px solid #999999;}
	
.successMessage {
	font-size:12pt;
	color: #FF0000;

}

/****************************************
                 CATALOG AREA 
*****************************************/
.headingLineTop {
   border-top: 1px solid #CCCCCC;
 }
.headingLineBottom {
  border-bottom: 1px solid #CCCCCC;
}
#catalog td {
  font-size: 12px;

}
#catalog td.active {
	padding-top: 7px;
	list-style-type: none;
	border-bottom: 1px dotted #CFD0DD;
	text-indent: 15px;
}
#catalog td.regular {
	padding-top: 7px;
	list-style-type: none;
	border-bottom: 1px dotted #CFD0DD;
	text-indent: 15px;
}

#catalog td.subCatActive {
  background-color: #bae2f5;
  font-size: 12px;

}
#catalog td.activeSub1 {

	margin: 0;
	padding: 3px;
	background-color: #D2D2D2;
}

#catalog td.activeSubMain {

	margin: 0;
	padding: 3px;
	background-color: #ffe2a2;
	
}
#catalog ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

}
	
#catalog li {
	padding-top: 7px;
	list-style-type: none;
	border-bottom: 1px dotted #CFD0DD;
	text-indent: 15px;
}
#catalog li.active {
	font-color: #000000;
	text-indent: 15px;
}



#catalog div {
  font-weight: bold;
  padding-left: 2.5mm;
  padding-bottom: 8px;
}
#catalog a {
	color: #CFD0DD;
	text-decoration:none;
	font-weight:bold;
}
#catalog a:hover {
	color: #CFD0DD;
	text-decoration:none;
	font-weight:bold;
}

.categoryProductSep {
  border-right: 1px solid #163585;
}
/*/////     BREAD CRUMS   //////*/

#breadCrumb td {
    font-size: 11px;
	padding: 3px;
	border-bottom: 1px solid #cccccc;
}
#breadCrumb a {
    font-size: 11px;
}

/*////    PRODUCT DISPLAY ///// */

#productInformation td.name {
   font-weight: bold;
   font-size: 12pt;
}
#productInformation td.priceTitle {
   font-weight: bold;
}
#productInformation td.specialPrice {
   font-weight: bold;
   color: #990000;
 }
#recentlyViewedTitle td.title {
   background-color: #163585;
   color: #FFFFFF;
   font-size: 11px;
   text-align: center;
   font-weight: bold;
   padding:3px;
} 
.imageBorderBlack {
   color: #000000;
 }
 .formTd {
  font-weight: bold;
 }
#relatedProduct td.title {
   background-color: #163585;
   color: #FFFFFF;
   font-size: 11px;
   text-align: center;
   font-weight: bold;
   padding:3px;
}
#relatedProduct td.line {
  border-bottom: 1px solid #163585;
}

.viewProductDisplayPrice-special {
    font-size: 38px;
	font-weight: normal;
	color: #990000;
}
.viewProductDisplayPrice-special_symbol {
    font-weight: normal;
	line-height: 22px;
	color: #990000;
}
.viewProductDisplayPrice-special_cents {
    font-weight: normal;
	line-height: 22px;
	color: #990000;
}
.viewProductDisplayPrice {
    font-size: 38px;
	font-weight: normal;
	color: #163585;
}
.viewProductDisplayPrice_symbol {
    font-weight: normal;
	line-height: 22px;
	color: #163585;
}
.viewProductDisplayPrice_cents {
    font-weight: normal;
	line-height: 22px;
	color: #163585;
}
.youSave {
    font-size: 13pt;
	font-weight: bold;
	color: #ff9900;
	
}
.catSaveLt50 {
   font-size: 28px;
   font-weight: bold;
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #ff9900;
}
.catSaveLt50Sign {
   font-size: 10px;
   font-weight: bold;
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #ff9900;
   padding: 2px 0px 0px 0px;
}
.catSaveGt50 {
   font-size: 28px;
   font-weight: bold;
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #990000;
}
.catSaveGt50Sign {
   font-size: 10px;
   font-weight: bold;
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #990000;
   padding: 2px 0px 0px 0px;
}
.percentOff {
   font-size: 16px;
   font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
   color: #999999;
    padding: 4px 0px 0px 0px;
   text-transform: uppercase;
}

/****************************************
                 CART AREA 
*****************************************/ 
#cart td.cartHeaders {
   background-color: #d6ae01;
   color: #FFFFFF;
   font-size: 11px;
   font-weight: bold;
   padding:3px;
}
#cart td.cartEndingLine {
   border-bottom: 1px solid #cccccc;
}
#cart a.cartHeaders {
    color: #FFFFFF;
	
}
#cart a.cartHeaders:hover {
    color: #D1C9EB;
}

.shipTo {
   font-weight: bold;
}
.sep {
   background-color: #cccccc;
}

/****************************************
                 Account Area 
*****************************************/
#accountBtns td.accountMenu {
   background-color: #163585;
   color: #FFFFFF;
 }
#accountBtns td.accountMenuActive {
   background-color: #7D7890;
   color: #FFFFFF;
}

#accountBtns a {
  color: #FFFFFF;
  display: block;
  padding: 4px 4px 4px 8px;
  text-decoration: none;
}
#accountBtns a:hover {
  background-color: #7D7890;
  color: #FFFFFF;
  text-decoration: none;
}
.accountMenuSep {
   background-color: #FFFFFF;
 }
/****************************************
                 STATIC CONTENT 
*****************************************/
#leftContentTitle td.title {
   background-color: #163585;
   color: #FFFFFF;
   font-size: 11px;
   text-align: center;
   font-weight: bold;
   padding:3px;
} 


/****************************************
                Commerce 8 CSS
*****************************************/
/* this does the colors for the JS Error Checking */
.errHilite {
  background-color: #FFA18C;
}


/***************************************************************
*				FOOTER
***************************************************************/

#footer {

	border-top: 1px solid #232962;

}

#footer TD {
	font-size:10px;
	color: #999;
}

#footer A {
	color: #232962;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	
}

#footer A:hover {
	color: #232962;
	text-decoration:underline;
	font-weight:bold;
	font-size:10px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                       NEW [os]
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
   
   
#Questions {
	font-size:10px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                       INVOICE ( BGCOLOR )
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
   
.bgHeadingColor {
	background-color: #163585;
	color: #ffffff;
}

.bgColor {
	background-color: #163585;
	color: #000000;
}

/****************************************************
*				INPUT 
****************************************************/

.submitButton {
   	background-color: #d8ad00;
	height:17px;
	width:149px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
	outline:1px solid #d8ad00;
	border:1px solid white;
	margin-bottom:5px;
	cursor: hand;

}