TABLE.product {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	border: none;
	border-top: solid 1px #907592;
}	
TABLE.product TD {
	text-align: center;
	width: 33%;
}
TABLE.product TD.title {
	text-align: left;
	padding: 1px;
	padding-left: 14px;
	background-color: #ffd2dd;
	background-image: url('img/titlebg.jpg');
	background-position: left bottom;
	background-repeat: repeat-x;
}
TABLE.type4 TD {
	width: 20%;
}

TABLE.product P{
	/*margin-bottom: 1em;*/
}

TABLE.product H1 {
	border: none;
	font-size: 14pt;
	color: #345;
	font-weight: bold;
	text-decoration: none;
}
TABLE.product H1 A{
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

TABLE.product DIV {
	position: relative;
	width: 100%;
	height: 22px;
	bottom: -100%;
	background-color: #ffd2dd;
}
A{
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
}

TABLE.product H1 {
	text-align: left;
}	
TABLE.product P {
	font-size: 10pt;
	padding-left: 10px;
	padding-right: 10px;
}


