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

div.product table.attribute {
background: #E0ECEF;
border: 1px solid #cd2726;
}

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

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

div.product .price, .price-special	{
font-weight: bold;
color: #AB0C0B;
text-decoration: none;
}

div.product .price-old	{
font-weight: bold;
color: #CCCCCC;
text-decoration: none;
}

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

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

ul#tabs td {
padding: 0;
cursor: pointer;
height: 20px;
}

ul#tabs {
list-style-type: none;
padding: 0;
margin: 0;
padding-left: 20px;
padding-bottom: 27px;
border-bottom: 1px solid #aa0b0a;
}

ul#tabs li {
float: left;
height: 24px;
font-family: Verdana;
font-size: 11px;
font-weight: normal;
color: #ffffff;
margin: 2px 3px 0 0;
border-bottom: 1px solid #aa0b0a;
background: url(/images/tabsover.gif) top repeat-x #aa0b0a;
}

ul#tabs li.active {
float: left;
height: 24px;
font-family: Verdana;
font-size: 11px;
font-weight: normal;
color: #000000;
margin: 2px 3px 0 0;
border: 1px solid #aa0b0a;
background: url(/images/tabs.gif) bottom repeat-x #ffffff;
}

#tabs li a {
cursor: pointer;
float: left;
display: block;
font-family: Verdana;
font-size: 11px;
font-weight: normal;
color: #ffffff;
text-decoration: none;
padding-top: 3px;
padding-bottom: 6px;
padding-left: 7px;
padding-right: 7px;
background: url(/images/tabsover.gif) top repeat-x #aa0b0a;
}

#tabs li.active a {
cursor: pointer;
float: left;
display: block;
font-family: Verdana;
font-size: 11px;
font-weight: normal;
color: #000000;
text-decoration: none;
padding-top: 3px;
padding-bottom: 6px;
padding-left: 7px;
padding-right: 7px;
background: #ffffff;
}

#tabs li.active a:hover {
cursor: pointer;
float: left;
display: block;
font-family: Verdana;
font-size: 11px;
font-weight: normal;
color: #000000;
text-decoration: none;
padding-top: 3px;
padding-bottom: 6px;
padding-left: 7px;
padding-right: 7px;
background: #ffffff;
}

#tabs li a:hover {
font-weight: normal;
color: #ffc600;
}