﻿/*==布局相关定义开始==*/
body{ background:url(images/ask_headbg.gif) top left repeat-x;}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#header, #menu, .container, #footer { position:relative;
}

#header{ background:url(images/ask_headbg.jpg) right top no-repeat; height:90px;  }

#qa_top { background:url(images/qa_top_bg.gif) repeat-x; position:relative;}
#qa_top ul { background:url(images/qa_top_left.gif) no-repeat top left; height:34px; padding-left:6px; line-height:34px;}
#qa_top ul li { float:left; padding:0 10px; color:#3366FF;}
#qa_top span { background:url(images/qa_top_span.gif) no-repeat left center; color:#FF0033; width:30px; padding:5px; }
/*#qa_top .zjjkt_logo { background:url(images/qa_zjjkt_logo.gif) no-repeat left center; padding-left:30px;}*/
#qa_top .zjjkt_logo { background:url(images/ht_logo.gif) no-repeat left center; padding-left:30px;}
#qa_top_right { position:absolute; top:0; right:0; height:34px; width:6px;background:url(images/qa_top_right.gif) no-repeat top left; }
#qa_nav { height:37px;background:url(images/qa_nav_bg.gif) repeat-x; position:relative; margin-bottom:10px;}
#qa_nav ul { background:url(images/qa_nav_left.gif) no-repeat top left; height:37px; padding-left:20px; line-height:37px;}
#qa_nav ul li { float:left;width:95px; text-align:center; font-size:14px;}
#qa_nav ul li a { color:#0033FF; background:url(images/qa_icon036.gif) no-repeat center right; padding-right:25px; text-decoration:none;}
#qa_nav ul li a:hover { color:#000;}
#qa_nav_right { position:absolute; top:0; right:0; height:37px; width:5px;background:url(images/qa_nav_right.gif) no-repeat top left; }
.clear_float{ clear:both;}
#footer { margin-top:10px; background:url(images/ask_footerbg.gif) left bottom repeat-x; }
#footer2{ margin-top:15px; clear:both; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif, "微软雅黑"} 


.mainContent {
	float: left;
	width: 765px;
	overflow: hidden;
}
.sidebar {
	float: right;
	width: 220px;
	overflow:hidden;
}
.mainSide {
	float: left;
	width: 220px;
}
.mainCenter {
	float: right;
	width:530px;
}
.mainLeft {
	float: left;
}
.mainRight {
	float: right;
}

/*==布局相关定义结束==*/

/*==copyright定义开始==*/
.copyright {
	position:relative;
	background:url(images/ask_footerlogo.jpg) 30px top no-repeat;
	height:110px;
}
.copyright p {
	margin:0 0 10px 0;
	text-align:center;
	line-height:25px;
	border:1px solid #d9e4e7;
	background:url(images/ask_footerbg2.gif) top left repeat-x;
	height:25px;
	color:#a2a2a2;
}
.copyright p a:link, .copyright p a:visited {
	color:#666;
}
.copyright p a:hover {
	color:#ff0000;
	text-decoration:none;
}
.copyright ul {
	position:absolute;
	top:40px;
	left:210px;
}
.copyright li {
	line-height:18px;
	color:#656565;
}
.copyright span {
	position:absolute;
	top:40px;
	right:30px;
}

/*==导航定义开始==*/
.uplink {
	float:right;
	margin:5px 10px;
}
.uplink a:link, .uplink a:visited {
	display:inline;
	margin:0 2px;
}
.searchbox {
	position:absolute;
	top:50px;
	left:240px;
}
.logo{
	position:absolute;
	top:24px;
	left:23px;
	width:170px;
	height:60px;
	cursor:pointer;
}

/*==热词定义开始==*/
.hotword {
	position:relative;
	background:url(images/ask_hot_bgm.gif) top left repeat-x;
	height:33px;
	line-height:33px;
}
.hotword_l {
	position:absolute;
	left:0;
	top:0;
	width:4px;
	height:33px;
	background:url(images/ask_hot_bgl.gif) left top no-repeat;
}
.hotword_r {
	position:absolute;
	right:0;
	top:0;
	width:4px;
	height:33px;
	background:url(images/ask_hot_bgr.gif) right top no-repeat;
}
.hotword strong {
	display:block;
	float:left;
	background-position:8px -68px;
	padding-left:30px;
	
	font-weight:bold;
	color:#d80000;
}
.hotword em a:link, .hotword em a:visited {
	text-decoration:underline;
	color:#d80000;
}
.hotword em a:hover {
}

/*== 位置导航 定义开始==*/
.postpath {
	background-position:8px -708px;
	padding-left:30px;
	line-height:22px;
/*	border-bottom:1px solid #AFD0FF  #EFF8FD ;*/	
    color:#333;
}
.postpath a:link, .postpath a:visited {
	color:#333;
}
.postpath a:hover {
	color:#ff0000;
	text-decoration:none;
}
.postpath em {
	color:#ff0000;
}
/* ==bottom_all(底部)定义开始== */
/* --网页底部-- */
#foot
{
    background: url(images/copy_bg.gif) #fff repeat-x top;
    border: 1px solid #9bbde6;
    clear: both;
}
/* 管理链接 */
#menu_link
{
    margin: 20px 0px 5px 0px;
    text-align: center;
}
#menu_link a
{
    text-decoration: none;
    color: #000;
}
#menu_link a:hover
{
    color: #f00;
    text-decoration: underline;
}
/* 版权信息 */
#copyright
{
    font: normal normal normal 12px/20px Arial, "宋体" ,Helvetica,sans-serif;
    margin: 5px 0px 20px 0px;
    text-align: center;
}