/* 















 configuration.ftl included */

ul.priceCalculator-default {
    width: 100%;
    display: block;
    color: #4F4F4F;
    margin:0px;
    text-align: right;
}

.priceCalculator-default li {
    width: 100%;
    display: block;
    clear: both;
}

.priceCalculator-default .headline {
    width: 100%;
    border: 1px solid #d6d6d6;
    float: left;
    background: -moz-linear-gradient(bottom,  #e5e5e6 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#e5e5e6), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom, #e5e5e6 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom, #e5e5e6 0%,#fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, #e5e5e6 0%,#fff 100%); /* IE10+ */
    background: linear-gradient(to top, #e5e5e6 0%,#fff 100%); /* W3C */
    behavior: url(/ips-opdata/layout/ips01/commons/styles/PIE.htc); 
    padding: 10px 25px;
}

.priceCalcRow {
    font-family: Helvetica,Tahoma,sans-serif;
    height: 45px; 
    padding: 10px 25px; 
}

.priceCalculator-default li:nth-child(odd) {
    background-color: #f7f7f7;
}

.priceCalcName {
    float: left; 
    text-align: left;
    line-height: 28px;
    font-weight: bold;
}

.priceCalcInfo {
    float: right;
    width: 35%
}

.priceCalcQty {
    width: 40%;
    float: left;
    line-height: 28px;
}

.priceCalcSum, .priceCalcPrice {
    width: 30%; 
    float: left; 
    text-align: right;
    line-height: 28px;
}

#priceCalcFoot {
    height: 50px;
    border: 1px #B6B6B6 solid;
    background: -moz-linear-gradient(bottom,  #e5e5e6 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#e5e5e6), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom, #e5e5e6 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom, #e5e5e6 0%,#fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, #e5e5e6 0%,#fff 100%); /* IE10+ */
    background: linear-gradient(to top, #e5e5e6 0%,#fff 100%); /* W3C */
    behavior: url(/ips-opdata/layout/ips01/commons/styles/PIE.htc);    
    padding: 10px 25px;
}

#priceCalcReset {
    float: left;
}

#priceCalcTotal {
    font-family:'Open Sans Condensed',Helvetica,Tahoma,sans-serif;
    float: right;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
}

.priceCalculator-default .inc-default-wrapper {
    display: block;
    width: 60px;
    float: right;
}