.navLink {
	width: 930px;
	height: 14px !important;
	height: 24px;
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 6px;
	font-size: 12px;
	text-align: left;
	color: #999999;
}

.navLink a {
	background: transparent url(/res/img/common/nav-trail.gif) no-repeat
		scroll 100% 50%;
	text-decoration: none;
	font-size: 12px;
	color: #0078c2;
	display: inline;
	float: left;
	margin: 0;
	padding: 0 14px 0 2px;
	color: #999999
}

.navLink a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #999999
}

.pagerClass {
	margin-top: 20px;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 650px;
}

.pagerClass a.currentPage {
	color: red;
	text-decoration: none;
}

.pagerClass a {
	color: #8c8c8c;
	text-decoration: none;
}

.pagerClass a:hover {
	cursor: pointer;
}

.ct_term {
	text-align: left;
	font-size: 13px;
	color: #4d4d4d;
	line-height: 20px;
}

.ct_term p {
	text-indent: 2em;
}

.ct_term ul {
	list-style: none;
	line-height: 20px;
}

.ct_archor a {
	text-align: left;
	font-size: 13px;
	color: #4d4d4d;
	line-height: 20px;
	text-decoration: none;
}

.ct_archor a:hover {
	text-decoration: underline;
}

.select * {
	margin: 0;
	padding: 0;
}

.select {
	border: 1px solid #0078c2;
	float: left;
	display: inline;
}

.select div {
	float: left;
}

/* 子选择器，在FF等非IE浏览器中识别 */
.select>div {
	width: 120px;
	height: 17px;
	overflow: hidden;
}

/* 通配选择符，只在IE浏览器中识别 */
* html .select div select {
	display: block;
	float: left;
	margin: -2px;
	width: 124px;
}

.select div>select {
	display: block;
	width: 124px;
	float: none;
	margin: -2px;
	padding: 0px;
}

.select:hover {
	border: 1px solid #fe781a;//鼠标移上的效果
}

.select select>option {
	text-indent: 2px;//option在FF等非IE浏览器缩进2px
}
