@charset "utf-8";
/* CSS Document */

#listleft {
	float: left;
	width: 200px;
	border: 1px solid #efefef;
	margin-right: 5px;
	margin-bottom: 10px;
	background: url(images/titlebg.png);
	background-repeat: repeat-x;
}
.lefttitle {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin-left: 68px;
	line-height: 32px;
	font-size: 14px;
}
#listright {
	float: left;
	width: 770px;
	border: 1px solid #efefef;
	margin-bottom: 10px;
	background: url(images/ListRightTitleBG.png);
	background-repeat: repeat-x;
}
.righttitle {
	margin-left: 20px;
	line-height: 32px;
	font-size: 14px;
}
.maindiv ul {
	padding-left: 25px;
	margin-top: 15px;
}
.maindiv li { line-height: 25px; }
#listright li { border-bottom: 1px dashed #efefef; }
.maindiv a { color: #333333; }
.maindiv a:hover { color: #4e6bbf; }
.page {width:700px;
	text-align: center;
	font-size: 12px;
	margin: 20px;
}
.search{text-align:center;padding:20px;}
