.addToCartIcon,.recalculateProductCountIcon,.deleteFromCartIcon{
	display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    vertical-align: bottom;
    background: transparent no-repeat scroll center center;
}

.addToCartIcon {
    background-image: url(/i/icons/cart.png);
    _background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/icons/remove.png', sizingMethod=crop);
}
.recalculateProductCountIcon{
    background-image: url(/i/icons/calculator.png);
    _background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/icons/calculator.png', sizingMethod=crop);
}
.deleteFromCartIcon{
    background-image: url(/i/icons/remove.png);
    _background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/icons/remove.png', sizingMethod=crop);
}

.productCartCountVolume{
	text-align: right
}


#productAddedDivSpan {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
	-webkit-box-shadow: 0 0 10px gray;
	-moz-box-shadow: 0 0 10px gray;
	box-shadow: 0 0 10px gray;
    background: white;
    color: black;
    padding: 5px;
    border: 1px solid rgb(20,100,174);
    
    position: fixed;
    left: 50%;
    margin-left: -70px;
    top: 50%;
    font-size: 1.4em;

    z-index: 99999;    
}
