.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 #AAA solid;
	padding: 4px;
}

.shop-product-header {
	background: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 3px 6px;
	color: #FFF;
	margin-bottom: 4px;
}

.shop-product-title {
	width: 440px;
}

.shop-product-link {
	text-align: right;
	float: right;
	margin-top: -14px;
}

.shop-product-link a:link, .shop-product-link a:visited {
	color: #FFCC55;
	text-decoration: none;
}
.shop-product-link a:hover, .shop-product-link a:active {
	color: #FFDE91;
	text-decoration: none;
}

.shop-product-hint {
	float: left;
	color: #666;
}
.shop-product-genre {
	float: left;
	color: #666;
	margin-left: 40px;
}
.shop-product-releaseDate {
	float: right;
	color: #666;
}

.shop-product-intro {
	padding: 5px 0;
	clear: both;
}

.shop-product-price {
	font-size: 12px;
	margin: 1px 0 0px 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: 70px;
	padding: 0 8px 4px 0;
	float: left;
}

.shop-product-listItem .shop-product-thumbBlock a {
	margin: 0;
}

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

.shop-product-info {
	float: right;
	width: 482px;
	margin-top: -2px;
	margin-bottom: 3px;
}

.shop-product-footer {
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	padding: 2px 4px;
	height: 18px;
	background: #EEE;
	clear: both;
}

.shop-product-cartFields {
	float: left;
	width: 150px;
	padding: 0;
	margin: 0 0 1px 0;
}


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

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