@charset "utf-8";
/* CSS Document */

#content{
	width:740px;
	color: #545454;
	height: auto;
	font-size: 13px;
	line-height: 26px;
	font-family: "微軟正黑體";
}
#content h3{
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	line-height: 25px;
	padding: 0 30px;
	float: left;
	height: 25px;
	border: 1px solid #AAAAAA;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 23%, #bbbbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(23%,#eeeeee), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 23%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 23%,#bbbbbb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 23%,#bbbbbb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 23%,#bbbbbb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
	font-size: 15px;
	color: #3A3A3A;
}
#content .list{
	width: 176px;
	height: 162px;
	position: relative;
	float: left;
	margin-right: 3px;
	margin-bottom: 25px;
	margin-left: 3px;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #efefef 92%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(92%,#efefef), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efefef 92%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efefef 92%,#dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efefef 92%,#dbdbdb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #efefef 92%,#dbdbdb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
	border: 1px solid #BBBBBB;
}
#content .photo{
	height: 129px;
	width: 172px;
	margin: auto;
	text-align: center;
	padding: 2px;
}
#content .list:hover .photo{
	background-color: #D2BA31;
}
#content .title{
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	width: 172px;
	margin: auto;
	overflow:hidden;
	background-image: url(lin.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 1px;
}
#content .title a{
	color: #535353;
	text-decoration: none;
}
#content .list:hover .title a{
	color: #B28500;
}
