div.product th {
	border: 0;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #5D171C;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #D5B89B;
}

div.product th a {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #5D171C;
	text-decoration: none;
}

div.product th a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

div.product td {
	border: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #E8C8A9;
}

div.product td a {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #E8C8A9;
	text-decoration: none;
}

div.product td a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div.product .price	{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #E8C8A9;
	text-decoration: none;
}

div.product .price-old	{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #E8C8A9;
	text-decoration: line-through;
}

div.product .price-special	{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FF93A7;
	text-decoration: none;
}

div.product .name {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

div.product table.attribute {
	background: #E0ECEF;
	border: 1px dotted #dc2e4f;
}

div.product table.attribute td {padding: 5px;}

div.product table.attribute .left {text-align: right;}
