/*  Style Sheet For Cart Module */
.mod_cart_total_pro {
    float: left;
}
div.mod_cart_main {
    display: block;
}
div.mod_cart_main div.mod_cart_top div.mod_cart_image {
    background: url(../images/shopping_cart_icon.png) top right no-repeat;
    width: 20px;
    height: 20px;
    float: left;
}
div.mod_cart_main div.mod_cart_top div.mod_cart_title {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cartItemAlign{
    float: left;
    padding: 0 5px 5px 0;
}
.mod_cart_product,
.mod_cart_extend_total_pro_value{
    padding-bottom: 5px;
}
div.mod_cart_main div.mod_cart_checkout a {
    text-decoration: none;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 5px;
}
div.mod_cart_checkout {
    background-position: left bottom;
    background-repeat: no-repeat;
    cursor:pointer;
}
.clr{
    clear: both;
    height: 0;
    overflow: hidden;
}