/*	================================================================
		SHOP - COMMON
	================================================================ */

.shopItems {
	width				: 774px;
}
.shopText {
	color: #FA055B;
	font-weight: bold;
	}

.shopItem {
	float				: left;
	width				: 180px;
	padding				: 0px 0px 5px 0px;
	margin-bottom		: 10px;
	cursor				: pointer;
}
.shopItem:hover {
	background-color	: #FA055B;
}

.shopItem:hover .shopItemImage,
.shopItemImage:hover {
	width				: 179px;
	border				: 1px solid #990000;
}
.shopItemImage {
	border				: 1px solid #f9e3ff;
	width				: 179px;
}

.shopItem .shopItemImage img {
	border				: 0px;
	height				: 180px;
	width				: 179px;
}
.shopItemTitle {
	font-size			: 12px;
	width				: 170px;
	padding				: 5px 5px 0px 5px;
	height				: 20px;
	overflow			: hidden;
}
