/* CSS Document */

h1
{
  font-size: 1.3em;
  font-weight: normal;
}

div#shoppingcart
{
  font-size: .7em;
}

table.carttable
{
  border: 2px solid #655a3f; /* brown */
  margin: 5px;
  text-align: left;
}

table.carttable tr td, table.carttable tr th
{
  padding: 5px;
}

table.carttable tr th, table.carttable tr td.grandtotalrow
{
  background: #655a3f; /* brown */
  color: #ffffff;
}

div.cart-shipping-message
{
  padding: 5px 0px;
}

table.carttable tr td.itemcell1, table.carttable tr td.row1, table.carttable tr td.optioncell1 
{
  background: #83b057; /* green */
  /*border-bottom: 2px solid #655a3f; /* brown */
}

table.carttable tr td.itemcell0, table.carttable tr td.row0, table.carttable tr td.optioncell0
{
  background: #83b057; /* green */
  /*border-bottom: 2px solid #655a3f; /* brown */
}

table.carttable tr td.carttotalrow, table.carttable tr td.shippingrow
{
  background: #83b057; /* green */
  text-align: left;
}

span.item_thumb img, table.carttable tr td.row0 img, table.carttable tr td.row1 img
{
  border: 2px solid #ffffff;
  margin-right: 5px;
}

table.carttable tr td.row0 input.sm-button, table.carttable tr td.row1 input.sm-button
{
  margin-top: 5px;
}


a.cartitemlink
{
  color: #4d4225; /* brown text */
  text-decoration: none;
}

a.cartitemlink:hover
{
  color: #ffffff;
}

div.cart-footer-message
{
  margin: 10px 0px;
}

div.cart
{
  margin-top: 25px;
}

div.carterror
{
  font-size: .7em;
  margin-top: 25px;
}

div.cartmessage
{
  font-size: 1em;
  margin-bottom: 10px;
}

div.cartmessage a
{
  text-decoration: none;
  color: #4d4225; /* brown text */
}

div.cartmessage a:hover
{
  color: #ffffff;
}

div.cartbottom
{
  margin-bottom: 5px;
}

input.be-gone 
{   
  position: absolute; 
  left: -9999px; 
  visibility: hidden; 
}

input.wbutton
{
  margin-top: 8px;
}

div.emailfriend
{
  margin-top: 8px;
}

/* START CSS FOR CHECK OUT SCREEN */

div#checkout
{
  font-size: .7em;
}

table.billing-table
{
  border: 2px solid #655a3f; /* brown */
  margin: 5px;

}

table.billing-table tr td.billing-head
{
  background: #655a3f; /* brown */
  color: #ffffff;
  font-weight: bold;
}

table.billing-table tr td
{
  padding: 5px 2px;
  text-align: left;
  background: #83b057; /* green */
}

div.confirmation-header
{
  margin-top: 25px;
}

div.confirmation-header img
{
  margin: 10px;
  border: none;
}

div#checkout a
{
  text-decoration: none;
  color: #4d4225; /* brown text */
}

div#checkout a:hover
{
  color: #ffffff;
}

div.checkout-questions, div.confirmation-footer
{
  margin: 10px 0px;
}

/* account info */

div#account
{
  font-size: .7em;
  margin-top: 15px;
  text-align: center;
}

div#account a
{
  text-decoration: none;
  color: #4d4225; /* brown text */
}

div#account a:hover
{
  color: #ffffff;
}

div#plsreg
{
  margin: 25px 35px;
}

div#forgotpass
{
  margin-left: 45px;
}

div#accountsethead
{
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 15px;
}

div#account
{
  text-align: center;
}

div#resetmessage
{
  text-align: center;
}
