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

table#ITEM_DETAIL{margin:0px auto 20px auto;}
table#ITEM_DETAIL td.SPEC{ padding-right:15px; width:420px;}
table#ITEM_DETAIL td.IMG{ text-align:right;}
table#SPEC_BOX th{text-align:left; font-size:14px; padding:5px; width:65px;}
table#SPEC_BOX td{text-align:left; font-size:14px; padding:5px;}
table#SPEC_BOX td h1{text-align:left; font-size:15px;}
table#SPEC_BOX td p.unknow{text-align:left; font-size:14px; color:#999999}
#SPEC_BOX th, td{
background-color: #FFFFFF;
}

.thumb-img {
	/*border-top:1px solid #CCC; border-left:1px solid #CCC; border-bottom:1px solid #AAA; border-right:1px solid #AAA;*/
	position:relative; 
	width:200px; height:160px;
	margin:0px; padding:0px;
	background:#FFF;
	float:left;
	cursor: pointer;
}
.thumb-img_m {
	/*border-top:1px solid #CCC; border-left:1px solid #CCC; border-bottom:1px solid #AAA; border-right:1px solid #AAA;*/
	position:relative; 
	width:200px; height:160px;
	margin:0px 10px 0px 10px; padding:0px;
	background:#FFF;
	float:left;
	cursor: pointer;
}
.thumb-inner {
	position:relative; overflow:hidden; width:100%; height:100%; 
}
.thumb-img img {
	border:0;
}
.thumb-strip {
	position:absolute; width:200px; height:10px; bottom:0px; left:0px;
	background:#FFF;
	
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity:0.60;
}
.thumb-zoom {
	background:url(../image/search.png) no-repeat;
	position:absolute; width:22px; height:22px;
	right:3px; bottom:0px;
}
.thumbnail{margin-top:10px;}