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

.price_box {
	width:180px;
	height:auto;
	}
.price_box_pic {
	width:178px;
	height:auto;
	display:table-cell;
	/*vertical-align:bottom;*/
	border:#eeeeee 1px solid;
	border-bottom:none;
	overflow:hidden;
	text-align:center;
	background-position:top center;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative ;
	}

.price_box_detail {
	width:180px;
	height:70px;
	background-image:url(images/detail_bg.png);
	position:relative;
	}
	
.price_box_price {
	width:108px;
	height:31px;
	background-image:url(images/price.png);
	position:absolute;
	left:37px;
	top:-13px;
	text-align:center;
	color:#FFF;
	text-shadow:#2d2d2d 1px 1px 1px;
	line-height:30px;
	font-weight:bold;
	font-size:10pt;
	z-index:752;
	}
	
.price_box_text {
	width:160px;
	height:auto;
	position:absolute;
	top:20px;
	text-align:center;
/*	word-wrap:break-word;*/
	text-shadow:#FFF 1px 1px 1px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	margin:0 auto;
/*	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
	}
	
	.price_box_text .product_name {
		width: 160px;
		height: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		word-wrap:break-word;
	}
	
	.price_box_text .product_name_eclips {
		top: 5px;
		width: 160px;
		height: 45px;
		display:block;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.price_box_text .show_size_box{
		margin-left:5px;
		margin-top:3px;
	}
	
.price_box_text .show_size_box{
	width:110px;
	float:left;
	margin-left:5px;
	text-align:center;
	margin-top:3px;
	font-weight:normal;
}

.price_box_text .show_color_box{
	width:55px;
	float:left;
	text-align:center;
	margin-left:5px;
	margin-top:3px;
	font-weight:normal;
}

.price_box_text .show_color_box span{
	display:block;
	position:relative;
	float:right;
	max-width:10px !important;
	line-height:10px !important;
	height:10px !important;
	/*width:10px;
	height:10px;*/
	padding-left:7px;
	overflow:hidden;
	border: #666 solid 1px; 
}