*{
	margin: 0;
}
body{
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background:  url(/images/bg.png) #37302e repeat-x left top;
}
a{text-decoration:none; color: #333; font-size: 12px; font-weight: bold; }
a:hover {color: #ff8001;}
p{font-size: 12px;}
ul
{
    list-style:none;
    display:block;
}
img{ border: none;}
#body {
	width: 100%;
	margin: 0 auto;
	background: url(/images/bg1.png)  repeat-x left -25px;
	float: left;
}
#weaper {
	width: 100%;
	margin: 0 auto;
}

/******* Main *********/
/******* Header *********/
#bg_header{
	width: 1000px;
	margin: 0 auto;
}

#header{
	width: 1000px;
	float: left;
	position: relative;
	height: 180px;
}

#header  div.logo {
	position: absolute;
	right: 0;
	top: 0;
	float: left;
	height: 140px;
	width: 140px;
	background: #c1cfe4;
	/*padding: 5px 10px;*/
}

#header  div.logo img{
	float: left;
	height: 140px;
	width: 140px;
}
#header div.slogen {
	position: absolute;
	top: 20px;
	left: 62px;
	width: 700px;
	height: 40px;
}
#header div.slogen img{
	width: 700px;
	
}
#header div.banner{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 855px;
	height: 140px;
}
#header div.banner  img{
	float: left;
	width: 855px;
	height: 140px;
}

#header  div.user {
	position: absolute;
	top: 118px;
	right: 145px;
	height: 24px;
	z-index: 1;
}

#header  div.user a {
	float: left;
	color: #fff;
	background: #000;
	line-height: 22px;
	opacity: .7;

}

#header  div.user a span {
	float: left;
	padding: 0 10px;
	color: #fff;
}
#header  div.user a span:hover {
	float: left;
	color: #333;
}

#header  div.links div {
	float: left;
}
#header .lang {
	position: absolute;
	top: 155px;
	right: 0px;
	width: 140px;
	height: 28px;
	z-index: 999;
}
#header  div.links .lang a{
	color: #fff;
	float: left;
	line-height: 28px;
	width: 99px;
	height: 28px;
}
#header  div.links .lang a span{
	color: #fff;
	float: left;
	line-height: 28px;
	padding: 0 5px 0 5px;
	width: 42px;
	height: 28px;
}
#header  div.links .lang a span:hover {
	color: #d52601;
}


#header #search {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 230px;
	height: 29px;
	padding: 4px;
	background: url(/images/bg_search.png) no-repeat left top;
}
#header #search input#keywords {
	float: left;
	width: 165px;
	height: 15px;
	background: none;
	border: none;
	margin-left: 6px;
}

#header #search input#btn_search {
	float: left;
	width: 25px;
	height: 24px;
	background: none;
	border: none;
	margin-left: 8px;
	cursor: pointer;
}

/*******End Header *********/

#main div.main #login {
	float: left;
	padding: 0 0 20px 0px;
}   
#main div.main #login  div.form_line{
	float: left;
	width: 500px;
	padding: 10px 0 0 0;
	line-height: 26px;
}    
#main div.main #login  div.form_line label{
	float: left;
	width: 110px;
	line-height: 32px;
	text-align: right;
	padding-right: 10px;
}      
#main div.main #login  div.form_line input#password {
	font-size: 22px;
}
#main div.main #login  div.form_line input#password2 {
	font-size: 22px;
}

#main div.main #login  div.form_line input{
	float: left;
	width: 280px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	border-radius: 4px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 8px;
	background: white;
	border-color: #CCC #EFEFEF #EFEFEF #CCC;
	border-style: solid;
	border-width: 1px;
}         
#main div.main #login  div.form_line input, #main div.main #login  div.form_line select {
	float: left;
	width: 280px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	border-radius: 4px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 8px;
	background: white;
	border-color: #CCC #EFEFEF #EFEFEF #CCC;
	border-style: solid;
	border-width: 1px;
}    
 #main div.main #login  div.form_line select {
	height: 30px;
	line-height: 30px;
} 
#main div.main #login #control {
	float: left;
	width: 700px;
	padding: 10px 0 0 20px;
	
}     
#main div.main #login #control input {
	background: #333 url(images/alert-overlay.png) repeat-x;
	border: none;
	display: inline-block;
	color: white !important;
	font-weight: bold;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	padding: 8px 20px !important;
	position: relative;
	cursor: pointer;
	margin-left: 10px;
}             
#main div.main #login #control input #main div.main #login #control select{
	background: #fc4472 url(images/alert-overlay.png) repeat-x;
	border: none;
	display: inline-block;
	color: white !important;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	padding: 8px 15px !important;
	position: relative;
	cursor: pointer;
}    
#main div.main #login #upload_slots {
	float: left;
	padding-left:120px;
	padding-top: 10px;
	
}
#main div.main #login #upload_slots div.textarea{
	float: left;
	padding: 5px 0 10px 0;
}

#main div.main #login #upload_slots textarea{
	float: left;
	width: 280px;
	line-height: 23px;
	
	border-radius: 4px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 8px;
	background: white;
	border-color: #CCC #EFEFEF #EFEFEF #CCC;
	border-style: solid;
	border-width: 1px;
	
}

#main div.main #login #upload_slots input{
	background: #ff5e9e;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	width: 290px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

#main div.main #login  div.fileholder {
	padding: 5px 0;
}
#main div.main #login #control input:hover {
	background: #5e5d5d;

}  

#main div.main #login div.infor {
	float: left;
	width: 525px;
	padding: 5px 0 10px 20px;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	margin: 5px;
}    




/******* Wrapper *********/
#bg_main {
	width: 1000px;
	margin: 0 auto;
}
#main {
	width: 1000px;
	padding: 10px 0 0 0;	
	float: left;
}

#main #slide {
	width: 750px;
	float: left;
}


#main #content {
	width: 750px;
	float: left;
	padding-bottom: 10px;
}

/*******End Main *********/

/******* Left *********/
#left {
	float: left;
	width: 240px;
	padding-right: 10px;
}
#menu_left {
	float: left;
	width: 230px;
	padding: 0 0 10px 0;
}

#menu_left .head  {
	float: left;
	width: 220px;
	padding: 10px 5px;
	background:  #212121;
	margin-bottom: 5px;
}

#menu_left .head h2 {
	float: left;
	width: 200px;
	padding: 0 10px;
}

#menu_left .head h2 a span {
	float: left;
	width: 200px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}
#menu_left .head h2  span {
	float: left;
	width: 200px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}



#menu_left .head h2  span:hover {
	
}

#menu_left .head h2 a span:hover {
	text-decoration: underline;
}
#menu_left ul {
	float: left;
	width: 220px;
	padding: 0;
	background:  #212121;
}

#menu_left ul.main {
	float: left;
	width: 220px;
	padding: 0;
	padding: 0 5px 0 5px;
	background:  #212121;
}

#menu_left ul li {
	float: left;
	width: 220px;
	padding: 0;
	border-bottom: 1px #333 solid;
}

#menu_left ul li a {
	float: left;
	width: 220px;
	padding: 0;
	border-bottom: 1px black solid;
}
#menu_left ul li a:hover {
	color: #ccc;
}

#menu_left ul li a span {
	float: left;
	width: 200px;
	padding: 8px 10px;
	color: #fff;
}

#menu_left ul li a span:hover {
	color: #FF8001;
}

#menu_left  ul.links {
	float: left; 
	width: 230px; 
	background: none;
	padding: 0;
	}

 #menu_left  ul.links li{
	float: left; 
	border: none;
	padding-bottom: 5px;
	}

 #menu_left  ul.links li a{
	float: left; 
	border: none;
	background: #212121;
	padding: 8px  10px;
	width: 210px;
	text-align: center;
	}


 #menu_left  ul.links li a img{
	height: 45px;
	max-width: 210px;
	}

/*******End Right *********/


#bg_main_news  {
	width: 100%;
	float: left;
	text-align: left;
	padding: 20px 0;	
	background:url(/images/bg.png) repeat left top;
}

#bg_main_news1  {
	width: 100%;
	float: left;
	text-align: left;	
	padding-top: 4px;
	background:url(/images/line1.png) repeat-x left top;
}


#main_news  {
	width: 1000px;
	margin: 0 auto;
}



#new_main {
	width: 960px;
	float: left;
	padding: 10px 10px 10px 35px;
}
#new_main .new_main {
	float: left; 
	width: 315px;  
}
#new_main .new{
	float: left; 
	width: 260px;   
	padding: 10px 0 6px 0; 
	position: relative;
	background: url(/images/line3.png)  repeat-x left top;
}

#new_main .new .img{
	float: left;
	width: 100px;
	height: 70px;
}
#new_main .new .img a{
	float: left;
	width: 88px;
	height: 68px;
	background: white;
}
#new_main .new .img img{
	float: left;
	width: 80px; 
	height: 60px; 
	border: 1px #dddddd solid; 
	padding: 3px; 
	background: white;
}

#new_main .new .title{
	float: left; 
	width: 160px;  
	padding-bottom: 5px;
}
#new_main .new .title a{
	color: #fff;
}
#new_main .new .title a:hover {
	color: #EEAC00;
}
#new_main .new .text{
	float: left; 
	width: 160px;  
	line-height: 18px;
	color: #c1c1c1;
}
#new_main .header h2 {
	width: 260px;
	float: left;
	padding-left: 0px;
	border-bottom: 1px #fff solid;
	color: #fff;
	line-height: 24px;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#new_main .header h2 a {
	float: left;
	color: #fff;
	line-height: 26px;
	font-size: 14px;
	text-transform: uppercase;
}
#new_main .content p.content {
	width: 755px;
	float: left;
	text-align: justify;
	line-height: 20px;
}

#new_main .content p a.img {
	width: 270px;
	float: left;
}

#new_main .content p a.img img{
	width: 255px;
	float: left;
}




  
/********** End Style ba ***********/
#bg_footer{
	width: 100%;
	float: left;
	text-align: left;	
	background: url(/images/line4.png) #dedcdc repeat-x left top;
	padding-top: 15px;
	color: #fff;
	height: 90px;
}

#footer{
	width: 1000px;
	margin: 0 auto;
}
#bottom
{
color: #fff;
font-weight: bold;
}
#footer  a{
	color: #fff;
}
#footer #menu
{
	float: left;
	width: 400px;
	
}

#footer #menu ul
{

	float: left;
	width: 775px;
	padding: 0 0 0 10px;
	
}

#footer #menu li
{
	float: left;
	font-weight: bold;
	background: none;
	border-left: 1px solid #466a99;
}

#footer #menu li a
{
	float: left;
	background: none;
	text-transform: none;
}

#footer #menu li a:hover
{
	float: left;
	background: none;
}

#footer #menu li a span
{
	float: left;
	padding: 0 10px;
	line-height: 12px;
	color: #fff;
	font-weight: normal;
}

#footer #menu li ul
{
	display: none !important;
}

#footer #menu li a span:hover 
{
	color: #3289fe;
}

#footer p, #footer b{
	color: #fff;
	font-size: 12px;
	font-weight: bold;

}
#footer  h2{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#pt{
 float: right;
 clear:both;
 padding: 10px 20px 10px 0;
 font-size: 12px;
 width: 670px;
 }

 #pt p{
	width: 380px;
	margin: 0;
	float: right;
 }
 #pt a{
	margin-left: 2px;
	border: 1px solid #C6C6C6;
	padding: 0 2px;
 }
 
 
 
 /*shopping-cart*/

#da_mua {
    background-image: url("/images/cart1.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: red;
    font-weight: bold;
    padding: 10px 10px 10px 40px;
	
}
.carticon {
     background-image: url("/images/cart1.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 10px;
    text-align: center;
    padding-left: 21px;
    color: #006699;
    font-weight: bold;
	
}
.gohome{
    background-image: url("/images/back.png");
    color: #006699;
    display: inline-block;
    font-weight: bold;
    padding: 10px 10px 10px 21px;
    background-position: center left;
    background-repeat: no-repeat;
}

#da_mua a{
	color:red;
	}	
#xem {
    background-image: url("/images/tt.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    font-weight: bold;
    padding: 10px 10px 10px 40px;
    

}
#xem_chitiet {
    background-image: url("/images/carticon2.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    font-weight: bold;
    padding: 10px 10px 10px 40px;

}
.tt {
    background-image: url("/images/tt.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #006699 ;
    display: inline-block;
    font-weight: bold;
    padding: 10px 10px 10px 31px;
    text-align: center;

}
.tt:hover,#xem_chitiet a:hover,#xem a:hover
{
    color:red;
}
#xem_chitiet a,#xem a
{
    color:#006699;
}
#xem a:hover{
	color:red;
	}
	
#t_toan {
    background-image: url("/images/brie.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: red;
    font-weight: bold;
    padding: 10px 10px 10px 40px;

}
#t_toan a{
	
	}

#t_toan a:hover{
	color:red;
	}
		
        
 div.contact input{
    background: none;
    border: 1px solid #CCC;
    color: #0A5AA0;
    font-weight: bold;
    padding: 2px 25px;
    cursor: pointer;
}
  div.contact input:hover {
    color: #FB0;
    }
 div.amanu {
    float: left;
    padding: 15px 20px;
    width: 110px;
    text-align: center;
    
 }
  div.amanu img{
    width: 110px;
    height: 60px;
 }      


#bottombar{  position:fixed; z-index:999; bottom:5px; right:2px;float: right}
.bb_close{}
.bb_close a{ display:block; padding:3px 7px; border:1px solid #ccc; float:right;}
.bottombar { padding:0;float: right;}

.title_cate 
{
    text-transform:uppercase;
    color:#000;
    font-weight:bold;
    margin-left:1px;
}
.line_cate 
{
    width:100px;
    height:20px;
    background: url(../images/line-cate.gif) repeat-x;    
}
.emailto 
{
    position:absolute;
    bottom:12px;
    right:14px;
}
.emailto h1
{
    color:#fff;
    
}
.emailto a
{
    color:#fff;
    
} 
 
 
 