#topNav .cart {
background: url("../img/cart.png") no-repeat scroll left center transparent;
color: #fff;
font-weight: bold;
display: inline;
line-height: 33px;
padding: 5px 5px 5px 20px;
}
.cart .option .calculate {
    background: url(../img/calculator.png) no-repeat left center;
}
.cart .option .continue {
    background: url(../img/continue.png) no-repeat left center;
}
.cart .option .downloadQuo {
    background: url(../img/doc_pdf.png) no-repeat left center;
}
.cart .container_12 {
    margin-top: 10px;
}

.cart .result {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
}