/* COMMON STYLE
============================================================ */
@import url("core/message.css");
@import url("core/breadcrumbs.css");
@import url("core/form.css");
@import url("core/pagination.css");
@import url("core/menu.css");
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700&subset=latin,latin-ext,cyrillic-ext,cyrillic,greek-ext,greek,vietnamese);

@charset "UTF-8";
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	background:#FFF;
    color:#000000;
}
a{
	text-decoration:none;
	color:#000000;
}
/*
 LAYOUT STYLE
============================================================ 
*/
.ac-pocket{position:relative;clear:both;width:1024px;margin:0 auto}

/* =========================================================================================================================================================
   ====================================================================  MAIN LAYOUT DIVS===================================================================
   =========================================================================================================================================================*/

/*  fr:full right*/
#ac-mainbody-fr  {	width: 75.4%;  float: right;}
#ac-containerwrap-fr  #ac-left {	width:24%;	float: left;    /*border: 2px solid #C0C0C0;*/}

/*  fl:full left*/
#ac-mainbody-fl  {	width: 100%;  float: right;}
#ac-mainbody-fl #ac-contentwrap {	float: left;	width: 74%;}
#ac-containerwrap-fl  #ac-right {	width:24%;	float: right;}

/* have left and right*/
#ac-containerwrap{
	/*border: 2px solid red;
*/}
#ac-container{
  margin-top: 7px;
}


#ac-containerwrap #ac-left {	width:20%;	float: left;/*border: 2px solid green;*/}
#ac-mainbody{	float: right; 	width:78.6%; /*border: 2px solid red;*/}
#ac-mainbody #ac-contentwrap {	float: left;	width: 73.3%;}
#ac-containerwrap #ac-right {	width:25%;	float: right;/*border: 2px solid red;*/}

/* have no left and right*/
#ac-mainbody-f {	float: none;	width: 100%;}
#ac-left {	float: left;    /*border: 2px solid #C0C0C0;*/}
#ac-right {	float: right;    /*border: 2px solid #C0C0C0;*/

}



/* ======== Wrapper */

#ac-wrapper{
   background:url(images/bg-header.png)   no-repeat  center -85px;
}
#ac-wrapper.in-home{
   background:url(images/bg-header-home.png)  no-repeat  center -33px;
}
#ac-wrapper2{
 background:url(images/bg-menu.png ) no-repeat top center;
}
/* ======== Header */
#ac-header{
    background:url(images/menu-top.jpg) repeat-x;

}
#ac-header-main{
  margin-bottom:0px;
  position: relative;
  height:90px;
}

#logo{
  position:absolute;
  top:5px;left:10px;
}


#logo a{
    display:block;
    width:240px;
	height:70px;
    background: url(images/logo.png) no-repeat;
    text-indent: -9999em;
}
/* Slogan*/
#slogan{
	width:auto;
	height:53px;
	float:right;
    margin:0;padding:0;
	margin-top:5px;

}
#slogan li{
	float:left;
	margin-left:10px;
    width:170px;
	height:34px;
    line-height:18px;
	font-size:12px;
	color:#eee;
	text-shadow:1px 1px 1px #3c3c3c;
    display: table;
}
#slogan li .img{
	float:left;
	margin-right:5px;
	width:45px;
	height:45px;


}

#slogan li.slogan1 .img{
	background: url(images/header_img1.png) left center no-repeat;
}
#slogan li.slogan2 .img{
	background: url(images/header_img2.gif) left center no-repeat;
}
#slogan li.slogan3 .img{
	background: url(images/header_img3.png) left center no-repeat;
}
#slogan li.slogan4 .img{
	background: url(images/header_img4.png) left center  no-repeat;
}

/* Banner Ads */
.banners_ad{
 margin-top: 5px;
 display:block;
 width: 789px;
 height: 40px;
 overflow: hidden;

}


.banners_ad img{
    width:153px;height:40px;
    float:left;
    margin-right:6px;
    cursor: pointer;
}
.banners_ad img.last{
   margin-right:0;
  }

/* ================ */
#ac-header-links{
	height:45px;
	margin:0 auto;
    border:1px solid #4badd0;
	box-shadow:0px 0px 5px #297c9a inset;
	margin-top:5px;
	border-radius:3px 3px 3px 3px;
}


#search{
	width:583px;
	background:#FFF;
	border-radius:3px;
	margin:5px 5px 0px 0px;
	float:left;
	height:35px;
}
#search .text-sear{
    width:440px;
	float:left;
	border:none;
	height:25px;
	/*line-height:35px;*/
	padding-left:10px;
	border-radius:3px;
}
#search .but-sear{
	width:100px;
	height:35px;
	line-height:33px;
	text-align:center;
	float:right;
	border-radius:3px;
		background: rgb(255,202,1); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,202,1,1) 0%, rgba(247,155,27,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,202,1,1)), color-stop(100%,rgba(247,155,27,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,202,1,1) 0%,rgba(247,155,27,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,202,1,1) 0%,rgba(247,155,27,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(255,202,1,1) 0%,rgba(247,155,27,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(255,202,1,1) 0%,rgba(247,155,27,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca01', endColorstr='#f79b1b',GradientType=0 ); /* IE6-9 */
	border:2px solid #FFF;
	color:#FFF;
		text-shadow:1px 1px 1px #5c3c2f;
		text-transform:uppercase;
}

#cart{
	width:195px;
	height:35px;
	float:right;
	margin:5px 5px 0px 0px;
	background: rgb(206,232,96); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(206,232,96,1) 0%, rgba(148,202,22,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,232,96,1)), color-stop(100%,rgba(148,202,22,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(206,232,96,1) 0%,rgba(148,202,22,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(206,232,96,1) 0%,rgba(148,202,22,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(206,232,96,1) 0%,rgba(148,202,22,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(206,232,96,1) 0%,rgba(148,202,22,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cee860', endColorstr='#94ca16',GradientType=0 ); /* IE6-9 */
	border-radius:3px;
	color:#FFFFFF;
	line-height:35px;
	text-shadow:1px 1px 1px #8daa25;
	text-transform:uppercase;
}
#cart span{ font-size:16px; margin-left:5px; margin-right:5px;}
#cart span.img-cart{
	float:left;
	margin:3px 10px 0px 15px;
    width:29px;
    height:29px;
    background: url(images/cart.png) no-repeat;
}



/* Member Function */
#ac-member-fuction{
  position: absolute;
  right: 0px;
  top: 3px;
  font-size: 13px;
  font-weight: bold;

}

#ac-member-fuction a{
 border-right: 1px dotted #ccc;
 padding:0 10px;
 color:#fff ;
}
#ac-member-fuction a:last-child{
 border-right: none;
 padding: 5px
}
/*===Intro===*/
#ac-intro{
  float: right;
  width: 789px;
  /*height:310px;*/
   overflow: hidden;

 }

#ac-navigation{

}

/* === Main Menu ===*/
#ac-mainmenu{
  position:relative;
  font-size:0.813em;
  line-height:30px;
  margin: 0 0 10px 0;
  padding-top:8px;
/*  width:990px;*/
  height:25px;
 /* background: #72B902 ;url(images/menu.png) no-repeat;*/
 /* z-index: 100;*/
/*  border-radius:2px;  */
}

#ac-mainmenu ul,
#ac-mainmenu li {
	margin: 0 1px;
	padding: 0;
	border: 0 none;
}
#ac-mainmenu li a {
  border-right:1px solid #ccc

}
#ac-mainmenu li a {
    padding:0px 15px;
	color:#FFF;
	line-height:15px;
	margin:0px;

}
#ac-mainmenu li:hover a,
#ac-mainmenu li.active a{

}

/*#ac-mainmenu li a:hover span,
#ac-mainmenu li.active a span{
   border:1px solid #65DB34;
   border-radius: 6px;
   background-color: #2F2F2F ;


}*/

/* ======== Page */
.page
{
	padding: 0px;
	/*min-height: 450px; */
    background:#FFFFFF;
    color:#000;
    box-shadow:0px 0px 5px #CCC;
    /*margin-bottom:10px;*/
}
.page-content{
	margin:0px 0px 10px 0;
	padding: 0 15px;
    overflow: hidden;

}
/*title bar*/
.page-title {
   /* background: url(images/widget-m.png) repeat-x; */
    padding: 0px;margin-bottom:10px;
    position: relative;
}
.page-title h3{
    display: block;/*inline-block*/
    width:100%;
    margin:0;
    padding: 10px 0;
	/*font-size: 12px; */
	font-weight: bold;
	text-transform:uppercase;
    text-indent:0;
    color: #fff;
	border-bottom:#0099cc 3px solid;
    float: left;
    text-indent: 1em;
    color: #006699;
}
.page-action{
  padding:5px 10px;
}
.page-action form{
  margin: 0;
  padding:0;
}


/* ======== Footer */

#ac-footer{
	width:auto;
	height:auto;
	padding-top:10px;
	padding-bottom:20px;
	background:#4291ca;
	margin-top:5px;
}
ul.menu-footer {
	width:auto;
	height:16px;
	line-height:16px;
	text-align:center;
	margin:0 auto;
	display:table;
	margin-top:5px;
	margin-bottom:15px;
}
ul.menu-footer  li{ list-style:none; float:left; padding-left:15px; padding-right:15px;  text-align:center; border-right:1px solid #FFF;}
ul.menu-footer  li a{ color:#FFFFFF;}ul.menu-footer  li a:hover{text-decoration:underline;}
.ac-copyright{
    width:980px;
	margin:0 auto;
	display:table;
	text-align:center;
	margin-top:5px; color:#FFF;
	font-size:12px;
	padding-top:10px;
	background:url(images/line.png) repeat-x top;
}
.ac-copyright a{
  color: #fff;
}

/* RSS */
#ac-rss{
  position: absolute;
  right: 0px;
  top: 0px;
 }
#ac-rss a{
    width:32px;
    height:15px;
    background: url(images/icon_rss.gif) no-repeat;
    text-indent: -9999px;
    display: block;
  }
  #rss-list h4{
    padding: 0;
    margin: 0;
    font-size: 1.5em
  }

/*==========*/


div#back_to_top{
	position: fixed;
	bottom: 50px;	right:20px;
	width:48px;height:48px;
	background: url("images/gototop.png") no-repeat;
	cursor: pointer;
}
/* Quang cao co dinh 2 ben */
.divAdv {
/*width:0px;*/
/*min-height:550px; */
bottom:1px;
position:fixed;
bottom:0px;
/*overflow: hidden; */
text-align: center;
  width: 120px;
}
.divAdv img{
  width: 120px;
  /*height:450px;*/
}

.fixed_top{
  position:fixed;
  top:0;
}
.fixed_bottom{
  position:fixed;
  bottom:0px;
}

#divAdLeft{
  left:5px;
}
#divAdRight{
  right:5px;
}

#divAdLeft img{
 float: right;
}

#divAdRight img{
  float: left ;
}

/* ======== Misc */
div.box-popup{
   width:480px;
   height:450px;
}
div.box-popup .title h2{
  padding:7px 0px;
  margin:0;
  text-indent: 1em;
  display: block;
  background-color: #0099CC;
  border:1px solid #eee;
  border-radius:5px;
  color:#fff
}

#promotions-popup-wraper{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 99999 ;
    /*opacity:0.95;*/
    background:url(images/overlay.png) ;
  }
  #promotions-popup{
    position:fixed;
    margin: auto;
    top:0px; bottom:0px;
    left: 0; right: 0;
    width:410px;
    height:210px;
    background: #fff;
   /* margin:0 auto;   */
    z-index: 99999 ;
    overflow: hidden;
    border-radius:5px;
    box-shadow:0px 0px 15px #CCC;
    padding:15px 0px;
  }
  #close-promotions-popup {
     position: absolute;
     top:2px; right:2px;
     width:16px;height:16px;
     background: url(images/close_popup.png)  center center  no-repeat;
     cursor: pointer;
  }
/*  */
.ac-dropdown-box{
    display:none;position: absolute;
    top: 100%;
    right: -35px;
    background: #fff ;
    padding:0;
    border:1px solid #eee;
    min-width:150px;
    border-radius:3px;
    box-shadow:0px 0px 4px #CCC;
    color:#222;
}
.ac-dropdown-box  ul{
  margin: 5px;
}
.ac-dropdown-box li {
	padding:4px ;
	border-bottom: 1px solid #eee
}
.ac-dropdown-box li a{
    color:#222;
    text-decoration: none;
    display: block;
}
.ac-dropdown-box  a:hover{
	color:#fff;
	background-color: #5872AF
}


