div.product th	{
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: #555555;
padding-top: 8px;
padding-bottom: 8px;

}

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

div.product td a:hover	{
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: #555555;
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: #0d7fc1;
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: #a98c58;
text-align: center;
}

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

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

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

div.product table.attribute {

border: 1px dotted #dc2e4f;
}

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

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