#product-page {
    margin-top: 15px;
}
.price-con {
    width: 250px;
    float: left;
    text-align: center;
}
.product-price {
    padding: 20px 0 5px 0;
    font-size: 1.6em;
    font-weight: bold;
}
.picture-box {
    width: 150px;
    float: left;
}
.product-picture {
    width: 140px;
}
.review-snippet {
    width: 150px;
    text-align: center;
    float: left;
    border: 1px solid #ccc;
    background-color: #efefef;
    padding: 5px;
}
.rating-header {
    font-weight: bold;
    margin-bottom: 3px;
}
.rating-count {
    display: none;
}
#content-container .review .rating {
    clear: none;
}
.documents {
    width: 150px;
    float: right;
}
.documents a {
    color: #000;
    font-weight: bold;
}
.documents li {
    margin-bottom: 5px;
}
.warranty-top {
    width: 150px;
    margin-top: 15px;
    float: right;
}
.warranty-header {
    font-weight: bold;
}
.bottom {
    margin-top: 30px;
}
ul.tab-container {
    border-bottom: 1px solid #144157;
    margin: 0;
    padding-bottom: 19px;
    padding-left: 5px;
    font-size: 1em;
    font-weight: bold;
}

ul.tab-container li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tab-container li {
    background-color: #529bcc;
    color: #fff;
    font-weight: bold;
}

.tab-container li a:link,
.tab-container li a:visited {
    background: #529bcc none repeat scroll 0%;
    border: 1px solid #144157;
    color: #fff;
    float: left;
    font-weight: normal;
    line-height: 14px;
    margin-right: 8px;
    padding: 2px 5px;
    text-decoration: none;
}

.tab-container li.selected span {
    font-weight: bold;
}

.tab-container li.selected a:link,
.tab-container li.selected a:visited {
    background: #fff none repeat scroll 0%;
    border-bottom: 1px solid #F6FAFC;
    color: #000000;
}

.tab-container  a:focus {
    outline: none
}

.panel-outer-container {
    border-color: #bbb;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    clear: both;
    margin: 0 0 15px;
    min-height: 140px;
    padding: 10px;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 0;   /*will be set to fit selected panel by javascript */
}
.panel-container {
    width: 6000px;
    position: relative;
}
.panel-container .panel {
    float:left;
    width: 880px;
    margin-left: 10px;
    padding: 0 10px;
}

* html .panel-container {
    height: 120px;
}
.panel-text {
    padding: 0 10px;
}
.panel-container table.spec-table {
    border-spacing: 0;
    margin-right: 10px;
}

.panel-container table.spec-table td {
    padding: 2px 5px;
}
.desc-pan li {
    margin-left: 25px;
    list-style: disc;
}
.desc-pan p {
    margin: 10px 0;
}
.badge {
    float: left;
    margin-right: 20px;
}
.step-name {
    clear: both;
    font-weight: bold;
    border-bottom: 1px solid #666;
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #666;
}
.options-available ul li ul li {
    width: 150px;
    text-align: center;
    float: left;
    margin-bottom: 15px;
    clear: none;
}
.options-available ul li {
    margin-bottom: 20px;
    clear: both;

}
.option-pic {
    height: 100px;
}
.free .option-price,
.no-image .option-pic {
    display: none;
}
p.additional-image {
    width: 150px;
    height: 110px;
    float: left;
    text-align: center;
}
.additional-picture {
    height: 100px;
}
