/*
Theme Name: Irely Theme
Theme URI: http://www.sherzy.com/
Description: Irely Theme
Version: 0.9
Author: Sherzy
Author URI: http://www.sherzy.com/
*/
/*
 * shopping cart styling
 */
#sideshoppingcart{
	position: absolute;
	bottom: 0;
 	right: 0;
	font-size:11px;
	width: 290px;
 text-align: right;
 }
 .pricedisplay { display: none; }
 .productcart .pricedisplay { display: block; }
#sideshoppingcart h3 {
	float:left;
	display: block;
	font-size:11px;
	width: 90px;
	line-height:24px;
padding-bottom:5px;
padding-left:29px;
	background:transparent url(images/cart.png) no-repeat 0 0;
}

#sideshoppingcart .items {
	margin-right: 20px;
}

.empty_cart {
	text-align: center;
	padding: 100px 0;
	}
#products_page_container label {
	float:left;
	margin-top: 6px;
	margin-right: 10px;
}
.product_img {
	display: block;
	float: right;
	margin-right: 5px;
	}
.product_imgs {
	height: 350px;
	}
.wpsc_loading_animation {
	position:absolute;
	top: 50%;
	left: 75%;
	}
.current_country , 
#shipping_header,
#shipping_info
{ display: none; }	