/*product item*/
.item{
	float:left;
	width:214px;
	height:255px;
	margin-top:8px;
	margin-left:20px;
	background: #fff url(../images/grad.png) repeat-x top;
	border:1px solid #eee;

}
.item #item_text{
	width:214px;

	/*background-color:#eee;*/
	font: normal 14px Arial, Tahoma;
	line-height:20px;
	color: #406998;
	text-align:center;
}
.item #item_text a{
	text-decoration: none;
}
.item #item_text a:hover{
	text-decoration: underline;
}
.item img{
	margin-top:15px;
	margin-bottom:5px;
}
.item a:hover img{
	border-top: 1px solid #eee;
	border-right: 2px solid #406998;
	border-bottom: 2px solid #406998;
	border-left: 1px solid #eee;
}


