/* CSS Document */
body{
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:130%;
}
.clear{clear:both; padding-bottom:20px}
.body_bg{
	background:url(../images/body_bg.png) repeat-x;
}
.prod_home_title_bg{
	background:url(../images/prod_home_title_bg.png) top no-repeat;
	height:36px;
}
.class_img{ border:1px solid #CCC; padding:2px}
.top_bg{
	background:url(../images/top_bg.png) right top no-repeat;
	height:197px;
	background-color:#018787;
}
.menu_bg{
	background:url(../images/bg_menu.png) repeat-x;
	height:42px;
}
.center_bg{
	background:url(../images/body_bg.png) top repeat-x;
	background-color:#FFFFFF;
}
.bottom_bg{
	background-color:#00323c;
}
.bottom_top{
	background:url(../images/bg_menu.png) top repeat-x;
	height:5px;
}
#div_menu{
	width:860px;
	height:35px;
	margin:0;
	padding:0;
}
#div_menu ul{
	list-style:none;
	width:860px;
	height:35px;
	margin:0;
	padding:0;
	position:absolute;
}
#div_menu ul li{
	position:relative;
	float:left;
	display:block;
	text-align:center;
	width:114px;
	height:35px;
	padding-right:8px;
}
#div_menu ul li:hover{
	text-align:center;
	width:114px;
	height:35px;
	padding-right:8px;
}
.menu_class{
	background:url(../images/menu_1.png) no-repeat;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	padding-top:10px;
}
.menu_class:hover{
	background:url(../images/menu_2.png) no-repeat;
	btext-decoration:none;
	color:#01164b;
}
.menu_active{
	background:url(../images/menu_2.png) no-repeat;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#01164b;
	padding-top:10px;
}
.menu_active:hover{
	text-decoration:none;
}

.lang_bg{
	background:url(../images/lang_bg.png) no-repeat;
	width:74px;
	height:35px;
	text-align:center;
}
.lang_bg a{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}
.lang_bg a:hover{
	text-decoration:underline;
}
.admin_bg{
	background: url(../images/menu_1.png) no-repeat;
	width:116px;
	height:35px;
	text-align:center;
}
.admin_bg a{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}
.admin_bg a:hover{
	text-decoration:underline;
}
.webmail_bg{
	background: url(../images/webmail_bg.png) no-repeat;
	width:74px;
	height:35px;
	text-align:center;
}
.webmail_bg a{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}
.webmail_bg a:hover{
	text-decoration:underline;
}

.font_white{
	color:#FFFFFF;
	text-decoration:none;
}
.font_blue{
	color:#1d5bb4;
}
.home_bg{
	background:url(../images/home_bg.png) no-repeat;
	height:676px;
}
.home_bg_1{
	background:url(../images/home_bg_1.png) no-repeat;
	height:539px;
}
.left_bg{
	background:url(../images/left_bg.png) top no-repeat;
	background-color:#d9dce4;
}
.left_top_red{
	background:url(../images/left_top_red.png) no-repeat;
	height:31px;
}
.left_top_blue{
	background:url(../images/left_top_blue.png) no-repeat;
	height:31px;
}
.left_center{
	background:url(../images/left_center.png) top no-repeat;
}
.left_bottom{
	background:url(../images/left_bottom.png) top no-repeat;
	height:27px;
}
.left_title{
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
#accordion {
	margin:0;
	padding:0;	
	list-style:none;
	display:block;
}

#accordion li {
	width:192px;
	display:block;
}


/* Using CSS Sprite for menu item */
#accordion li a {
	background:url(../images/menu_bg.png) no-repeat 0 0;
	display: block;
	width: 167px;
	height: 27px;
	padding-left:25px;
	padding-top:10px;
	outline:none;
	color:#000000;
	font-weight:bold;
	text-decoration:none
}

#accordion li a:hover{
	background:url(../images/menu_bg_over.png) no-repeat;
	color:#FFFFFF;	
}


/* Second Level UL List*/
#accordion ul {
	width:192px;
	margin:0;
	padding:0;
	display:none;	
}

#accordion ul li {
	height:32px;
	border-bottom:1px #CCCCCC solid;
}

/* styling of submenu item */
#accordion ul li a {
	width:162px;
	height:27px;
	background:url(../images/subMenu_bg.png) no-repeat;
	padding-left:30px;
	padding-top:7px;
	text-indent:0;
	color:#0066FF;
	text-decoration:none;
}
#accordion ul li a:hover{
	color:#cf1f01;
	background:url(../images/subMenu_bg.png) no-repeat;
}

/* remove border bottom of the last item */
#accordion ul li a.last {
	border-bottom: none;
}


.partner_img{
	border:1px #999999 solid;
}
.div_prod{
	border:1px #d9d9d9 solid;
}
.prod_img{
	border:1px #e0e0e0 solid;
}
.prod_title{
	color:#0066FF;
	font-weight:bold;
	text-decoration:none;
}
.prod_title:hover{
	color:#cf1f01;
	text-decoration:none;
}

.content_title{
	color:#000000;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.content_bg{
	background:url(../images/content_bg.png) top repeat-x;
}
.hotline{
	color:#cf1f01;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
.hotline_name{
	font-size:11px;
	color: #8b8b8b;
	font-weight:bold;
}
.font_blue{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
.font_yellow{
	color:#FFFF00;
	text-decoration:none;
}
.font_yellow_b{
	color:#FFFF00;
	text-decoration:none;
	font-weight:bold;
}
.view_detail{
	font-size:11px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
.view_detail:hover{
	text-decoration:none;
	color:#cf1f01;
}
.font_red{
	font-size:12px;
	font-weight:bold;
	color:#cf1f01;
	text-decoration:none;
}
.font_red:hover{
	text-decoration:underline;
}
.font_prod_home{
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
}
.buttonOrange{
		background:url(../images/bg_menu.png) repeat-x;
		color:#FFF; padding:5px 15px; border-radius:5px 0 5px 0; cursor:pointer; border:0;
	}
.title_right{
	border-bottom: 3px solid #063;
    border-top: 1px solid #063;
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 100;
    height: 30px;
	}
.title_sp{
	border-bottom: 1px solid #063;
    border-top: 1px solid #063;
    color: #063;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
	}
.font_link{
		color:#FFF;
		text-decoration:none;
		padding:2px 5px;
		font-weight:bold;
		width:25px; background:#096;
	}
.font_links{
		color:#333;
		text-decoration:none;
		padding:2px 5px;
		font-weight:bold;
		width:25px; background:#CCC;
	}
.ten_sp{ color:#8b4700; font-weight:bold; font-size:16px; padding-bottom:5px}
.font_sp{ color:#860a0a; font-weight:bold;}
.style_border{ border:1px solid #CCC}
.font13_green{ font-size:13px; font-weight:bold;}
.detail{ background:#ebecf0; padding:5px 10px 5px 5px; font-weight:bold; font-size:13px;}
.class_black:visited{ text-decoration:none; color:#333;}
.class_black:link{ text-decoration:none; color:#333;}
.class_black:hover{ text-decoration:none; color:#000;}

.class_green:visited{ text-decoration:none; color:#063;}
.class_green:link{ text-decoration:none; color:#063;}
.class_green:hover{ text-decoration:none; color:#000;}

.article_content img {
    max-width: 100% !important;
	height:auto;
}