@charset "utf-8";
/* CSS Document */
#content {
	width: 740px;
	height: auto;
	font-size: 12px;
	color: #656565;
}
#content .list{
	font-size: 13px;
	line-height: 25px;
	height: 165px;
	width: 172px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d2d2d2;
	float: left;
	margin: 0px 5px 18px 5px;
}
#content .list:hover{border: 1px solid #cce198;}
#content .photo{
	margin: auto;
	padding: 7px 0;
	height: 120px;
	width: 160px;
}
#content .title{
	margin: auto;
	height: 25px;
	width: 160px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	text-align: center;
}
#content .title a{
	color: #323232;
	text-decoration: none;
}
#content .title a:hover{color: #cce198;}