/*
	Orange Themed Stylesheet for osCommerce 2.2 RC2

	Copyright (c) 2008 LPG Direct Ltd
	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: #FFFF00; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #9F7206; text-decoration: underline; }

BODY {
  background: #FFEEAA;
  color: #000000;
  margin: 0px;
  scrollbar-face-color: #FCB40A;
  scrollbar-shadow-color: #9F7206;
  scrollbar-highlight-color:#FFEEAA; 
  scrollbar-3dlight-color: #FFEEAA;
  scrollbar-darkshadow-color: #9F7206;
  scrollbar-track-color: #FFEEAA;
  scrollbar-arrow-color: #FFEEAA;
}

HR {
  border: 0px solid #FCB40a;
  color: #fcb40a;
  background-color: #fcb40a;
  height: 1px;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #FFEEAA;
}

TR.headerNavigation {
  background: #FCB40A;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #FCB40A;
  color: #FFFFFF;
  font-weight : bold;
  height: 20px;
}

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

TR.footer {
  background: #FCB40A;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #FCB40A;
  color: #FFFFFF;
  font-weight: bold;
  height: 20px;
}

.infoBox {
  background: #FCB40A;
}

.infoBoxContents {
  background: #FFEEAA;
  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: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #FCB40A;
  color: #FFFFFF;
  height: 20px;
}

/* ADDED THIS ID SELECTOR TO SKIN THE CENTRE HEADING CELL ON INFOBOXES */
TD#centreCell.infoBoxHeading {
  background-image: url('/images/infobox/infobox_background.gif');
  background-repeat: no-repeat;
  background-position: left;
}

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

TR.upcomingProducts-odd{
  background: #FFEEAA;
}

TR.upcomingProducts-even{
  background: #FFEEAA;
}

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

A..productListing-heading {
  color: #FFFFFF; 
}

A..productListing-heading:hover {
  color: #FFFFFF;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #FCB40A;
  color: #FFFFFF;
  font-weight: bold;
}

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{
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #FFEEAA;
}

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

TABLE.specifications TD {
  border: 1px;
  border-style: solid;
  border-color: #fcb40a;
  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: #000000;
  font-weight: bold;
}

TABLE.formArea {
  background: #FFEEAA;
  border-color: #FCB40A;
  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: #FFEEAA; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FFEEAA; }
.checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #9f7206; }
.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: #DDFF55; }

/* input requirement */
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FF0000; }


TR.accountHistory-even { 
  background: #FFEEAA;
 } 

TR.accountHistory-odd { 
  background: #FFEEAA;
 } TR.addressBook-even { 
  background: #FFEEAA;
 } TR.addressBook-odd { 
  background: #FFEEAA;
 } TR.alsoPurchased-even { 
  background: #FFEEAA;
 } TR.alsoPurchased-odd { 
  background: #FFEEAA;
 } 

 TR.payment-even { 
  background: #FFEEAA;
 } 

 TR.payment-odd { 
  background: #FFEEAA;
 } TR.productListing-even { 
  background: #FFEEAA;
 } TR.productListing-odd { 
  background: #FFEEAA;
 } TR.productReviews-even { 
  background: #FFEEAA;
 } TR.productReviews-odd { 
  background: #FFEEAA;
 } TR.shippingOptions-even  { 
  background: #FFEEAA;
 } TR.shippingOptions-odd  { 
  background: #FFEEAA;
 } 

.checkoutBarFrom { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #9f7206;
  }
  
A.checkoutBarFrom:hover {
  color: #9f7206;
  text-decoration: underline;
  }

DIV.pageHeading  { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
 }
 
/* START: 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 */

/* START: Dynamic Sitemap */
  ul.sitemap {
  color: #FCB40A;
}
/* END: Dynamic Sitemap */

/* START: Links Manager  II v1.21 */
TABLE.linkListing {
  border: 1px;
  border-collapse: collapse;
  border-style: solid;
  border-color: #FCB40A;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #FCB40A;
  color: #FFFFFF;
  text-align: center;
}

A.linkListing-heading {
  color: #FFFFFF;
}

A.linkListing-heading:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

TD.linkListing-data, TD.linklisting-data-left {
  border-bottom: 1px solid #FCB40A;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.linkListing-data {
  border-right: 1px solid #FCB40A;
}

TD.linkListing-data-left {
  border-left: 1px solid #FCB40A;
}

TR.linkListing-odd {
  background: #FFEEAA;
}

TR.linkListing-even {
  background: #FFEEAA;
}

.linkFeatured {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #FCB40A;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #FCB40A; 
}

.linkFeaturedHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  background: #FCB40A;
  color: #FFFFFF;
  text-align: center;
}

A.linkListingHeading {
  color: #000000;
}

A.linkListingHeading:hover {
  color: #FF0000;
}

.linkFeaturedMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #FCB40A;
  color: #FFFFFF;
  text-align: center;
}

A.linkFeaturedMain {
  color: #FFFFFF;
}

A.linkFeaturedMain:hover {
  color: #FFFFFF;
}

.linkListingMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFEEAA;
  color: #000000;
  text-align: left;
}

A.linkListingMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  text-decoration: underline;
}

A.linkListingMain:hover {
  color: #FCB40A;
}

.linkListingCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
/*  font-weight: bold;*/
  color: #FFFFFF;
  text-align: center;
}

A.linkListingCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

A.linkListingCats:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #FCB40A;
}

.linkListingSubCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
}

A.linkListingSubCats {
  color: #000;
}

A.linkListingSubCats:hover {
  color: #FF0000;
}

A.featuredlinksBox  IMG {
  border: 0px;
}

TD.linkFeaturedMain A.linkListingMain {
  background: #FCB40A;
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
}

TD.linkFeaturedMain A.linkListingMain:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
/* END: Links Manager  II v1.21 */
