@charset "UTF-8";
/* CSS Document */

#cart_box {
	width:240px;
	height:317px;
	background-image:url(../images/bg_01.png);
	background-position:center;
	background-repeat:no-repeat;
	}
.cart_box_price {
	width:240px;
	height:60px;
	text-align:center;
	}
.cart_box_price h2 {
	margin:0px;
	padding:0px;
	padding-top:37px;
	font-size:17pt;
	color:#FFF;
	text-shadow:#304c00 1px 1px 1px;
	}
.cart_box_price h3 {
	margin:0px;
	padding:0px;
	font-size:9pt;
	font-weight:normal;
	text-decoration:line-through;
	color:#FFF;
	text-shadow:#304c00 1px 1px 1px;
	}
.cart_box_detail {
	width:205px;
	height:auto;
	margin-top:40px;
	margin-left:35px;
	color:#2d2d2d;
	text-shadow:#FFF 1px 1px 1px;
	margin-bottom:10px;
	}
.cart_box_detail .type {
	width:63px;
	height:30px;
	line-height:30px;
	float:left;
	}
.cart_box_detail .value {
	width:142px;
	height:30px;
	line-height:30px;
	float:left;
	}
