@charset "utf-8";
/* CSS Document */
.product-page {
	float:left;
	width:100%;
	margin:10px 0px;
}
.shop-item {
	float:left;
	width:150px;
	height:200px;
	border:1px solid #FFF;
	margin:0px 30px 30px 0px;
}
.shop-item-image-holder {
	height:150px;
	width:150px;
	float:left;
}
.shop-item-name {
	float:left;
	width:138px;
	height:38px;
	padding:6px;
	border-top:1px solid #FFF;
}
.product-image {
	border:1px solid #fffe00;
	float:left;
	width:329px;
}
.product-details {
	float:left;
	width:422px;
	margin-left:22px;
	display:inline;
}
.product-name {
	font-weight:bold;
	color:#fcfe03;
	float:left;
	width:100%;
}
.product-price {
	font-weight:bold;
	color:#fcfe03;
	font-size:310%;
	margin:10px 0px;
	float:left;
	width:100%;
}
.product-price span {
	font-size:40%;
}
.product-quantity {
	float:left;
	width:100%;
	clear:both;
}
.add-basket {
	float:left;
	margin:20px 0px;
}
div.errors {
	float:left;
	width:100%;
	margin:10px 0px 0px;
}
.paging {
	float:left;
	width:100%;
	margin:0px 0px 15px 0px;
	text-align:right;
}
.paging a {
	margin-right:5px;
}
.paging a.active {
	text-decoration:underline;
}
