table.product {
	position: relative;
	background-color: #EEE;
	border: solid 0.2em #DDD;
	padding: none;
	width: 45em;
	margin-top: 1em;
	margin-bottom: 1em;
}

table.product td {	
	clear: none;
}

table.product td.left {
	padding-right: 0.5em;
	width: 8em;
	min-width: 150px;
}
	
	
table.product td.center {
	margin-right: 1em;
}

table.product td.right {
	margin-left: 0.5em;
	padding-left: 0.5em;
	width: 8.5em;
	min-width: 80px;
	background-color: #DFDFDF;
	border-left: 0.4em solid #369;
}
	

td.center p.heading {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 0em;
}

table.product ul {
	padding: 0.5em;
	padding-left: 1.5em;
	margin-right: 0.5em;	
}

table.product ul a {
	padding: 0.2em !important;
	border: none !important;
}

table.product ul a:hover {
	background-color: white !important;
}

table.product p.bottom {
   	font-style: italic;
	font-size: 0.9em;
}

