﻿#divProductBox
{
	background-color:#B1E7DC;
	height:200px;
	min-width:100%;
}

.productNameHeader
{
	font-size:14pt;
}

#products ul
{
		list-style-type: none;
		min-width: 90%;
} 

#products li
{
		border-bottom: 1px dotted #999;
		border-width: 1px 0;
		margin: 5px 0;
}

#products li div
{ 
		color: #30675C;
		display: block;
		font: bold 120% Arial, Helvetica, sans-serif;
		padding: 5px;
		text-decoration: none;
}


#products div em
{ 
		color: #333;
		display: block;
		font: normal 85% Verdana, Helvetica, sans-serif;
		line-height: 125%; 
}

#products div span
{
		color: #125F15;
		font: normal 70% Verdana, Helvetica, sans-serif;
		line-height: 150%;
}

#products .description
{
	font: normal 70% Verdana, Helvetica, sans-serif;
}

.deliveryInfo
{
	font-size:12pt;
}