/*
  $Id: stylesheet.css,v 1.51 2003/01/20 19:46:48 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: #443;
}

BODY, TD, .normal {
  margin: 0px;

	font-family: Verdana, Geneva, "Trebuchet MS" ;
	font-size: 11px ;
	color: #222 ;
}



.normallink { 

	font-family: Verdana, Geneva, "Trebuchet MS" ;
	font-size: 12px ;
  color: #535627; 
  text-decoration: none; 
}

A { 
  color: #535627; 
  text-decoration: none; 
  outline: none ;
}

p a {
	text-decoration: underline ;
}

A:hover { 
  text-decoration: underline; 
}

FORM {
	display: inline;
}

div#container {
  background: #DFE5B5;
  width: 90%;
  margin: 0 auto ;
  min-width: 1000px ;
  border: 6px #3a3a2a solid ;
  border-top: none ;
}

div#header {
  padding-top: 1em ;
  min-width: 22em ;
  background: #775 url('images/DA_leaf.gif') no-repeat top left ;
}
  div#header div#shoppingCartLink {
    float: right ;
    width: 200px ;
    text-align: right ;
    margin-right: 20px ;
  }
    div#header div#shoppingCartLink a {
      display: block ;
      color: #fff ;
      padding-top: 4px ;
    }
    div#header div#shoppingCartLink div#shoppingBag {
      float: right ;
      width: 20px ;
      margin-left: .5em ;
    }
      div#header div#shoppingCartLink div#shoppingBag div#bagHandle {
        background: url('images/DA_handle2.gif') no-repeat bottom center ;
        height: 5px ;
      }
      div#header div#shoppingCartLink div#shoppingBag div#shoppingCartCount {
        background: #DFE5B5 ;
        color: #443 ;
        text-align: center ;
      }
      
  div#header h1 {
    height: 28px ;
    margin: 30px 0 20px 0 ;
  }
    div#header h1 img {
      border: none ;
      margin-left: 40px ;
    }
    div#header h1 span {
      display: none ;
    }
    
div#navigation {
  height: 2em ;
  font-size: 1.1em ;
  background: url('images/DA_nav_background.gif') repeat-x bottom left ;
  padding-right: 1em ;
  padding-top: 2px ;
}
  div#navigation ul {
    margin: 0 ;
    padding: 0 ;
    list-style: none ;
    float: right ;
  }
    div#navigation ul li {
      margin: 0 0 0 2px ;
      float: left ;
      line-height: 1em ;
    }
      div#navigation ul li a {
        display: block ;
        padding: .5em 1em ;
        color: #fff ;
        text-transform: lowercase ;
        font-weight: bold ;
      }
        div#navigation ul li a:hover,
        div#navigation ul li.selected a {
          text-decoration: none ;
          background-color: #eff5d0 ;
          color: #443 ;
        }
        div#navigation ul li a:hover {
          background: #dfe5b5 url('images/DA_nav_select_hover_bg.gif') repeat-x bottom left ;
        }
        div#navigation ul li.selected a:hover {
          background: #eff5d0 ;
        }

div#sub_navigation {
  font-size: 1.2em ;
  padding: .3em .5em 1em .5em ;
  padding-bottom: 14px ;
  text-transform: lowercase ;
  background: #eff5d0 url('images/DA_subnav_background.gif') repeat-x bottom left ;
}
  div#sub_navigation ul {
    margin: 0 ;
    padding: 0 ;
    list-style: none ;
  }
    div#sub_navigation ul li {
      margin: 0 6px ;
      float: left ;
    }
      div#sub_navigation ul li a {
        color: #886 ;
        text-transform: lowercase ;
        font-weight: normal ;
      }
        div#sub_navigation ul li a:hover,
        div#sub_navigation ul li.selected a {
          text-decoration: none ;
          color: #443 ;
        }
        div#sub_navigation ul li a:hover {
          
        }
        div#sub_navigation ul li.selected a:hover {
        }

table#main {
  border: 0 ;
  border-collapse: collapse;
}
  td#leftcolumn {
    border-right: 3px solid #775 ;
    background: #eff5d0 ;
  }
    td#leftcolumn img#special_promo {
      border-top: 3px solid #775 ;
    }
  td#rightcolumn {
    background: #fff ;
  }

div#footer {
  padding: 1em ;
  text-transform: lowercase ;
  border-top: 2px solid #775 ;
}
  div#footer div#xephiLink {
    float: right ;
  }

div#promo {
  padding-bottom: 16px ;
  background: url('images/DA_promo_background.gif') repeat-x 0 400px ;
}
  div#promo img {
    border: none ;
  }
  
div#email_signup {
  height: 1em ;
  background: #eff5d0 url('images/DA_subnav_background.gif') repeat-x bottom left ;
  text-align: right ;
  padding: 6px 10px 18px 0 ;
}
  

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

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

.infoBox {
  background: #b6b7cb;
}

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

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

TR.productListing-heading {
  background: #d2e9fb;
}

TD.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
  color: #000000;
  font-weight: bold;
  font-variant: small-caps;
}

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

A.pageResults { 
  color: #0000FF; 
}

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

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; 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; }







H1 {
	font-family: "New York", Georgia, Times ;
	font-size: 16px ;
	color: #535627 ;
}

LI {
	margin-bottom: 8px ;
}

.content {
	padding: 15px ;
	color: #535627 ;
	background: #fff;
}

.errortext {
	color: #CC3333 ;
}

.headlink {
	text-decoration: none ;
	font-size: 12px ;
	color: #DFE5B5 ;
	font-weight: bold ;
}

.headlink:hover {
	color: #FFF ;
}

.s0_bgcolor1 {
	background: #ACB879 ;
}
.s0_bgcolor1 a {
	color: #719EA9 ;
}
.s0_bgcolor2 {
	background: #719EA9 ;
}


.border1 {
	border: 1px solid #595C30 ;
}

.whitelink {
	color: #FFF ;
	text-decoration: none ;
	font-size: 10px ;
}


