div.product th	{
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: #ffffff;
padding-top: 5px;
padding-bottom: 5px;
background: #cccccc;
}

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

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

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 td.price, .price-old	{
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: #000000;
text-align: center;
}

div.product td .price-special	{
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: #FF0000;
}

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

div.product .name {
font-family: Verdana;
font-size: 12px;
font-weight: bold;
color: #03305d;
text-transform: uppercase;
}

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