/*
  $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
*/

#sshlHeader {
	background:url(/images/sshl/header_bg_all.gif) no-repeat #666666;

	border-top: 0px solid #ffffff;
	padding-top:18px;
}
#nmjHeader #logo{
	display: block;
	width: 180px;
	margin-left: 50px;
	padding-top: 5px;
}
#sshlBreadcrumb {
	background-image: url(/images/sshl/breadcrumb_bg.jpg);
	background-repeat: repeat-x;
	background-color: #E5E599;
  border-top:1px solid #E5E599;
  height:28px;
  padding-top:2px;
}
#sshlBreadcrumb td{
	font-size: 11px;
	color: #ffffff;
}

#sshlFooter {
	border-top: 1px solid #999;
}

.boxText {font-size: 11px; }
.errorBox {font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning {font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {font-size : 11px; color: #70d250; text-decoration: underline; }

body, div, td, input, textarea, select {
  font-family: Tahoma, Arial, Verdana, sans-serif;
}

body {
  background-color: #fff;
  color: #333333;
  margin: 0px;
	padding: 0px 0 0 0px;
}
.orange {
  color: #FF6600;
}
  
#master {
	width: 100%;	/**/
	}
.customContentPadding {
	padding: 20px;
	}

#customCategories .boxtext {
	padding: 0px;
	}
#customCategories .infobox, #customCategories .infoBoxContents {
	background-color: #EDEDE4;
	border: none;
	}
	
	
.customNav0, .customNav1, .customNav2, .customNav3 {
	width: auto;
	display: block;
	text-decoration: none;
	}
.customNav0 span, .customNav1 span, .customNav2 span, .customNav3 span {
	padding-left: 0px;

	}
	
.customNav0 img, .customNav1 img, .customNav2 img, .customNav3 img {
	margin-right: 5px;
	}
	
.customNav0 {
	font-size: 13px;
	padding: 5px 0px 5px 0px;
	background: url(/images/sshl/nav1Bottom.gif) no-repeat left bottom #B14314;
	color:#fff;
	}
a.customNav0:hover {
	background-color: #DA5318;
	color:#fff;
	}
.customNav1 {
	margin-left: 4px;
	font-size: 12px;
	padding: 4px 0px 4px 0px;
	background: url(/images/sshl/nav1Bottom.gif) no-repeat left bottom #DA5318;
	color:#fff;
	}
a.customNav1:hover {
	background-color: #E96D38;
	color:#fff;
	}
.customNav2 {
	margin-left: 8px;
	font-size: 11px;
	padding: 3px 0px 3px 0px;
	background: url(/images/sshl/nav1Bottom.gif) no-repeat left bottom #E96D38;
	color:#fff;
	}
a.customNav2:hover {
	background-color: #ED8558;
	color:#fff;
	}
.customNav3 {
	margin-left: 12px;
	font-size: 9px;
	padding: 3px 0px 3px 0px;
	background: url(/images/sshl/nav1Bottom.gif) no-repeat left bottom #ED8558;
	color:#fff;
	}
a.customNav3:hover {
	background-color: #F2AB8C;
	color:#fff;
	}
.customNavActive {
	font-weight: bold;
	}

	
.customCartTotal {
	color: #FF6600;
	font-size: 15px;
	font-weight: bold;
	}
	
.productThumbs {
	float: left;
	display: block;
	width: auto;
	font-size: 9px;
	text-align: center;
	}
.productThumbs img {
	border: 1px solid #999933;
	padding: 2px;
	}
	
.customProductDesc {
	padding:10px 0px 10px 0px;
	font-size: 11px;
	color: #666666;
	}
.customPrice {
	font-size: 28px;
	font-weight: normal;
	color: #003399;
	margin:10px 0px 5px 0px;
	}
.customButtonBuy {
	margin:10px 0px 20px 0px;
	}
.customSelectQuantity{
	margin:5px 0px 5px 0px;
	}

#customLanguages {
	border: 0px solid black;
	}
#customLanguages img{
	margin-right:3px;
	}
#customShops {
	border: 0px solid black;
	font-size:11px;
	}
#customSearch {
	border: 0px solid black;
	color:#fff;
	font-size:11px;
	}

#customSearch .infobox{
	display: inline;
  border: 0px solid #fff;
	}
#customSearch .infoBox{
	background: none;
	text-align: left;
	}
#customSearch .infoBoxContents{
	background: none;
	text-align: left;
	display: inline;
  width: 320px;
	}
#customSearch .boxtext{
  color:#fff;
	}
#customSearch form{
	margin: 0px;
	padding: 0px;
	}
	
a {
  color: #003399;
}

a:hover {
  color: #003399;
  text-decoration: none;
}

FORM {
	display: inline;
	padding: 0px;
	margin: 0px;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-size: 11px;
  background: #3C5EAE;
  color: #ffffff;
  font-weight: bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

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

.footerCategories{
  font-size: 13px;
  border-bottom:1px solid #ccc;
  padding:10px 0 10px 0;
}
.footerCategories strong{
  font-weight:bold;
  color: #E76931;
}
.footerShops{
  padding:0px 0px 10px 0px;
  color:#666;
  border-bottom:1px solid #ccc;
}
.footerShops td{
  font-size: 11px;
  color:#666;
}
.footerCopyright{
  padding:10px 0px 10px 0px;
  font-size:11px; color:#999;
}
.infoBox {
  border-bottom:1px solid #999;
	margin-bottom: 5px;
}

.infoBoxContents {
  background: #ffffff;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 11px;
}

TD.infoBoxHeading {
	background-color: #999933;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
	height: 35px;
}

#customCategories {
  padding-bottom:10px;
}

#customCategories td.infoBoxHeading, #customNewProducts td.infoBoxHeading, .customHeadlineBlue td.infoBoxHeading  {
	background-image: url(/images/nmj/bg_box_header_categories.jpg);
	background-repeat: repeat-x;
	background-color: #3C5EAE;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
	height: 30px;
  display:none;
}
#customNewProducts .infoBox, .customHeadlineBlue .infoBox {
	border-bottom: 1px solid #94A9D9;

}

#customLogin td.infoBoxHeading {
	background-color: #E76931;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
	height: 35px;
}
#customLogin .infoBox, #customLogin .infoBoxContents {
	background-color: #EDEDE4;
}
#customLogin label{
	display: static;
	width: 55px;
	}
#customCart table{
	background-color: #FCCF8D;
	font-size: 11px;
	/*background-image: url(/images/custom/all/bgLoginBox.gif);
	background-repeat: no-repeat;*/
	}
	
#customTellfriend .boxText {
	padding-left: 15px;
}

TD.infoBox, SPAN.infoBox {
  font-size: 11px;
}

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: #ffffff; /*#f8f8f9;*/
	vertical-align: top;
}

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: #ffffff; /*#f8f8f9;*/
	vertical-align: top;
}

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

.productListing-heading {
	background-image: url(/images/sshl/breadcrumb_bg.jpg);
	background-repeat: repeat-x;
	background-color: #E5E599;
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
	height: 30px;
}
a.productListing-heading {
	height: auto;
	background: none;
}


.customProductListingHeading {
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
}


TD.productListing-data {
  font-size: 11px;
	border-bottom: 1px solid #cccccc;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #FFFFFF;
  background: #3C5EAE;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 28px;
  font-weight: normal;
  color: #E76931;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 11px;
  color: #000000;
}

TD.main, P.main, SPAN.pricesavings, SPAN.pricesavingstext, SPAN.priceinsteadfeatured, SPAN.pricenormalfeatured {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 11px;
}

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

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

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

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

SPAN.newItemInCart {
  font-size: 11px;
  color: #FF6600;
	font-weight: normal;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

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

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

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #FF6600;
	font-size: 18px;
}

SPAN.errorText {
  color: #ff0000;
}

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

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

/* message box */

.messageBox {font-size: 11px; }
.messageStackError, .messageStackWarning {font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess {font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement {font-size: 11px; color: #ff0000; }

.tax_info {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
color: #758389;
}