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

#categoriesBox {
  font-size: 110%;
}

#categoriesBox .boxText a {
  display: block;
  background-color: #FFFFFF;
  min-height: 18px;
  color: #000000; 
}

#categoriesBox .boxText a:hover {
  /*background: #FFFFFF url('/images/categories-arrow.gif') no-repeat;*/ 
  color: #666666;
}

#categoriesBox.infoboxHeading {
  font-size: 85%;
}

/* BEGIN /css/all.css */

#header {
  height: 81px;
  min-width: 948px;
  background: #1d327f url('/images/header-repeat.jpg');
}

#headerRight {
  margin-top: 7px;
  margin-right: 10px;
  width: 410px;
  height: 44px;
  float: right;
  background: transparent url('/images/header-bkg-right.jpg') no-repeat;
}

#logo {
  margin: 0;
  padding: 0;
  width: 520px;
  height: 81px;
  display: block;
}

#header ul {
  margin: 43px 0 0 0;
  padding: 0;
}

* html #header ul {
  position: absolute;
  float: left;
}

#header ul li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}

#header ul li.homeLink {
  width: 101px;
  height: 38px;
}

#header ul li a:hover {
  background-position: 0 -38px;
}

#header ul li.homeLink a {
  display: block;
  width: 101px;
  height: 38px;  
  background-image: url('/images/btn-home.png'); 
}

#header ul li.shopLink {
  width: 105px;
  height: 38px;
}

#header ul li.shopLink a {
  display: block;
  width: 105px;
  height: 38px;  
  background-image: url('/images/btn-shop.png'); 
}

#header ul li.forumLink {
  width: 131px;
  height: 38px;
}

#header ul li.forumLink a {
  display: block;
  width: 131px;
  height: 38px;  
  background-image: url('/images/btn-forums.png'); 
}

#phone {
  display: block;
  float: right;
  clear: right;
  width: 230pxpx;
  height: 46px;
  border-width: 0;
  margin: 0 10px 0 0;
  padding: 0;
}


/* END /css/all.css */ 

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

.boxText { 
	font-size: 90%; 
	}

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

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

A:hover {
  	color: #f98b20;
	}

FORM {
	display: inline;
	}

TR.header {
  	background: #ffffff;
	}

TR.headerNavigation {
  	background: #f98b20;
	}

TD.headerNavigation {
  	font-size: 90%;
  	padding: 6px 8px;
  	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;
  	background: #ff0000;
  	color: #ffffff;
  	font-weight : bold;
  	text-align : center;
	}

TR.headerInfo {
  	background: #00ff00;
	}

TD.headerInfo {
  	font-family: Tahoma, Verdana, Arial, sans-serif;
  	background: #00ff00;
  	color: #ffffff;
  	font-weight: bold;
  	text-align: center;
	}

TR.footer {
  	background: #f98b20;
	}

TD.footer {
  	font-size: 90%;
  	background: #f98b20;
  	padding: 6px 8px;
  	color: #ffffff;
  	font-weight: bold;
	}

TD.footer a {
   color: #ffffff;
   }    
   
TD.footer a:hover {
   color: #000000;
   }    

.infoBox {
  	background: #f98b20;
	margin-bottom: 5px;
   }

.infoBoxContents {
  	background: #FFFFFF;
  	font-size: 90%;
	}

.infoBoxNotice {
  	background: #FF8E90;
	}

.infoBoxNoticeContents {
  	background: #FFE6E6;
  	font-size: 90%;
	}

TD.infoBoxHeading {
   font-size: 85%;
  	font-weight: bold;
  	background: #f98b20 url('/images/infobox/bkg.gif') repeat-x;
  	color: #ffffff;
	}

TD.infoBox, SPAN.infoBox {
  	font-size: 90%;
	}

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;
	}

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;
	}

TABLE.productListing {
  	border: 1px solid #f98b20;
	}

.productListing-heading {
  	font-size: 90%;
  	background: #f98b20;
  	color: #FFFFFF;
  	font-weight: bold;
	}

TD.productListing-data {
  	font-size: 90%;
	}

A.pageResults {
  	color: #0000FF;
	}

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

TD.pageHeading, DIV.pageHeading {
  	font-size: 1.4em;
  	font-weight: bold;
  	color: #000000;
  	padding: 10px 0;
  	text-align: center;
	}

TR.subBar {
  	background: #f4f7fd;
	}

TD.subBar {
  	font-size: 90%;
  	color: #000000;
	}

TD.main, P.main {
  	font-size: 95%;
  	line-height: 1.5;
	}

TD.smallText, SPAN.smallText, P.smallText {
  	font-size: 90%;
	}

TD.accountCategory {
  	color: #aabbdd;
	}

TD.fieldKey {
  	font-weight: bold;
	}

TD.tableHeading {
  	font-weight: bold;
	}

SPAN.newItemInCart {
  	font-size: 90%;
  	color: #ff0000;
	}

CHECKBOX, INPUT, RADIO, SELECT {
  	font-size: 95%;
	}

TEXTAREA {
	width: 90%;
	font-size: 95%;
  	height: 200px;
	}

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

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

TD.formAreaTitle {
	font-weight: bold;
	}

.xhtmlform label {
	float: left;
	position: absolute;
	font-weight: bold;
	padding-top: 6px;
}
	
.xhtmlform input {
	margin-left: 120px;
	margin-top: 6px;
	margin-bottom: 3px;
	width: 200px;
}

.xhtmlform textarea {
	margin-left: 120px;
	margin-top: 6px;
	margin-bottom: 3px;
	width: 400px;
}
	
br.clear {
	clear: both;
}

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

.productSpecialPrice {
	color: #ff0000;
	}

SPAN.errorText {
  	color: #ff0000;
	}

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

.moduleRowSelected { 
	background-color: #E9F4FC; 
	}

.checkoutBarFrom, .checkoutBarTo { 
	font-size: 90%; color: #8c8c8c; 
	}


.checkoutBarCurrent { 
	font-size: 90%; color: #000000; 
	}

/* message box */

.messageBox { 
	font-size: 90%; 
	}

.messageStackError, .messageStackWarning { 
	font-size: 90%; background-color: #ffb3b5; 
	}

.messageStackSuccess { 
	font-size: 90%; background-color: #99ff00; 
	}

/* input requirement */

.inputRequirement { 
	font-size: 90%; color: #ff0000; 
	}
   
.PriceList  { font-family: Verdana, Arial, sans-serif; color: #9a9a9a; font-size: 12px; font-weight: bold }
.rrpPrice { color: #999999; }
.ourPrice { color: #000000; font-weight: bold; font-size: 1.3em;}

.bannerImage {
  margin: 0 auto;
}

.centered {
  text-align: center;
}

.promo {
  text-align: center;
  background-color: #f03c16;
}

/* UL Product Listings */

ul.productListing {
	margin: 0;
	padding: 0;
}

ul.productListing li {
	float: left;
	margin: 0;
	padding: 0;
	width: 33%;
	list-style: none;
	text-align: center;
	height: 220px;
	border-bottom: 1px solid #eeeeee;
}

ul.productListing li p {
	padding: 5px;
}

ul.productListing li img {
	padding: 5px;
}

#tabs {
	height: 30px;
	padding-top: 6px;
	padding-left: 4px;
	overflow: hidden;
	background-color: #192B70;
}

#tabs ul {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
}

#tabs li {
	background: #494949 url('/images/tab_background_grey.jpg') top left no-repeat;
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
}

#tabs li.active, #tabs li:hover {
	background: #f98b20 url('/images/tab_background.jpg') top left no-repeat;
}

#tabs a {
	background: transparent url('/images/tab_right_grey.jpg') top right no-repeat;
	display: block;
	padding: 10px 10px 0 12px;
	height: 21px;
	font-size: 1.1em;
	text-align: center;
	color: #ffffff;
}

#tabs li.active a, #tabs li:hover a {
	background: transparent url('/images/tab_right.jpg') top right no-repeat;
}

#tabs a:hover, #tabs li.active a {
	color: #ffffff;
	font-weight: bold;
}

ul.logos {
	float: left;
	margin: 0; 
	padding: 0;
	list-style-type: none;
}

ul.logos li {
	float: left;
	padding: 5px;
	margin: 0 10px 10px 0;

}

ul.logos li img {
}