@charset "UTF-8";
/* CSS Document */
#products_list_container ul{
	/*margin-top:50px;*/
	padding-top:50px;
}
.price_box {
	width:180px;
	height:auto;
		position:relative;
	}
.price_box_pic {
	width:180px;
	height:240px;
	display:table-cell;
	box-shadow:inset 0px 0px 1px #e2e2e2;
	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_pic img.product_status {
	position:absolute;
	top:0px;
}

.price_box_detail {
	width:180px;
	height:60px;
	background-image:url(images/detail_bg.png);
	position:relative;
	}
.price_box_price {
	width:52px;
	height:40px;
	background-image:url(images/price.png);
	position:relative ;
	left:59px;
	top:-275px;
	text-align:center;
	color:#FFF;
	text-shadow:#2d2d2d 1px 1px 1px;
	line-height:15px;
	font-weight:bold;
	font-size:10pt;
	padding:5px;
	padding-top:17px;
	z-index:752;
	}
.price_box_text {
	width: 160px;
/*	height: auto;*/
	position: absolute;
	top: 11px;
	text-align: center;
	text-shadow:#FFF 1px 1px 1px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	margin:0 auto;
	}
	
	.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_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; 
}
