#shop_container{
	width: 450px;
	margin-right: 10px;
	float: left;
}
#shop_minicart_container{
	width: 170px;
	float: left;
	padding-left: 10px;
	padding-top: 15px;
}
.shop_designer_info_container{
	width: 250px;
	float: right;
	height: 266px;
}
.shop_product_container{
	float:left;
	width: 500px;
}
.shop_product_image_small_container{
	width: 80px;
	height: 80px;
	overflow: hidden;
	border: 1px solid #000;
	background-color: #FFF;
	float: left;
	margin: 0px 10px 10px 0px;
}
.shop_product_image_small{
	border:0px;
	width:100%;
	padding: 0px;
}
.shop_product_image_large_container{
	border: 1px solid #000;
	width:450px;
	height:205px;
	overflow:hidden;
	float: left;
	margin: 0px 0px 20px 0px;
	background-color: #FFF;
}
.shop_prodoct_lightbox_view{
	position: absolute; 
	left: 606px; 
	top:322px; 
	border: 0px;
	z-index: 2;
}
.shop_product_image_large{
	float: left;
	height:100%;
	overflow: hidden;
	z-index: 1;
}
.shop_prodoct_back{
	position: absolute; 
	left: 390px; 
	top:545px; 
	border: 0px;
	z-index: 2;
}
.shop_prodoct_prev{
	position: absolute; 
	left: 350px; 
	top:545px; 
	border: 0px;
	z-index: 2;
}
.shop_prodoct_next{
	position: absolute; 
	left: 440px; 
	top:545px; 
	border: 0px;
	z-index: 2;
}
.shop_product_image_container{
	float: left;
	width: 162px;
	margin-right: 10px;
}
.shop_product_detail_container{
	width: 250px;
	float: right;
}
.shop_product_add_to_cart_column{
	float: left;
	margin-right: 10px;
}
.shop_price_strikeout{
	text-decoration: line-through;
}
.shop_price_offer{
	color: #c00;
}
/*Checkout Cart*/
.shop_col_body{
	padding: 5px;
	float: left;
	margin: 1px;
	overflow: hidden;
}
.shop_col_body_item{
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
.shop_col_footer{
	padding: 5px;
	float: left;
	margin: 1px;
	border: 1px solid #666;
	overflow: hidden;
}
.shop_col_color{
	background-color: #390;
	color: #FFF;
}
