/*partner item*/
.item{
	float:left;
	width:300px;
	/*height:165px;*/
	margin-top:10px;
	margin-left:15px;
	background: #fff url(../images/grad.png) repeat-x top;
	border:1px solid #eee;

}
.item #item_text{
	float:left;
	width:280px;

	/*background-color:#eee;*/
	font: normal 12px Arial, Tahoma;
	line-height:13px;
	color: #406998;
	text-align:left;
	padding-left:15px;
	padding-top:15px;
}
.item #item_text a{
	text-decoration: none;
}
.item #item_text a:hover{
	text-decoration: underline;
}

