/* ---- Front pages ------*/

/*  header styling for product pages?
    H2 smaller - solid bar across?
    H3 just bold

*/

/*  class selector is . */
h2.phonepage {
    background: #eee;
    font-size: 22px;
    font-weight: 350;
    clear: both;
}

h3.phonepage {
    background: #eee;
    font-size: 18px;
    font-weight: 300;
}

.faqquestion {
    font-weight: 500;
}

.faqanswer {
    margin-bottom: 15px;
}

.video-wrap {
    float: right;
    margin: 0px 0px 15px 0;
    top: 500px  ;
}

.speclist a{
    text-decoration: none;
}

a {
    text-decoration: underline;
}


.frontpageproduct div{
    border-top: black;
    border-bottom: black;
    clear: both;
    margin-bottom: 30px;
}

.frontpagethumb img{
    margin-right:10px;
}


.cpt-frontpage h2{
    font-size:1.2em;
    text-align:right;
}

.cpt-looptitle h2{
    clear:both;
}

.cpt-clear div{
    clear:both;
}

.sau_unit_table tbody{
    border-style: none;
    border-bottom: 0px;
}

#bbpress-forums div.bbp-forum-content {
    clear: both !important;
    margin-left: 0 !important;
    padding: 0  !important;
}