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

.boxText { font-family: verdana, geneva, arial, sans-serif; font-size: 10px; padding: 5px 10px; }
.errorBox { font-family : verdana, geneva, arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : verdana, geneva, arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #F5D6D6; font-size: 11px; line-height: 20px; }
	.productsNotifications input {margin: 5px 0 0 5px;}
.orderEdit { font-family : verdana, geneva, arial, sans-serif; font-size : 10px; color: #BD0100; text-decoration: underline; }

BODY {background: #F9F9F9; color: #000000; margin: 0px;}

a {color: #000000; text-decoration: none; }
a:hover {color: #BD0100; text-decoration: underline; }

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: verdana, geneva, arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, verdana, geneva, 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, geneva, arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: verdana, geneva, arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #000;
  margin: 0 0 10px 0;
}

.infoBoxContents {
  background: #f0f0f0;
  font-family: verdana, geneva, arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: verdana, geneva, arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font: bold 10px/10px verdana, geneva, arial, sans-serif;;
  padding: 5px 2px;
  background: #000;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: verdana, geneva, 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: #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: #f8f8f9;
}

TR.productListing-odd TD, TR.productListing-even TD {background-color: #fff;}

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

TABLE.productListing TD {white-space: nowrap;}

TABLE.productListing img {border: 1px solid #f0f0f0; margin-top: 3px; padding: 2px;}

TABLE.productListing TD {
	border: 1px solid #BD0100;
	border-width: 1px 0px;
}

TABLE.productListing TD TD {border-width: 0px;}
TABLE.productListing TD TD img {margin-right: 7px;}

.productListing-heading {
  font-family: verdana, geneva, arial, sans-serif;
  font-size: 10px;
  background: #BD0100;
  color: #FFFFFF;
  font-weight: bold;
  padding: 3px 0;
}

	.productListing-heading a:hover {color: #000;}

TD.productListing-data {
  font-family: verdana, geneva, arial, sans-serif;
  font-size: 10px;
  padding: 3px 0;
}

A.pageResults {
  color: #BD0100;
}

A.pageResults:hover {
  color: #000;
  background: #f0f0f0;
}

TD.pageHeading, DIV.pageHeading {
  font-family: verdana, geneva, arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}


TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

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

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

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

SPAN.newItemInCart {
  font-family: verdana, geneva, arial, sans-serif;
  font-size: 10px;
  color: #BD0100;
}

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

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

SPAN.greetUser {
  font-family: verdana, geneva, arial, sans-serif;
  font-size: 12px;
  color: #BD0100;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family: Tahoma, verdana, geneva, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

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

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

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

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

/* message box */

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

/* input requirement */

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


/* ----- rounded corners ---------------------------------------------------------------- */

.tl, .bl, .tr, .br { position: absolute; display: block; }
	.tl, .tr, .bl, .br { width: 11px; height: 11px; }

	.tl { top: -1px; left: -1px; background: transparent url('../../images/template/tl.gif') top left no-repeat; }
	.tr { top: -1px; right: -1px; background: transparent url('../../images/template/tr.gif') top right no-repeat; }
	.bl { bottom: -1px !important; bottom: -2px; left: -1px; background: transparent url('../../images/template/bl.gif') bottom left no-repeat; }
	.br { bottom: -1px !important; bottom: -2px; right: -1px; background: transparent url('../../images/template/br.gif') bottom right no-repeat; }

.logo {
	position: absolute; display: block; width: 270px; height: 138px;
	top: -2px; left: 14px;
	background: transparent url('../../images/template/logo.jpg') 
	}
	
div.search {
	position: absolute; display: block; width: 170px; padding: 0 0 0 50px; height: 28px;
	top: 239px; right: 0;
	background: #000 url('../../images/template/t_search.gif') bottom left no-repeat;) 
	text-align: right;
}

img#view_cart {width: 64px; height: 28px; float: left; margin-left: -120px; border-width: 0;}
img#my_account {width: 75px; height: 28px; float: left; margin-left: -200px; border-width: 0;}

/* ----- template ---------------------------------------------------------------- */

div#fullContent {width: 988px; border: 1px solid #000; background-color: #fff; margin: 10px auto; position: relative;}
	div.toolbar {padding: 22px 0 10px 0; height: 23px; border-bottom: 3px solid #fff; text-align: right; background-color: #000;}
		div.toolbar img {margin-right: 10px;}
	div.image {height: 179px; border-bottom: 2px solid #000;}
	
	div.toolbar, div.image {font-size: 0; line-height: 0px;}

	div#footer {font: 10px/12px tahoma, monaco, arial, sans-serif; background-color: #000; color: #fff; text-align: center; padding: 10px 0;}
		div#footer a, div#footer a:visited {color: #fff;}
		div#footer a:hover {color: #BD0100;}

	
	TABLE .header TD, .headerNavigation, TD.footer, .pageHeading img,
	.infoBoxHeading img
	 {display: none;}
	
	TD.pageHeading  {
		font: bold 18px/20px tahoma, monaco, arial, sans-serif; 
		color: #BD0100;
		}
	
	TABLE {border-collapse: collapse;}

	
	TD.left {padding-top: 10px;}
	
	TD.content {padding: 35px 10px 20px 15px; font: 12px/16px verdana, geneva, arial, sans-serif; text-align: justify;}
	TD.watermark {padding: 25px 10px 225px 15px; background: #fff url('../images/template/bg.gif') no-repeat 92% 100%;}
	
	TD.left>TABLE {margin-left: -1px;}
	
	.infoBoxContents .smallText img {border: 1px solid #666; margin: 5px 0 0 0;}
	.smallText {text-transform: capitalize;}
	.smallText a {font-weight: bold;}
	
h1 {font: bold 18px/20px tahoma, monaco, arial, sans-serif;  color: #BD0100; margin: 0 0 15px 0;}
h2 {font: bold 12px/20px tahoma, monaco, arial, sans-serif;  color: #000; margin: 0 0 5px 15px;}

	p {font: 12px/16px verdana, geneva, arial, sans-serif; margin: 0 25px 15px 0; text-align: justify;}
		TD.internal p {font: 12px/16px verdana, geneva, arial, sans-serif; margin: 0 25px 15px 15px; text-align: justify;}
	
	ul, li {font: 12px/16px verdana, geneva, arial, sans-serif; text-align: justify;}
	
	ul {margin: 0 0 10px 0; padding: 00;}
		li {margin: 0px 45px 5px 45px; padding: 0;}

	.imgRight {border: 1px solid #000; float: right; margin: 4px 0 15px 20px;}
	
	strong.red {color: #BD0100;}
	
	
/* --- link used to hide FAQs --------------------------------------------------------------------------- */

    	.hiddenAnswer {display: none;}

    	a.question, a.question:visited {font-weight: bold; color: #000;}
    	a.question:hover {font-weight: bold; cursor: hand; cursor: pointer; color: #BD0100;}
    	a.question:active, DIV.recipes h3 {font-weight: bold;}


			DIV.recipes h3, DIV.recipes h3 a, DIV.recipes h3 a:visited {color: #BD0100;}
			DIV.recipes h3 a:hover {color: #BD0100; cursor: hand; cursor: pointer; font-weight: bold;}

			
		p.faq, p.privacy {margin-bottom: 8px;}
		p.answer {margin-top: -5px; margin-bottom: 25px;}

		div.faq, div.privacy {padding-left: 15px;}
			div.privacy {margin-bottom: 25px;}
		
		div.faq p {text-indent: -18px; padding-left: 18px;}
		
		div.faq strong {color: #BD0100;
			font: bold 12px/16px tahoma, monaco, arial, sans-serif;
		}

		small {font-size: 8px;}
		
		
		
		p a, p a:visited, li a, li a:visited {color: #444; font-weight: bold;}
		p a:hover, li a:hover {color: #BD0100;}
		
		
h3 {font: bold 12px/20px tahoma, monaco, arial, sans-serif;  color: #BD0100; margin: 0 0 5px 30px;}
DIV.recipes ul {margin: -5px 0 10px 0; list-style-type: none;}
DIV.recipes li {margin: 0 25px 0 30px; list-style-type: none;}
	DIV.recipes li a {font-weight: normal;}
	
	TABLE.recipe TD.label {font-weight: bold; border-right: 1px solid #000; padding: 0 10px 0 0; text-align: right;}
	TABLE.recipe TD {vertical-align: top; padding: 0 25px 15px 10px;}

	
.submit {
	font-family: verdana,arial,helvetica,sans-serif; font-size: 9px;
	border: 1px solid #000;
	background-color: #BD0100;
	font-weight: bold; color: #fff;
	cursor: hand;
	cursor: pointer;
	margin-left: 5px;
}

.submit:hover {background-color: #000;}