/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
  font-size: 11px;
}

body {
  background: #fff;
  color: #000;
  margin: 0px;
  font-size: 11px;
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
}

#bodyWrapper {
}

#bodyContent {
}

#header {
  height: 60px;
}

#storeLogo {
  float: left;
  margin-top: 5px;
}

#headerShortcuts {
  float: right;
  margin-top: 15px;
}

#columnLeft {
  padding-top: 5px;
}

#columnRight {
  padding-top: 5px;
}

.infoBoxContainer { }

.infoBoxHeading {
  padding: 8px;
  font-size: 11px;
  background:#B79D79;
}

.infoBoxContents {
  padding: 7px;
  font-size: 14px;
  line-height: 2;
border:1px solid #B79D79;
   color:#D18103;
}

.contentContainer {
  padding-bottom: 10px;
  width:700px;
}

.contentContainer h2 {
  font-size: 16px;
  text-decoration: underline;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.contentText, .contentText table {
  padding: 5px 0 5px 0;
  font-size: 11px;
  line-height: 1.5;
}

.productListTable {
  padding: 5px;
  font-size: 11px;
  line-height: 1.5;
}

.productListTable tr.alt td {
/*  background-color: #ecf6fc;*/
}

.fieldKey {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  width: 150px;
}

.fieldValue {
  font-size: 11px;
  line-height: 1.5;
}

h1 {
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

img {
  border: 0;
}

table, p {
  font-size: 11px;
  line-height: 1.5;
}

#piGal ul {
  list-style-type: none;
}

#piGal img {
  -webkit-box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 0px 1px #000;
}

#piGal .outer {

}

.buttonSet {
  clear: both;
}

.buttonAction {
  float: right;
}

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

A {
  color: #53330C;
  text-decoration: none;
}
#helpSearch {
display:none;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline-table;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}
.contentText tr{
height:25px;
}

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;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

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

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

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

.productListingHeader {
  table-layout: fixed;
  color: #FFFFFF;
  font-weight: bold;
}

.productListingHeader A:hover {
  color: #FFFFFF;
}

.productListingData {
  table-layout: fixed;
}

A.pageResults {
  color: #725a34;
}

A.pageResults:hover {
  color: #b89d79;

}

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

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

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:red;

}
.productListing-heading { font-weight:bold; }

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

/* buttons */
.tdbLink{

}


/* account link list */

.accountLinkList {
  list-style-type: none;
  margin: 2px 2px 2px 10px;
  padding: 5px;
}

.accountLinkListEntry {
  float: left;
  margin-right: 5px;
}

*{
margin:0px;
padding:0px;
}

body 
{
	margin:0px;
	padding:0px;
	background:url(images/body-bg.gif) top center;
}

ul
{
list-style-type:none;
}

img{border:none}
#container
{
margin:0px auto;
width:990px;
}
#white-container
{
background:#FFFFFF;
padding:10px 10px 10px 10px;
float:left;
}
#header
{
width:970px;
float:left;
padding:0px 0 0px 0;
height:110px;
}
#logo
{
width:310px;
float:left;
}
#logo a img{ padding:0 0 0 5px;}
#header-right
{
width:660px;
float:left;
}
.header-right-menu
{
width:660px;
float:left;
text-align:right;
}
.header-right-menu li
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#3f2e1e;
font-weight:normal;
display:inline;
padding:0 0 0 6px;
}
.header-right-menu li a
{
color:#3f2e1e;
text-decoration:none;
}
.header-right-menu li a:hover
{
color:#3f2e1e;
text-decoration:underline;
}
.header-shortcuts
{
width:660px;
float:left;
text-align:right;
margin:15px 0 0 0;
}
.language { color:#3f2e1e;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
padding:0 10px 0 0;
text-decoration:none;}
.language a {color:#3f2e1e;text-decoration:none;}
.language a:hover {color:#3f2e1e;text-decoration:underline; }
.currenc{ margin:0 0px 0 15px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
color:#3f2e1e;
}
.combo-box{
background:transparent none repeat scroll 0 0;
border:1px solid #97735b;
color:#5e5a56;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
height:18px;
padding:0px 0 0;
width:111px;
}
.shopping-details
{
width:660px;
float:left;
text-align:right;
margin:15px 0 0 0;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
color:#3f2e1e;
}
.cart
{
padding:0 0 0 0;
}

.shopping-cart
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#845720;
font-weight:normal;
padding:0 7px 0 0px;
}
.shopping-cart a
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#845720;
text-decoration:none;
}
.shopping-cart a:hover
{
text-decoration:underline;
}
.items
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#845720;
font-weight:normal;
padding:0 20px 0 7px;
}
.items a
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#845720;
text-decoration:none;
}
.items a:hover{ text-decoration:underline;}
.search_form{
background:transparent none repeat scroll 0 0;
border:#97735b solid 1px;
color:#5e5a56;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
height:18px;
padding:0px 0 0 5px;
width:180px;
line-height:18px;
}
.search_button{ margin:0px 0 0 15px;}

.menu
{ 
width:970px;
float:left; 
background:#b89d79;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
margin:5px 0 10px 0;
}
.menu ul{ padding:0px 0 0 0; margin:0;}
.menu li{ float:left; padding:0 0px 0 0px; border-right:#fff solid 1px;}
.menu li a{ text-decoration:none; color:#010101; font-weight:normal; display:block;  text-align:center; padding:14px 25px 15px 25px;}
.menu li a:hover{ background:#725a34; color:#fff;}
.menu li a:active{ padding:14px 25px 15px 25px;}
.head-banner
{
width:970px;
height:320px;
float:left;
margin:0 0 10px 0;
}
#middle-body
{
width:970px;
float:left;
}
.left-col
{
width:235px;
float:left;
}
.right-col1
{
width:720px;
float:right;
padding:0 0 0 10px;
}
.right-col1 h5
{
    background: none repeat scroll 0 0 #B89D79;
    float: left;
    height: 30px;
    width: 710px;
	font-family:Arial, Helvetica, sans-serif;
   font-size:16px;
   color:#000;
   font-weight:bold;
   padding:5px 0 0 10px;
}

.right-col
{
width:720px;
float:left;
padding:0 0 0 10px;
}
.right-col h5
{
    background: none repeat scroll 0 0 #B89D79;
    float: left;
    height: 30px;
    width: 710px;
	font-family:Arial, Helvetica, sans-serif;
   font-size:16px;
   color:#000;
   font-weight:bold;
   padding:5px 0 0 10px;
}
.box
{
width:235px;
float:left;
margin:0 0 10px 0;
}
.box-head
{
width:235px;
float:left;
background:#725a34;
height:35px;
}
.box-head ul{ padding:0px 0 0 12px;}
.box-head li
{
  background-image:url(images/menu-icon.gif);
  background-repeat: no-repeat;
  background-position: 0 .5em;
  padding-left: 25px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  color:#fff;
  line-height:32px;
}

.box-head li a
{
  color:#fff;
  text-decoration:none;
}

.box-head li a:hover
{
  color:#fff;
  text-decoration:none;
}

.box-border
{
width:233px;
float:left;
border:#c2bba7 solid 1px;
border-top-style:none;
padding:0 0 15px 0;
}
.box-border ul
{
padding:0 15px 0 15px;
}
.box-border li
{
  background-image:url(images/menu-arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 .7em;
  padding-left: 20px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:normal;
  color:#53330c;
  border-bottom:#8c734c dotted 1px;
  line-height:30px;
}

.box-border li a
{
  color:#53330c;
  text-decoration:none;
}

.box-border li a:hover
{
  color:#d18103;
  text-decoration:none;
}
.box-border-inner
{
padding:0 20px 0 20px;
}
.box-border-inner h2
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
color:#53330c;
padding:10px 0px 10px 0px;
}
.normalprice
{
text-decoration:line-through; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#845720; font-weight:bold; line-height:20px; float:left;
}
.productSpecialPrice{font-size:14px; padding-left:5px; font-weight:bold;}
.right-box-head
{
width:720px;
float:left;
background:#b89d79;
height:35px;
}
.right-box-head ul{ padding:0px 0 0 12px;}
.right-box-head li
{
  background-image:url(images/head-icon.gif);
  background-repeat: no-repeat;
  background-position: 0 .5em;
  padding-left: 25px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  color:#20201f;
  line-height:32px;
}

.right-box-head li a
{
  color:#20201f;
  text-decoration:none;
}

.right-box-head li a:hover
{
  color:#000;
  text-decoration:none;
}
.product-box
{
width:220px;
float:left;
margin:20px 0 0 14px;
}
.product-box-img
{
width:218px;
float:left;
height:195px;
border:#c1baa6 solid 1px;
text-align:center;
}
.product-box-img a img{ padding:7px 0 0 0;}
.product-box-name
{
width:220px;
float:left;
font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#696046;
}
.product-box-name p
{padding:10px 2px 7px 2px; color:#696046;}
.product-box-name p a
{color:#696046; text-decoration:none;}
.product-box-price
{
width:220px;
float:left;
}
.product-box-price h2
{padding:2px 2px 7px 2px; color:#845720;
font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#845720;}
.product-box-price h2 a
{color:#845720; text-decoration:none;}
.product-box-price h2 a:hover
{color:#845720; text-decoration:underline;}
.product-box-button
{
width:220px;
float:left;
}
.details{ width:110px; height:28px; background:#b89d79; float:left; text-align:center;}
.details h2{ font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;color:#000; padding:5px 0 0 0;}
.details h2 a{ color:#000; text-decoration:none;}
.details h2 a:hover{ color:#000; text-decoration:underline;}
.addto-cart{ width:110px; height:28px; background:#725a34;float:left; text-align:center;}
.addto-cart h2{ font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;color:#fff; padding:5px 0 0 0;}
.addto-cart h2 a{ color:#fff; text-decoration:none;}
.addto-cart h2 a:hover{ color:#fff; text-decoration:underline;}
#footer
{
width:970px;
float:left;
background:#b89d79;
padding:15px 0 15px 0;
margin:15px 0 0 0;
}
#footer-left
{
width:200px;
float:left;
}
#footer-left span
{
margin:0 0 0 8px;
padding:0px;
}
#footer-mid
{
width:770px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
color:#000;
}
/*#footer-right
{
width:150px;
float:left;
text-align:center;
}*/
.footer-menu
{
width:770px;
float:left;
text-align:center;
}
.footer-menu li
{
display:inline;
}
 
.footer-menu li a
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 font-weight:normal;
 color:#000;
 padding:0 10px 0 10px;
 border-right:#000 solid 1px;
 line-height:normal;
 text-decoration:none;
 }
 
.footer-menu li a:hover
{
 color:#000;
 text-decoration:underline;
}
.footer-copyright
{
width:770px;
float:left;
margin:10px 0 0 0;
text-align:center;
}
.footer-copyright p{ font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#000000;}
.footer-copyright p a{ color:#000; text-decoration:underline;}

.content-page {
    
    float: left;
    width: 718px;
	border: 1px solid #C1BAA6;
	margin:0 0 10px 0;
}
.cart-box-image {
    
    float: left;
    width: 200px;
	margin:0 0 0px 0;
}
.cart-box-details {
    
    float: left;
    width: 440px;
	margin:0 0 0px 0;
}
.cart-box-price {
    
    float: left;
    width: 50px;
	margin:0 0 0px 0;
}
.head-banner
{
width:970px;
height:320px;
float:left;
margin:0 0 10px 0;
}
.head-banner-left
{
width:485px;
height:320px;
float:left;
margin:0 0 0px 0;
}
.head-banner-right
{
width:485px;
height:320px;
float:left;
margin:0 0 0px 0;
}

box-border li li
{
background-image:url(images/small_arrow.gif);
background-repeat: no-repeat;
background-position: 0 .7em;
padding-left: 20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#53330c;
border-bottom:#8c734c dotted 1px;
line-height:30px;
}


