div.product-list table th {color: #FFFFFF; background: #DE0708;}

div.product-list table th a {color: #FFFFFF;}

div.product-list table a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

div.product-list table a:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #D61010;
	text-decoration: none;
}

div.product-list .table td {}

div.product-list a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.product-list a:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #D61010;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.product-list a.name {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.product-list a.name:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #D61010;
	text-decoration: underline;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.product-list .price {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.product-list .price-special {color: #FF0000;}