body {
    background:none;
}
    .add-shadow {
        box-shadow: none;
    }
.container {
    max-width:699px;
}
    .product-container {
        padding: 0!important;
    }

    header img {
        max-width:650px;
    }
    .product-left-col {
        width: 350px!important;
        display:inline-block;
        margin: 20px 0 0 0!important;
        float:left;
    }
        .nivoSlider, .nivo-controlNav, .nivo-controlNav.nivo-thumbs-enabled {
            width: 350px!important;
            height: auto!important;
        }
        .nivoSlider img {
            max-width: 350px;
            height: auto!important;
        }
            .nivo-thumbs-enabled a {
                float:left;
            }
        .prod-warranty {
            display:block;
            right: inherit;
            bottom: inherit;
            display: inline-block;
            position: relative;
            float: left;
            margin: 10px 0 10px 0;
            clear:both;
        }

    .product-right-col {
        width: 260px!important;
        padding: 0 0 0 0px!important;
        margin-left: 0px!important;
        display:inline-block;
        float:right;
    }
        .product-sidebar-block {
            width: 260px;
            background-color:#fff;
            float:right;
        }
            .delivery, .availability, .installation {
                background-color:#fff;
            }

    #accordion h3 {
        height: 15px;
        padding: 3px 0!important;
        margin: 10px 0 5px 0!important;
        padding-left: 0px!important;
    }
        #accordion h3 span {
            display:none!important;
        }
        .ui-accordion-content  {
            display:block!important;
            padding: 3px 0!important;
            margin: 3px 0!important;
        }

.print_hide {
    display:none;
}
