body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background:  #00003B url(images/moulin.png);
	margin: 0px;
	color: black;
}
a {
	color: #00A8FF;
}
.container{
	width: 90%;
	margin: auto;
}
#top{
	width: 100%;
	margin: 0px;
	background:#FFFFFF;
	padding: 0px;
}
.top_cart{
float: right;
display: block;
width: 250px;
margin-bottom: -10px;
padding: 5px;
}
#menubar{
	width: 100%;
	margin: 0px;
	height: 38px;
	background:#6A9026;
}
#menubar a {
	color: white;
	display: block;
	padding: 9px 20px 7px 0px;
	float: left;
	text-decoration:none;
}
#menubar a:hover {
	font-weight: bold;
}
#main {
	background: #FFFFFF;
}
#left{
	width: 200px;
	margin: 5px;
	float: left;
}
#right{
	margin: 0px 20px 0px 230px;
        padding: 10px 0px 10px 0px;
        display: table;
}
.left_section_title{
	color: #00003B; //#99CC00;
	font-weight: bold;
	border-bottom: solid 1px #00A8FF;
	padding: 10px 5px 10px 20px;
}
.left_section {
	padding: 10px 5px 10px 20px;
}
.left_section p {
padding: 0px;
margin: 0px;
}
.right_section {
	padding: 10px 20px;
	background: url(images/section_back.gif) repeat-x top;
	margin-bottom: 20px;
}
.centered {
	text-align: center;
}
h1{
	font-size: 18px;
	margin-top: 5px;
}
h2{
	font-size: 16px;
}
.clear{
	height: 0px;
	clear: both;
	padding: 0px;
	margin: 0px;
}
.style2 {
	color: #FFCC00;
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
.bluebold{
	color: #00A8FF;
	font-weight: bold;
}
#footer{
	padding: 10px 0px;
	font-size: 12px;
	color: #999999;
	background: #333;
	margin-top: 5px;
	margin-bottom: 10px;
}
#footer .right{
	float: right;
	margin-right: 15px;
}
#footer .left{
	margin-left: 15px;
}
#footer a {
color: #CCCCCC;
}
#map {
width: 100%; 
height: 450px; 
float: left;
}
div.product{
display: block;
float: left;
margin: 2px;
padding: 5px;
border: dashed thin #cccccc;
width: 160px;
height: 210px;
overflow: hidden;
}
h2 span.hot{
color: #FFFFFF;
}
h2 span.hottrue{
color: #FFFFFF;
font-size: 1px;
background: url(images/icon_hot.gif) no-repeat;
display: block;
width: 70px;
height: 25px;
float: left;
}
h2 span.special{
color: #FFFFFF;
}
h2 span.specialtrue{
color: #FFFFFF;
font-size: 1px;
background: url(images/icon_special.gif) no-repeat;
display: block;
width: 110px;
height: 25px;
float: left;
}
h2 span.sale{
color: #FFFFFF;
}
h2 span.saletrue{
color: #FFFFFF;
font-size: 1px;
background: url(images/icon_sale.gif) no-repeat;
display: block;
width: 80px;
height: 25px;
float: left;
}
span.discounttrue{
color: #666666;
text-decoration:line-through;
}
span.sale_pricetrue{
color: red;
}
span.sale_price{
color: #ffffff;
}
tr.trH{
	background:#333333;
	color: #FFFFFF;
	font-weight:bold;
}
tr td.trH{
	background:#333333;
	color: #FFFFFF;
	font-weight:bold;
}
tr.cartrow{
	background:#EFEFEF;
}
tr td.cartrow{
	background:#EFEFEF;
}
tr td.carttotal{
background:#EFEFEF;
font-weight:bold;
border: solid 1px #CCCCCC;
}
.smalltext{
font-size: 11px;
}
tr.payment_opt, tr.payment_opt td{
border: solid 1px #CCCCCC;
}
.nostock {
visibility: hidden;
}
.zero0{
visibility: visible;
color: red;
}
.addcart0{
visibility: hidden;
}
span.special_sm{
color: #FFFFFF;
float: right;
}
span.special_smtrue{
color: #FFFFFF;
font-size: 1px;
background: url(images/icon_sm_special.gif) no-repeat;
display: block;
width: 66px;
height: 15px;
float: right;
}
span.hot_sm{
color: #FFFFFF;
float: right;
}
span.hot_smtrue{
color: #FFFFFF;
font-size: 1px;
background: url(images/icon_sm_hot.gif) no-repeat;
display: block;
width: 42px;
height: 15px;
float: right;
}
span.sale_sm{
color: #FFFFFF;
float: right;
}
span.sale_smtrue{
color: #FFFFFF;
font-size: 1px;
background: url(images/icon_sm_sale.gif) no-repeat;
display: block;
width: 48px;
height: 15px;
float: right;
}
#pages{
display: block;
margin: 2px;
}
tr.coupon td {
color: red;
}
.error{
color: red;
font-size: 12px;
font-style:italic;
}
h2{
color: #00A8FF;
}