/* product */
div.product {
	width: 190px;
	float: left;
	margin-bottom: 4px;
}

div.product_left {
	margin-right: 4px;
}

div.product_img_cont {
	width: 170px;
	height: 210px;
	padding: 10px;
	text-align: center;
	background-color: #EEEEEE;
	/*position:relative;*/
}

div.product_img {
	width: 170px;
	height: 200px;
	background-color: #FFFFFF;
	padding-top: 10px;
/*	display: table-cell;
	vertical-align: middle;*/
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	
}

img.middle{

/*	border:0 none;
	height:10em;
	margin-top:-5em;
	position:absolute;
	top:50%;*/
}

a.parent{
 height: 200px;
}

div.product_info {
	margin-top: 1px;
	width: 170px;
	height: 110px;
	padding: 10px;
	background-color: #EEEEEE;
}

div.product_title {
	height: 50px;
}

div.product_stock {
	float: left;
	height: 15px;
}

div.product_price {
	float: right;
	color: #99CC00;
	font-weight: bold;
	font-size: 14px;
	height: 15px;
}

/* category */
div.category {
	width: 94px;
	float: left;
	margin-bottom: 4px;
	padding: 10px;
	background-color: #EEEEEE;
}

div.category_left {
	margin-right: 2px;
}

div.category_img {
	width: 94px;
	height: 130px;
	background-color: #FFFFFF;
	line-height: 130px;
}

div.category_info {
	margin-top: 1px;
	width: 84px;
	height: 65px;
	background-color: #EEEEEE;
}

div.category_title {
	margin-top: 5px;
	height: 60px;
}

div.category_price {
	float: right;
	height: 20px;
	color: #99CC00;
	font-weight: bold;
	font-size: 11px;
	height: 15px;
}

div.category_title a {
	color: #0D9DFE;
	font-weight: bold;
	font-size: 11px;
	height: 15px;
}