/*
  $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: Arial, sans-serif; font-size: 12px; color: #678C5A;}
a.boxText { color: #678C5A;}

.boxText2 { font-family: Arial, sans-serif; font-size: 12px; color: #ffffff;}
a.boxText2 { color: #ffffff;}

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

BODY {
  color: #678C5A;
  margin: 0px;
  background-image: url('images/_back_gradient.jpg');
}

A {
  color: #678C5A;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #678C5A;
  font-weight : bold;
}

TD.mainPink {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #678C5A;
}

A.headerNavigation { 
  color: #678C5A; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TD.breadcrumb {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

TR.breadcrumb {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

TR.footer {
}

TD.footer {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
}

a.footer {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  }

.infoBox {
}

.infoBoxContents {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
}

.infoBoxNotice {
}

.infoBoxNoticeContents {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #678C5A;
	font-weight: bold;
}

TD.catsSelected {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

a.catsSelected
{
color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: 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 {
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
}

TABLE.productListing {
  border: 1px none #ffffff;
  border-spacing: 1px;
}

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

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

A.pageResults, td.pageResults {
  color: #678C5A;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

A.pageResults:hover {
  color: #678C5A;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #678C5A;
	
}

TD.catHeading, DIV.catHeading {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #678C5A;
}

TR.subBar {
}

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

TD.main, P.main, p.main, td.main, tr.main {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

TD.mainBold, P.mainBold, p.mainBold, td.mainBold, tr.mainBold {
  font-family: Arial, sans-serif;
  font-size: 14px;
}

TD.mainText, P.mainText, p.mainText, td.mainText, tr.mainText {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background-image: url(images/_text_middle.gif);
}

TD.mainTextTop, P.mainText {
	background-image: url(images/_text_top.gif);
	background-repeat: no-repeat;
}

TD.mainTextBottom, P.mainText {
  background-image: url(images/_text_bottom.gif);
  background-repeat: no-repeat;
}

TD.mainWhite, P.mainWhite {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #ffffff;
}

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

TD.smallTextWhiteB, SPAN.smallTextWhiteB, P.smallTextWhiteB {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
}

TD.smallTextWhite, SPAN.smallTextWhite, P.smallTextWhite {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

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

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

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

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

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

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

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

SPAN.greetUser {
  font-family: 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:  Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

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

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

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

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, sans-serif; font-size: 10px; color: #FFFFFF; }
.checkoutBarCurrent { font-family: Arial, sans-serif; font-size: 10px; color: #678C5A; font-weight: bold; }

/* message box */

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

/* input requirement */

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

TD.infoBoxHeadingBackground {
	height: 25px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	
}

TD.headerBack {
	background-image: url('images/_header_background.gif');

}

TR.headerBack {
	background-image: url('images/_header_background.gif');
}

/* BOF: Additional Images */
.imagesBoxContents {
  font-family: Arial, sans-serif;
  font-size: 10px;
}
/* EOF: Additional Images */

.mainTable {
	background-image: url('images/_background.jpg');
	height: "300";
}
.mainTable2 {
	background-image: url('images/_background2.jpg');
}

.mainTableTop {
	background-image: url('images/_background_top.jpg');
    font-family: Arial, sans-serif;
    font-size: 12px;
}
.mainPink {
    color: #678C5A;
}

.mainTableSmall {
}

.mainTableNoBottom {
	background-color: #ffffff;
}

.mainTableNoBottomTop {
	background-color: #ffffff;
}
.mainTableFooter {
	background-image: url('images/_background_footer.jpg');
	height: "108";
}
.mainTableHeader {
	background-image: url('images/_background_header.jpg');
	height: "150";
	background-repeat: no-repeat;
}
.mainTableHome {
	background-color: #ffffff;
	background-image: url('images/_background.jpg');
	height: "300";
	background-repeat: no-repeat;
}
.form {
	font-family: Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #5A824D;
	background-color: #ffffff;
}

.productInfoExtra {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(images/_back.gif);
	height: 85px;
	width: 243px;
	background-repeat: no-repeat;
}

.heading {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	
}

/*Start whats new Style*/
.wncontainer { /*Main div holding children whats new products*/
	height:130px;
	width: 130px;
	text-align:center;
}

.whatsnew {/*Child div holding whats new products*/
	height:130px;
	width: 130px;
}
.whatsnew table{
	width:100%;
}

.whatsnew td{/*TD child specials products*/
	text-align:left;
	color:#FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.whatsnew a{/* Hyperlink style within specials products*/
	color:#FFFFFF;
}
/*End whats new Scroll Style */
/*Start specials style*/
.speccontainer { /*Main div holding children specials products*/
	height:170px;
	width: 150px;
	text-align:center;
}

.specials {/*Child div holding specials products*/
	height:170px;
	width:150px;
}
.specials table{
	width:100%;

}

.specials td{/*TD child specials products*/
	color:#FFFFFF;
	text-align:center;
}

.specials a{/* Hyperlink style within specials products*/
	color:#FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
/*end specials style*/
/*Start Bestsellers scroll style options*/
.bscontainer { /*Main div holding children bestelling products*/
	height:130px;
	width: 130px;
	text-align:left;

}

.bestsellers {/*Child div holding bestelling products*/
	height:130px;
	width:130px;
}
.bestsellers table{
	width:100%;
	text-align:center;
}

.bestsellers td{/*TD child bestelling products*/
	text-align:center;
	color:#FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.bestsellers a{/* Hyperlink style within bestselling products*/
	color:#FFFFFF;
}

.clr {
	clear: both;
}
.wrapper {
	width: 356px;
	margin: 0 auto;
}
.wrapper2 {
		margin: 0 auto;
}
h1 {
	text-align: center;
	border-bottom: 0px solid #ffffff;
	padding: 0.5em;
}
h2 {
	color: #ffffff;
	font-family: Arial,sans-serif;
	font-size: 160%;
	font-weight: normal;
	margin: 0pt 0pt 0px;
}
#slidewrap {
	border: 0px solid #EEEEEE;
	margin: 0;
	padding: 5px;
}
#slidewrap div { text-align: center; }
/*End Best Seller Scroll Style Functions*/ 