#tab_wrapper{
	width:610px;
	margin-top: 20px;
}

#tab_wrapper h1{
	
	text-align:center;
	margin-bottom:20px;
}

#tab_wrapper a{
	/*display:block;
	font-size:1.2em;
	padding-top:20px;
	color:#FFF;
	text-decoration:none;
	text-align:center;*/
}

#tabContainer {
	width:610px;
	/*padding:15px;
	background-color:#2e2e2e; */
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#tabs{
	height:34px;
	overflow:hidden;
}

#tabs > ul{
	font: 1em;
	list-style:none;
}

#tabs > ul > li{
	/*margin:0 2px 0 0; */
	padding:12px 10px;
	text-align:center;
	display:block;
	float:left;
	color:#FFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	background: #C9C9C9; /* old browsers */
	background: -moz-linear-gradient(top, #0C91EC 0%, #257AB6 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0C91EC), color-stop(100%,#257AB6)); /* webkit */
	width:102px;
	background: url(../../images/common/tab_off.png);
	background-repeat:no-repeat;
	color:#333;
	font-size:11px;
}

#tabs > ul > li:hover{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	background:url(../../images/common/tab_off.png);
	background-repeat:no-repeat;
	color:#F60;
	
}

#tabs > ul > li.tabActiveHeader{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	background:url(../../images/common/tab_on.png);
	background-repeat:no-repeat;
	color:#F60;
}

#tabscontent {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px; 
	padding:10px 10px 25px;
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 90%, #e4e9ed 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(90%,#FFFFFF), color-stop(100%,#e4e9ed)); /* webkit */
	margin:0;
	color:#333;
		border:1px solid;
	border-color:#e7e7e7;
	border-top:none;
	
}

#content_date {
	width: 150px;
}

@charset "utf-8";
/* CSS Document */

#content-2c-left_revamp {
	width:620px;
	padding-top: 0px;
	padding-right:0px;
	padding-left: 0px;
	padding-bottom:0px;
	margin-left:10px;
	float:left;
	/*background-color:#f1f1f1;*/
 }

#revamp_2c_box_leftgroup{
	width:300px; 
	float:left;
}

#revamp_2c_box_rightgroup{
	width:300px; 
	float:right;
	margin-right: 8px;
}

#revamp_2c_box_left{
	width:300px;
	height:auto;
	padding:0px;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#f9f9f9;
	margin-top:20px;
	border:1px solid;
	border-color:#e7e7e7;
}




#revamp_2c_box_right{
	width:300px;
	height:auto;
	padding:0px;
	float:right;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#f9f9f9;
	margin-top:20px;
	border:1px solid;
	border-color:#e7e7e7;
}

#revamp_2c_box_title{
	background:url(../../images/common/2_col_bg.png); 
	height:34px; 
}
#revamp_2c_box_title .text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	padding:10px 0px 0px 10px;
	float:left;	
}

@-moz-document url-prefix(){
	#revamp_2c_box_title .text {padding-top:8px;}
	}
	


#revamp_2c_box_title .icon{
	width: 46px;
	padding-right:5px;
	float:right;
}

#revamp_2c_box_left .lubox{
	width: 280px;
	height: 16px;
	margin: 5px;
	padding:5px;
	background-color:#e8e9eb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;	
}

#revamp_2c_box_left .lubox, #revamp_2c_box_right .lubox{
	width: 280px;
	height: 16px;
	margin: 5px;
	padding:5px;
	background-color:#e8e9eb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
	
}



#revamp_2c_box_left .pbox, #revamp_2c_box_right .pbox{
	width:280px;
	padding: 0px 5px 5px 10px;
}

#revamp_2c_box_lef p, #revamp_2c_box_right p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color: #2A2A2A;
}
#revamp_2c_box_left hr, #revamp_2c_box_right hr, #tabscontent hr{
	 width:100%;
	 height: 2px;
	 background: url(../../images/common/hr_bg.png);
	 background-repeat: repeat-x;
	 border:none !important;
	 margin-top:0px;
	 margin-bottom:5px;
}

#revamp_2c_box_left .banner, #revamp_2c_box_right .banner{
	padding:5px 5px 5px 6px;
	}


#revamp_rightbox {
	width:302px;
}


#revamp_rightbox_infocus{
	height: 334px;
	background:url(../../images/common/infocus_bg.png);
	 background-repeat: no-repeat;
}


#revamp_rightbox_infocus .content{
padding: 3px 10px 10px 16px;
}

#revamp_rightbox_infocus .iftitle{
padding: 0px 10px 5px 104px;
}

#revamp_rightbox_infocus .iftitle p{ font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
color:#666;
padding-bottom:0px;
	
}

#revamp_rightbox_infocus .content img{
	padding: 0px 14px 0px 18px;
}

#revamp_rightbox_promobox{
	width:302px;

}
#revamp_rightbox_promobox .top{
   height: 1px; 
   background-color:#f1f1f1;
}
#revamp_rightbox_promobox .content{
   background:url(../../images/en/promo_bg.png);
   background-repeat:repeat-y;
   padding-left:1px;
}
#revamp_rightbox_promobox .bottom{
	height:15px;
   background: url(../../images/en/promo_bottom.png);
   background-repeat:no-repeat;
}

#revamp_rightbox_mcsbox{
	width:302px;

}
#revamp_rightbox_mcsbox .top{
   height: 1px; 
   background-color:#f1f1f1;
}
#revamp_rightbox_mcsbox .content{
   background:url(../images/en/promo_bg.png);
   background-repeat:repeat-y;
   padding-left:1px;
}
#revamp_rightbox_mcsbox .bottom{
	height:15px;
   background: url(../images/en/promo_bottom.png);
   background-repeat:no-repeat;
}

#revamp_rightbox_multimediabox{
	width:302px;

}
#revamp_rightbox_multimediabox .top{
   height: 1px; 
   background-color:#f1f1f1;
}
#revamp_rightbox_multimediabox .content{
   background:url(../../images/en/promo_bg.png);
   background-repeat:repeat-y;
   padding-left:1px;
   padding: 5px 5px 5px 5px;
}
#revamp_rightbox_multimediabox .bottom{
	height:15px;
   background: url(../../images/en/promo_bottom.png);
   background-repeat:no-repeat;
}
/*-- old multi --
#revamp_rightbox_multimedia{
	height: 293px;
	background:url(../images/en/multimedia_bg.png);
	 background-repeat: no-repeat;
}

#revamp_rightbox_multimedia .content{
padding: 36px 15px 10px 13px;
}

#revamp_rightbox_multimedia .content p{
padding: 10px 0px 10px 0px;
font-size:10px;
}
*/

#revamp_rightbox_followus{
	height: 116px;
	background:url(../../images/en/followus_bg.png);
	 background-repeat: no-repeat;
}

#revamp_rightbox_followus .content{
padding: 44px 10px 10px 16px;
}

#revamp_rightbox_followus .content img{
	padding: 0px 1px 0px 1px;
}


#revamp_rightbox_mobileapp{
	height: 126px;
	background:url(../../images/en/mobileapp_bg.png);
	 background-repeat: no-repeat;
}

#revamp_rightbox_mobileapp .content{
padding: 36px 10px 10px 16px;
}

#revamp_rightbox_mobileapp .content img{
	padding: 0px 14px 0px 4px;
}



/* quick tool */

#quicktool_box {width: 286px; margin-left:7px;}
	#quicktool_box .box_top{background-image:url(../../images/en/qt_box_top.png); height:40px}
	#quicktool_box .box_bottom{background-image:url(../../images/common/qt_box_bottom.png); background-repeat:no-repeat; height:12px; padding-bottom:5px;}
	#quicktool_box .box_content{background-image:url(../../images/common/qt_box_bg.png);}
	#quicktool_box  .content{padding:0px 0px 0px 16px; text-align:left; font-family: Verdana, Arial, 		
	Helvetica, sans-serif; font-size: 12px; line-height: 1.6em;}
	#quicktool_box  .select {padding: 2px 0px 6px 14px; }
	#revamp_select {
			width: 254px;
			height: 21px;
			font-size:11px;
			color:#666;
			-webkit-appearance: menulist;
			box-sizing: border-box;
			border: 1px solid;
			border-image-source: initial;
			border-image-slice: initial;
			border-image-width: initial;
			border-image-outset: initial;
			border-image-repeat: initial;
			white-space: pre;
			-webkit-rtl-ordering: logical;
			color: black;
			background-color: white;
			cursor: default;
/* end quick tool */
