table.products {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	width: 565px;
	background-color: #91ACBC;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 20px;
}

table.products td {
	background-color: #DBE0E6;
	color: #534D42;
	padding: 4px 10px;
	text-align: left;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
}

table.products td.hed {
background-color: #91ACBC;
color: #fff;
padding: 4px 10px;
text-align: left;
border-bottom: 2px #fff solid;
font-weight: bold;
}
table.products td.sub {
	background-color: #99CC99;
	color: #534D42;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: .8em;
}
#left .contentProducts {
	font-size: 0.8em;
	line-height: 1.65em;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #91ACBC;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #91ACBC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
#left .contentProducts p {
	padding-top: 8px;
	margin: 0px;
}
#left .contentProducts ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#left .contentProducts li a:link, #left .contentProducts li a:visited {
	background-color: #DBE0E6;
	font-size: 1.2em;
	display: block;
	text-decoration: none;
	color: #476491;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#left .contentProducts li a:hover {
	background-color: #91ACBC;
	color: #FFFFFF;
}
