@charset "utf-8";

/* itemdetail css */
#itemdetail { 
	
}
#itemdetail .delivery-info .subject {
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}

/* 상단 */
#itemdetail > table {
	width: 100%;
	border-collapse: collapse;
}
#itemdetail > table th,
#itemdetail > table td { 
	padding: 15px 30px; 
	vertical-align: top;
	border: 1px solid #e1e1e1;
}
#itemdetail > table td.product_name {
	vertical-align: middle;
	background-color: #f9f9f9;
}
#itemdetail .item-thumbnail { 
	vertical-align:top; 
	text-align:center;
}

/* 상품정보 */
#itemdetail .info { 
	padding: 20px;
	border-radius: 8px;
	border: 1px solid #e1e1e1;
}
#itemdetail .info-tab .thumbnail {
	text-align: center
}
#itemdetail .info h3 {
	font-size: 18px;
	text-align: center
}
#itemdetail .info-tab .info-tab-item {
	margin-bottom: 10px;
}

/* 수량 선택 */
#itemdetail .info-tab .num_input { 
	position:relative; 
}
#itemdetail .info-tab .num_input input { 
	padding: 0 40px; 
	width: 100%;
	height: 40px;
	border: 1px solid #e1e1e1;
	text-align: center;
}
#itemdetail .info-tab .num_input .iconUp,
#itemdetail .info-tab .num_input .iconDown {
	position:absolute; 
	top:0; 
	font-size: 0;
	width: 40px; 
	height: 40px; 
	line-height: 40px;
	font-size: 22px;
	text-align: center;
	cursor:pointer;
	background: #e1e1e1;
	color: #333;
}
#itemdetail .info-tab .num_input .iconUp { 
	right: 0; 
}
#itemdetail .info-tab .num_input .iconDown { 
	left: 0; 
}
#itemdetail .info-tab .num_input .iconDown:before,
#itemdetail .info-tab .num_input .iconUp:before,
#itemdetail .info-tab .num_input .iconUp:after{
	content: '';
	position: absolute;
	background-color: #9b9f86;
	margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#itemdetail .info-tab .num_input .iconDown:before,
#itemdetail .info-tab .num_input .iconUp:before{
	width: 13px;
	height: 1px;
}
#itemdetail .info-tab .num_input .iconUp:after{
	height: 13px;
	width: 1px;
}


/* 옵션 선택  - 셀렉트박스 */
#select_options {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e1e1e1;
}
#select_options td {
	text-align: right;
	padding: 0 !important;
	vertical-align: middle !important;
}
#select_options .deleteItem {
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	font-size: 12px;
	cursor: pointer;
	color: #c00;
}
#select_options .quantity {
	width: 30px;
	margin-right: 5px;
}
#select_options .iconUps,
#select_options .iconDowns {
	display: none;
} 

#total_amount {
	display: none;
}



/* 상단 우측 - 구매자 상품평 */
#itemdetail .info-add { padding:0; width:200px; }
#itemdetail .info-add .ad_area { overflow:hidden;}
#itemdetail .info-add .add_area { padding:0; margin-bottom:10px; border:1px solid #dcdcdc;} 
#itemdetail .info-add .add_area .title_eval { padding:5px 10px; text-align:center; color:#999; background:#f3f3f3; border-bottom:1px solid #dcdcdc;}
#itemdetail .info-add .add_area .latest_eval { padding:10px;  color:#999; }
#itemdetail .info-add li a { color:#666;}




/* 상품 소개*/
#itemdetail .item-info { 
	clear:both; 

}
#itemdetail .product_info { 
	clear:both; 
}

/* 상품평 > star point */
#itemdetail .starPoint { margin:10px 0 0px 20px; padding:0; list-style:none; overflow:hidden; *zoom:1; }
#itemdetail .starPoint li { float:left; margin-right:3px; }
#itemdetail .starPoint li a { text-decoration:none; width:18px; height:18px; background:url(../img/starOff.gif) no-repeat left top; color:#fff; font-size:1px; line-height:0; display:block; }
#itemdetail .starPoint li a.on { background-image:url(../img/starOn.gif); }
#itemdetail .commentArea { margin:0 auto; width:95%; border:1px solid #ddd; height:60px; margin-bottom:10px; font-size:12px; }

#itemdetail .comments {
	clear:both;
	list-style:none;
	overflow:hidden;
	padding:0; 
	margin:0;
}
#itemdetail .comments li { 
	position:relative; 
	padding: 0 0 10px;
	margin-bottom:10px; 
	color:#666; 
	border-bottom: 1px solid #e1e1e1; 
}
#itemdetail .comments .authorBox { 
	margin: 0 0 10px; 
}
#itemdetail .comments .authorBox:after {
	clear: both;
	display: block;
	content: "";
}
#itemdetail .comments .authorBox a { 
	margin:0 10px 0 0; 
	color:#6C832C;
}
#itemdetail .comments .estimate { 
	display:block; 
	margin:2px 0 0; width:100px; 
}
#itemdetail .comments .authorBox .date { 
	float: right; 
	display:block;  
}

#itemdetail .comments .contentBox { 
	display:block; 
	overflow:hidden; 
}
#itemdetail .comments .btnBox { 
	text-align: right;
}


/* comment */
#itemdetail .item-review .comments { margin-bottom:20px; }
#itemdetail .item-inquiry .comments { margin-bottom:20px; }

#itemdetail .light_bx_wrp { 
	margin-bottom:40px; 
	padding:10px; 
	background:#f8f8f8; 
	border: 1px solid #e1e1e1;
}
#itemdetail .light_bx_wrp table td {
	padding: 10px;
	border: 0;
}
#itemdetail .light_bx_wrp .center { text-align:center;}
#itemdetail .light_bx_wrp .star_td {
	width: 180px;	
}
#itemdetail .light_bx_wrp .commentArea { }

#itemdetail .starPoint { margin:0 0 10px 0; padding:0; list-style:none; overflow:hidden; *zoom:1; }
#itemdetail .starPoint li { float:left; margin-right:3px; }
#itemdetail .starPoint li a { text-decoration:none; width:18px; height:18px; background:url(../img/starOff.gif) no-repeat left top; color:#fff; font-size:1px; line-height:0; display:block; }
#itemdetail .starPoint li a.on { background-image:url(../img/starOn.gif); }
#itemdetail .commentArea { 
	margin:0 auto; 
	width:98%; 
	padding: 1%;
	border:1px solid #ddd; 
	height:60px; 
	margin-bottom:10px; 
	font-size:12px; 
}


