#contents {
	width: 545px;
	float: right;
	padding-right: 26px;
}
#contents h2 {
	text-align: center;
	padding-top: 24px;
	padding-bottom: 23px;
}
#contents h3 {
	background-image: url(../../images/shop/common_top/pro_title.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 496px;
	font-size: 17px;
	padding-left: 10px;
	padding-top: 8px;
	margin-bottom: 20px;
}

.product {
	width: 496px;
}
.product dt {
	float: left;
	width: 226px;
	text-align: center;
	height: 250px;
}
.product dt span {
	text-align: left;
	padding-right: 15px;
	padding-left: 27px;
	display: block;
	text-indent: -12px;
}


.cart_area {
	background-color: #ffffde;
	width: 268px;
	border: 1px solid #969696;
	margin-bottom: 20px;
	float: right;
}
.cart_area ul {
	list-style-type: none;
	color: #646464;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 25px;
}
.cart_area li {
	padding-bottom: 5px;
}

.cart_area li.price {
	font-size: 14px;
	color: #000000;
	float: left;
	padding-right: 10px;
}

.cart_area li.price span {
	font-size: 17px;
	font-weight: bold;
	color: #ff1a00;
}
.cart_area p {
	text-align: center;
	clear: left;
	padding-bottom: 7px;
}
.cart_area img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

