.productListing-heading {
  font-family: Arial, helvetica, sans-serif;
  font-size: 11px;
  background: #F0F0F0;
  color: #000000;
  font-weight: bold;
}

table {

  color: #000000;
  margin: 0px;
  font-size: 11px;
  font-family: Arial, Helvetica, Sans-serif;
}

body {
  background: #CCCCCC;
  color: #000000;
  margin: 0px;
  font-size: 11px;
  font-family: Arial, Helvetica, Sans-serif;
}

td {
	vertical-align: top;
}

a { 
  color: #000000; 
  text-decoration: none; 
}

a:hover { 
  color: #93B672;
  background: #F0F0F0;
  text-decoration: underline; 
}

a:visited {
  color: #000000;
}

a.cat_selected{
	font-weight: bold;
}

/* Layout */
.catdisplay{
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
}

.content{
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.header_menu{
	background: url('default/barre.gif');
	height: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: solid 1px #C2C2C2;
	border-bottom: solid 1px #C2C2C2;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #93B672;
}

table.maintable {
	width: 100%;
	height: 200px;
	text-align: left;
	border: 0px;
}

table.menu {
	width: 140px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

.menu_top, .table_top {
	background: #F0F0F0;
	height: 14px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: solid 1px #C2C2C2;
	border-bottom: solid 1px #C2C2C2;
}
.menu_lefttop, .table_lefttop{
	height: 14px;
	width: 16px;
	border-top: solid 1px #C2C2C2;
	border-bottom: solid 1px #C2C2C2;
	background: url('default/barre.gif');
}
.menu_righttop, .table_righttop{
	height: 14px;
	border-top: solid 1px #C2C2C2;
	border-bottom: solid 1px #C2C2C2;
	background: url('default/corner_right.gif');
}
.menu_content, .table_content{
  background: #f8f8f9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  border-left: solid 1px #C2C2C2;
  border-right: solid 1px #C2C2C2;
  border-bottom: solid 1px #C2C2C2;
  padding: 2px 2px 2px 2px;
}

input.cmd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #F0F0F0;
	border: solid 1px #000000;
}

select, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.pageheader {
  font-weight: bold;
  color: #93B672;
  font-size : 20px;
}

img{
	border: 0px;
}

table.productListing {
  border: 1px;
  border-style: solid;
  border-color: #C2C2C2;
  border-spacing: 3px;
}

td.productListing-data {
  font-family: Arial, helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  vertical-align: middle;
}

tr.productListing-odd{
  background: #ffffff;
}

tr.productListing-even{
  background: #fafafa;
}

td.center{
  font-family: Arial, helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
}

input.required{
	background: #ED7284;
}

table.error{
	border: solid 1px #FF0000;
	background: #ED7284;
}

table.search, table.contact{
	width: 600px;
	border: solid 1px #000000;
}

td.searchoption{
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}

option.standard{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: #EAEAEA;
}

option.main{
	font-family: Arial, Helvetica, sans-serif;
	background: #EAEAEA;
}

.box h2, .box_large h2
{
	font-size: 11px;
	margin: 0;
	padding: 1px 1px 1px 20px;
	border-bottom: 1px #cccccc solid;
	color: FFFFFF;
	background-image: url('default/corner_left.gif');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	background: url('default/barre.gif');
}

.box
{
	border: 1px #cccccc solid;
	width: 160px;
}

.box_large{
	border: 1px #cccccc solid;
}

.box p, .box_large p
{
	font-size: 11px;
	margin: 2px 2px 2px 2px;
}

.copyright{
	text-align: center;
	font-size: 9px;
}

.copyright a{
	font-weight: bold;
}

td.new_products
{
	text-align: center;
	width: 150px;
}

td.new_products b
{
	font-size: 13px;
	font-weight: bold;
}

.offline
{
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

input.cart_input
{
	font-size: 11px;
	width: 30px;
}

div.center
{
	text-align: center;
}

.home_toprow
{
	border-bottom: solid 1px #000000;
	padding: 2px;
}

.home_spacer
{
	width: 3px;
	border-bottom: solid 1px #000000;
	background: url('default/home_spacer.gif');
}

.item_title
{
	font-weight: bold;
	font-size: 14px;
}

/*  //------------------------------\\  */
/* //!! New declarations for v0.65 !!\\ */
/* \\--------------------------------// */

#position a
{

}

ul.menu
{
	list-style-type: square;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	list-style-position: inside;
	list-style-image: url('default/menu_bullet.gif');
}

ul.menu li
{
	margin-right: 2px;
	border-bottom: solid 1px #EEEEEE;
}

ul.menu li:hover
{
	border-right: solid 3px #93B672;
}

li.m_selected
{
	font-weight: bold;
	border-right: solid 3px #93B672;
}

#newsdate
{
	text-align: right;
	font-size: 9px;
}
