@CHARSET "ISO-8859-1";
@import url(http://fonts.googleapis.com/css?family=Squada+One);

#button-cart
{
	background: url("../images/backgrounds/id_button_cart.png") no-repeat scroll left top transparent;
    font-family: 'Squada One',cursive;
    height: 72px;
    margin-left: 775px;
    position: absolute;
    top: 90px;
    width: 199px;
    font-size: 35px;
	text-transform: uppercase;

}

#button-cart a
{
	color: #fff;
	text-decoration: none;
}

#button-cart a .update-total-iteams-number
{
	font-size: 57px;
    margin-left: 3px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    text-shadow: 2px 2px 11px #000000;
    width: 59px;
}

#button-cart a .cart-name
{
	margin-left: 90px;
    position: absolute;
    margin-top: 17px;
}