.shop-subCategoryList {
	padding: 7px 10px 4px;
	background: #EEE;
	overflow: auto;
	margin-bottom: 10px;
	-moz-border-radius: 8px;
}

.shop-subCategoryList:after {
	content: ".";
    display: block;
    height: 0;
	line-height: 0em;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.shop-subCategory {
	float: left;
	margin-right: 10px;
	margin-bottom: 7px;
}

.shop-product-listItem {
	margin-bottom: 18px;
	border: 1px #CCC solid;
	padding: 4px 4px 2px;
}

.shop-product-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	margin: -2px 0 3px;
}

.shop-product-hint {
	color: #AAA;
	margin-bottom: 8px;
}

.shop-product-intro {
	margin-bottom: 7px;
}

.shop-product-price {
	font-size: 14px;
	margin: 0 0 3px 20px;
	float: right;
}

.shop-product-price .no-tax {
	color: #888;
	margin-right: 6px;
}

.shop-product-price .with-tax {
	font-weight: bold;
}

.shop-product-price .no-discount {
	color: red;
	text-decoration: line-through;
}


.shop-product-thumbBlock {
	width: 90px;
	padding-right: 8px;
}

img.shop-product-thumb {
	border: 1px #CCC solid;
}

.shop-product-info {
	border-top: 1px #CCC solid;
	padding-top: 5px;
}

.shop-product-cartFields {
	float: left;
	width: 150px;
}


.shop-product-deliveryNote {
	float: left;
	margin: 1px 0 0 0;
	color: #777;
	font-size: 11px;
}
.shop-product-deliveryNote .error {
	font-size: 12px;
	font-weight: bold;
}

.shop-product-cartFields input.quantity {
	padding: 0 2px 1px;
}