@CHARSET "UTF-8";

@IMPORT url("qwdx_main.css");

.box {
	width: 980px;
	margin: 10px auto;
	background: url("qwdx_nav_bg.jpg") repeat-y;
}

.nav {
	width: 230px;
	border-width: 0px 1px 1px;
	overflow: hidden;
	background: url("qwdx_nav_footer_bg.jpg") bottom no-repeat;
}

.nav_header {
	height: 45px;
	background: url("qwdx_nav_header_bg.gif") top no-repeat;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}

.nav_item {
	background: #f8eeda;
	width: 228px;
	margin: 0px auto;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #e9cd9d;
	border-top: 2px solid #fff;
	text-align: center;
}

.nav_item a {
	background: url("qwdx_nav_item_bg.gif") left no-repeat;
	padding-left: 25px;
	font-weight: bold;
	font-size: 14px;
	color: red;
}

.nav_item a:hover {
	color: #b45901;
}

.nav_cnt {
	border: 1px solid #CCCCCC;
	width: 738px;
	overflow: hidden;
	background: url("qwdx_nav_cnt_header_bg.gif") repeat-x;
}

.nav_cnt_header {
	background: url("qwdx_nav_cnt_header_logo.gif") 10px no-repeat;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #d4d4d4;
	padding-left: 40px;
}

.docs {
	margin: 10px;
}

.docs li {
	height: 30px;
	line-height: 30px;
	list-style: none;
	border-bottom: 1px dashed #CCCCCC;
}

.docs a {
	background: url("qwdx_nav_cnt_doc_list.gif") left no-repeat;
	padding-left: 15px;
}

.docs span {
	float: right;
	color: #868686;
}

.page {
	text-align: center;
	font-size: 12px;
}

.nav_c_cont {
	padding: 10px;
}

.title {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
}

.info {
	text-align: center;
	color: #787878;
	padding: 10px;
}

.images {
	text-align: center;
}

.images img {
	margin-bottom: 5px;
}

.content {
	padding: 10px 0px;
	line-height: 2em;
}

#apps {
	display: none;
}

.apps_title {
	font-weight: bold;
	padding: 3px 0px;
}

.app {
	padding: 3px 0px;
}