.col1-layout .col-main {
    float: none;
    width: auto;
    padding: 20px;
}
.faq-titlebar {
    background: url('http://d2dwagegw9cke4.cloudfront.net/BuyersGuide/faq-nav-bg.jpg') no-repeat;
    height: 21px;
    padding: 7px 10px;
    margin-bottom: 20px;
}
.faq-titlebar h1 {
    float: left;
    font-weight: bold;
}
.faq-titlebar ul {
    float: right;
}
.faq-titlebar ul li {
    display: inline-block;
}
.faq-tagline {
    font-size: 24px;
    color: #ff6633;
    margin-bottom: 20px;
}
.faq-tagline span {
    color: #666;
}
.faq-item {
    margin-bottom: 20px;
}
.faq-item p {
    margin-bottom: 10px;
}
.faq-item h2 {
    background: url('http://d2dwagegw9cke4.cloudfront.net/BuyersGuide/faq-toggle-plus.gif') no-repeat;
    padding-left: 30px;
    cursor: pointer;
    margin-bottom: 10px;
    line-height: 22px;
    font-weight: bold;
    font-size: 16px;
    color: #F63;
    height: 25px;
}
.faq-item h2.active  {
    background: url('http://d2dwagegw9cke4.cloudfront.net/BuyersGuide/faq-toggle-minus.gif') no-repeat;
}
.faq-item > div {
    height:auto;
    margin-bottom: 10px;
    overflow:hidden;
    position:relative;
    margin-left:30px;
}