/*
  $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
*/



body {
  background: url(images/custom/gradient5.jpg) repeat-x;
  background-color: #cebbc8;
  color: #7b7b7b;
  margin: 0px;
  padding: 10px 100px;
  
  min-width:620px;
   font: 75% Verdana, Arial, sans-serif;

}


#header {
  width:100%;
 
}
#header a.toplogo {
  display:block;
  background: url(images/custom/eden6.jpg) no-repeat;
  background-position: top-left;
  height: 150px;
  width: 100%;

  text-decoration:none;
  margin: 0;
  

}

bdiv.rtop *, div.rbottom *, #content, #header, #checkoutlinks {
   background-color:#fff;
}


#content {
   width: 100%;
   margin: 0;
   padding: 0;

}

#content #leftnav td {
font-size:70%;
}

#content #maincontent td {
font-size: 75%;
}

#maincontent {
width: 75%;
float:left;
font-size: 75%;
padding: 0 0 10px 0;
margin: 0;
background-color: #fff;
background: url(images/custom/topcorner.jpg) no-repeat;
background-position: top-left;

}

#maincontent h1 {
font-size: 1.5em;
font-weight: bold;

}

#maincontent h2 {
font-size: 1em;
font-weight: bold;
}

#maincontent h3 {
font-size: 1em;
font-weight: bold;
}



#maincontent td.main {
text-align:justify;
padding: 10px;
}

p.special {
color: #969;
font-weight: bold;
text-indent: 30px;
line-height: 240%;
background: url(images/custom/snowflake.jpg) no-repeat;
float: right;
margin: 0 0 0 30px;
padding: 0;
}

.offer {
color: red;

}

td.pageHeading {
padding: 5px 15px;
}

td.infoBoxHeading img {
display: none;

}

#maincontent td.smallText {
padding-left: 15px;
}

#maincontent a, #footer a {
color: #92a875;
}

#maincontent a:visited, #footer a:visited {
color: #d7b0cd;
}

#maincontent a:hover, #footer a:hover {
text-decoration: none;
}

#content #maincontent td.pageHeading {
font-size: 100%;
font-family: tahoma;
font-weight: bold;

}

#leftnav {
   float: left;
   background-color: #92a875;
     background-image: url(images/custom/bottomcorner.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
   color: #fff;
   padding: 0;
   margin: 0;
   width: 170px;
   height: 100%;
   
  
}

#leftnav td.infoBoxHeading {
color: #d7b0cd;
font-weight: bold;
margin: 0;
padding: 0;
}

#leftnav td.infoBoxContents {
padding: 0;
}

#leftnav ul {
  padding: 0;
  margin: 0;
}


#leftnav li {
  list-style-type: none;
  padding: 0 10px;
  margin: 0;
  width: 150px;
}


#leftnav li td.boxText {
margin: 0;
padding: 5px 10px 5px 0;
}

#leftnav li tr {
margin: 0;
padding: 0;
}

#leftnav li table {
margin: 0;
padding: 0;
}


div.leftmenu a {
  text-decoration: none;
  color: #fff;
  width: 150px;
  display: block;
  padding: 2px 5px 2px 5px;
  margin: 0;
}

div.leftmenu a:hover {
   background-color: #d7b0cd;
   color:#fff;
}

div.leftmenu br {
display: none;
}

div.leftmenu_new a {
text-decoration: none;
  color: #fff;
}

div.leftmenu_new a:hover {
text-decoration: none;
  color: #d7b0cd;
}

div.displaynone a {
display: none;
}

div.displaynone {
padding: 0;
margin: 0;
}

#checkoutlinks {
  width: 100%;
bwidth: 800px;
  text-align: right;
  margin: 0;
  padding: 5px 0px 5px 0;
 background-color: #92a875;
 color: #fff;
  background-image: url(images/custom/bottomcorner.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}


#checkoutlinks a {
  text-decoration: none;
  color: #fff;
  margin: 0;
}

#checkoutlinks a:hover {
  color: #d7b0cd;

}

.lastcheckout {
margin: 0 10px 0 0;
padding: 0;
}


#gcheckout {
margin-top: -65px;
}

/*ROUNDED CORNERS*/

div.rtop, div.rbottom {display:block; }
div.rtop *, div.rbottom *{display: block; height: 1px; overflow: hidden;}
div .r1{margin: 0 5px;}
div .r2{margin: 0 3px;}
div .r3{margin: 0 2px;}
div .r4{margin: 0 1px; height: 2px;}

#footer {
   padding-top:15px;
   text-align:center;
   clear: both;
}

img.right {
   float: right;
   padding: 5px;
   margin: 0 0 5px 7px;
   border: 1px dotted #ccc;
}

