/*
  $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, 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 : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #f8e9d4;
  margin: 0px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
    background:#7c5b28;
}

A.headerNavigation { 
    font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	margin: 0 21px 0 0;
	text-decoration:none;
}

A.headerNavigation:hover {
    font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	margin: 0 21px 0 0;
	text-decoration:none;
}

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: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #5b415c;
  font-weight: bold;
}

.infoBox {
  background: #FFFFFF;
}

.infoBoxContents {
  background: #f8f8f9;
  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;
  background: #bbc3d3;
  color: #ffffff;
}

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: #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 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight:bold;
  color:#989898;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #442700;
  font-weight: bold;
  width:107px;
  border-bottom: 7px solid #7b5b2a;
}

TD.productListing-data {
  padding-top:3px;
  margin-right:5px;
  border: 1px;
  border-style: solid;
  border-color: #7b5b2a;
  width:107px;
  
}

A.pageResults {
  color: #5b4422;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 11px;
  font-weight:bold;
  color: #9e845f;
  padding: 3px 0 0 14px;
}

a.subBar {
  font-size: 11px;
  font-weight:bold;
  color: #9e845f;
  padding: 3px 0 0 14px;
}

abc {
  font-size: 11px;
  font-weight:bold;
  color: #9e845f;
  padding: 3px 0 0 14px;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-align:justify;
  line-height: 1.5;
  color:#5c4523;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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;
}

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: 373px;
  height:122px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  border:0px;
  padding:5px;
  text-align:justify;
}

DIV.sat {
  width: 360px;
  height:360px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  border:0px;
  padding:5px;
  text-align:justify;
  overflow: auto;
}
DIV.sat2 {

  height:360px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border:0px;
  padding:5px;
  text-align:justify;
  overflow: auto;
}
DIV.sat3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border:0px;
  padding:5px;
  text-align:justify;
  overflow: auto;
}
DIV#sat2 {

  height:360px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border:0px;
  padding:5px;
  text-align:justify;
  overflow: auto;
}
DIV#satProdDesc {
	width: 150px;
	height: 25px;
	background-image: url(images/prod_desc.gif);
	display: block;
}
a#satProdDesc {
	display: block;
	width: 150px;
	height: 25px;
	background: url(../images/prod_desc.gif) 0 0 no-repeat;
	text-decoration: none;
}
a#satAddRes {
	display: block;
	width: 150px;
	height: 25px;
	background: url(../images/add_res_off.gif) 0 0 no-repeat;
	text-decoration: none;
}
DIV#satAddRes {
	width: 150px;
	height: 25px;
	background-image: url(images/add_res_off.gif);
	display: block;
}


SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.Area {
  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: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.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; }
.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; }

/* JLG MenuOver Mod Begin */
td.menucontent1, td.menucontent1over {
	color: #000000;
	padding:  0px 6px;
	background-color: #F8F8F9;
	border: solid 1px #F8F8F9;
	font-weight:bold;
	font-size:11px;
}
td.menucontent1 a, td.menucontent1over a {
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
td.menucontent1over {
	background-color: #BBC3D3;
	cursor:pointer;
	border: solid 1px;
	border-color: #BBC3D3 #BBC3D3 #BBC3D3 #BBC3D3;
}
td.menucontent1over a {
	color: #FFFFFF;
}
/* JLG MenuOver Mod End */

 td.menucontent1, td.menucontent1over {
        color: #000000;
        padding:  0px 6px;
        background-color: #F8F8F9;
        border: solid 1px #F8F8F9;
        font-weight:bold;
        font-size:11px;
    }
    td.menucontent1 a, td.menucontent1over a {
        text-decoration:none;
        font-weight:bold;
        font-size:11px;
    }
    td.menucontent1over {
        background-color: #BBC3D3;
        cursor:pointer;
        border: solid 1px;
        border-color: #BBC3D3 #BBC3D3 #BBC3D3 #BBC3D3;
    }
    td.menucontent1over a {
        color: #FFFFFF;
    }
	
/* our style*/
.main_table{
	width:865px;
	background:#fff;
	border: 1px solid #7b5b28;
}
.number{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#654246;
	text-align:right;
	padding-right:13px;
}
.top_links{
	font-size:10px;
	font-weight:bold;
	color:#654246;
}
.search_box{
	border:1px solid #777;
	width:118px;
	height:20px;
}
.sidebar_heading{
	font-size:14px;
	font-weight:bold;
	color:#7c5b28;
	padding-top:6px;
	border-bottom:1px solid #7c5b28;
}

a.sidebar_heading{
	font-size:14px;
	font-weight:bold;
	color:#7c5b28;
	padding-top:14px;
	border-bottom:1px solid #7c5b28;
}

.pageResults{
	font-size:11px;
	font-weight:bold;
	color:#5b4422;
}
.footer_number{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#5b4645;
}
.footer_links{
	font-size:11px;
	color:#5c465d;
}
.footer_sublinks{
  font-size: 11px;
  color: #9e845f;
 
}


.additional_resources{
	font-size:12px;
	font-weight:bold;
	color:#c3a782;
	padding: 3px 0 0 14px;
}
.card_text{
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-align:center;
}	
.card_images{
	padding:5px;
}
.category_table{
	border:4px solid #7b5b2a;
}
.category_heading{
	font-size:11px;
	font-weight:bold;
	color:#675436;
	padding: 2px 2px 2px 2px;
}
.right_border{
	border-right:1px solid #7b5b2a;
}
.top_border{
	border-top:1px solid #7b5b2a;
}
.suggest_title{
	font-size:12px;
	color:#666;
	padding:0 0 3px 0;
}
.quantity_text{
	font-size:10px;
	color:#666;
	padding-bottom:3px;
}
.quantity_detail{
	font-size:10px;
	color:#000;
	padding:5px;
	border-left:1px dashed #ccc;
}
.select_color{
	font-size:10px;
	color:#000;
	padding-bottom:7px;
}
.summary_box{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cbcbcb;
	border-bottom-color: #cbcbcb;
	border-left-color: #cbcbcb;
}
.product_heading{
	font-size:16px;
	font-weight:bold;
	color:#000;
	padding-bottom:5px;
}
.product_thumbnail{
	border:1px solid #cbcbcb;
}
	
#walptwit{
background-image: url(/images/walp_twitter.jpg);
background-repeat: no-repeat;
width:193px;height:116px;
font-size:9px;
	color:#9E845F;

}
.float_right{
	line-height:11px;
	padding:2px;
	width:122px;
	float:right;
padding-right:4px;
overflow:hidden;
	}
.float_left{
	font-size:11px;
width:63px;
padding-top:10px;
padding-left:2px;
text-align:center;
float:left;
}
.stfloat_right{
	padding:2px;
	text-align:center;
	}
.stfloat_left{
	font-size:9px;
width:150px;
padding:2px;
padding-bottom:4px;
text-align:left;

}
#sendto{
background-image: url(/images/send_to.jpg);
background-repeat: no-repeat;
width:193px;height:76px;
font-size:9px;
	color:#9E845F;
margin-bottom:5px;
}
