body {
font-family:  arial, sans-serif;
font-size:14px;
text-align:center;
color:#333;
margin:0px;
background-image: url("pattern.jpg");
}

td {text-align:left;}
a {
font-family: arial, sans-serif;
font-size:14px;
text-align:center;
color:#333;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}


.leftmenu td{
	background-color:#ccf;
	text-align:left;
	padding:3px;
}
.heading1, .heading2 {
	background-image:url('heading2.jpg');
	height:40px;
	font-size:16px;
	font-weight:bold;
	color:white;
}
.heading1 a{
	font-size:16px;
	font-weight:bold;
	color:white;
}


.heading2 {
	background-image:url('heading1.jpg');
}
.producers img {
padding:5px;
}
.snippet {
	background-color:#ccc;
	width:715px;
}
.snippet td {
	background-color:#fff;
}

.smdetail {
	font-size:12px;
	color:#999;
}

.price {
	color:#900;
	font-weight:bold;
}
.description {
	text-align:justify;
  	font-size:12px;
}

hr {
color: #ccc;
background-color: #ccc;
height: 1px;
}

.menu {
	background:#fcf;
	position:absolute;
	border:1px solid black;

	display:none;
	top:295px;
	z-index:100;
}

.menu a {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.menuspan1 {
	font-weight:bold;
	background:transparent;
	padding:5px;
	color:white;
	border:0;

}

.menuspan2 {
	font-weight:bold;
	background:#fcf;
	padding:4px;	
	color:black;
	border:1px solid black;
	border-bottom:1px solid #fcf;
   	position:relative;
	z-index:200;
}

a.menulink  {
 	font-size:12px;
 	font-weight:bold;
}

.pagebox {
	border:1px solid #f6c;
	background-color:#fcf;
	margin:2px;
	padding:5px;
}

.pagebox:hover {
	background-color:#f6c;
}