
.cat_summary_container {
	margin-top: -4px;
	width: 100%;	/* ie */
}
.cat_summary {
	margin: 0 auto;
	border: 1px dotted #619ef5;
	padding: 8px;
	width: 520px;
}
.cat_summary ul {
	margin: 0;
	padding: 0 0 0 40px;
	list-style-type: circle;
}
.cat_summary2 {
	margin: 0;
	padding: 8px 4px;
}
.cat_summary2 ul {
	margin: 4px 0 0;
	padding: 0 0 0 40px;
	list-style-type: circle;
}
.cat_summary2 li {
	margin: 2px 0 0;
}

.price_info {
	color: #733250;
	font-size: 0.8em;
}
.price_info .old_price {
	font-size: 1.5em;
	text-decoration: line-through;
	white-space: nowrap;
}
.price_info .price {
	font-size: 1.5em;
	font-weight: bold;
	white-space: nowrap;
}

.cat_promotion {
	clear: both;
	float: left;
	margin-top: 8px;
	width: 100%;	/* ie */
}
.cat_promotion h2 {
	margin: 12px 0 6px 0;
}
.cat_promotion_summary {
	margin: 0 8px 4px;
	font-size: 1.2em;
}
.cat_promotion_one_box {
	position: relative;
	float: left;
	margin: 6px;
	border-width: 1px 6px;
	border-style: solid;
	border-color: #e8c5d3;
	padding: 8px;
}
.cat_promotion_box {
	position: relative;
	float: left;
	margin: 6px;
	border-width: 1px 6px;
	border-style: solid;
	border-color: #e8c5d3;
	padding: 8px;
	width: 347px;
	height: 120px;
	overflow: hidden;
}
.cat_promotion_box .body {
}
.cat_promotion_box .body img {
	float: left;
	margin: 0 12px 3px 0;
}
.cat_promotion_box .body p {
	margin: 0 0 10px;
}
.cat_promotion_box .body .price_info {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	padding: 4px 8px;
	width: 347px;	/* ie */
	background-color: transparent;
	text-align: right;
}

.cat_selection {
	clear: both;
	float: left;
	margin-top: 8px;
	width: 100%;	/* ie */
}
.cat_selection h2 {
	margin: 12px 0 6px 0;
}
.cat_selection_box {
	position: relative;
	float: left;
	margin: 6px;
	border: 1px solid #e8c5d3;
	padding: 8px;
	width: 230px;
	height: 170px;
	overflow: hidden;
}
.cat_selection_box .body {
}
.cat_selection_box .body img {
	float: left;
	margin: 0 12px 3px 0;
}
.cat_selection_box .body p {
	margin: 0 0 10px;
}
.cat_selection_box .body .price_info {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	padding: 4px 8px;
	width: 230px;	/* ie */
	background-color: #FFFFFF;
	text-align: right;
}

.subcat_pdt_container {
	clear: both;
	float: left;
	margin-top: 20px;
	width: 100%;	/* ie */
}
.subcat_pdt_container h2 {
	margin: 0 0 6px;
}
.subcat_pdt_box {
	position: relative;
	float: left;
	margin: 5px;
	border: 1px solid #e8c5d3;
	padding: 4px;
	width: 136px;
	height: 180px;
}
.subcat_pdt_box .image {
	margin: 6px 0 0;
	text-align: center;
}
.subcat_pdt_box .price_info {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	padding: 4px;
	width: 136px;	/* ie */
	background-color: #FFFFFF;
	text-align: right;
}
.subcat_pdt_box .news {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	padding: 8px;
	width: 128px;	/* ie */
	background-color: #bfd780;
	color: #000000;
	letter-spacing: 0.1em;
	text-align: center;
}

