#shop-items {
	margin: 15px 0 10px 0;
}
.shop-item {
	border: 1px solid #C6C6C6;
	margin-top: 6px;
}
.shop-item-header {
	background: #EDECEC;
	padding: 4px 0 0 0;
}
.shop-item-header h2 {
	color: #B523AE;
	font-size: 14pt;
	font-weight: bold;
	width: 100%;
	padding-bottom: 4px;
	text-align: center;
}
.shop-item-header h2 a {
	color: #B523AE;
}
.shop-item-content {
	position: relative;
	padding: 7px;
	text-align: center;
	height: 250px;
}
.shop-item-content p {
	text-align: justify;
	margin-bottom: 5px;
}
.shop-item-content .view {
	position: absolute;
	right: 5px;
	top: 40px;
}
.shop-item-img {
	height: 200px;
	max-width: 300px;
}
.shop-item-footer {
	background: #EDECEC;
	padding: 0 0 4px 0;
	color: #585758;
	position: relative;
	height: 44px;
}
.shop-item-footer img {
	position: absolute;
	top: 5px;
	right: 5px;
}
.shop-item-footer div {
	position: absolute;
	top: 4px;
	left: 4px;
	text-align: center;
	width: 150px;
}
.shop-item-footer h3 {
	font-size: 18pt;
	font-weight: bold;
	margin-top: -10px;
}
#shop-form {
	position: absolute;
	top: 40px;
	right: 0;
	background: #F7F7F7;
	padding: 7px;
	border: 1px solid #D3D3D3;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 10pt;
}
#shop-form input[type=text] {
	width: 150px;
}
#shop-form input[type=submit] {
	padding: 2px 10px;
}
#shop-filters {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 8px;
}
#shop-filters input[type=submit] {
	padding: 1px 5px;
}
