﻿@charset "utf-8";
/**
 * CSS global
 */

/***** Temp Elements *****/


/***** Header *****/
.navigation {
	margin:0 auto;
	width:1003px;
}
.nav_left {
	float:left;
	width:200px;
}
.nav_left #logo {
	background:url(../images/logo.png) no-repeat;
	display:block;
	height:66px;
	margin-top:6px;
	width:222px;
}
.nav_right {
	width:771px;
	overflow:hidden;
	float:right;
}
.nav_sub {
	background:url(../images/rep-x.png) repeat-x 0 -41px;
	height:35px;
	clear:both;
}
.nav_sub .bg_l, .nav_sub .bg_r {
	background:url(../images/bg-nav-sub.png) no-repeat;
	height:31px;
	display:inline-block;
	width:6px;
}
.nav_sub .bg_l {
	background-position:0 0;
}
.nav_sub .bg_r {
	background-position:-6px 0;
}
.nav_sub_search {
	float:right;
	background:url(../images/bg-search-sub.png) no-repeat;
	width:206px;
	height:22px;
	padding:3px 0 0 40px;
	margin-top:3px;
}
.nav_sub_search input {
	border:0;
	color:#999;
	font:10px/12px Verdana;
	width:165px;
	float:left;
	margin-top:2px;
}
.loginStatus{
	font:700 12px/16px  Verdana, Geneva, sans-serif;
	height:16px;
	padding:4px 0;
}
.loginStatus a{
	text-decoration:underline;
}
.loginStatus a:hover{
	color:#F30;
}

.but_go {
	background:url(../images/but-go.png) no-repeat 0 -31px;
	display:inline-block;
	font:10px/12px Verdana;
	height:18px;
	margin: 0px 2px 0 0;
	width:35px;
}
.wrapLogin {
	width:100%;
}
.wrapLogin li {
	float:left;
	padding:0 1px;
}
.wrapLogin li *{
	vertical-align:middle;
}
.wrapLogin li span.t-type{
	color:#999;
	font-size:11px;
	display:inline-block;
}
.wrapLogin li input {
	border:0px;
	color:#999;
	font-family:Tahoma;
	font-size:11px;
	height:12px;
	line-height:12px;
	width:122px;
}
.nav_info {
	padding-top:3px;
	position:relative;
}
.phoneRight {
	position:absolute;
	right:0;
	top:5px;
}
.nav_info .regInfo {
	font:10px/12px Verdana;
	padding:6px 0;
}
#wrapUsername, #wrapPassword {
	background:#fdfdfd url(../images/bg-login-input.png) no-repeat scroll 0 0;
	border:0px;
	height:18px;
	margin:0;
	display:inline-block;
	overflow:hidden;
	padding:3px 5px 0 10px;
	width:128px;
}
#wrapUsername{
	margin-right:5px;
}
#btnLogin {
	display:inline-block;
	background:transparent url(../images/but-go.png) no-repeat 0 0;
	height:21px;
	width:43px;
}
#btnRegis {
	background:transparent url(/templates/topbar/images/global-register.gif) no-repeat scroll 0 0;
	height:18px;
	width:60px;
}
.nav_primary {
	background:url(../images/rep-x.png) repeat-x 0 0;
	height:41px;
	clear:both;
	overflow:hidden;
}
.nav_primary .bg_nav_left {
	background:url(../images/bg-nav.png) no-repeat 0 0;
	height:41px;
	width:8px;
	display:inline-block;
}
.nav_primary .bg_nav_right {
	background:url(../images/bg-nav.png) no-repeat 100% 0;
	height:41px;
	width:8px;
	display:inline-block;
}
.nav_primary .navList {
	background:url(../images/bg-nav.png) no-repeat;
}
.nav_primary a {
	color:#fff;
	font:10px/12px Verdana;
	text-align:center;
	display:inline-block;
	cursor:pointer;
	height:27px;
	padding:0 0 0 12px;
}
.nav_primary a:hover {
	background:url(../images/bg-nav-hover.png) no-repeat 50% 0;
}
.nav_primary .navList li a span {
	cursor:pointer;
	display:block;
	font:100 12px/16px Arial;
	height:16px;
	padding:10px 12px 10px 0;
	text-align:center;
	float:left;
}
.nav_primary .navList li a:hover span {
	text-decoration:underline;
}
.nav_primary .navList li.current a, .nav_primary .navList li.current a span {
	background:url(../images/bg-nav-current.png) 0 0;
	display:inline-block;
}
.nav_primary .navList li.current a {
	background-position:0 0;
	height:36px;
	display:inline-block;
}
.nav_primary .navList li.current a span {
	background-position:100% -37px;
}
.nav_primary .navList .line {
	background:url(../images/bg-nav-line.png) no-repeat 0 3px;
	width:2px;
	height:35px;
	float:left;
	display:inline-block;
}
.nav_primary li {
	float:left;
	margin-right:8px;
	padding:5px 0 0 0;
}
.nav_primary li a{
	position:relative;
}
.nav_primary li a .icon-new{
	position:absolute;
	right:0;
	top:-5px;
	background:url(../images/icon-new.png) 0 0 no-repeat;
	display:block;
	width:16px;
	height:16px;
}
/*****Basic Elements*****/
.loadding {
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
.wrapper {
	margin:0 auto;
	width:1003px;
	padding:0;
}
body {
	padding:10px 0 0 0;
}
.linkblue {
	color:#004b91;
	text-decoration:underline;
}
.red {
	color:#f00;
}
a {
	color:#333;
}
a:hover {
	text-decoration:underline;
}
.txtIndent {
	text-indent:18px;
}
/***** Content *****/
.content {
	margin:0 auto;
	width:1003px;
	background:url(../images/bg-left.gif) repeat-y;
}
.side {
	float:left;
	width:218px;
}
.main {
	float:right;
	width:772px;
	background-color:#fff;
	padding-left:10px;
}
.prdouctNav {
	padding-bottom:6px;
	width:220px;
}
.prdouctNav ul.maxHeight {
	height:270px;
	overflow:hidden;
}
.prdouctNav a {
	color:#fff;
}
.prdouctNav dt {
	background:url(../images/bg-left-menu.jpg) no-repeat;
	width:168px;
	height:23px;
	padding:20px 0 0 52px;
}
.prdouctNav dt a {
	font:300 12px/21px Arial;
}
.prdouctNav dd {
	padding-left:42px;
	display:none;
}
.prdouctNav dd.current {
	display:block;
}
/*.prdouctNav dd ul{
	height:300px; 
	overflow:hidden;
	overflow-y:scroll;
	}*/
.prdouctNav dd li {
	font:11px Arial;
	padding:6px 0 6px 17px;
	background:url(../images/bg-sub-menu.png) no-repeat 0 9px; 
	border-bottom:1px solid #4981BC;
	text-align:left; 
}
.prdouctNav dd li.current a,.prdouctNav dd li .classThree li.current01 a  {
	color:#F60;
	text-decoration:underline;
}
.prdouctNav dd li .classThree{ 
	display:none;
}
.prdouctNav dd li .classThree li{ 
	background:url(../images/bg-sub-menu01.png) no-repeat 0 9px;
	border-bottom:1px solid #4981BC;
}

.prdouctNav dd li .classThree li a{
	color:#fff;
	text-decoration:none;
}
.prdouctNav dd li .classThree li a:hover{
	text-decoration:underline;
}
.col01 {
	margin-top:5px;
	height:100%;
	min-height:355px;
}
.col01-01 {
	width:555px;
}
.col01-02 {
	width:210px;
}
.box01 .tit {
	background:url(../images/bg-title-rep-x.png) repeat-x 0 0;
	height:30px;
}
.box01 .tit .bg_tr {
	background:url(../images/bg-title.png) 100% 0 no-repeat;
	width:6px;
	height:30px;
}
.box01 .tit .bg_tl {
	background:url(../images/bg-title.png) 0 0 no-repeat;
	width:6px;
	height:30px;
}
.box01 .tit h1 {
	display:inline-block;
	padding:6px 0 0 12px;
	font: bolder 14px/18px Arial;
	width:220px;
}
.box01 .tit .more {
	background: url(../images/bg-arrow01.png) 100% 7px no-repeat;
	padding:3px 12px 0 0;
	float:right;
	margin-top:6px;
	color:#000;
}
.box01 .info {
	padding:5px 2px;
	line-height:20px;
}
.box01 .info01 {
	padding:5px 10px 10px 10px;
	line-height:20px;
}
.box01 .news_tit01 {
	height:24px;
	line-height:24px;
	text-align:center;
}
/*show page pre next*/
.show_page {
	margin:0 auto;
	color:#999;
	height:24px;
	clear:both;
	line-height:24px;
	font-size:12px;
	margin-top:15px;
	margin-left:26px;
}
.show_page .currentNum {
	width:20px;
	height:22px;
	line-height:22px;
	text-align:center;
	border:1px solid #ccc;
	margin-right:5px;
}
.show_page .page {
	padding:0 5px;
}
.newslist .yellow a {
	color:#FFF000;
}
.show_page .page b {
	float:left;
	height:23px;
	line-height:23px;
	padding:0;
	text-align:center;
	width:40px;
	margin:0 5px 0 0px;
	border:1px solid #ccc;
	color:#f30;
}
.show_page .page table {
	margin:0;
	padding:0;
}
.show_page .page a {
	border:1px solid #ccc;
	color:#333;
	float:left;
	height:23px;
	line-height:23px;
	padding:0;
	text-align:center;
	width:40px;
	margin:0 5px 0 0px;
}
/***** Footer *****/
.footer {
	margin:0 auto;
	width:1003px;
	background:url(../images/bg-footer-line.png) repeat-x;
	height:125px;
}
.footer .fr-side {
	float:right;
	background:url(../images/bg-footer.png) no-repeat 100% 0;
	width:6px;
	height:125px;
	display:inline-block;
}
.footer .fl-side {
	float:left;
	background:url(../images/bg-footer.png) no-repeat 0 0;
	width:6px;
	height:125px;
	display:inline-block;
}
.footerAddress {
	display:block;
}
.footerAddress .logo {
	border-right:1px solid #ccc;
	padding-right:12px;
	margin-top:12px;
	width:120px;
	display:block;
}
.footerAddress .info {
	padding:12px 0 0 12px;
	line-height:20px;
	font:10px/20px arial;
	color:#999;
}
.frlink {
	padding:12px 12px 0;
}
.frlink img {
	vertical-align:middle;
}
.footNavwrap {
	height:30px;
	overflow:hidden;
}
.footer .foot-nav {
	margin-top:7px;
}
.footer .foot-nav a {
	color:#333;
}
.footer .foot-nav a:hover {
	text-decoration:underline;
}
.foot-search .search {
	margin-top:3px;
	background: url(../images/bg-foot-search.png) no-repeat;
	width:246px;
	height:21px;
	display:inline-block;
	padding-left:15px;
	float:left;
}
.foot-search .tit {
	margin:6px 5px 0 0;
}
.foot-search .search input {
	border:0;
	color:#999;
	vertical-align:top;
	width:196px;
	margin-top:3px;
}
.foot-search .but02 {
	background:url(../images/but-go.png) no-repeat 0 -31px;
	display:inline-block;
	height:18px;
	line-height:12px;
	margin:2px 0px 0 0;
	width:37px;
}
/***** Generic Classes *****/
.m_5 {
	margin-top:5px;
}
.m_10 {
	margin-top:10px;
}
.m_15 {
	margin-top:15px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clearRight {
	float:right;
	padding:3px;
	border:1px solid #ccc;
}
.clear {
	clear:both;
}
.clearfix {
	clear:both;
	font-size:0;
	height:0;
	visibility:hidden;
}
/***** Etc *****/
.routeGuide {
	font:11px/12px Verdana;
	color:#999;
	padding:7px 5px 0 0;
}
.ac_results {
	margin:5px 0 0 -30px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	z-index: 99999;
	position:absolute;
	left:55px;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	float:left;
}
.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	z-index:-1;
	filter:mask();
	width:200px;
	height:3000px;
}
.ac_results li {
	clear:both;
	margin: 0px;
	padding: 3px 5px;
	cursor: default;
	display: block;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}
.ac_results li p {
	float:left;
	padding:0 5px;
	margin:0;
	padding:0;
}
.ac_results li span {
	margin:0;
	padding:0;
	float:right;
	font-size: 12px;
}
.ac_loading {
	background : Window url('../images/indicator.gif') right center no-repeat;
}
.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
#CB_Text {
	display:none;
}
