/*-----------------------------------*/
.banner_left{
   position:fixed;
   left:0;
   top:200px;
   width: 56px;
   height:202px;
}
.facebook_liked{
   float:left;
   background:#4d4d4d;
   width:56px;
   height:76px;
   border-radius: 0px 3px 0px 0px;
}
a .facebook_liked:hover{
   background:#3b5998;
}
.banner_right_line{
   float:left;
   width:100%;
   border-top:1px solid #333;
   border-bottom:1px solid #666
}
#facebook_ipub{
   float: left;
   margin-top: 8px;
   margin-left: 5px;
   width: 80px;
   overflow: hidden;
}
.pluginCountButton{
   background: #fff;
   border-color: #D7D7D7;
   color: #333;
}
.pluginCountBox{
   padding:0px !important   
   
}
.pub_support{
   background:#4d4d4d;
   width:56px;
   height:55px;
   float:left;
   cursor: pointer;
   border-radius: 0px 0px 0px 0px;
}
.pub_support:hover{
   background:#933233;
}
.pub_support_icon{
   float:left;
   background: url('../images/bg_icon_support_pub_a.png');
   width:24px;
   height:22px;
   margin-top:8px;
   margin-left:15px;
}
.pub_support_title{
   float:left;
   margin-top:3px;
   margin-left: 12px;
   color:#fff;
   font-size: 11px;
   margin-top: 5px;
   font-family: sans-serif;
}
.film_required{
   float:left;
   background:#4d4d4d;
   width:56px;
   height:67px;
   border-radius: 0px 0 3px 0px;
   cursor: pointer;
}
.film_required:hover{
   background:#933233;
}
.film_required_icon{
   float:left;
   background: url('../images/bg_icon_film_required_a.png');
   width:25px;
   height:21px;
   margin-top:8px;
   margin-left:15.5px;
}
.film_required_title{
   float:left;
   text-align: center;
   color:#fff;
   font-size: 11px;
   margin-top: 5px;
	font-family: sans-serif;
}
.pub_a{
   background: #933233;
}
.films_top_title{
   float: left;
   margin-top: 10px;
   font-size: 14px;
   color:#933233;
   font-weight:bold;
   margin-left:20px;
}
/** Style warning alert*/
#myPubAlert{
   position:fixed;
   width:100%;
   height:100%;
   top:0;
   left:0;
   display:none;
   z-index: 10500;
   text-align:center;
}
.PubAlert-content{
position: relative;
display:inline-block;
border: 1px solid #9D4142;
overflow: hidden;
text-align: center;
background:#933 url('../images/bg_alert.jpg') repeat;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
min-width:300px;
max-width:800px;
border-radius: 2px;
padding:5px;
}
.PubAlert-header {
padding: 0px 0px 6px 15px;
}
.close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: 18px;
color: #000;
filter: alpha(opacity=20);
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
#myPubAlertLabel {
width: 100%;
color:#fff;
text-align:center;
}
.PubAlert-wrap {
background: white;
border-radius: 5px;
float: left;
width:100%;
}
.PubAlert-body {
background:#fff;
width:auto;
margin:5px;
height: auto;
overflow: hidden;
}

.PubAlert-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10400;
background-color: black;
}
.PubAlert-backdrop, .PubAlert-backdrop.fade.in {
opacity: 0.8;
filter: alpha(opacity=80);
}

.PubAlert-backdrop.fade {
display:none;
}

.PubAlert-backdrop, .PubAlert-backdrop.fade.in {
opacity: 0.8;
display:block;
filter: alpha(opacity=80);
}
.PubAlert-body p {
font-size:14px;
border-radius: 2px;
margin:20px;
line-height:20px;
}
.PubAlert-footer{
	float: left;
   text-align: center;
  margin-bottom: 0px;
  width: 96%;
  padding: 0 2%;
  height:61px;
  border-top: 1px dashed #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}
#urlalert{display: none;}
#btnclose{display: none;}
#alertclose{display: none;}
 .btn_addmore{
   background:url('../images/bg_btn_add_alert_hover.jpg') no-repeat;
   width:130px;
   height:40px;
   color:#fff;
   line-height:40px;
   text-align:center;
   margin-top:10px;
   cursor: pointer;
   border: none;
   font-weight:bold
}
.not-result{
	padding: 20px;
}
/*---------- mũi tên next-priview---------*/
.arrow_preview_hl{
   display:none !important;
   position: absolute;
   top:50%;
   margin-top:-30px;
   left:-254px;
   background: url('../images/arrow_preview.png');
   float:left;
   width:26px;
   height:60px;
}
.arrow_preview_hl:hover{
   background: url('../images/arrow_preview_1.png');
}
.arrow_next{
   position: absolute;
   top:50%;
   margin-top:-30px;
   right:-1px;
   background: url('../images/next-back.png');
   background-position: -80px 0px;
   width:26px;
   height:60px;
   z-index: 10;
}
.arrow_next:hover{
   background-position: -133px 0px;
}
.arrow_preview {
   position: absolute;
   top: 50%;
   margin-top: -30px;
   left: -1px;
   background: url('../images/next-back.png');
   background-position: -53px 0;
   float: left;
   width: 26px;
   height: 60px;
}
.arrow_preview:hover {
   background-position: -106px 0;
}
/*---------- Đăng nhập-------------*/
.infor_user_wrap{
   position:absolute;
   display:none;
   background:#fff url(../images/bg_inf_user.jpg) top no-repeat;
   float:right;
   width:270px;
   height:290px;
   margin-top:-145px;
   margin-left:-135px;
   z-index:3335
}
.infor_user{
   font-family: tahoma !important;
   font-size: 12px;
}
.line_hor_ab{
   position: absolute;
   background: #ddd;
   width:100%;
   height: 1px;
   top:29px;
   z-index:1;
}
.inf_user_inner{
   width:240px;
   margin-top:8px;
   margin-left:15px;
   z-index:2;
}
.login_933233{
   color:#933233;
   width: 100%;
   font-weight:bold
}
.id_title{
   float: left;
   width: 100%;
   margin-top: 15px;
}
.txtinput{
   background:#eee;
   float:left;
   margin-top:6px;
   width: 237px;
   height:35px;
   padding-left:2px;
   border:none;
   border-top:1px solid #bababa;
   border-left:1px solid #bababa;
   border-radius:2px;
}
.pass_title{
   float:left;
   width:100%;
   margin-top:10px;
}
.save_acc_wrap{
   float:left;
   width:100%;
   margin-top:8px;
}
.checkboxinput{
   float:Left;
   margin-right:5px;
}
.save_acc{
   float:left
}
.forget_pass{
   float:right;   
}
.forget_pass a{
   color:#999;
}
.forget_pass a:hover{
   color: #333;
   text-decoration: underline;
}
.captcha-enable{
   float: left;
   width: 140px;
   margin-top: 8px;
}
.captcha-enable label{
   float: left;
}
.captcha-enable input{
   width: 77px;
   float: left;
   margin-left: 2px
}
.captcha-enable span{
   margin-left: 22px;
   margin-top: 4px;
}
.captcha-enable img{
   padding-left: 14px;
   float: left;
   height: 23px;
   margin-top: 2px;
   width: 81px;
}
.submit_login{
   float:left;
   background:url(../images/bg_submit_login.png);
   width:240px;
   height:36px;
   border:none;
   margin-top:15px;
   color:#fffefe;
   font-weight:bold;
   text-align: center;
   cursor: pointer;
   border-radius:2px;
}
.submit_login:hover{
   background:#933233 url(../images/bg_submit_login_hv.png);
}
.register_acc{
   float:left;
   background:#ddd;
   width:240px;
   height:36px;
   border-radius:2px;
   margin-top:8px;
}
.register_acc:hover{
   background:#ccc;
}
.register_acc a{
   float:left;
   width:100%;
   height:26px;
   color:#333;
   text-align:center;
   padding-top: 10px;
}
/*---------------*/
.hide{display: none;}
.hidden{display: none;}
.block{
   display: block;
}
/*---------------------Phân trang---------------------*/
.navi1 {
   margin-top: 5px;
   margin-bottom: 5px;
   margin-right: 17px;
   float: right;
}
.main_pager {
   float: right;
   line-height:17px;
}
.main_page_btn {
   height: 17px;
   margin-left: 2px;
   line-height: 17px;
}
.main_page_btn:hover a{
   color:#933233;
}
.main_page_btn.not_avaiable a {
   color: #ccc;
}
.main_page_btn a {
   text-align: center;
   font-size: 12px;
   margin: 0 3px;
   color: #666;
}
.gachdung {
   color: #ccc;
}
.main_page_btn.active a,  .main_page_btn.current_page a{
   color: #933233;
   font-weight: 700;
}
#text_fillter1,#text_seach1{
	position: absolute;
	top:85px;
	left: 20px;
	font-size: 12px;
	z-index: 1;
	overflow:hidden;
	width: 635px;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#text_fillter1 a,#text_seach1 a{padding-left: 5px;}
/* thông tin của user và đăng nhập */
.infor_user_wrap_home{
   position:relative;
   background:#fff url(../images/bg_inf_user.jpg) top no-repeat;
   float:right;
   width:270px;
   height:290px;
}
.user_control_wrap{
   float:left;
}
.user_control_wrap img{
   float:left;
   width:96px;
   height:96px;
}
.user_control{
   float:left;
   margin-left:7px;
}
.username{
   float:left;
   width:100%;
   margin-bottom: 9px;
   font-size:12px;
   padding-left: 7px;
   color:#417394;
   font-weight: bold;
}
.username_short{
   float:left;
   color:#417394;
}
.logout-btn{
   float: right;
   background: url('../images/exit.png');
   width:9px;
   height:10px;
   margin-top:2px;
   margin-right: 4px;
}
.logout-btn:hover{
   background-position: 0 10px;
}
.user_control p a{
   float:left;
   color:#333;
   line-height:18px;
   width: 130px;
   padding-left: 7px;
}
.user_control p a:hover{
   background:#eee;
}
.mypotato{
   float:left;
   width:100%;
   margin-top:5px;
}
.dateline{
   float:left;
   width:100%;
   margin-top:5px;
}
.dateline a{
   color:#933233;
}
.film_watched{
   float:left;
   background:#ddd;
   width:110px;
   height:17px;
   text-align: center;
   margin-top: 9px;
   line-height: 19px;
   color:#333;
}
.film_watched:hover{
   background:#ccc;
}
.line_film_watched{
   float:left;
   background:#ddd;
   width:100%;
   height:1px;
}
.film_watched_wrap{
   float:left;
   margin-top:10px;
}
.film_watched_wrap img{
   float:left;
   margin-right:16px;
}