#cart {
    color: #000000;
    float: right;
    position: absolute;
    right: 0;
    top: 51px;
    z-index: 20;
    background-image: url(/assets/images/smallcartbg.png);
    background-color: #0066CC;
    color: white;
    font-size: 13px;
	padding: 0px;
	/* height: 38px;
    min-width: 90px; */
}
#cart span {
    cursor: pointer;
    padding: 10px 8px 8px 38px;
	display: block;
	font-size: 13px;
}
#cart strong {
	color: white; 
    text-decoration: none;
}


body {
	background-image: url(/assets/images/ec-header-background.png);
	background-repeat: repeat-x;
}
