/*
  Updated 08/16/08 wd
  
  $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
*/
a.navlink:link  { 
	font: 12px/18px Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
a.navlink:active  { 
	color: #C9AF89;
	}
a.navlink:hover  { 
	color: #8b214b;
	padding-right: 3px;
	padding-left: 3px;
	border:1px solid #ac8958;
    border-top: none;
    border-bottom: none;
	}
a.navlink:visited  { 
	font: 12px/18px Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight: bold;
	}
a.copyLink:link {
	color: #000000;
	text-decoration: none;
	}
a.copyLink:active  { 
	color: #000000;
	}
a.copyLink:hover  {
	border:1px solid #8B214B;
	border-right:none;
	border-left:none;
	}
a.copyLink:visited  { 
	color: #000000;
	}
.pad1 {
	padding: 15px;
	margin: 5px;
	background: #FFFFFF;
	border: #000000 solid 2px;
	}

.pad2 {
	padding: 15px;
	width: 420px;
	}

.boxText { 
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	}
	
.errorBox { 
	font-family : Arial, Verdana, sans-serif; 
	font-size : 10px; 
	background: #ffb3b5; 
	font-weight: bold;
	}
	
.stockWarning { 
	font-family : Arial, Verdana, sans-serif; 
	font-size : 10px; 
	color: #000000; 
	}
	
.productsNotifications { 
	background: #ffffff; 
	}
	
.orderEdit { 
	font-family : Arial, Verdana, sans-serif; 
	font-size : 10px; 
	color: #8c294c; 
	text-decoration: underline; 
	}

body  { 
	color: #000000; 
	background: #DAD0C3 url("images/site_bg.gif"); 
	margin: 0;
	}
	
a  {
	color: #ac8958;
	font-weight: bold;
	text-decoration: none;
	}
	
a:active  { 
	color: #8c294c;
	}
	
a:hover  {
	color:#8c294c;
	}
	
h1  { 
	color: #8B214B; 
	font-size: 16px; 
	margin: 0;
	}
	
h2  { 
	color: #8B214B; 
	font-size: 13px;
	font-weight: bold; 
	margin: 0;
	}
	
form {
	display: inline;
	}
	
tr.header {
	background: #ffffff;
	}

tr.headerNavigation {
	background: #ffffff;
	}

td.headerNavigation  { 
	color: #ffffff; 
	font-size: 12px; 
	font-family: Arial, Verdana, sans-serif; 
	font-weight: bold; 
	background: #64303f; 
	}

a.headerNavigation { 
	color: #FFFFFF; 
	}

a.headerNavigation:hover {
	color: #ffffff;
	text-decoration: none;
	}

tr.headerError {
	background: #ff0000;
	}

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

tr.headerInfo {
	background: #00ff00;
	}

#container { 
	background: url("images/bg.gif") repeat-y;
	}

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

tr.footer {
	background: #bbc3d3;
	}

td.footer {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	background: #000;
	color: #ffffff;
	font-weight: bold;
	}

.infoBox {
	background: #ffffff;
	}

.infoBoxContents { 
	font-size: 10px; 
	font-family: Arial, Verdana, sans-serif; 
	line-height: 16px; 
	border: solid 1px #c9af89; 
	}
	
.infoBox2Contents { 
	font-size: 10px; 
	font-family: Arial, Verdana, sans-serif; 
	line-height: 16px; 
	}

.infoBoxNotice {
	background: #ffffff;
	}

.infoBoxNoticeContents {
	background: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	}

td.infoBoxHeading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #ffffff;
	color: #8b214b;
	}

td.infoBox, span.infoBox {
	font-family: Arial, Verdana, 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: #ffffff;
	}

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

table.productListing {
	border: 1px;
	border-style: solid;
	border-color: #c9af89;
	border-spacing: 1px;
	}

.productListing-heading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	background: #64303f;
	color: #FFFFFF;
	font-weight: bold;
	}
a.productListing-heading:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
a.productListing-heading:active {
	color: #ffffff;
	}		

.boxContentHeading  { 
	color: #000; 
	font: 12px Arial, Verdana, sans-serif; 
	height: 33px;
	background: #fff url("images/box_bg.gif") repeat-x scroll; 
	}
	
td.productListing-data {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	}

a.pageResults {
	color: #ac8958;
	}

a.pageResults:hover {
	color: #8c294c;
	background: #ffffff;
	}

td.pageHeading, div.pageHeading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	}

td.mediumText {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}

tr.subBar {
	background: #ffffff;
	}

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

td.main, p.main {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	}

td.mainHeading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	background: #64303f;
	color: #FFFFFF;
	font-weight: bold;
	}

td.smallText, span.smallText, p.smallText {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	}

td.accountCategory {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	}

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

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

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

span.newItemInCart {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	}

checkbox, input, radio, select {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	}

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

span.greetUser {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #8c294c;
	font-weight: bold;
	}

table.formArea {
	background: #ffffff;
	border-color: #c9af89;
	border-style: solid;
	border-width: 1px;
	}

td.formAreaTitle {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

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

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

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

.moduleRowOver { 
	background-color: #c9af897; 
	cursor: pointer; 
	cursor: hand; 
	}

.moduleRowSelected { 
	background-color: #c9af89; 
	}

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

/* message box */

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

/* input requirement */

.inputRequirement { 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 10px; color: #ff0000; 
	}
	
strong  { font-size: 9px; font-family: Arial, Verdana, sans-serif; font-weight: normal; line-height: 1.5 }