div.product th	{
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: #555555;
padding-top: 8px;
padding-bottom: 8px;
background: #1361BF;
}

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: #555555;
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: arial;
font-weight: none;
font-size: 20px;
color: #004191;
margin: 0;
padding: 0;
}

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;    
}

.button {
font-family:  Arial, Sans-Serif;
font-size: 11px;
padding: 2px 10px;
background: #EAF4FB;
color: #1361BF;
border: 1px solid #1361BF;
cursor: pointer;
}