@charset "utf-8";
.ShopItemTitle {
	background-image: url(../img/layout/ShopBoxTitle.gif);
	background-repeat: no-repeat;
	height: 54px;
	width: 212px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 54px;
}
.ShopBg {
	background-image: url(../img/layout/ShopBoxBottom.gif);
	background-repeat: no-repeat;
	height: 287px;
	width: 252px;
}
.ShopImage {
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ShopDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1A1A1A;
	padding-right: 20px;
	padding-left: 20px;
	height: 101px;
}
.ShopPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1A1A1A;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
}
.ShopDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1A1A1A;
	text-align: right;
}
.ShopDetails a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1A1A1A;
	text-align: right;
	padding-right: 12px;
	padding-top: 35px;
	text-decoration: none;
}
.ShopDetails a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1A1A1A;
	text-align: right;
	padding-right: 12px;
	padding-top: 35px;
	text-decoration: none;
}
.ShopDetails a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1A1A1A;
	text-align: right;
	padding-right: 12px;
	padding-top: 35px;
	text-decoration: underline;
}
