/* !!! ======= Add to Cart Styling ========== !!! */

div.x-window-tc div.cart-addtocart-window-title {
	text-align: left; font-size: 130%;
}

div.cart-addtocart {	
	background-color: #FFF; text-align: left;	
}

div.cart-addtocart div.items {	
	overflow: auto; padding: 0 0.25em;
}

div.cart-addtocart div.itemBox {
	padding: 0.25em 0; border-bottom: 1px solid #EDEDED; width: 100%; overflow: hidden;
}

div.cart-addtocart h3 {
	margin: 0 0 0 1em; padding: 0.25em; font-size: 110%; font-weight: bold; text-align: center;
}

div.cart-addtocart div.boxImage {
	float: left; text-align: center; width: 107px; padding-bottom: 0.25em; overflow: hidden;
}

div.cart-addtocart div.boxImage img {
	border: 1px solid #EDEDED; margin-bottom: 1em;
}

div.cart-addtocart h4 {
	margin: 0 0 0 110px; padding: 0.25em; color: #000; font-size: 100%;
}

div.cart-addtocart p {
	margin: 0 0 0 110px; padding: 0.25em;
}

div.cart-addtocart p.price {
	color: #374786; font-weight: bold;
}

div.cart-addtocart div.status {
	padding: 0.25em; margin: 0; clear: both; 
}