/*
  $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
*/
/* ------ NAVIGATION DROP DOWN--------------- */	

#nav, #nav ul {float:right;/*width:60em;*/padding: 0;margin: 0 0 0 0;
			list-style: none;line-height: 1;background:none;font-weight:normal;border-width: 1px 0;/*border: solid #B2D650; - remove temporarily */}
#nav a {display: block;padding:5px 10px;background:none;font:11px Verdana, Arial, sans-serif;color:#000;font-weight:bold;text-decoration: none;/*border:1px solid blue;*/}
#nav a.daddy {background: url(../images/rightarrow2.gif) center right no-repeat;width:12.7em;}
	* html #nav a.daddy {width:13.2em;}
	
#nav li {float: left;padding: 0;/*width: 10em;*/}

#nav li ul {position: absolute;left: -999em;height: auto;width:108px;/*14.7em;*//*w\idth: 13.9em;*/font-weight: normal;border-width: 0.25em;margin: 0;/*border:1px solid red;*/}
#nav li li {width: 108px;/*13.8em;  hover color light green;padding-right: 0.9em;*/}
#nav li ul a {width:108px;/*width: 13em;w\idth: 9em;border:1px solid yellow;*/}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;background:#98C331;/* 2nd drop */}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left:auto;background:#faf0e0;/* 1st drop - left: auto;*/}
#nav li:hover, #nav li.sfhover {
	background: #EFDFC2; /*hover at link */}


.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 : 12px; color: #FF4F4F; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; }
	.orderEdit a:hover { text-decoration: underline; }

BODY {
  background: #fff;
  color: #555;
  margin: 0px;padding:0px;
  font-family: helvetica;
}

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

A:hover {
  color: #a1a1a1;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: none;
}


DIV.menuLink {
	text-align:center;
	width:110px;
	font-family: helvetica;
	float:left;
	padding:0 5px 0 5px;
	font-size:13px;
	font-weight:none;
}

DIV.menuLink A {
	font-family: georgia;
	color: #8e733c;
    text-decoration: italic;
}

DIV.menuLink A:hover {
	font-family: georgia;
	color: #b29c60;
    text-decoration: italic;
}

DIV.menuSeparator {
	font-family: Verdana, Arial, sans-serif;
	float:left;
	padding:0 5px;
	font-size:12px;
	color: #a18148;
}

DIV.itemListing_OLD {
	border:1px solid #c1c1c1;
	margin:6px 0 0 6px;
	padding:4px 4px;
	width:379px;
	height:auto;
	float:left;
}

DIV.itemListing {
	border:1px solid #f1f1f1;
	margin:10px 0 0 10px;
	padding:5px 5px;
	width:200px;_width:220px;
	height:360px;_height:380px;
	float:left;
	text-align: center;
}

DIV.itemListing A{
	font-weight:bold;
}

DIV.itemListing A:hover{
	font-weight:bold;
}

DIV.headerNavi A{
	color: #c1c1c1;
}

DIV.headerNavi A:hover{
	color: #fff;
}


TR.headerNavigation {
  background: none;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: none;
  #border-top:1px dotted #f1f1f1;
  /*border-top: 1px solid #ebe2d3;
  border-bottom: 1px solid #ebe2d3;*/
  font-weight : bold;
  padding-top:10px;
}

TD a.StoreName {
	color:#fff;
	font-family:helvetica;
	font-size:45px;
	padding-left:10px;
}

A.headerNavigation { 
  color: #fff; 
}

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

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: #fff;
  height: 60px;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-top:5px solid #333;
  color: #e0e0e0;
  font-weight: bold;
}

TD.footer a:link, TD.footer a:visited {
  color: #fff;
}

TD.footer a:hover, TD.footer a:active {
  color: red;
}

TD.footer .copyrite {
  padding-top:10px;color:#999999;
}

TD.footer .copyrite a:link,TD.footer .copyrite a:visited{
  padding-top:10px;color:#8e733c;
}
TD.footer .copyrite a:hover,TD.footer .copyrite a:active{
  color:#b29c60;
}

.infoBox {
  background: #c1c1c1;
}

.searchInfoBox {
  background: none;
}

.infoBoxContents {
  background: #fff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 10px;
}

.searchInfoBoxContents {
  background: none;
  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: 10px;
  font-weight: bold;
  height: 20px;
  background: #e1e1e1;
  color: #000;
}

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

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: #fff;
}

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  height: 25px;
}

TD.productListing-data {
  padding:10px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
}

font.pageResultsSelected {
  text-decoration:none;
  font-weight: bold;
  font-size: 16px;
  color: #444;
}

A.pageResults {
  text-decoration:none;
  color: #444;
}

A.pageResults:hover {
  text-decoration:none;
  font-weight:bold;
  color: #444;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding-top:10px;
  color: #000;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

TD.buttonAlignment1 {
	padding-bottom:5px;
}

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;
  width: 120px;
}

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: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  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: #f1f1f1; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #e1e1e1; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.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; color: #000; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

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

a.button_grey {
  padding:5px 10px;margin: 0;
  
  height: 14px;line-height: 14px;
  border:none;
  background: #8f8f8f url(./images/button_grey_bg.gif) 0 0 repeat-x;
  
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
*:first-child+html .button_grey{padding: 5px 10px;}
* html .button_grey{padding: 5px 10px;}


input.button_grey {
  padding: 0 10px;margin: 0;
  
  height: 24px;line-height: 23px;
  border:none;
  background: #8f8f8f url(./images/button_grey_bg.gif) 0 0 repeat-x;
  
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

*:first-child+html input.button_grey{padding: 0 5px;}
* html input.button_grey{padding: 0 5px;}

DIV.button_grey {
  padding: 0 10px;margin: 0;
  
  height: 24px;line-height: 23px;
  border:none;
  background: #8f8f8f url(./images/button_grey_bg.gif) 0 0 repeat-x;
  
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

*:first-child+html input.button_grey{padding: 0 5px;}
* html input.button_grey{padding: 0 5px;}

SPAN.button_grey {
  padding: 5px 10px;margin: 0;
  
  height: 14px;line-height: 14px;
  border:none;
  background: #8f8f8f url(./images/button_grey_bg.gif) 0 0 repeat-x;
  
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

*:first-child+html input.button_grey{padding: 0 5px;}
* html input.button_grey{padding: 0 5px;}

input.textfield1 {
	height: 21px;
}

* {
	margin: 0;
}

html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px;
}

.footerPush, .push {
	height: 200px;
}

