@charset "utf-8";
/* CSS Document */
div.pro_item{
	float: left;
	width: 215px;overflow:hidden;
	margin: 0px 0px 5px 0px;
	text-align: center;	
}
div.pro_item .item_img{
	border: #CCC 1px solid;
	width:180px; height:200px;
	vertical-align:middle;
}
div.pro_item div.pro_info{ 
	line-height: 21px;
	text-align: center;
	padding: 0px 10px 10px 10px;
}

div.con_item{
	clear: both;
	margin-bottom: 7px;
	overflow: hidden;
	border-bottom: #CCC 1px dashed;
}

/*div.con_item img{
	border: none;
	width: 200px;
	border:#CCC 1px solid;
	padding:3px;
	margin-right: 5px;
}*/
div.con_item h3.title{
	margin: 0px;
	padding: 0px;
	color: #036;
}
div.con_item a:hover h3.title{
	text-decoration: underline;
}

div.con_item p.readmore{
	text-align: right;
	clear: both;
}
div.con_item p.readmore a{
	color: #333;
}
