/*
  $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: #CC9717; text-decoration: underline; }

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}



body {
	background-color: #F1F0D4;
	background-image: url(../images/bgrounds/bgleaves.gif);
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.welcome {
	color: white;
	font-size:11px;
	margin-left: 30px;
	margin-right: 25px;
}
.main {
	margin-top: 0;
	margin-left: 30px;
	margin-right: 20px;
}

a:link {
	color: #CC9717;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC9717;
}
a:hover {
	text-decoration: underline;
	color: #7A7A0F;
}
a:active {
	text-decoration: none;
	color: #B9641B;
}
img {
border: 0;
padding: 0;
display:inline;
}
.toplinks {
	color: #D5D1AB;
	font-size: 10px;
	padding-right: 25px;
}
.toplinks a:link {
	color: #F8F0DC;
	text-decoration: none;
	font-weight: bold;
}
.toplinks a:visited {
	color: #F8F0DC;
	text-decoration: none;
	font-weight: bold;
}
.toplinks a:hover {
	color: #D5D1AB;
	text-decoration: none;
	font-weight: bold;
}
.headerimg {
	margin-left: 15px;
}

TD.top_nav {
	_position: relative;
	_left: -2px;
}
TD.nav {
	_position: relative;
	_left: -1px;
}
IMG.nav {
    display:block;
    padding:0;
    margin:0;
}

TR.bottom {
	_position: relative;
	_top: -2px;
}
.infoBox {
	background-image: url(../images/bgrounds/recommend.jpg);
	width: 462px;
	height: 220px;
	padding-top: 5px;
	background-repeat: no-repeat;
	vertical-align:middle;
}

TABLE.popup {
  border-width: 1px;
  border-style: dotted;  
  border-color
}
.prod_desc {
  padding-top: 8px;
}
.prod_title {
  font-weight: bold;
  font-size: 14px;
}
/*** Begin Header Tags SEO ***/
.h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8px;
    margin-bottom: 0;
    padding-bottom: 0;
	color: #797911;
}
.h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8px;
    margin-bottom: 0;
    padding-bottom: 0;
	color: #3F3F19;
}/*** End Header Tags SEO ***/