@font-face {
    font-family: 'ElleFuturaBook';
    src: url('font/ElleFutura/ElleFuturaBook.eot');
    src: url('font/ElleFutura/ElleFuturaBook.eot') format('embedded-opentype'),
         url('font/ElleFutura/ElleFuturaBook.woff2') format('woff2'),
         url('font/ElleFutura/ElleFuturaBook.woff') format('woff'),
         url('font/ElleFutura/ElleFuturaBook.ttf') format('truetype'),
         url('font/ElleFutura/ElleFuturaBook.svg#ElleFuturaBook') format('svg');
}
@font-face {
    font-family: 'ElleFuturaLight';
    src: url('font/ElleFutura/ElleFuturaLight.eot');
    src: url('font/ElleFutura/ElleFuturaLight.eot') format('embedded-opentype'),
         url('font/ElleFutura/ElleFuturaLight.woff2') format('woff2'),
         url('font/ElleFutura/ElleFuturaLight.woff') format('woff'),
         url('font/ElleFutura/ElleFuturaLight.ttf') format('truetype'),
         url('font/ElleFutura/ElleFuturaLight.svg#ElleFuturaLight') format('svg');
}
@font-face {
    font-family: 'ElleFuturaBold';
    src: url('font/ElleFutura/ElleFuturaBold.eot');
    src: url('font/ElleFutura/ElleFuturaBold.eot') format('embedded-opentype'),
         url('font/ElleFutura/ElleFuturaBold.woff2') format('woff2'),
         url('font/ElleFutura/ElleFuturaBold.woff') format('woff'),
         url('font/ElleFutura/ElleFuturaBold.ttf') format('truetype'),
         url('font/ElleFutura/ElleFuturaBold.svg#ElleFuturaBold') format('svg');
}
@font-face {
    font-family: 'ElleFuturaHeavy';
    src: url('font/ElleFutura/ElleFuturaHeavy.eot');
    src: url('font/ElleFutura/ElleFuturaHeavy.eot') format('embedded-opentype'),
         url('font/ElleFutura/ElleFuturaHeavy.woff2') format('woff2'),
         url('font/ElleFutura/ElleFuturaHeavy.woff') format('woff'),
         url('font/ElleFutura/ElleFuturaHeavy.ttf') format('truetype'),
         url('font/ElleFutura/ElleFuturaHeavy.svg#ElleFuturaHeavy') format('svg');
}
@font-face {
    font-family: 'UVNTinTuc_b';
    src: url('font/UVNTinTuc/UVNTinTuc_b.eot');
    src: url('font/UVNTinTuc/UVNTinTuc_b.eot') format('embedded-opentype'),
         url('font/UVNTinTuc/UVNTinTuc_b.woff2') format('woff2'),
         url('font/UVNTinTuc/UVNTinTuc_b.woff') format('woff'),
         url('font/UVNTinTuc/UVNTinTuc_b.ttf') format('truetype'),
         url('font/UVNTinTuc/UVNTinTuc_b.svg#UVNTinTuc_b') format('svg');
}
@font-face {
    font-family: 'UTMAlterGothic';
    src: url('font/UTMAlterGothic/UTMAlterGothic.eot');
    src: url('font/UTMAlterGothic/UTMAlterGothic.eot') format('embedded-opentype'),
         url('font/UTMAlterGothic/UTMAlterGothic.woff2') format('woff2'),
         url('font/UTMAlterGothic/UTMAlterGothic.woff') format('woff'),
         url('font/UTMAlterGothic/UTMAlterGothic.ttf') format('truetype'),
         url('font/UTMAlterGothic/UTMAlterGothic.svg#UTMAlterGothic') format('svg');
}
@font-face {
    font-family: 'OpenSans';
    src: url('font/OpenSans-Bold.ttf') format('truetype');
}

body {
 	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
} 

body {	 
	FONT-FAMILY:Arial, Helvetica, sans-serif ;
	font-size: 12px;
	line-height:18px; 
	color:#333333; 
}
td,th { 
 	font-size: 12px;
	line-height:18px; 
	color:#333333; 
}

@font-face { font-family: customFont; src: url("cambriab.ttf") /* TTF file for CSS3 browsers */}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form,input,textarea {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:bold;
}
 
.clear {clear: both; font-size: 0px; line-height: 0px; height:0;}
p {margin:0px;padding:5px 0px;}
ol,ul {	list-style: none;}

a { text-decoration:none; color:#034ea2}
a:hover {  color:#034ea2; text-decoration: underline; }

img { border : 0px; }
input {   color: #2a2a2a;}
.input-warn {border:1px solid #FF0000;line-height:20px;	height:18px;}
.input-ok { border:1px solid #00CC66; line-height:20px;	height:18px;}

table tr td{
	padding-bottom: 10px;
}

table tr td.td_title{
	font-weight: bold;
	padding-right: 7px;
}

.btnwrapper {
	overflow:hidden;
	margin-right:10px;
	float:left;
}  

.button {
	background:#585557;
	cursor:pointer;
	border:none;
	color:#fff;
	padding: 5px 5px; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
 
a.button{  
	text-decoration: none;
	color:#ffffff;
	font-weight:bold;
	display:inline-block;
}

a:link.btn, a:visited.btn, a:active.btn{
	color: #333333; /*button text color*/
}

a.button span{
 	display: block; 
	padding-left:5px;
	padding-right:5px;
}

a.button:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.button:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: #ffffff;
} 
  
/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		


#login_email {
	height: 38px;
}
#login_pass {
	height: 38px;
}


.clearfix:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix{
	display: inline;
	position: relative;
	}
/*\*/
.clearfix	{
	display: block;
}

.fl {float:left;}
.fr {float:right;}
.hidden {display:none;}
.font_err {	color:#ff0000;}
.font_err a:active , .font_err a:link , .font_err a:visited {  text-decoration: none ; color:#ff0000}
.font_err a:hover {  color:#ff0000; text-decoration: underline; }

/* -------------------------------------------------------------------
 format text
---------------------------
---------------------------------------- */
.mess_info {text-align:center; font-weight:bold; color:#993333}
/********************* CSS for boxMess ****************************/
#boxMess {
	border: 1px solid #F08200;
	padding: 2px 5px;
	background: #FCF5CD
}

#boxMess  h4.mess {
	background: url(../../../images/icon/icon_mess.gif) no-repeat left;
	padding: 2px 30px;
	color: #FF0000;
	font-weight: bold;
}

#boxMess  h4.err {
	background: url(../../../images/icon/icon_warning.gif) no-repeat left;
	padding: 6px 30px;
	color: #FF0000;
	font-weight: bold;
}

#boxMess .font_err {
	text-decoration: blink;
	color: #950000;
}

.popupContent {  
	 background:url(../images/popupContent.png) no-repeat;
	 width:710px;
	 height:485px; 
	 padding:30px;
}
.divContent {
	height:480px; 
	padding-right:10px;
	overflow-y:auto;	
} 
.popupTitle {  
	display: block;
	padding: 15px;
	padding-bottom: 0;
}
.popupTitle .title { 
	font-size:18px; color:#c4256c; font-weight:normal; line-height:20px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 36px;
}
.box-login-wrapper.success .boxRegister{padding-top: 0;}

.boxRegister table{table-layout: fixed; width: 100% !important}

.logo_popup {background:url(../images/btn_reg_2.gif) bottom no-repeat;
	padding-bottom:35px;}
		
.logo_login {width:260px;
	text-align:center}
.forget_pass { 
	text-decoration:none; 
	color:#ffffff; 
	background: #6a6a6a url(../images/ic_key_2.png) left 11px center no-repeat;
	height: 33px;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
	display: inline-block;
	padding: 0 15px;
	padding-left: 44px;
	margin:5px 0;
}
.forget_pass:hover{text-decoration: none;}
.forget_pass span{
	padding: 5px; padding-left: 15px;
	color: #ffffff !important;
	/*font-weight: bold;*/
	line-height: 24px !important;
	border-left: 1px solid #888888;
	font-size: 18px !important;
}

.mess {font-weight:bold}
.mess span{color:#E55302;}
.popupClose { background:url(../images/close.png) no-repeat; width:41px; height:41px; position:absolute; right:0px; top:-10px; z-index:100 ; }
.popupClose a {display:block ; width:41px; height:41px;  text-decoration:none;}
.bannerPopupContent  {}
/* fix for bold in FF4 win 64bit */
b{font-weight:bold}
.classic-popup .error { border:1px solid red;}

#close-popup { width:41px; height:41px; text-indent:-9999px; right:-20px; top:-30px;}
 
.popupMember {	 background:#fff;  }
/*Popup login*/
.divPopupLogin {padding: 5px;}
.box-login-wrapper { padding:0px !important; clear: both;}


.box-login-wrapper .div_title{
    width: 440px; height: 95px;
    background:url(../images/banner_login.jpg) center no-repeat;
    
}
.box-register .div_title{
    width: 100%; height: 95px;
    background:url(../images/banner_register.jpg) center no-repeat;
    
}

.box-wholesale-wrapper .div_title{
    width: 440px; height: 40px;
    background:url(../images/title_buonsi.jpg) center no-repeat;
}


.title_login_face{
	font-size: 14px;
	line-height: 25px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 30px;
}


.divPopupLogin .title-login { background:url(../images/icon_user.gif) left no-repeat;   padding:5px 0px; padding-left:40px; line-height:30px;}



#formLogin .textfiled{
	padding-left: 28px;
}
#formLogin #btnLogin{
	float: right;
}

.cufon {
	height: 30px !important;
}
.div-login-register {
	text-align:center;
	border-bottom: 1px solid #dddddd;
}

.aRegister  {
	display:inline-block;
	background:none; 
	padding:0px 10px;	
	color:#333333;
	text-transform:uppercase;
	text-decoration:none;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	float: left;
	margin-right: 5px;
}
.aRegister:hover{
	background: #dddddd;
	text-decoration: none;
	color: #333333;
}
.aRegister.current{
	background: #dddddd;
	font-weight: bold;

}

.div_forget_password{
	border-top: 2px solid #ebebeb;
	padding-top: 10px;
}
.div_forget_password span{
	display: block;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

 .note  { font-size:11px;  padding:5px 0px; color:#333333;}
	.divPopupLogin .extra-link { color:#034ea2; font-size:13px; padding:5px 10px; font-weight:bold;}
	.divPopupLogin .extra-link  a { color:#034ea2;  }

#open-id-login-small li img{
	float: left;
	margin-right: 10px;
}
#open-id-login-small li {
	line-height: 40px;
}
#loading{
	margin: 20px;
}
#loading img{
	display: block;
	margin: 0 auto;
}

	
/*divPopupRegsiter*/	
.divPopupRegsiter {padding: 5px;}
	.boxRegister {
		width: 425px;
		padding-right: 25px;
		float: left;
	}
	
	
.fSize-16 { font-size:14px;} 
.mess-input { font-size:10px ; font-style:italic}	

.box-login-wrapper.success{
	padding-top: 0;
}
.mess_register_success , .mess_expire {
	font-size: 14px;
    line-height: 20px;
    font-style: italic;
    font-family: 'ElleFuturaBook';
    color:#555555;
    font-weight: normal;
}
.mess_register_success p{
	padding: 0;
}
.mess_expire{
	font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 19px;
	font-style: italic;
	color: #434343;
}

/* Skin TAB */
#tab-container-1-nav {
	list-style: none;
	margin: 0;
	padding: 0px;
}

#tab-container-1-nav :after {
	/* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

#tab-container-1-nav li {
	float: left;
	padding-right:5px;
}


#tab-container-1-nav a {
	background:#E6E6E6;
	display: block;
	color: #333333;
	font-weight: bold;
	text-align: center;
	text-decoration: none;	
	padding-right:7px; 
	border-top:1px solid #DBDBDB;
	border-left:1px solid #DBDBDB;
	border-right:1px solid #DBDBDB;
}
#tab-container-1-nav a span { 
	display: block;
	line-height: 25px;
	padding-left:15px;
	padding-right:8px;
}

#tab-container-1-nav a:hover {
	color: #B84120;
}
#tab-container-1-nav a:hover span {

}

#tab-container-1-nav .activeli {
	top:1px;
	position:relative;
}
#tab-container-1-nav  a.active {	
	background:#FFF;
	color: #B84120;
}
#tab-container-1-nav  a.active span {
	background:#FFF;
}

#tab-container-1 .tab {
	border-top:1px solid #dbdbdb;
	padding: 10px 0px;
	overflow:hidden;
} 

#tab-container-1 .tab-content{
	border:1px solid #dbdbdb;
	padding: 10px ;
	overflow:hidden;	
}

/*=================BEGIN: POPUP=======================*/

.box-login-wrapper .div_form{
    width: 100%;
    float: left;
    padding: 10px 20px 5px 20px;
}

.box-wholesale-wrapper .div_form{
    width: 100%;
    float: left;
    padding: 10px 20px 5px 20px;
}

.img_buonsi{
	background: url(../images/hayantam.png) center no-repeat;
	width: 342px; height: 132px;
	display: block;
	margin: 0 auto;
	padding: 0;  padding-top: 40px; padding-left: 35px; padding-right: 35px;
}

.img_buonsi ul li{
	background: url(../images/check.png) left center no-repeat;
	font-weight: bold;font-size: 14px;color: #4d7097;
	font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
	padding: 3px 0;
	padding-left: 15px;
}

.box-wholesale-wrapper .div_form .row-input{
	margin-bottom: 15px;
}

.box-register .div_form{
    background: url(../images/online_shopping.png) right bottom no-repeat;
    height: 316px;
}
.formLogin .row-input{
    margin-bottom: 5px;
}
#formRegister .row-input{
	margin-bottom: 20px;
}

.formLogin .row-input label{
    font-size: 12px;
    line-height: 22px;
    font-weight: normal;
    font-family: 'ElleFuturaBook';
    color: #666666;
}
.formLogin .check-remember ul li{
    display: inline-block;
    padding: 0px 10px;
    font-size: 14px;
    line-height:20px;
    font-family:"Arial";
    color: #333333;
    position: relative;
}
.formLogin .check-remember ul li ~ li:after{
    position: absolute;
    content:"|";
    top: 0px;
    left: -2px;
}
.formLogin .check-remember ul li label{
    font-size: 14px;
    line-height:20px;
    font-family:"Arial";
    color: #333333;
}
.formLogin .check-remember ul li a:hover{
    color: #2c5987;
}
.btn.btn-login{
	padding: 0;
    padding-right: 20px; padding-left: 20px;
    font-size: 12px;
    line-height: 32px;
    color:#ffffff;
    font-family: 'OpenSans';
    background-color:#2c5987;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    -ms-border-radius:3px;
    border-radius:3px;
    position: relative; 
}

/* .btn.btn-login::before{
	content: '';
	background: url(../images/mat_cuoi.png); width: 51px; height: 42px;
	position: absolute; left: -36px; top: -6px;
}
 */
.p-register{text-align: right; color: #fe0000; font-size: 12px; text-decoration: underline; float: right; margin-top: 13px;}

.btn.btn-login:active,
.btn.btn-login:hover{
    background-color:#OpenSans;
}
.btn.btn-login:active,
.btn.btn-login:focus{
    outline: 0;
}
.formLogin .status{
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    font-family: 'ElleFuturaBook';
    color:#555555;
    margin-bottom: 30px;
}
.formLogin .status span{
    color:#ed1e79;    
}
.btn.register{
    padding:10px 40px;
    font-size: 20px;
    line-height: 28px;
    color:#333333;
    font-family: 'ElleFuturaBook';
    background-color:#ffffff;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    -ms-border-radius:8px;
    border-radius:8px;
    border: 1px solid #e3e3e3;
}
.btn.register:active,
.btn.register:hover{
    background-color:#ed1e79;
    color: #ffffff
}
.btn.register:active,
.btn.register:focus{
    outline: 0;
}
.box-login-wrapper .div_login_face{
    width: 147px;
    float: right;
    padding: 0px 0px 0px 25px;
}
.box-login-wrapper .div_login_face .f-title{
    font-size:  12px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #2c5987;
    font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}
.btn.b-facebook{
    display: block;
    text-align: left;
    margin-bottom: 10px;
    padding:10px 40px;
    font-size: 16px;
    line-height: 22px;
    color:#ffffff !important;
    background: url(../images/ic_facebook.png);
    width: 122px;
    height: 38px;
    text-indent: -9999px;
    outline: none;
    border-radius: 0;
}
.btn.b-facebook:active,
.btn.b-facebook:hover{
    background-color:#293d69;
}
.btn.b-google{
    display: block;
    text-align: left;
    margin-bottom: 10px;
    padding:10px 40px;
    font-size: 16px;
    line-height: 22px;
    background: url(../images/ic_google.png);
    width: 122px;
    height: 38px;
    text-indent: -9999px;
    outline: none;
    border-radius: 0;
}
.btn.b-google:active,
.btn.b-google:hover{
    background-color:#a53729;
}
.style-login .fancybox-skin{
    background-color: transparent;
}
.style-login.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
}
.style-login .fancybox-close{
    width: 28px;
    height: 28px;
    background: url(../images/icon-close.png) no-repeat 0px 0px;
    top: 35px;
    right: 35px;
}
.check-sendmail label{
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    font-family: 'ElleFuturaBook';
    color:#555555;
    font-weight: normal;
}
/*=================END: POPUP=======================*/

#loadAjax{
    position: relative;
}
#loadAjax .loadding{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 5;
}
#loadAjax .loadding img{
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
}