body { margin: 0 0; cursor: default; }
div { font-size: 12px; color: #373737; }
a:visited, a:link {
	color: #004B91;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
.table_list {
	margin: 0 0 5px 0;
	font-size: 12px;
}
	.table_list tr {
		background-color: #FFF;
	}
	.table_list th {
		border-top:1px #DDD solid;
		border-left:1px #DDD solid;
		border-bottom:1px #DDD solid;
		background:url(../img/tbl_bg.gif) repeat-x;
		line-height:20px;
	}
		.table_list .lth {
			border-right:1px #DDD solid;
		}
	.table_list td {
		padding: 4px;
		border-bottom:1px solid #DDD;
	}
	.table_list td a {
		color: #00F;
		text-decoration: underline;
	}
	.table_list td a:hover {
		text-decoration: none;
	}
ul {
	margin:0;
	padding:0;
}
	li {
		list-style:none;
		float: left;
	}

/* header */
.header {
	width: 960px;
	margin: 0 auto;
}
	.header .logo {
		background: url(../img/logo.jpg) no-repeat;
		margin: 10px 0;
		width: 300px;
		height: 80px;
	}
	.header .menu {
		position: relative;
	}
	.header .menu ul {
		margin: 0;
		position: absolute;
		right: 0;
		top: -100px;
	}
	.header .menu ul li {
		padding:5px 8px;
		font-size: 12px;
		cursor: pointer;
		font-family: '微软雅黑';
		color: #666666;
	}
.topimg {
	width: 960px;
	margin: 0 auto;
	height: 200px;
	background: url(../img/b_img_t1.jpg) no-repeat;
	
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.menu_bar {
	background: url(../img/itembar.jpg) repeat-x;
	height: 100px;
}
.menu2 {
	width: 960px;
	margin: 0 auto;
}
	.menu2 ul {
		margin: 0;
	}
	.menu2 ul li {
		 font-family: '微软雅黑';
		float: left;
		width: 260px;
		padding-right: 60px;
		font-size: 14px;
		cursor: pointer;
		height: 100px;
		text-align: right;
		line-height: 170px;
		font-size: 24px;
	}
	.item1 {
		background: url(../img/b_img_b1.jpg) no-repeat;
	}
	.item2 {
		background: url(../img/b_img_b2.jpg) no-repeat;
	}
	.item3 {
		background: url(../img/b_img_b3.jpg) no-repeat;
	}
	.item4 {
		background: url(../img/b_img_b4.jpg) no-repeat;
	}
/* content */
.main_f {
	width: 960px;
	margin: 0 auto;
}
	.main_f .west {
		width: 240px;
		margin-right: 5px;
	}
		.west .login {
			margin-top: 5px;
			background: url(../img/login_bg.jpg) no-repeat;
			border: #EEE 1px solid;
		}
		.main_f .west .lefts {
			margin-top: 5px;
			border-top: #004B91 1px solid;
		}
			.main_f .west .lefts .def_li {
				background-color: #CCC;
			}
		.main_f .west .lefts .title {
			padding: 3px;
			font-weight: bold;
		}
		.main_f .west .lefts .content {
			padding: 3px;
			color: #333;
			line-height: 1.6em;
		}
	.east {
		width: 715px;
		margin-top: 5px;
	}
		.east .items {
			width: 360px;
			margin-top: 5px;
			border: #CCC 1px solid;
		}
		.east .links {
			margin-top: 5px;
		}
			.east .links .title {
				padding: 3px;
				border-bottom: #CCC 1px solid;
			}

.sec_topimg {
	height: 80px;
	border: #CCC 1px solid;
}
.sec_content {
	margin-top: 5px;
}
/* page_menu */
.lefts  li {
	padding: 10px 50px;
	background-color: #EEE;
	border-left: #999 1px solid;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
	float: none;
}
.east .sec_content li {
	background: url(../img/ico_item1.gif) 5px no-repeat;
	padding: 8px 5px;
	padding-left: 25px;
	float: none;
	border-bottom: #CCC 1px dashed;
}
.book_left li {
	padding: 10px 40px !important;
}
.book_right {
	background: none !important;
	padding: 19px 6px !important;
	float: none;
	border-botton: #CCC 1px solid !important;
}
	.img {
		float: left;
		width: 90px;
		height: 100px;
		text-align: center;
		overflow: hidden;
		position: relative;
	}
		.img .quickview {
			cursor: pointer;
			position: absolute;
			left: 0;
			top: 40px;
			padding: 2px 0;
			text-align: center;
			width: 100%;
			color: #FFF;
			background-color: #000;
			opacity: 0.7;
			filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
			display: none;
		}
	.book_right .bookinfo {
		width: 500px;
		float: left;
		margin-left: 15px;
	}
	.book_right .buy {
		float: left;
		margin-left: 15px;
	}
.classTab {
	float:left;
	color: #FFF;
	padding: 5px 4px;
	text-align:center;
	font-weight: bold;
	cursor: pointer;
	border-left: #FFF 1px solid;
	border-top: #4E9EE0 1px solid;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

	.main_f .west2 {
		margin: 0 5px 5px 0;
		float: left;
		width: 240px;
	}
		.west2 .title {
			margin: 5px 0 0 0;
			padding: 5px 10px;
			background-color:#CCC;
		}
		.west2 .content {
			height: 120px;
			padding: 5px 10px;
			border-bottom: #CCC 1px solid;
		}
		.west2 .self_img_1{
			margin: 5px 0 0 0;
			padding: 0 10px 0;
		}
		.west2 .self_img_1 img{
			margin-top: 10px;
		}
		.west2 .appads {
			margin: 5px 0 0 0;
		}
	.main_f .east2 {
		margin: 0 0 5px 0;
		float: left;
		width: 715px;
	}
		.east2 .title {
			margin: 5px 0 0 0;
			padding: 5px 15px;
			background:  url(../img/bg_book_moudle_top_20110516.png) no-repeat -5px -33px;
			border-bottom: 2px solid #9FCE72;
		}
		.east2 .content {
			padding: 5px 10px 10px;
		}
		.east2 .ads {
			height: 60px;
			margin: 5px 0 0 0;
			padding: 5px 10px;
			border: #CCC 1px solid;
		}
		.temp1 {
			margin-top: 3px;
			background-color: #EEE;
			border-left: #CCC 1px solid;
			border-right:#CCC 1px solid;
			border-bottom:#CCC 1px solid;
			
			border-top-left-radius: 6px;
			border-top-right-radius: 6px;
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}
		.tmp_title {
			color: #FFF;
			background-color: #2a2424;
			padding: 5px 10px;
			
			border-top-left-radius: 6px;
			border-top-right-radius: 6px;
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}
			.temp1 ul {
				margin: 0 0;
				padding: 0 0;
			}
			.temp1 li {
				float: none;
				line-height: 1.6em;
			}
/* footer */
.footer {
	border-top: #CCC 2px solid;
	background-color: #E7E7E7;
}
.footer_main {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
	.footer .cpr {
		text-align:center;
		padding-bottom: 20px;
		line-height: 1.6em;
		font-size: 12px;
		color: #666;
	}
	.footer .logo {
		background: url(../img/logo_btm.jpg);
		position: absolute;
		top: 10px;
		left: 0;
		width: 70px;
		height: 40px;
	}