
#shop_cart_index {
background: #fff;
width:140px;
height:37px;
float: left;
border-radius: 5px;
}
#shopping_cart
{

background: url(../images/icon_shop_cart.png) no-repeat left;
position: relative;

float: right;

}

#shopping_cart span img.show_gh
{
	padding-top: 5px;

}
span.boxcart a
{
color: #545454;
}
#shopping_cart span.boxcart {
font-family: 'UTM Nokia Standard';
font-size: 14px;
color: #545454;
display: inline-block;

width: 130px;

text-align: center;
height: 37px;
width: 130px;
line-height: 37PX;
}
#shopping_cart b
{
	font-size:12px;
	color:#66a224;
}
#shopping_cart .box_giohang {
height: auto !important;
display: none;
position: absolute;
top: 40px;
right: 0px;
z-index: 999999;
background: #fff;
border: solid 1px #cdcdcd;
cursor: default;
-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);


}
#shopping_cart img.cart {
margin-right: -8px;

margin-top: -2px;
float: left;

}
