 /* classic popup */
.classic-popup{background: rgba(255,255,255, 0.24);border-radius: 5px;-moz-border-radius: 5px;padding:5px}
.classic-popup-title{width:100%; background:#096DB5; height:41px; text-align:center;}
.classic-popup-title,.classic-popup-title .fl,a.classic-popup-close{height:40px;line-height:40px;font-weight:bold;color:#fff}
.classic-popup-title .fl{padding-left:20px;font-size:16px;text-transform:uppercase;text-shadow:0 1px 0 #666666}
a.classic-popup-close{float:right;font-size:13px;line-height: 30px;padding:0 10px}
a.classic-popup-close:hover{text-decoration:none;color:#4f2d00}
.classic-popup-content{width:100%;background:#fff; }
#bannerPopup { position:relative;}
.close-popup { text-align:right; margin-bottom:5px;}
.close-popup a { display:inline-block; background:url(../images/close-popup.gif) no-repeat; color:#FFF; font-size:12px; text-decoration:none; padding-left:20px;}
.bannerPopupContent { background:#fff;}
/* fix for bold in FF4 win 64bit */
b{font-weight:bold}
.classic-popup .error { border:1px solid red;}
 
 
/*------------ css cho box ------------*/  
.box {
	padding-bottom:20px;
}
.box_mid {
	padding-bottom:10px;
}
 
.box-title{
	border-top:1px solid #cccccc;
	margin-bottom:15px;
	color:#000;
} 
.box-title span {display:inline-block;
	font-size:19px;
	font-family:"customFont";
	text-transform:uppercase;
	border-top:2px solid #000;
	line-height:19px;
	padding-top:10px;}
.box-content {
}
.box_mid {margin-bottom:10px;}
.mid-title {border-top:1px solid #cccccc;
	margin-bottom:20px;}
.mid-title .titleL {
	float:left;
	font-size:12px; 
	text-transform:uppercase;
	padding-top:5px;
	border-top:2px solid #000000;
	color:#000000;
	font-size:26px;
	line-height:26px;
	font-family:"customFont";
	font-weight:normal;
}
.mid-title .titleL h1 {font-weight:normal;}
.mid-title .titleL a {color:#000000;}
.mid-title .titleR {
	float:right;	
}

.mid-content {
	overflow:hidden;
}


/*CATEGORY*/
.box_category {padding:0px;   }
.box_category  ul {list-style:none;}
.box_category  li {border-bottom:1px solid #e5e5e5;
	padding-bottom:5px;
	margin-bottom:5px;}
.box_category  li a {
	background:url(../images/icon_li.gif) 0px 7px no-repeat;
	display:block;  
	font-weight:bold;
	padding-left:15px;	
	color:#000000;
}
.box_category  li a:hover{
	 text-decoration:none;
	 color:#ed1c24
} 
.box_category  li a.current {color:#ed1c24;
	}

.box_category ul ul {
	list-style:none;
	padding-left:10px; 
}
.box_category ul ul li {
	background:none;
	padding:2px;
}
.box_category ul ul li a {
	background:url(../images/icon_li.gif) 0px 9px no-repeat;
	font-weight:normal;
	padding-left:10px; 	
}
.box_category ul ul li a:hover { }
.box_category ul ul li a.current { }


/*box member*/
.header_member {position:absolute;
	top:20px;
	display:none;
	right:0px;
	background:#fff;
	border:1px solid #CCC;
	padding:10px;
	width:200px;
	z-index:101;
	text-align:left;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.4);
box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.4);}
.header_member li {background:url(../images/icon_li.gif) left no-repeat;
	padding-left:15px;}
.header_member li a {color:#333333 !important; }
.header_member .wellcome_box {font-weight:bold;
	color:#333;}
.header_member .username {color:#F00;}

.icon_support {border-bottom:1px solid #CCC;
	padding-bottom:5px;
	margin-bottom:5px;}
	
/*box service*/

.box_service {}
.box_service .stt {background:url(../images/icon_service.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#fff;
	width:15px;
	height:15px;
	display:inline-block;
	margin-right:10px;
	text-align:center;
	line-height:15px;}
.box_service li {border-bottom:1px solid #CCC;
	padding-bottom:10px;
	margin-bottom:10px;}
.box_service li.last {border-bottom:none;
	padding:0;
	margin:0}
.box_service .short {color:#999999;
 	font-size:11px;}
	
	
.login_social #fbLogin {cursor:pointer}
.login_social .open-id {cursor:pointer}