/*
  $Id: stylesheet.css,v 1.5 2006/09/19 10:05:45 fabrizio Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Trebuchet MS,Verdana, Arial, sans-serif; font-size: 13px; }
.errorBox { font-family : Trebuchet MS,Verdana, Arial, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Trebuchet MS,Verdana, Arial, sans-serif; font-size : 12px; color: red; }
.productsNotifications { background: #e8e8e8; }
.orderEdit { font-family : Trebuchet MS,Verdana, Arial, sans-serif; font-size : 12px; color: red; }

BODY {
  color: #000000;
  background:#EEEDED;
	}

IMG {
	border: 0;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #FFFFFF;
}

TABLE.formBack {
  background: #BBC3D3;
}


TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
	height: 20px;
  background: #BCD0D0;
}

TD.footer {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #BCD0D0;
  color: #000000;
}

.infoBox {
  margin-bottom: 0px;
  border-color: #1A807E;
  border-style: solid;
  border-width: 1px;
  margin-bottom:10px;
  margin-top:0px;
}

.infoBoxContents {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 13px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

td.infoBoxHeading {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  background: #ffffff;
  color: #1A807E;
}

a.infoBoxHeading {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #686964;
  color: #ffffff;
}

a.infoBoxHeading:hover {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #686964;
  color: #ffffff;
}

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

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 {
  padding: 3px;
}

.productListing-heading {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #BCD0D0;
  color: #ffffff;
  vertical-align:top;
  padding: 3px;
}

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

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: 22px;
  font-weight: bold;
  color: #686964;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

TD.fieldKey {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 13px;
  text-align: right;
}

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

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

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

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

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

CHECKBOX, RADIO {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 11px;

}

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

SPAN.greetUser {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #686964;
  font-weight: bold;
}

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

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

SPAN.markProductOutOfStock {
  font-family: Tahoma, Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 14px;
  color: red;
  font-weight: bold;
}

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

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

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

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

/* message box */

.messageBox { font-family: Trebuchet MS,Verdana, Arial, sans-serif; font-size: 13px; }
.messageStackError, .messageStackWarning { font-family: Trebuchet MS,Verdana, Arial, sans-serif; font-size: 13px; color: #ff0000; padding: 10px; font-weight: bold;}
.messageStackSuccess { font-family: Trebuchet MS,Verdana, Arial, sans-serif; font-size: 13px; background-color: #99ff00; }

/* input requirement */

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

/* multiple price per block */
TD.productPriceInListing {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #eeeeee;
}

TD.productPriceInProdInfo {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #ccFFcc;
}

td.infoBoxHeadingOff {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background: #EEEECC;
  color: #000000;
}

a.infoBoxHeadingOff {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #EEEECC;
  color: #000000;
}

a.infoBoxHeadingOff:hover {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #EEEECC;
  color: #000000;
}	

TR.headerNavigation {
  background: #ffffff;
  height: 20px;
}

TD.headerNavigation {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #ffffff;
  color: #000000;
  padding-top: 3px;
  padding-bottom: 3px;
  border-top-style:solid;
  border-bottom-style:solid;
  border-top-width:2px;
  border-bottom-width:2px;
  border-top-color:#1A807E;
  border-bottom-color:#1A807E;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #000000;
  font-weight : bold;
}

/* START Categories Tabs v2.0 */

A.tabsNavigation, A.tabsNavigationOff, A.SubCatNavigationOff, A.SubCatNavigationOn, .SubCatNavigation TD {
	font-family: Trebuchet MS,Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

A.SubCatNavigationOff, A.SubCatNavigationOn {
	font-size: 13px;
}
A.tabsNavigation {
  color: #ffffff;
}

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

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

A.SubCatNavigationOff, A.SubCatNavigationOff:hover, A.SubCatNavigationOff:visited, A.SubCatNavigationOff:link {
  color: #FFFFFF;
}

A.SubCatNavigationOn, A.SubCatNavigationOn:hover {
  color: #FAC579;
}

.SubCatNavigation TD {
	padding: 2px;
	width: 100;
	color: #FFFFFF;
	text-align: center;
}

.SubCatNavigation TD.sep {
	padding: 0;
	width:1px;
	color: #FFFFFF;
	background: #FFFFFF;
}
TD.tabsNavigation {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 13px;
/*  background: #CCCCCC;*/
  color: white;  /* Color of the not selected category text */
  font-weight : bold;
}

TD.tabsNavigationLink {
	padding-left: 14px;
	padding-right: 14px;
	
}
/* END Categories Tabs v2.0 */

TD.adress {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}
TD.adress A {
  font-weight : bold;
  color: #000000;
}

A.buybothPrice {
	font-family: Trebuchet MS,Verdana, Arial, sans-serif;
	font-size: 13px;
		font-weight : bold;
	color: #686964;
}
.buybothHeading {
	font-family: Trebuchet MS,Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight : bold;
	color: #686964;
}
.buybothText {
	font-family: Trebuchet MS,Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
}

TABLE.bodyTable {
  width: 980px;
  background:#ffffff;
}

TABLE.tableau {
  border-color: #e8e8e8;
  border-style: solid;
  border-width: 1px;
}

A.cartBar {
  color: #FEBD7D;
	padding-right: 14px;
  font-size: 13px;
  line-height: 1.5;
}

A.cartBar:hover {
  color: #FEBD7D;
}

A.cartBar, A.cartBar:hover, A.cartBar:visited, A.cartBar:link {
  color: #FEBD7D;
}

.cache {
  font-family: Helvetica;
  color: #ffffff;
  font-size: 1px;
  margin: 0px;
  padding: 0px;
}

/*change the menu hover color below*/
#thecategories a:hover {
	background-color: #eeeeee;
	color: #000000;
}

.catwithsubs, .catwithnosubs {
	padding-right: 5px;
}

#thecategories {
	position: relative;
	top: -9px;
	margin-bottom: -16px;
	width: 170px;
}

.activelink {
	display: block;
	font-weight: bold;
}

#thecategories a {
	display: block;
	padding-bottom: 7px;
	padding-top: 3px;
	width: 100%;
}

/*mozilla fix*/
html>body #thecategories a {
	width: auto;
}
/*end of mozilla fix*/

#topcat a {
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}

#secondcat a {
  padding-left: 15px;
  padding-top: 1px;
  padding-bottom: 1px;
}

#thirdcat a {
  padding-left: 25px;
  padding-top: 1px;
  padding-bottom: 1px;
}

#fourthcat a {
  padding-left: 35px;
  padding-top: 1px;
  padding-bottom: 1px;
}

#fifthcat a {
  padding-left: 45px;
  padding-top: 1px;
  padding-bottom: 1px;
}

/* MULTIPLE IMAGES PRODUCT */
.imagesBoxContents {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* END MULTIPLE IMAGES PRODUCT */
