a {
    color: #36676D;
    text-decoration: none;
    font-size: 14px;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #36676D;
}

a.RightMenuLink {
    font-size: 14px;
}
a.RightMenuImpLink {
    font-size: 14px;
    color: #762B27;
    font-weight: bold;
}

a.CompareCarLink {
    font-size:11px;
    color: #762B27;
    font-weight: normal;
}


a.ImportantAction {
    font-size: 14px;
    background-color: burlywood;
    padding:12px 12px 12px 10px;
    font-weight: bold;
}

div.ImportantActionWrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}

