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

.product_title {
	font-size:12pt;
	background: #000;
	color:#FFF;
	width:250px;
	height:25px;
	margin-top:25px;
	padding:8px 0px 4px 20px;
	font-weight:bold;
	}

.product_square {
	float:left;
	width: 160px;
	margin:15px 0px 8px 20px;
	font-size:11pt;
	line-height:125%;
	font-weight:bold;
	}
	
.product_square a:hover {
	color:#F00;
	}
	

.product_square img {
	width: 160px;
	height: 160px;
	border:3px #f6b23d solid;
	margin-bottom:8px;
	font-weight:100;
	}
	
.product_square img:hover {
	border:3px #f47b20 solid;
	}
	
.product_square_title {
	font-size:10.5pt;
	}
	
.sold {
	font-size:10pt;
	line-height:200%;
	font-weight:normal;
	}

#new_item {
	position:absolute;
	width:50px;
	height:50px;
	padding-top:5px;
	padding-left:5px;
	z-index:999;
	}
	
#new_item img {
	width:40px;
	height:40px;
	border:0px;
	}
	
.cata_no {
	position:absolute;
	background:#CCC;
	color:#000;
	width:55px;
	height:18px;
	font-size:8pt;
	margin-top:8px;
	margin-left:103px;
	text-align:center;
	z-index:999;
	}
	
#product_detail {
	width:800px;
	background:#FFF;
	}
	
#product_detail_no {
	font-size:11pt;
	background: #000;
	color:#FFF;
	width:100px;
	height:20px;
	margin-top:10px;
	padding:8px 0px 4px 20px;
	font-weight:bold;
	}
	
#product_detail_left {
	float:left;
	width:450px;
	}
	
#product_detail_left img {
	width:450px;
	height:450px;
	}
	
#product_detail_right {
	float:left;
	width:350px;
	}
	
.product_detail_title {
	padding:0px 0px 0px 0px;
	margin-top:10px;
	font-size:14pt;
	color:#F00;
	font-weight:bold;
	}

#square2 {
	width:800px;
	margin-top:20px;
	text-align:center;
	border-radius:15px;
	font-weight:bold;
	padding:5px 0 5px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#840204+0,8f0222+44,49000b+100 */
background: rgb(132,2,4); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(132,2,4,1) 0%, rgba(143,2,34,1) 44%, rgba(73,0,11,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(132,2,4,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(73,0,11,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(132,2,4,1) 0%,rgba(143,2,34,1) 44%,rgba(73,0,11,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(132,2,4,1) 0%,rgba(143,2,34,1) 44%,rgba(73,0,11,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(132,2,4,1) 0%,rgba(143,2,34,1) 44%,rgba(73,0,11,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(132,2,4,1) 0%,rgba(143,2,34,1) 44%,rgba(73,0,11,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#840204', endColorstr='#49000b',GradientType=0 ); /* IE6-9 */

	}
	
.sub_title {
	font-size:14pt;
	margin:5px 0 5px 0;
	color:#FF0;
	}
	
.sub_title2 {
	font-size:14pt;
	margin:5px 0 5px 0;
	line-height:150%;
	color:#FFF;
	}
	
.sub_con {
	line-height:150%;
	color:#FFF;
	}


.product_detail_text {
	margin-top:15px;
	font-size:11pt;
	line-height:175%;
	}
	
#product_photo {
	/*position: relative;*/
	width: 350px;
	overflow: hidden;
	margin-bottom:15px;
}
#product_photo img {
	display: block;
}
#product_photo .content {
	clear: both;
	height: 260px;
	overflow: hidden;
}
#product_photo .content .box {
	/*position: relative;*/	
	width: 188px;
	float: left;
}
#product_photo .content .side {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 93px;
}
#product_photo .content .side li.first {
	zoom:1;
	padding: 0 0 3px;
	*padding: 0;
}
#product_photo .box img {
	/*position: absolute;*/
	top: 0;
}
#product_photo .box h3 {
	margin: 0;
	/*position: absolute;*/
	top: 102px;
	width: 190px;
	color: #fff;
	padding: 8px 0;
	height: 22px;
	text-align: center;
	z-index: 1000;
	overflow: hidden;
}
#product_photo .box .mask {
	/*position: absolute;*/
	background: #000;
	top: 102px;
	height: 38px;
	width: 190px;
	z-index: 999;
}
#product_photo .list {
	clear: both;
	margin: 0;
	padding-left:0px;
	list-style: none;
	width: 100%;
}
#product_photo .list li {
	float: left;
	width: 35px;
	padding-right: 30px;
	
}
#product_photo .list .last {
	padding: 0 0 0 1px;
}
#product_photo .box img {
	width: 250px;
	height: 250px;

}
#product_photo .side img, #product_photo .list img {
	margin-top:10px;
	width:50px;
	height:50px;
	border:1px solid #ccc;
}