
.store_item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #E8E9EA;
	margin-right: 20px;
	position: relative;
}

.popItemImage {
	position: absolute;
	background: #fff;
	border: solid 5px #E8E9EA;
	z-index: 999;
	top: 0;
	bottom: 0;
}

.storeBtnV2 {
	width: 120px;
	height: 30px;
	cursor: hand;
	cursor: pointer;
}

th { font-size: 11px; font-weight: normal; }
th,td { border-bottom: solid 1px #E8E9EA; text-align: center; }
table { margin-bottom: 15px; }

.store_image {
	width: 100px;
	margin-right: 10px;
	float: left;
	cursor: pointer;
	cursor: hand;
}
.store_image_cart {
	width: 50px;
	margin-right: 10px;
	float: left;
}
.store_image_cart_text {
	width: 50px;
	margin-right: 10px;
	float: left;
}

.cart_item_amount { 
	width: 25px; 
	text-align: center;
	font-size: 11px;
	border: solid 1px #ccc;
}

.item_text { 
	color: #6A6969; 
	font-size: 11px;
}

.supMaterial { margin-top: 5px; }
.supMaterial, .supMaterial a { color: #78BDF8; }
.supMaterial a { padding: 0px 4px; }

.addToCart_area {
	margin-top: 15px;
}

.sale { color: #DE5353 !important; }

.item_name {
	font-size: 16px;
	margin-bottom: 4px;
	font-weight: bold;
}
.normal_price { 
	width: 100px;
	float: right; 
	font-size: 20px;
	font-weight: bold;
	color: #78BDF8;
	text-align: right;
	margin-top: 3px; 
	margin-right: 5px;
}

.comingSoon { 
	width: 200px;
	float: right; 
	font-size: 16px;
	font-weight: bold;
	color: #78BDF8;
	text-align: right;
}
