/* product menu styles*/
#productmenutitle{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #165829;
	text-align: center;
}
#producttable{
	width: 100%;
}
.prodcell {
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	width: 223px;
	padding-top: 30px;
}
.prodcell a img{
	max-width: 180px;;
	width: expression(this.width > 180 ? 180: true);
	max-height: 180px;
	height: expression(this.height > 180 ? 180: true);
}
.productname{
	display: block;
	color: #165829;
	font-size: 12px;
}
.productprice{
	display: block;
	color: #0000FF;
	font-size: 10px;
}
.productnote{
	display: block;
	color: #165829;
}
