@charset "UTF-8";

/* load common style */
@import url("../../css/common.css");


#detail #main .odd ul {
	list-style-type:disc;
	list-style-position:inside;
}

#detail #main #customer {
	padding-top: 3px;
}

#detail #main #datalist {
	margin: 10px 0;
}

#detail #main #feature {
	margin-left:0;
	width: 670px;
}


/* feature */

#detail #main #feature #feature1 {
	padding-top: 20px;
}

#detail #main #feature #feature1 .pht-r {
	width: 235px;
}

#detail #main #feature #feature1 .text-l {
	width: 416px;
}

#detail #main #feature #feature1 .roundedBox {
	background: url(../images/box1_bottom.gif) no-repeat left bottom;
	padding-bottom:7px;
}
#detail #main #feature #feature1 .roundedBox p {
	border-left:1px solid #f6cd52;
	border-right:1px solid #f6cd52;
	padding:12px 19px 5px 19px;
}


#detail #main #feature #feature2 {
	margin-bottom:24px;
}

#detail #main #feature #feature2 pht-l {
	width: 184px;
}

#detail #main #feature #feature2 .text-r {
	width: 486px;
	margin-top:23px;
}

#detail #main #feature #feature2 .roundedBox {
	background: url(../images/box2_bottom.gif) no-repeat left bottom;
	padding-bottom:7px;
}
#detail #main #feature #feature2 .roundedBox p {
	border-left:1px solid #f6cd52;
	border-right:1px solid #f6cd52;
	padding:12px 19px 5px 19px;
	background-color:#FFFFFF;
}
