.messtit{
	font-family: verdana;
	font-size: 14px;
	color: #c80000;
	font-weight: bold;
}
.messcont{
	font-family: verdana;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	text-align: justify;
}
.title{
	text-align: left;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contProd{
/*	border:1px solid red;*/
	height: 100%;
	overflow: hidden;
}
.prod{
	border:1px solid #bbb;
	border-radius: 4px;
	width: 206px;
	height: 230px;
	float: left;
	margin: 10px 10px 10px 10px;
	overflow: hidden;
	cursor: pointer;
}
.pic{
	/*border:1px solid black;*/
	height: 140px;
	text-align: center;
}
.imgProd{
	width: 180px;
	height: 135px;
}
.imgProdV{
	height: 135px;
	width: 101px;
}
.tit{
	display: table;
	width: 204px;	
	height: 50px;
	/*border:1px solid black;*/
}
.tits{
	display: table-cell;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color:#000;
	text-align:center;
}
.pri{
	display: table;
	width: 204px;
	height: 30px;
	text-align: center;
	/*border:1px solid black;*/
}
.pris{
	height: 38px;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color:#a11;
	display:table-cell;
	vertical-align: middle;
}