﻿@charset "UTF-8";

/* CSS Information =======================
------------------------------------------
Table of Contents:
 +reset
 +base
 +header
 +container
 +main
 +sub
 +aside
 +footer
 +clearfix
========================================*/

/*========================================
 +reset
========================================*/
/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}

/*========================================
 +base
========================================*/
html {
	height: 100%;
}
body {
	min-height: 100%;
	color: #000;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 { line-height: 1.2; }
a,
a span {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
a {
	color: #1a74ba;
	text-decoration: none;
}
a:visited {
	color: purple !important;
}
a:hover,
a:focus,
a:active {
	color: #ba1a31;
	text-decoration: underline;
}
a:hover img,
a:focus img,
a:active img {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
img { vertical-align: top; }
.structure-liquid {
	/*width: 80%;
	min-width: 980px;
	_width: 980px;
	margin: 0 auto;*/
}
.structure-fixed {
	width: 980px;
	margin: 0 auto;
}
.structure-fixed .mod-heading .leadtxt,
.structure-fixed .mod-heading .mod-h1,
.structure-fixed .mod-heading .pgh {
	width: 520px;
}
.structure-liquid .mod-heading .leadtxt,
.structure-liquid .mod-heading .mod-h1,
.structure-liquid .mod-heading .pgh {
	width: 70%;
}

/* for IE6 class */
.png_bg {}
.png {}

/*========================================
 +header
========================================*/
#wrap-liquid{
	width: 80%;
	min-width: 1000px;
	_width: 1000px;
	margin: 0 auto;
}

#wrap-fixed{
	width: 1000px;
	margin: 0 auto;
}

#header {
	/*background: url(/g/b/shared/img/header/icon_grad_01.png) no-repeat;*/
}

#header .structure-fixed,
#header .structure-liquid {
	position: relative;
	padding-left: 139px;
	/*background: url(/g/b/shared/img/header/icon_grad_01.png) no-repeat;*/
	background: #0d2ea0;
}

#header .structure-fixed{
	width: 1000px;
	padding-left: 0 !important;
}

#header .structure-fixedIn,
#header .structure-liquidIn {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#0d2ea0, endColorStr=#071956, GradientType=1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d2ea0, endColorstr=#071956, GradientType=1)";
	background: -webkit-gradient(linear, 0 0, right 0, from(#0d2ea0), to(#071956));
	background: -moz-linear-gradient(left, #0d2ea0, #071956);
	padding: 7px 10px 8px;
}

#header .ci {
	/*float: left;
	padding: 4px 0 0;*/
	position: absolute;
	top: 11px;
	left: 27px;
}
#header .si {
	/*float: right;*/
	padding-right: 12px;
	text-align: right;
	
}

/*========================================
 +container
========================================*/
#container {
	background: url(/g/b/shared/img/container/icon_grad_01.png) left top repeat-x;
}
#container .structure-fixed,
#container .structure-liquid {
	padding: 10px 10px 38px;
	background: url(/g/b/shared/img/container/icon_grad_01.png) left top repeat-x;
}

#topic-path {
	margin: 0 0 14px;
	padding: 0 0 0 18px;
}
#topic-path-branch {
	margin: 0 0 14px;
	padding: 0px;
	display: none;
}
#topic-path li, #topic-path-branch li {
	float: left;
}
#topic-path a, #topic-path-branch a {
	display: block;
	margin: 0 5px 0 0;
	padding: 0 9px 0 0;
	background: url(/g/b/shared/img/container/icon_arrow_topicpath.gif) right center no-repeat;
}
#topic-path .homeonly, #topic-path-branch .homeonly {
	display: block;
	margin: 0 5px 0 0;
	padding: 0 9px 0 0;
	background: none;
}

/*========================================
 +container-printable
========================================*/
#container-printable {
	width:730;
	padding:10px;
}

/*========================================
 +main
========================================*/
#main-outer {
	float: left;
	width: 100%;
}
#main {
	margin: 0 220px;
}
#main.main-close {
	padding: 0 0 10px;
}
#main.main-open {
	padding: 0 0 140px;
}
.structure-fixed.column2 #main,
.structure-liquid.column2 #main {
	margin: 0 0 0 220px;
}
#main .unit-utility {
	float: left;
	width: 180px;
	margin: 0 0 0 -200px;
	padding: 9px 9px 3px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #fff url(/g/b/shared/img/module/icon_grad_tb_wg_43.gif) left bottom repeat-x;
	-webkit-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-moz-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-ms-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-o-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
}
#main .unit-utility a {
	display: block;
	margin: 0 0 2px;
	padding: 0 0 0 9px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_01.gif) left 4px no-repeat;
	*zoom: 1;
}

/*========================================
 +sub
========================================*/
#sub {
	position: relative;
	float: left;
	width: 200px;
	margin: 0 0 0 -100%;
	_margin: 0 0 0 -980px;
}
#sub-inner {
	position: static;
}
#sub .cat-title {
	padding: 6px 10px;
	border-top: 1px solid #737488;
	border-bottom: 1px solid #232334;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: #32324a;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,.4);
}
#sub .cat-title span {
	display: block;
	padding: 3px 0 3px 11px;
	background: url(/g/b/shared/img/module/icon_line_gr_01.png) left center no-repeat;
	font-size: 116.7%;
}
#sub .local-nav a:hover,
#sub .local-nav a:focus,
#sub .local-nav a:active {
	text-decoration: none;
}
#sub .unit-pict {
	padding: 5px;
	background: url(/g/b/shared/img/sub/icon_mosaic_01.gif) left top repeat;
}
#sub .unit-pict .inner {
	padding: 8px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
}
#sub .unit-pict .title {
	margin: 0 0 8px;
	font-size: 116.7%;
}
#sub .unit-pict .pict {
	margin: 0 0 8px;
	text-align: center;
}
#sub .unit-pict .link a {
	display: block;
	padding: 0 0 0 10px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_01.gif) 1px center no-repeat;
	*zoom: 1;
}

#sub .local-nav ul {
	border-top: 1px solid #cecdce;
}
#sub .local-nav li {
	padding: 0 6px;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-bottom: 1px solid #cecdce;
	background: url(/g/b/shared/img/sub/icon_grad_inset_01.gif) left bottom repeat-x;
}
#sub .local-nav a {
	display: block;
	padding: 8px 0 7px;
	background: url(/g/b/shared/img/module/icon_arrow_gw_r_01.png) right center no-repeat;
	font-weight: bold;
	*zoom: 1;
}

#sub .select-language {
	width: 168px;
	overflow: hidden;
	padding: 14px 15px;
	border: 1px solid #dbdbdb;
	border-top: none;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 0 1px 0 #bebdbe;
	-moz-box-shadow: 0 1px 0 #bebdbe;
	-ms-box-shadow: 0 1px 0 #bebdbe;
	-o-box-shadow: 0 1px 0 #bebdbe;
	box-shadow: 0 1px 0 #bebdbe;
}
#sub .select-language .title {
	margin: 0 0 9px;
	font-size: 116.7%;
}
#sub .select-language .flag {
	margin: 0 0 9px;
}
#sub .select-language .select select {
	width: 168px;
	font-size: 83%;
}
#sub .select-language .notcountry {
    padding:0 0 0 10px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_01.gif) 1px center no-repeat;
}

/*========================================
 +aside
========================================*/
#aside {
	float: left;
	width: 200px;
	margin: 0 0 0 -200px;
}
#aside .unit-utility {
	margin: 0 0 15px;
	padding: 9px 9px 3px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #fff url(/g/b/shared/img/module/icon_grad_tb_wg_43.gif) left bottom repeat-x;
	-webkit-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-moz-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-ms-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-o-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
}
#aside .unit-utility a {
	display: block;
	margin: 0 0 2px;
	padding: 0 0 0 9px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_01.gif) left 4px no-repeat;
	*zoom: 1;
}
#aside .unit-section {
	margin: 0 0 25px;
}
#aside .unit-section .title {
	margin: 0 0 10px;
	padding: 0 0 6px;
	background: url(/g/b/shared/img/aside/icon_line_01.gif) left bottom no-repeat;
	color: #40425c;
	font-size: 116.7%;
}
#aside .unit-section a {
	display: block;
	margin: 0 0 6px;
	padding: 0 0 0 9px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_01.gif) left 4px no-repeat;
	*zoom: 1;
}

#aside .unit-section.banner a {
	display: block;
	margin: 0 0 6px;
	padding: 0 0 0 9px;
	background: none;
	*zoom: 1;
}

#aside .unit-banner ul {
	margin: 0 0 0 -7px;
}
#aside .unit-banner li {
	display: inline-block;
	margin-left: 7px;
	margin-bottom: 10px;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

/*========================================
 +footer
========================================*/
#footer {
	padding: 0 10px;
}
#footer .structure-fixed,
#footer .structure-liquid {
	padding: 20px 0;
}
#footer .nav {
	margin: 0 0 20px;
	line-height: 1.2;
}
#footer .nav li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #999;
}
#footer .nav li:first-child {
	margin: 0;
	padding: 0;
	border: none;
}
#footer .copyright {
	color: #808080;
	font-size: 83%;
}

/*========================================
 +clearfix
========================================*/
.group:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
.group { *zoom: 1; }
