/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Title: News Index CSS
Author: Rui Zhang
URL: 
Description: Oxford University

Created: 14 Sep 2007
Modified: 18 Sep 2007

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/


h1 {
	margin-bottom: 5px !important;
}

/* Primary content media filters tabs */

#primary-content ul.media-filters {
	margin: 20px 0 0 0;
	overflow: hidden;
	border-bottom:1px solid #e2e2e2;
	overflow:hidden;
	width:100%;
}
	#primary-content ul.media-filters li {
		float: left;
		display: block;
		margin: 0;
		margin-right: 15px;
		padding: 6px 10px;
		background-image:none;
	}
		#primary-content ul.media-filters li.active {
			background-image: none;
			background-color: #f0f0f0;
		}
		#primary-content ul.media-filters li a {
			padding-top:0;
			padding-bottom:0;
		}

/* Primary content main area */
ul.index {
	clear: left;
	margin:0 0 20px 0!important;
}

ul.index li {
	border-top: 0 !important;
	border-bottom: 1px solid #e2e2e2;
	clear: left;
	overflow: hidden;
	padding: 10px 0;
}



/* 分页 */
.page{ font-family:Arial, Helvetica, sans-serif; line-height: normal; font-size: 14px; }
.page a,.page span{display:block;color:#390;font-weight:normal;text-decoration:none;letter-spacing:0px;border:1px solid #ccc;padding-top:3px;float:left;margin-top:5px;margin-right:2px;margin-bottom:5px;margin-left:2px;text-align:center;padding-right:5px;padding-left:5px;height:18px} /* SPAN和链接 */
.page a:hover, .page a.current{color:#F44;border:1px solid #F44} /* 当前链接有激活时 */
.page input{padding:0px;color:#390;height:16px;width:25px;border:0px solid #fff;text-align:center;margin-top:0px;margin-right:-5px;margin-bottom:0px;margin-left:-5px;vertical-align:middle;font-size:12px;  } /* 跳转INPUT */

.page #goto{ overflow:hidden}
.newslist {width:600px;}
.newslist dl{ float:left; width:600px; padding:0px; margin:0px; font-size:14px; line-height:26px; height:48px; border-bottom:#d8d8d8 dotted 1px; padding-bottom:8px;}
.newslist dt{ white-space:nowrap; padding:0px; margin:0px; width:600px; text-align:left;}
.newslist dd{ padding:0px; margin:0px; width:80px;text-align:left; line-height:16px; height:16px; float:left;}
