#marketannoucement {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 4px 4px 4px 4px;
	color: red;
	font-size: 13px;
	border-bottom: 1px #cccccc solid;
	padding-bottom: 10px;
	/*border: 2px #aaaaaa solid;*/
	/*background-color: #efefef;*/
	/*-webkit-border-radius: 5px;*/
	/*-moz-border-radius: 5px;*/
	/*border-radius: 5px;*/
}
#list {
	float: left;
	width: 100%;
}
#list-product {
	float: left;
	width: 65%;
	border-right: 1px #cccccc solid;
	padding-right: 30px;
}
#list-recommend {
	float: right;
	width: 30%;
	padding: 4px 2px 2px 15px;
}
.product-block {
	float: left;
	width: 100%;
	border-bottom: 1px #cccccc dotted;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.product-block2 { /* for recommended block*/
	float: left;
	width: 100%;
	margin-top: 15px;
	border-bottom: 1px #cccccc solid;
	padding-bottom: 10px;
}
.product-block-header {
	float: left;
	width: 25%;
	margin-right: 10px;
	overflow: hidden;
}
.product-block-header img {
	max-height: 80px;
}
.product-block-header2 {
	float: left;
	width: 100%;
	margin-right: 10px;
	overflow: hidden;
}
.product-block-header2 img {
	max-height: 120px;
}
.product-block-detail {
	float: left;
	width: 73%;
	font-size: 12px;
	color: #444444;
}
.product-block-detail2 {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #444444;
}
.product-block-detail-name {
	/*font-weight: bold;*/
	font-size: 16px;
	height: 20px;
	overflow: hidden;
	margin-bottom: 6px;
}
.product-block-detail-name2 { /* recommended block */
	/*font-weight: bold;*/
	font-size: 16px;
	margin-top: 5px;
	with: 100%;
}
.product-block-detail-name2 img {
	max-width: 15px;
}
.product-block-date {
	float: left;
	display: block;
	width: 100%;
	color: #888888;
	font-style: italic;
}
.product-block-date2 {

}
.product-block-detail-price {
	font-weight: bold;
	color: red;
	font-size: 13px;
	margin-top: 2px;
	margin-left: 4px;
	float: right;
}
.product-block-detail-status {
	float: left;
	display: inline;
}
.product-block-detail-view {
	float: left;
	display: inline;
	margin-left: 5px;
}
.product-block-detail-view img {
	max-width: 12px;
	margin-top: 2px;
}
.icon-new {
	display: inline;
	background-color: red;
	color: white;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
	border-radius: 2px;
	margin-right: 2px;
}
.icon-new:after {
	content: "new";
}
.icon-ban {
	display: inline;
	background-color: gray;
	color: white;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
	border-radius: 2px;
	margin-right: 2px;
}
.icon-ban:after {
	content: "banned";
}
.block-ban {
	pointer-events: none;
	opacity: 0.4;
}

/* pagelist */
#pagelist {
	float: left;
	width: 100%;
	margin-top: 10px;
}

/* banner */
#banner {}