/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }


BODY {
 	background: url(images/body_bg.png) center top;
/* 	background: #333333;
		background: #000; */
	margin: 0px;
	text-align: center;
}


#wrapper {
	background-color: #eeeeee;
	clear: both;
	width: 1000px;
	margin: auto;
	border-width: medium;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: groove;
	border-color: #999999;
	text-align: center;
}

#header {
	width: 984px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #eeeeee;
	clear: both;
	margin: auto;
}
#maincontent {
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat;
	background-position: center;
	width: 990px;
	text-align: center;
	clear: both;
	margin: auto;
}

#footer {
	width: 984px;
	background-color: #eeeeee;
	clear: both;
	margin: auto;
}


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

A:hover {
  color: #000;
  text-decoration: none;
}


FORM {
	display: inline;
}

/* 
TD.header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top
} */

TR.headerNavigation {
  background: #e2e2e2;
}

/* 
TABLE.mainpage {
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat;
	background-position: center;
}

TR.mainpage {
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat;
	background-position: center;
}

TD.mainpage {
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat;
	background-position: center;
} */

TABLE.headerNavigation {
	font-family: Trebuchet MS,Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #e2e2e2;
	color: #000;
	font-weight: bold;
	border-left: thin solid #c5c5c5;
	border-bottom: thin solid #c5c5c5;
}

TD.categories_description, .newsText {
	font-family: Trebuchet MS,Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

A.headerNavigation {
  color: #369;
}

A.headerNavigation:hover {
	color: #000;
	text-decoration: none;
}

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-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

table.footer {
    background: #bbc3d3;
	border-left: thin solid #c5c5c5;
	border-bottom: thin solid #c5c5c5;
}

TR.footer {
    background: #bbc3d3;
}

TD.footer {
	font-family: Trebuchet MS,Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #e2e2e2;
	color: #000;
	font-weight: normal;
}

.infoBox {
	background: #c9c9c9;
}

.infoBoxContents {
  background: #ffffff;/*  background: #f8f8f9; */
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
	font-family: Trebuchet MS,Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: #e2e2e2;
	color: #000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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;/*  background: #f8f8f9; */
}

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;/*  background: #f8f8f9; */
}

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

.productListing-heading {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #e2e2e2;
  color: #336699;
  font-weight: normal;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
	font-family: Trebuchet MS,Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666699;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

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

    #tabsJ {
	float: right;
	width: 100%;
	font-family: Trebuchet MS;
	font-size: 65%;
	font-weight: bold;
}
    #tabsJ ul {
	margin:0;
	padding:10px 10px 0 120px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:right;
      background:url("images/tableftJ.gif") no-repeat right top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsJ a span {
	float: right;
	display: block;
	background: url("images/tabrightJ.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #369;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#000;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

.get1free {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #ffb3b5;
	font-weight: bold;
}


/* product description styles */

TH.productInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
}

TD.productInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
}

TR.productInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
}



/* description span styles */

SPAN.standard {
	font-weight: bold;
	color: #990000;
}

SPAN.comments {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333366;
}

SPAN.bespoke {
	color: #006600;
}

SPAN.bulk {
	color: #1700FF;
}

SPAN.certs {
	color: #CDCE00;
}

SPAN.alsosee {
	color: #666633;
}

SPAN.red {
	color: red;
}

SPAN.green {
	color: green;
}

SPAN.blue {
	color: blue;
}

SPAN.gold {
	color: #666633;
}

SPAN.yellow {
	color: yellow;
}

SPAN.aqua {
	color: aqua;
}

SPAN.fuchsia {
	color: fuchsia;
}



/* categories navigation links - main page */

#catRollOver
{
	display: block;
	height: 40px;
	background-image: url(images/sub_cat_bg.gif);
	background-repeat: no-repeat;
	background-position: center 0;
	width: 80px;
}

#catRollOver:hover
{ 
  background-position: center -40px;
}

#catRollOver span
{
  display: none;
}



/* categories navigation links - categories box */

	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 18.6em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 18.5em;
		background-color : #F1F0EF;		
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 18.5em;
		margin-top : -2.45em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 19.5em;
		w\idth : 18.5em;
		display : block;
		color : black;
		font-weight : normal;
		text-decoration : none;
		border : 1px solid white;
		padding : 0.5em 0em;
	}
	
	#nav li a:hover {
		color : white;
		background-color : black;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

	
/* Menu items with subcategories */	

#nav a.daddy {
	background: url(images/arrow_cat.gif) center right no-repeat;
}

/* Selected items with subcategories */	

#nav li.selected {
    background-color: #9999CC;
}


/* product listing 3 column */

TD.productListing-data3Col {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border:1px solid #CCCCCC;
}


/*** Begin Header Tags SEO ***/
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
/*** End Header Tags SEO ***/


