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

body
{
	margin: 0px;
	padding: 0px;
	background-color: #f4f4ea;
	background-image: url('/media/images/PierBG3.gif');
	background-repeat: no-repeat;
	background-position: 0 200px;
	background-attachment: fixed;
}
body, td
{
	font-family: Times, serif;
	font-weight: normal;
	font-size: 12pt;
	text-decoration: none; 
}
.wrapper
{
	text-align: center;
	width: 935px;
	margin: 20px auto;
	padding: 15px;
	background-color: #fff;
}
.header
{
	/*background-image: url('/media/images/headercolor.jpg');
	background-repeat: no-repeat;*/
	width: 801px;
	height: 187px;
	overflow: visible;
	text-align: right;
	font-size: 10pt;
}
h1, h2, h3
{
	margin: 0px;
	padding: 0px;
}
h1
{
	font-family: Times, serif;
	color: #AD784E;
	font-weight: normal;
	font-size: 16pt;
}
ul, ol, li
{
	font-family: Times, serif;
	font-weight: normal;
	font-size: 11pt;
	color: black;
}
p
{
	font-family: Times, serif;
	font-weight: normal;
	font-size: 12pt;
	color: #999999;
}
a
{
	color: #AD784E;
	text-decoration: none;
	font-size: 12pt;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: 0px;
	display: inline;
}
.navigation
{
	height: 57px;
	margin: 0; 
	color: #71ADA8;
	text-align: left;
	/*background-image: url('/media/images/navbg.jpg');*/
}
.navigation a
{
	font-family: Times, serif;
	font-weight: normal;
	font-size: 12pt;
	color: #71ADA8;
	text-decoration: none;
}
.navigation a:hover
{
	text-decoration: underline;
}
.copyright
{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 8pt;
	text-align: center;
	padding: 10px 0;
}
.copyright a
{
	color: black;
	font-size: 8pt;
	text-decoration: none;
}
.copyright a:hover
{
	text-decoration: underline;
}
.subnav
{
	font-family: Times, serif;
	text-align: left;
	color: #71ADA8;
	width: 200px;
	padding-left: 10px;
	font-size: 12pt;
	text-transform: lowercase;
}
.subnav a, .subnavHover a
{
	font-family: Times, serif;
	text-align: left;
	color: #8D8A70;
	font-size: 16pt;
	text-transform: lowercase;
}
.subnav a:hover, .subnavHover a:hover
{
	text-decoration: none;
	color: #AD784E;
}
.subnav:hover
{
	background-image: url('/media/images/subnavbg.gif');
	background-position: left center;
	color: #AD784E;
}
.subnavHover
{
	font-family: Times, serif;
	text-align: left;
	width: 200px;
	padding-left: 10px;
	font-size: 12pt;
	text-transform: lowercase;
	background-image: url('/media/images/subnavbg.gif');
	background-position: left center;
	color: #AD784E;
}
.subsubnav
{
	font-family: Times, serif;
	font-size: 11pt;
	text-align: left;
	color: #71ADA8;
	width: 180px;
	padding-left: 20px;
}
.subsubnav a, .subsubnavHover a
{
	font-family: Times, serif;
	text-align: left;
	color: #8D8A70;
	font-size: 11pt;
	text-transform: lowercase;
}
.subsubnav a:hover, .subsubnavHover a:hover
{
	text-decoration: none;
	color: #AD784E;
}
.subsubnav:hover
{
	background-image: url('/media/images/subnavbg.gif');
	background-position: left center;
	color: #AD784E;
}
.subsubnavHover
{
	font-family: Times, serif;
	font-size: 11pt;
	text-align: left;
	width: 180px;
	padding-left: 20px;
	background-image: url('/media/images/subnavbg.gif');
	background-position: left center;
	color: #AD784E;
}
.contenttd
{
	/*background-image: url('/media/images/contentbg.gif');*/
}
.contentLeft
{
	float: left;
	text-align: left;
	padding-left: 10px;
	width: 200px;
}
.contentRight
{
	float: right;
	text-align: left;
	padding-right: 10px;
	width: 500px;
	padding-bottom: 25px;
}
.contentFull
{
	color: black;
	text-align: left;
	padding: 0 20px;
}
.productRow
{
	text-align: left;
	display: table-row;
}
.product
{
	background-image: url('/media/images/productbg.gif');
	background-repeat: no-repeat;
	background-position: top;
	width: 150px;
	margin-bottom: 15px;
	text-align: center;
}
.productShot
{
	width: 150px;
	height: 190px;
}
.productName, .productName a
{
	font-family: Times, serif;
	color: #21211F;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}
.productManufacturer
{
	font-family: Times, serif;
	color: #8F8F73;
	text-align: left;
	font-size: 10pt;
}
.productPrice
{
	font-family: Times, serif;
	color: #8F8F73;
	text-align: left;
	font-size: 10pt;
}
.productReview
{
	text-align: left;
}
.productSpace
{
	display: table-cell;
	width: 19px;
}
input, textarea
{
	font-family: Times, serif;
	font-size: 10pt; 
	margin-bottom: 10px;
}
form
{
	padding: 0;
	margin: 0;
	color: black;
	display: inline;
}
.footer
{
}
.error
{
	color: #990000;
	border: 2px solid #FF0000;
	background-color: #FFCCCC;
	padding: 10px;
	margin-bottom: 10px;
}
.success
{
	color: #009900;
	border: 2px solid #00CC00;
	background-color: #CCFFCC;
	padding: 10px;
	margin-bottom: 10px;
}
th
{
	text-align: left;
}
TR.header {
  /*background: #ffffff;*/
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Times, serif;
  font-size: 12pt;
  /*background: #bbc3d3;
  color: #ffffff;*/
  font-weight : bold;
}

A.headerNavigation { 
  /*color: #FFFFFF;*/ 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  /*background: #b6b7cb;*/
  	font-family: Times, serif;
	text-align: left;
	color: #71ada8;
	/*width: 200px;*/
	font-size: 16pt;
}

.infoBoxContents {
  /*background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;*/
  	font-family: Times, serif;
	text-align: left;
	color: #71ADA8;
	width: 200px;
	font-size: 16pt;
	width: 100%;
}

.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;
  background: #bbc3d3;
  color: #ffffff;*/
}

TD.infoBox, SPAN.infoBox {
 font-family: Times, serif;
	 font-size: 12pt;
}

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;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;*/
}

.productListing-heading {
  font-family: Times, serif;
	font-size: 12pt;
  /*background: #b6b7cb;
  color: #FFFFFF;*/
  font-weight: bold;
}

TD.productListing-data 
{
  	font-family: Times, serif;
	font-size: 12pt;
}


TD.pageHeading, DIV.pageHeading 
{
    font-family: Times, Arial, serif;
	color: #AD784E;
	font-weight: normal;
	font-size: 36px;
	text-align: left;
	text-transform: lowercase;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Times, serif;
	font-size: 12pt;
  color: #000000;
}

TD.main, P.main {
  font-family: Times, serif;
	font-size: 12pt;
  line-height: 1.5;
  text-align: left;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Times, serif;
	font-size: 11pt;
}

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

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

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

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

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

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

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

SPAN.greetUser {
  font-family: Times, serif;
  font-size: 12pt;
  color: #f0a480;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family: Times, serif;
	font-size: 12px;
  font-weight: bold;
}

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

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

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

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

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

/* message box */

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

/* input requirement */

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

TABLE.popup {
 	border-width: 1px;
	border-style: dotted;
}

.lifestyleImg
{
}

.featuredProduct
{
	background-image: url('/media/images/imgbg.png');
	background-repeat: no-repeat;
	position: absolute; 
	z-index: 3; 
	top: 40px;
}
.blackBorder
{
	border: 1px solid black;
	padding: 20px;
	margin-top: 10px;
}
#mainnav {
	margin-top: 4px;
	height: 26px;
	position: relative; /*optional fix for IE5 Mac OS9 only*/
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-left: 12px;
}

.productBox
{
	background-position: center; 
	background-repeat: no-repeat; 
	width: 200px; 
	height: 200px; 
	margin-bottom: 5px;
	margin-right: 10px;
	border: 1px solid #AD784E;
	background-color:fff #;
}

#botw { border: 3px solid #1A92C4; text-align: left; margin: 0 20px 0 5px; padding: 10px; background-image: url(/media/images/botwbg.jpg); }
#botw h5 { margin: 0; padding: 0; font-size: 20px; color: #F44903; text-align: right; }
#botw h4 { margin: 0; padding: 0; font-size: 24px; }
#botw p.call { text-align: right; }
#botw p { margin-top: 0; padding-top: 0; font-size: 14px; }
#botw img { margin-right: 10px; border: 1px solid #AD784E; }