.cart_popup { padding: 10px 20px 10px 20px; background-color: #e0e0e0; border: 1px solid #d0d0d0; text-align: center; vertical-align: middle;
    z-index: 555;
    position: absolute;}

input.count { width: 50px; }

.shadow {
		-moz-box-shadow: 5px 5px 8px #000;
		-webkit-box-shadow: 5px 5px 8px #000;
		box-shadow: 5px 5px 8px #000;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	}

.old_price { text-decoration: line-through; font-size: 80%; }