.clothes_contentsrc {
	position:relative;
	padding: 20px 0px;
}
.clothes_contentsrc .clothes_contentsrc_upper {	
	overflow:hidden;	
}
.clothes_contentsrc .clothes_image_showwindow {
	width: 400px; height: 300px;
	float: left;
}
.clothes_contentsrc .clothes_image_showwindow .image_wrapper {
	position:relative;
	overflow: hidden;
	float:left;
}
.clothes_contentsrc .clothes_image_showwindow .image_wrapper:hover {
	cursor:pointer;	
}
.clothes_contentsrc .clothes_image_showwindow .image_wrapper .black_screen {
	width:100%; height:100%;
	position: absolute;
	top:0px; left:0px;
	/* for IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
	background:url('/media/image/empty_image.gif');
	/* for modern browser */
	background-color:rgba(0, 0, 0, 0.5);
	display:none;
}
.clothes_contentsrc .clothes_image_showwindow:hover .image_wrapper .black_screen {
	display:block;
}
.clothes_contentsrc .clothes_image_showwindow .image_wrapper:hover .black_screen {
	display:none;
}
.clothes_contentsrc .clothes_image_showwindow .image_wrapper img {
	display: block;
}
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.mainimage {
	width: 250px;
	height: 300px;
}
/* sub image show window */
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.subimage {
}
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.subimage.sub1in1 {	width: 149px; height: 300px; margin-left: 1px; }
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.subimage.sub1in2 { width: 149px; height: 149px; margin-left: 1px; margin-bottom: 1px; }
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.subimage.sub2in2 { width: 149px; height: 150px; margin-left: 1px; }
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.subimage.sub1in3 { width: 149px; height: 99px; margin-left: 1px; margin-bottom: 1px; }
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.subimage.sub2in3 { width: 149px; height: 99px; margin-left: 1px; margin-bottom: 1px; }
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.subimage.sub3in3 { width: 149px; height: 100px; margin-left: 1px; }
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.subimage.sub1in4 { width: 149px; height: 74px; margin-left: 1px; margin-bottom: 1px; }
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.subimage.sub2in4 { width: 149px; height: 74px; margin-left: 1px; margin-bottom: 1px; }
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.subimage.sub3in4 { width: 149px; height: 74px; margin-left: 1px; margin-bottom: 1px; }
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.subimage.sub4in4 { width: 149px; height: 75px; margin-left: 1px; }
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.subimage.sub1in5 { width: 74px; height: 99px; margin-left: 1px; margin-bottom: 1px; }
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.subimage.sub2in5 { width: 74px; height: 99px; margin-left: 1px; margin-bottom: 1px; }
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.subimage.sub3in5 { width: 74px; height: 99px; margin-left: 1px; margin-bottom: 1px; }
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.subimage.sub4in5 { width: 74px; height: 99px; margin-left: 1px; margin-bottom: 1px; }
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.subimage.sub5in5 { width: 149px; height: 100px; margin-left: 1px; }
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.subimage.sub1in6 { width: 74px; height: 99px; margin-left: 1px; margin-bottom: 1px; }
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.subimage.sub2in6 { width: 74px; height: 99px; margin-left: 1px; margin-bottom: 1px; }
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.subimage.sub3in6 { width: 74px; height: 99px; margin-left: 1px; margin-bottom: 1px; }
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.subimage.sub4in6 { width: 74px; height: 99px; margin-left: 1px; margin-bottom: 1px; }
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.subimage.sub5in6 { width: 74px; height: 100px; margin-left: 1px; }
.clothes_contentsrc .clothes_image_showwindow .image_wrapper.subimage.sub6in6 { width: 74px; height: 100px; margin-left: 1px; }
/* */
.clothes_contentsrc .clothes_basic_information {
	margin-left:420px;	
	width: 218px;
}
.clothes_contentsrc .clothes_basic_information .clothes_title {
	width: 218px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
.clothes_contentsrc .clothes_basic_information .clothes_title .clothes_name {
	float:left;
	font-size:19px;
	font-weight:bold;
}
.clothes_contentsrc .clothes_basic_information .clothes_title .clothes_functions {
	float:right;
	height: 20px;
	padding:3px 0;
}
.clothes_contentsrc .clothes_basic_information .clothes_title .clothes_functions button {
	width:30px;height:20px;
	border: 1px solid #666;
	background-color: white;
	padding: 1px;
}
.ie7 .clothes_contentsrc .clothes_basic_information .clothes_title .clothes_functions button {
	margin-left:3px;
	line-height:10px;
}
.clothes_contentsrc .clothes_basic_information .clothes_title .clothes_functions button:hover {
	border: 1px solid #666;
	background-color: #444;
	color:#FF7F00;
	cursor:pointer;
}
.clothes_contentsrc .clothes_basic_information .clothes_price {
	font-size: 17px;
	font-style: italic;
	font-family: "Times New Roman";
	padding-left: 5px;	
}
.clothes_contentsrc .clothes_basic_information .clothes_editor {
	margin-top: 3px;
	font-size: 11px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-left: 5px;
}
.clothes_contentsrc .clothes_basic_information .clothes_editor span {
	font-weight: bold;
	color: #444;
	font-size: 12px;
}
.clothes_contentsrc .clothes_basic_information .clothes_type {
	padding: 5px;
	min-height: 167px;
}
.clothes_contentsrc .clothes_basic_information .clothes_type .maintype {
	color: black;
}
.clothes_contentsrc .clothes_basic_information .clothes_type .subtype {
	color: #666;
}
.clothes_contentsrc .clothes_basic_information .clothes_type table {
	width: 208px;
}
.clothes_contentsrc .clothes_basic_information .clothes_type table td.type_title {
	width: 50%;	
	font-weight: bold;
	font-family: "Times New Roman";
}
.ie7 .clothes_contentsrc .clothes_basic_information .clothes_type table td.type_title.type {
	padding-bottom:5px;
}
.clothes_contentsrc .clothes_basic_information .clothes_type table td.type_contents {
	font-size: 11px;
}
.clothes_contentsrc .clothes_basic_information .clothes_type .color_wrapper {
	width:17px; height:20px;
	overflow:hidden;
	border: 1px solid #DDD;
}
.clothes_contentsrc .clothes_basic_information .clothes_type .color_wrapper img{
}
.clothes_contentsrc .clothes_basic_information .clothes_type .tag {
	width: 185px;
	height: 16px;		
}
.clothes_contentsrc .clothes_basic_information .clothes_type .tag .tag_name {
	line-height: 16px;
	font-family:Tahoma;
}
.clothes_contentsrc .clothes_basic_information .clothes_type .tag .tag_weight {
	float:right;
}
.clothes_contentsrc .clothes_basic_information .clothes_type .tag .tag_weight .weight {
	float: left;
	border: 1px solid #AAA;
	padding: 1px;
	width: 10px;
	height: 10px;
	line-height: 10px;
	text-align: center;
	margin: 1px 1px;
	color:white;
}
.clothes_contentsrc .clothes_basic_information .clothes_type .tag .tag_weight .weight span {
	display:none;
}
/*
.clothes_contentsrc .clothes_basic_information .clothes_type .tag .tag_weight .weight.selected.no1 { background-color:#C7C9C8; }
.clothes_contentsrc .clothes_basic_information .clothes_type .tag .tag_weight .weight.selected.no2 { background-color:#B1B3B2; }
.clothes_contentsrc .clothes_basic_information .clothes_type .tag .tag_weight .weight.selected.no3 { background-color:#9C9D9F; }
.clothes_contentsrc .clothes_basic_information .clothes_type .tag .tag_weight .weight.selected.no4 { background-color:#6F6F6F; }
.clothes_contentsrc .clothes_basic_information .clothes_type .tag .tag_weight .weight.selected.no5 { background-color:#444; }*/
.clothes_contentsrc .clothes_basic_information .clothes_type .tag .tag_weight .weight.selected { background-color:#9C9D9F; }
.clothes_contentsrc .clothes_basic_information .like_and_link {
	height:35px;
	border-bottom: 1px solid #DDD;
	margin-top: 3px;
	padding-bottom: 3px;	
	overflow: hidden;
}
.clothes_contentsrc .clothes_basic_information .like_and_link .clothes_link {
	text-align: right;	
	padding-top: 11px;
	line-height: 19px;	
}
.clothes_contentsrc .clothes_basic_information .like_and_link .clothes_link a {
	color: #444;
	font-size: 15px;
	font-family:Gothic;	
	font-weight:bold;	
}
.clothes_contentsrc .clothes_basic_information .like_and_link .clothes_link a:hover {
	color:black;
}
.clothes_contentsrc .clothes_basic_information .like_and_link .clothes_sns {
	position:absolute;
	top:331px;
	left:1px;
	float: left;
}
.clothes_contentsrc .clothes_basic_information .like_and_link .clothes_sting {
	font-size: 18px;
	color: #666;
	line-height: 18px;
	height: 22px;
	padding-left:32px;
	padding-top:9px;
	float:left;		
	background-image:url('../image/clothes/sting.png');
	background-repeat:no-repeat;		
}
.ie7 .clothes_contentsrc .clothes_basic_information .like_and_link .clothes_sting {
	padding-top:13px;
}
.clothes_contentsrc .clothes_basic_information .like_and_link .clothes_sting:hover {
	background-position:1px 4px;
	background-image:url('../image/clothes/alreadySting.png');	
}
.clothes_contentsrc .clothes_basic_information .like_and_link .clothes_sting.alreadySting {	
	background-position:1px 4px;
	background-image:url('../image/clothes/alreadySting.png');
}
.clothes_contentsrc .clothes_basic_information .like_and_link .clothes_sting.alreadySting:hover {		
	/*
	background-position:0px 0px;
	background-image:url('../image/clothes/sting.png');
	*/
}
.clothes_contentsrc .clothes_basic_information .like_and_link .clothes_sting:hover {
	cursor:pointer;
}
.clothes_contentsrc .clothes_basic_information .like_and_link .clothes_sting .text {

	color:#444;
}
.clothes_contentsrc .clothes_basic_information .like_and_link .clothes_sting:hover .text {
	color:black;
}
.clothes_contentsrc .clothes_basic_information .like_and_link .clothes_sting .brief {
	font-size: 11px;
	margin-left: 3px;	
}
.clothes_contentsrc .clothes_basic_information .like_and_link .clothes_sting:hover .brief {
	color:#444;
}
.clothes_contentsrc .clothes_brief {
	background-image: url(../image/clothes/quotation_mark_left.png);
	background-repeat: no-repeat;
	background-position: 45px 18px;
	padding-right: 50px;
	width: 588px;
}
.clothes_contentsrc .clothes_brief .background_wrapper{
	padding: 25px 0px 10px 100px;
	background-image: url(../image/clothes/quotation_mark_right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.ie .clothes_contentsrc .clothes_brief .background_wrapper{
	padding-top:33px;
}
.clothes_contentsrc .clothes_reply {
	margin:0px 50px;
	width: 538px;
}
.clothes_contentsrc .clothes_sns {
	position:absolute;
	right:238px;
	top:323px;
}