/*
  $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: Arial, Helvetica, sans-serif; font-size: 11px; }
.errorBox { font-family : Arial, Helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #F0F3F6; }
.orderEdit { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

html, body {
  background: #ffffff;
  color: #000000;
  margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}

div#wrapper {
  width: 920px;
	margin: 0 auto;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

div#content-container {
  width: 100%;
	padding: 0 0 45px 0;
}

div#catBox {
  width: 200px;
	float: left;
	padding: 0 0 0 5px;
}

div#contentBox {
  width: 710px;
	float: right;
}

#content-container:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

div#topHead {
  width: 100%;
	height: 99px;
	padding: 5px 0 0 0;
	background: url(images/tophead-bg.png) 0 5px repeat-x;
	vertical-align: middle;
}

div#cartWrap {
  width: 200px;
	float: right;
	color: #7c4e04;
	padding: 10px 0 0 0;
	text-align: center;
}

div#cartWrap .infoBoxHeading {
  font-size: 14px;
  font-weight: bold;
  background: none;
  color: #fff;
  height: 12px;
}

div#cartWrap .infoBoxContents {
  padding: 0 0 0 15px;
}

div#cartWrap .infoBoxHeading img {
  margin: 0 0 7px 0;
}

div#topHead img{
  position: relative;
	top: 30%;
	margin: 0 0 0 10px;
}

div#topHead .left {
  float: left;
	height: 99px;
	width: 5px;
  background: url(images/tophead-left.png) no-repeat;
}

div#topHead .right {
  float: right;
	height: 99px;
	width: 7px;
  background: url(images/tophead-right.png) no-repeat;
}

div#midHead {
  width: 100%;
	height: 142px;
}

div#midHead ul {
list-style: none;
margin: 8px;
padding: 0px;
border: none;
}
div#midHead ul li {
margin: 0px;
padding: 0px;
}
div#midHead ul li a {
font-size: 80%;
display: block;
border-bottom: 1px solid #b3c729;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:178px;
}

div#midHead ul li a:hover, div#midHead ul li a:focus {
color: #000000;
border-bottom: 1px solid #95a816;
}

div#midHead .midRight {
  width: 200px;
	height: 142px;
	float: right;
	background: #b9ce2b url(images/midhead-right-bg.png) 100% 0 no-repeat;
}

div#midHead .midLeft {
	width: 520px;
	height: 142px;
	float: left;
	background: #fff url(images/camera.jpg) no-repeat;
}

div#bottomHead {
  width: 100%;
	height: 46px;
	background: #000;
}

div#bottomHead .left {
	height: 46px;
	width: 7px;
	float: left;
	background: url(images/bottomhead-left.png) no-repeat;
}

div#bottomHead .right {
	height: 46px;
	width: 7px;
	float: right;
	background: url(images/bottomhead-right.png) no-repeat;
}

div#searchWrap {
  width: 220px;
}

div#footer {
  width: 100%;
	background: #000;
	font-size: 11px;
	color: #999;
	position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
	height: 40px;
}
div#footer a {
  color: #999;
}
div#footer a:hover {
  color: #ccc;
}
div#footer .left {
	height: 40px;
	width: 7px;
	float: left;
	background: url(images/footer-left.png) no-repeat;
}

div#footer .right {
	height: 40px;
	width: 7px;
	float: right;
	background: url(images/footer-right.png) no-repeat;
}

.clear {
clear: both;
}

#button {
	width: 180px;
	padding: 10px 0 10px 0;
	margin: 2px 7px 0 10px;
	}

	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
			}
		
	#button li {
		margin: 0;
		}

	#button li a {
		display: block;
		font-size: 11px;
		padding: 2px 0px 3px 5px;
		color: #666;
		line-height: 2;
		text-decoration: none;
		font-weight: bold;
		width: 100%;
		border-bottom: 1px solid #eee;
		}

	html>body #button li a {
		width: auto;
				}

	#button li a:hover {
		color: #333;
		text-decoration: none;
		background: #f3f3f3;
		}
        #button li.selected  a {
		background: #f3f3f3;
		color: #333333;
               }

h3 {
font-family: "Trebuchet MS";
color: #478F18;
font-size: 12px;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #BAC4CF;
}

TD.headerNavigation {
  font-family: "Trebuchet MS";
  font-size: 11px;
  background: #BAC4CF;
  color: #FFFFFF;
  font-weight : bold;
  height: 20px;
  border-bottom: 1px solid #FFFFFF;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

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

TD.footer {
  font-family: "Trebuchet MS";
  font-size: 11px;
  background: #BAC4CF;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-size: 11px;
  font-weight: bold;
  background: #eee;
  color: #666;
  height: 25px;
}

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

TABLE.productListing {

}

.productListing-heading {
  font-size: 11px;
  background: #000;
  color: #FFFFFF;
  font-weight: bold;
	padding: 5px 3px 5px 0;
}
.productListing-heading a {
  color: #fff;
}
.productListing-heading a:hover {
  color: #fff;
}
TD.productListing-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: "Trebuchet MS";
  font-size: 18px;
  font-weight: bold;
  color: #666666;
}

a.pageHeading {
  font-size: 12px;
	font-weight: bold;
}

TD.pageHeadingsucces, DIV.pageHeadingsucces {
  border: 1px solid #478F18;
  font-family: "Trebuchet MS";
  font-size: 16px;
  font-weight: bold;
  color: #478F18;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

.smallTextWrap {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
	border:1px solid #FFF799;
	background: #FFFDE9;
}

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

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

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

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

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

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

.field {
border: 1px solid #CCCCCC;
}

.productPrice {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #b9ce2b;
	font-size: 17px;
	font-weight: bold;
}

.searchbutton {
  background: #000;
	color: #fff;
	border: 0px;
	height: 18px;
	padding: 0 3px 0 3px;
	text-decoration: underline;
	cursor: pointer;
}

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

SPAN.greetUser {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #6987A7;
  font-weight: bold;
}

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

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

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

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

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

table#footTable {
  margin-top: 10px;
}

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

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

/* message box */

.messageBox { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #FFE5E6; border-top:1px solid #ffb3b5;}
.messageStackSuccess { font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #FAFFF4; color: #215816; border: 1px solid #509803; }

/* input requirement */

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