div.product th	{
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: #ffffff;
padding-top: 5px;
padding-bottom: 5px;
background: url(/images/tableheading.gif) repeat-x;
}

div.product td a	{
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 11px;
font-weight: bold;
color: #000000;
text-decoration: none;
}

div.product td a:hover	{
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 11px;
font-weight: bold;
color: #a21e05;
text-decoration: underline;
}

div.product th a	{
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
padding-top: 8px;
padding-bottom: 8px;
}

div.product th a:hover	{
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: #7d1b01;
text-decoration: none;
padding-top: 8px;
padding-bottom: 8px;
}

div.product span.price, .price-old	{
font-family: Arial;
font-size: 16px;
font-weight: bold;
color: #000000;
text-align: center;
}

div.product span.price-special	{
font-family: Arial;
font-size: 16px;
font-weight: bold;
color: #FF0000;
}

div.product .price-total	{
font-family: Arial;
font-size: 16px;
font-weight: bold;
color: #FF0000;
}

div.product .name {
font-family: Arial;
font-size: 16px;
font-weight: bold;
color: #1e2c84;
}

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;    
}