.activeTab a
{
color : #EBEBEB;
}

.activeTab 
{
background-color : #D1242A;
color : #EBEBEB;
font-style : italic;
font-weight : bold;
font-size : 11px;
text-decoration : none;
text-align : center;
padding-top : 3px;
padding-bottom : 4px;
padding-left : 3px;
padding-right : 3px;
font-family : Georgia;
display : block;
}

.inactiveTab 
{
background-color : #D7BF89;
color : #796240;
display : block;
font-style : italic;
font-weight : bold;
text-decoration : none;
text-align : center;
padding-top : 3px;
padding-bottom : 4px;
padding-left : 3px;
padding-right : 3px;
font-size : 11px;
font-family : Georgia;
}

.OurPrice 
{
font-weight : bold;
color : #3B2B35;
font-family : Arial;
font-size : 14px;
}

.DetailFooter 
{
border-top : 1px solid #D1242A;
}

.activeTab a:hover
{
color : black;
}

.activeTab a:visited
{
color : white;
}

.inactiveTab a:hover
{
color : white;
}

.inactiveTab a
{
color : white;
}

