div.showTitle {
	font-family: Tahoma;
	font-weight: bolder;
	font-size: 17px;
	color: #DE6800;
	background-color: #E3E6EC;
	width: 170px;
	height: 25px;
	text-align: left;
}
div.showProds {
	width: 170px;
	background-color: #FFFFFF;
}
span.prodTitle {
	font-family: Arial;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	width: 100%;
}
span.prodPrice {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #8A0000;
	width: 100%;
	line-height: 20px;
}