/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText {
	color: #595756;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 11px;
	
}
.errorBox {  font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning {  font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {  font-size : 10px; color: #FF7B0F; text-decoration: underline; }

body, td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}
body{
  background: #ffffff;
  color: #000000;
  margin: 0px; 
}

A {
	color: #FF6600;
	text-decoration: none;
}

A:hover {
  color: #FF7B0F;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

.headerNavigation, a.headerNavigation:hover {
	color:#FFFFFF;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 3px 0px 0px 0px;
}

td.headerNavigation {
	padding-left: 5;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  
  font-size: 7pt;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
	
}

.infoBoxContents {
    border: solid #E1E1E1 2px;
	

}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

td.infoBoxHeading {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

TD.infoBox, SPAN.infoBox {
  
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #DBE4FF;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #F1F4FF;
}

TABLE.productListing {
  border-width: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 0px;
}

.productListing-heading {
  
  background: #BDDBFF;
  color: #055090;
  font-size:11px;
  font-weight: normal;
  padding: 3px;
}

TD.productListing-data {
    background: white;
    padding: 3px;
    
  
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading, h1 {
	font-size: 18px;
	font-weight: normal;
	color: #595756;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C7E4F6;
	margin-bottom: 15px;
	padding-bottom: 3px;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #595756;
	display:block;
	background-color:#DFEDFD;
	padding-bottom: 0px;
	padding-top: 0px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  
  color: #000000;
}

TD.main, P.main {
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  color: #595756;
  font-size: 8pt;
}

TD.accountCategory {
  
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  
  font-size: 12px;
}

TD.tableHeading {
  
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  color: #ff0000;
}



TEXTAREA {
  width: 100%;
}

SPAN.greetUser {
  
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  
  font-size: 10pt;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  
  font-size: 10pt;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  
  color: #ff0000;
}

SPAN.errorText {
  
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo {  font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent {  font-size: 10px; color: #000000; }

/* message box */

.messageBox {  font-size: 9pt; }

.messageStackError, .messageStackWarning {  
	font-size: 9pt; 
	background-color: #ffb3b5; 
	color:#333333;
	padding: 4px;
}

.messageStackSuccess {  
	font-size: 9pt; 
	background-color: #99ff00; 
	color:#333333;
	padding: 4px;	
}

/* input requirement */

.inputRequirement {  font-size: 9pt; color: #ff0000; }


/* ===================================CUSTOM BY DJC AND VC========================================== */
.advertBox {
	padding-top: 4px;
	padding-bottom: 4px;
}

.menuTop {
	font:8.5pt Arial, Helvetica, sans-serif;
	color: #53548A;
	padding-right: 5px;
	padding-bottom: 14px;
}

a.menuTop, a.menuTop:link, a.menuTop:hover, a.menuTop:visited, a.menuTop:active  {
	color: #53548A;
	padding-bottom: 0px;
	padding-right: 0px;
}

.menuTopEmail {
	font:8.5pt Arial, Helvetica, sans-serif;
 	color: #FF7B0F;
	padding-right: 5px;
	padding-bottom: 14px;
}

a.menuTopEmail, a.menuTopEmail:link, a.menuTopEmail:hover, a.menuTopEmail:visited, a.menuTopEmail:active  {
	color: #FF7B0F;
	padding-right: 0px;
	padding-bottom: 0px;

}

.extraFieldsName {
	font:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FF7B0F;
}

.extraFieldsId {
	font:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #595756;

}

td.rightBarHeading {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F1F1F1;
	background-repeat: repeat-x;
	padding-left: 4px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-image: url(images/custom/rightBarHeading-bak.jpg);
}

.shoppingCartHeader, a.shoppingCartHeader:link, a.shoppingCartHeader:hover, a.shoppingCartHeader:active, a.shoppingCartHeader:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1D619B;
	padding-left: 7px;
}
a.shoppingCartHeader:link, a.shoppingCartHeader:hover, a.shoppingCartHeader:active, a.shoppingCartHeader:visited {
	padding-left: 0px;
}
a.shoppingCartHeader:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 0px;
}	

.menuLeftHeader, td.menuLeftHeader, .menuLeftHeaderTop{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 8px;
	color:black;
}
 a.menuLeftHeader, a.menuLeftHeader:link, a.menuLeftHeader:active, a.menuLeftHeader:visited, a.menuLeftHeader:hover {
	 color:black;
	 padding: 0px;
	 text-decoration: none
 }

.menuLeftHeaderTop {
	padding-top: 4px
}

a.menuLeftText:link, a.menuLeftText:active, a.menuLeftText:visited, a.menuLeftText:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-right: 8px;
	margin-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #515151;
	letter-spacing: normal;
	display: block;
	
}

a.menuLeftText:hover {
	background-color: #C4E0FF;
	text-decoration: none;
}

.seriesSelector{
	margin: 10px 0px 20px 8px;
	width: 110px;
	font-size: 8pt;
	
}
	
.shadowImage {
    /* border: 3px solid #999999; */
	border-color: #63A3D1;
	margin-top: 4px;
}

.manufacturerBoxText {
	display:block;
	text-align:center;
	font-weight: bold;
	background-color: #EFEFEF;
	font:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #847272;
	
	border-style:dashed;
	border-color:#666666;
	border-width: 1px;
	
} 

.cartHr
{
	border: 0px 0px 0px 0px;
	margin-right: 7px;
	margin-left: none;
	padding: 0px 0px 0px 0px;
	background-image: url(images/custom/shopping_cart_div.jpg);
	background-repeat: no-repeat;
}

.cartItem{
	color: white;
	font-size: 11px;	
}

a.cartItem:link, a.cartItem:active, a.cartItem:hover, a.cartItem:visited{
    color: white;
}

.cartTotal
{
    font-weight: bold;
    text-align: right;
    color: white;
	padding-right: 7px;
}
a.cartLink:link, a.cartLink:active, a.cartLink:hover, a.cartLink:visited{
    color: white;
}

.cartEmpty
{
    color: white;
	padding-right: 7px;
}

h1.optionBlock{
    font-size: 13pt;
    color: #595756;
	border-bottom-width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}

.optionName{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DFDFDF;
	color: #006699;
	margin-bottom: 3px;
	margin-top: 14px;
	padding: 2px 5px 2px 5px;
}
select {
	color: #0066CC;
	font-size: 8pt;
}

.footerText {
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	padding: 10px 10px 0px 10px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0066CC;
}
.greyBoxHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0099FF;
	font-weight: bold;
}
.greyBoxHeader2, a.greyBoxHeader2:link, a.greyBoxHeader2:hover, a.greyBoxHeader2:visited, a.greyBoxHeader2:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #003399;
	font-weight: bold;
}

.greyBoxHeader2Light, a.greyBoxHeader2Light:link, a.greyBoxHeader2Light:hover, a.greyBoxHeader2Light:visited, a.greyBoxHeader2Light:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #0099FF;
	font-weight: bold;
}

.greyBoxHeader3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-weight: normal;
	line-height: 18px;
}
.box, .optionsBlock {
	background-image: url(images/custom/box.gif);
	background-position: left top;
	padding: 10px;
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	vertical-align: top;
}
.boxWhite {
	background-image: url(images/custom/box_white.gif);
	background-position: left top;
	padding: 10px;
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	vertical-align: top;
}

.boxBlank {
	padding: 5px;
	border-right: 1px #E3E3E3;
	border-bottom: 1px #E3E3E3;
	vertical-align: top;
}
.categoryItem{
}

a.categoryItem, a.categoryItem:link, a.categoryItem:hover, a.categoryItem:active, a.categoryItem:visited {
	border: solid white 2px;
	width: 113px;
	height: 147px;
	display:block
}
a.categoryItem:hover{
	border-color: #FFCC00;
}

.boxWhiteSquare {
	padding: 10px;
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	vertical-align: top;
	background-color: #FBFBFB;
}

.boxWhiteSquareImage1 {
	padding: 10px;
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	vertical-align: top;
	background-color: #FBFBFB; 
	background-image: url(images/custom/har_cutting_bakground3.gif);	
	background-position:left bottom; 
	background-repeat:no-repeat;
}.normalText {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10pt;
	color: #666666;
}

.blueBorder {
	border: 1px solid #0099FF;
}
body {
	text-align: center;	
}
#container {
	text-align: left;	
}
#header-wrap {
	width: 750px;
	margin-left: auto; /*center hack*/
	margin-right: auto; /*center hack*/
	margin-top: 0; /*center hack*/
	margin-bottom: 0; /*center hack*/
}
#header-wrap2 {
	text-align:left; 
}
#header {
	background-image: url(images/custom/header.gif);
	height: 82px;
	width: 750px;
}
#header h1 {
	display: none;
}
#menu-wrap {
	background-image: url(images/custom/menu_bak.gif);
	background-repeat: repeat-x;
	width: 750px;
	height: 28px;
	margin: 1px 0 1px 0;
	text-align:center;
}
#navcontainer {
	background-image: url(images/custom/menu_bak_watermark.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width: 100%;


}
ul#navlist
{
margin:0;
padding: 0;
margin-left: 0;
padding-left: 0;
white-space: nowrap;

}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { 
	padding: 6px 20px; 
	line-height: 29px;
}

#navlist a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color:#febe8c;
text-decoration: none;
}
#logo_print {
  display:none;
}

#contentsection {width:100%}
#logo_print {display:none; margin-bottom: 50px; text-align:center; margin-left: -40px;}

/* print styles */
#header, #menu-wrap, .headerNavigation {display: none;}
body, #header-wrap {text-align: left; margin:0; padding:0}
#logo_print {display: block}
#footersection, #leftsection, #belowleftsection, #rightsection, #belowrightsection, #advertsection, #printsection {display:none}
#contentsection {width:80%}
/* End print styles */
