@charset "utf-8";
/* CSS Document */
#box_top-menu {
	width: 1160px;
	margin:0px auto;
	height: 40px;
	padding: 0px;
	background-color:#FFF;
	border-top:3px solid #499c07;
}
#top-menu {
	width:100%;
	height: 40px;
	padding: 0px;
	list-style: none;
	background-image: url('../images/menu-bg.png');
	background-position: left bottom;
	background-repeat: repeat-x;
}
#top-menu li {
	float: left;
	padding: 0px;
	position: relative;
	border-right: 1px solid #41a6ea;/*margin-right:1px;*/
	/*border-left:1px solid #f2867b;*/
}
#top-menu li:hover {
	background-color:rgb(198,9,1);
}
#top-menu li.selected {
	background-color:rgb(198,9,1);
}
/*#top-menu li img {
	padding-left:5px;
}*/
#top-menu a {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
	text-transform:uppercase;
	padding:0px 16px;
	line-height:40px;
	text-wrap:none;
	display:block;/*text-shadow: 0 1px 0 #000;*/
}
/*fix chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
#top-menu a {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
	text-transform:uppercase;
	padding:0px 12px;
	line-height:40px;
	text-wrap:none;
	display:block;/*text-shadow: 0 1px 0 #000;*/
}
}

#top-menu li:hover > a {
	color:#fff;
}
#top-menu li.selected > a {
	color:#fff;
}
#top-menu .trangchu {
/*background-image:url(../images/homeIcon.png);
	background-repeat:no-repeat;
	background-position:left;*/
	/*margin-left:10px;*/
}
/*#top-menu li a.selected {
	color: #fff;
}*/
*html #top-menu li a /* IE6 */ {
	color: #FFF;
}
#top-menu li:hover > ul {
	display: block;
}
/* Sub-top-menu */
.bg_xam {
	background-color: #f6f6f6 !important;
}
#top-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 99999;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(20, 20, 20, 0.3);
	-moz-box-shadow: 0 0 3px rgba(20, 20, 20, 0.3);
	-o-box-shadow: 0 0 3px rgba(20, 20, 20, 0.3);
	-ms-box-shadow: 0 0 3px rgba(20, 20, 20, 0.3);
	box-shadow: 0 0 3px rgba(20, 20, 20, 0.3);
 filter:progid:DXImageTransform.Microsoft.glow(Strength=5, Color='gray');
	-ms-filter:"progid:DXImageTransform.Microsoft.glow(Strength=3, Color='gray')";/*background: -moz-linear-gradient(#01aeeb, #01aeeb);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #01aeeb), color-stop(1, #01aeeb));
	background: -webkit-linear-gradient(#01aeeb, #01aeeb);
	background: -o-linear-gradient(#01aeeb, #01aeeb);
	background: -ms-linear-gradient(#01aeeb, #01aeeb);
	background: linear-gradient(#01aeeb, #01aeeb);	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius:6px; border: 1px solid #d5d5d5;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;*/
	/*-webkit-box-shadow: 0 0 5px rgba(20, 20, 20, 0.8);
	-moz-box-shadow: 0 0 5px rgba(20, 20, 20, 0.8);
	-o-box-shadow: 0 0 5px rgba(20, 20, 20, 0.8);
	-ms-box-shadow: 0 0 5px rgba(20, 20, 20, 0.8);
	box-shadow: 0 0 5px rgba(20, 20, 20, 0.8);
	filter:progid:DXImageTransform.Microsoft.glow(Strength=5, Color='gray');
	-ms-filter:"progid:DXImageTransform.Microsoft.glow(Strength=3, Color='gray')";*/
}
#top-menu ul ul {
	top: 0px;
	left: 220px;
}
#top-menu ul li {
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	/*-moz-box-shadow: 0 1px 0 #01aeeb, 0 2px 0 #01aeeb;
	-webkit-box-shadow: 0 1px 0 #01aeeb, 0 2px 0 #01aeeb;
	box-shadow: 0 1px 0 #01aeeb, 0 2px 0 #01aeeb;  */
	background: none;
	border:none;
}
#top-menu ul li:last-child {
	/*-moz-box-shadow: none;
	-webkit-box-shadow: none;*/
	box-shadow: none;
}
#top-menu ul a {
	padding:8px 15px;
	height:auto;
	width: 220px;
	height: auto;
	line-height: 1;
	color: #000;
	display: block;
	float: none;
	text-transform: none;
	font-size: 12px !important;
	text-transform: capitalize;
	line-height: 16px;
}
*html #top-menu ul a /* IE6 */ {
/*height: 10px;*/
}
*:first-child+html #top-menu ul a /* IE7 */ {
/*height: 10px;*/
}
#top-menu ul a:hover {
	/*background:#64af0c;*/
	color: #FFF;/*background: -moz-linear-gradient(#04acec, #0186ba);
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec, #0186ba);
	background: -o-linear-gradient(#04acec, #0186ba);
	background: -ms-linear-gradient(#04acec, #0186ba);
	background: linear-gradient(#04acec, #0186ba);*/
}
#top-menu ul li:first-child > a {
/*-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;*/
}
#top-menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 30px;
	top: -5px;
	width: 0;
	height: 0;/*border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #FFF;*/
}
#top-menu ul ul li:first-child a:after {
	left: -5px;
	top: 12px;
	width: 0;
	height: 0;
	border-left: 0;/*border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-right: 5px solid #FFF;*/
}
#top-menu li li > a {
	border-bottom: 1px solid #f3f3f3;
	font-weight:400;
}
#top-menu li li:hover > a {
	/*background:#64af0c;*/
	color: rgb(51,139,201);
}
#top-menu ul li:first-child a:hover:after {
	border-bottom-color: #FFF;
}
#top-menu ul ul li:first-child a:hover:after {
	border-right-color: #FFF;
	border-bottom-color: transparent;
}
#top-menu ul li:last-child > a {
/*-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;*/
}
/* Clear floated elements */
#top-menu:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	/*clear: both;*/
	height: 0;
}
* html #top-menu {
	zoom: 1;
} /* IE6 */
*:first-child+html #top-menu {
	zoom: 1;
} /* IE7 */
#adpacks-wrapper {
	font-family:Arial, Helvetica, sans-serif;
	width:280px;
	position: fixed;
	_position:absolute;
	bottom: 0;
	right: 20px;
	z-index: 9999;
	background: #eaeaea;
	padding: 10px;
	-moz-box-shadow: 0 0 15px #01aeeb;
	-webkit-box-shadow: 0 0 15px #01aeeb;
	box-shadow: 0 0 15px #01aeeb;
}
body .adpacks {
	background:#fff;
	padding:15px;
	margin:15px 0 0;
	border:3px solid #FFF;
}
body .one .bsa_it_ad {
	background:transparent;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}
body .one .bsa_it_ad .bsa_it_i {
	display:block;
	padding:0;
	float:left;
	margin:0 10px 0 0;
}
body .one .bsa_it_ad .bsa_it_i img {
	padding:0;
	border:none;
}
body .one .bsa_it_ad .bsa_it_t {
	padding: 0 0 6px 0;
}
body .one .bsa_it_p {
	display:none;
}
body #bsap_aplink, body #bsap_aplink:hover {
	display:block;
	font-size:9px;
	margin: -15px 0 0 0;
	text-align:right;
}
body .one .bsa_it_ad .bsa_it_d {
}
body .one {
	overflow: hidden
}
