/*  Style Sheet For Cart Module */

.mod_cart_total_pro {
    float: left;
}

div.mod_cart_main {
    display: block;
	font-size:11px;
}

div.mod_cart_totalprice {
	font-weight:bold;font-size:12px;color:#ffffff;}

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;

}

div.mod_cart_main div.mod_cart_total div.mod_cart_total_txt {
    height: 20px;
    float: left;
}

div.mod_cart_main div.mod_cart_total div.mod_cart_total_value {
    height: 20px;
}

div.mod_cart_main div.mod_cart_total div.mod_cart_shipping_txt {
    width: 55px;
    height: 20px;
    float: left;
}

div.mod_cart_main div.mod_cart_total div.mod_cart_shipping_value {
    height: 20px;
}

div.mod_cart_main div.mod_cart_total div.mod_cart_empty {
    height: 20px;
}

div.mod_cart_main div.mod_cart_checkout a {

    text-decoration: none;
    color: #000000;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
  font-family: 'eurostile_extended_2regular', Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    padding:0px;
	
	
}

div.mod_cart_main div.mod_cart_checkout a:hover { color: #000000; }

div.mod_cart_checkout {
	padding: 0px 20px;
    /*background-position: center !important; */
}