
.content-area h2
{
    margin: 0 0 1em 0;
}

.faq-item
{
    margin: 0 0 1em 0;
    padding: 0 1.5em 0 1.5em;
}

.faq-item h4
{
    line-height: 1.5em;
    font-size: 1.25em;
    color: #fcbb75;
}

.faq-item p
{
    margin: 0 0 2em 0;
    color: #e7e7e7;
    font-size: 1em;
    line-height: 1.25em;
}

.faq-item hr
{
    opacity: 1;
    float: none;
    clear: both;
    background: transparent url( "/images/menu-item-divider.png" ) top left repeat-x;
<?php
    if( $browser == "ie7" || $browser == "ie8" )
    {
?>
    display: none;
<?php
    }
?>
    height: 8px;
}

.faq-item .hrule
{
    float: none;
    clear: both;
    background: transparent url( "/images/menu-item-divider.png" ) top left repeat-x;
    height: 8px;
    position: relative;
    top: -4px;
}
