#content p {
    font-size: 1.1em;
}

.feature {
    clear: both;
    width: auto;
    margin: 1em 0 2em 0;
    padding: 1em 0 1em 0;
    -moz-box-shadow: 0 0 7px #CCC;
    -webkit-box-shadow: 0 0 7px #CCC;
    box-shadow: 0 0 7px #CCC;
    background: none;
}
.feature-split {
    background: url(trip_summary/images/feature-bg.png) repeat-y center;
}
.feature .summary {
    float: left;
    width: 340px;
}
.feature .summary .content {
    padding-left: 1em;
    padding-bottom: 1em;
}
.feature .summary .content h4 {

}
.feature .details {
    float: right;
    width: 600px;
}
.feature .details .content {
    padding-left: 30px;
    padding-bottom: 1em;
    padding-right: 1em;
}


.tab-panes {
    clear: both;
    width: auto;
    margin: 0 0 2em 0;
    padding: 1em 0 1em 0;
    -moz-box-shadow: 0 0 7px #CCC;
    -webkit-box-shadow: 0 0 7px #CCC;
    box-shadow: 0 0 7px #CCC;
}
.tab-panes .details-details {
    clear: both;
}
.tab-panes .details-details .content {
    padding: 0 1em;
}
.tab-panes .highlights {
    float: left;
    width: 340px;
}
.tab-panes .highlights .content {
    padding-left: 1em;
    padding-bottom: 1em;
}

.tab-panes .detail-body .content {
    padding: 0 1em;
}
.tab-panes .has-highlights .detail-body {
    float: right;
    width: 600px;
}
.tab-panes .detail-body .content {
    padding-left: 30px;
    padding-bottom: 1em;
    padding-right: 1em;
}
#tab-content ul.tab-nav li {
    font-size: 1em;
    border-right: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
}
#tab-content ul.tab-nav li#first-tab {
    border-left: 1px solid #d6d6d6;
}
#tab-content ul.tab-nav {
    border: none;
    background: none;
}
#tab-content ul.tab-nav li#first-tab a.current {
    border-radius: 0;
}  
.detail-thumb {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

#product-trips .content {
    padding: 0 2em;
}
#product-trips .content h4 {
    font-size: 1em;
    margin: 0;
}

#product-trips .content .local-payments {
    display: none;
}
 
#id-testimonial ul {
    margin: 0;
}
#id-testimonial li {
    list-style: none;
    background-image: url(images/quotes-bg.png); 
    background-repeat: no-repeat; 
    padding: 0 0 2em 50px; 
    font-size: 0.9em;
}

#launch-slideshow { 
    cursor: pointer; 
    text-decoration: none; 
}
#slide-preview { 
    text-align: center; 
}
#slide-preview img { 
    width: 100%;
}

#product-cta {
    text-align: center;
    font-size: 1.3em; 
    margin: 3em 0; 
}
