@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	list-style: none;
}
body{
	color: #444544;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a{
	color: #444544;
	font-size: 12px;
}
a:hover, a:active, a:focus{
	color: #772403;	
}
h3{
	font-size: 13px;	
}
#wrapper{
	width: 850px;
	margin: 0 auto;
}
#wrapper div#container{
	width: 830px;
	padding: 0 10px;
	float: left;
	background: #f5f0dc;
	
}

/*----------Header----------*/
#container div#header{
	width: 100%; height: 245px;
	float: left;
}
#header img{
	float: left;
}
#header div#cart-lang{
	width: 630px; height: 58px;
	margin-top :25px;
	float: left;
	line-height: 25px;
	font-size: 11px;
}
#header div#cart-lang span a{
	color: #036c0b; 
	font-size: 11px;
	font-weight: bold;
}
#header div#cart-lang span a:hover{
	color: #2ba82e;	
}
#header div.cart{
	width: 160px; height: 58px;
	padding-top: 10px;
	float: right;	
}
#header div.lang{
	width: 115px; height: 58px; 
	padding: 10px 10px 0 15px;
	float: right;
	background: url(../Images/lang-bg.jpg) center left no-repeat;
}
#header div.both{
	clear: both;	
}
#header div#left-banner{
	width: 395px; height: 152px;
	float: left;
}
#header div#right-banner{
	width: 245px; height: 152px;
	float: left;
}
#header div#top-nav{
	width: 190px; height: 152px;
	float: left;
}
#header div#top-nav ul{
	margin-top: 1px;	
}
#header div#top-nav ul li{
	display: block;
}
#header div#top-nav ul li a{
	background: url(../Images/top-nav-button.png) top left no-repeat;
	width: 153px; height: 30px;
	padding-left: 37px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	display: block;
	line-height: 30px;
}
#header div#top-nav ul li a#here{
	color: #ffff00;	
}
#header div#top-nav ul li a:hover, #header div#top-nav ul li a:active, #header div#top-nav ul li a:focus {
	color: #ffff00;	
}

/*-------End header-----------*/

/*-------Star sidebar---------*/
#container div#sidebar{
	width: 190px;
	padding-top: 15px;
	float: left;
}
#sidebar h3{
	color: #036c0b;
	background: url(../Images/sidebar-h3-bg.png) center left no-repeat;
	line-height: 18px;
	display: block;
	padding-left: 30px;
}
#sidebar form{
	margin: 15px 13px 10px 22px;
	font-size: 11px;
}
#sidebar form input{
	font-size: 11px;	
}
#sidebar form input.text-pass{
	background: url(../Images/login-input-bg.jpg) center left no-repeat;
	width: 150px; 
	height: 22px;
	line-height: 22px;
	padding-left: 4px;
	margin-bottom: 10px;
}
#sidebar form input#submit{
	background: url(../Images/submit-button.png) top left no-repeat;
	width: 70px; height: 22px;
	padding-bottom: 3px;
	_padding-bottom: 0;
	color: #fff;
	cursor: pointer;
	margin: 10px 0 5px 84px;
	line-height: 22px;
} 
#sidebar form a{
	font-size: 11px; 
	font-weight: bold;
}
#sidebar ul{
	margin: 10px 12px 10px 22px;
}
#sidebar ul li a{
	line-height: 20px;	
}
#sidebar ul li ul{
	margin: 0;
	margin-left: 10px;
	display: none;
}
#sidebar ul li.active ul{
	display: block;
}
#sidebar ul li ul li a{
	font-size: 11px;
}
#sidebar ul li a#here{
	color: #772403;		
}
#sidebar div.support{
	margin-left: 22px;
	margin-top: 10px;
}
#sidebar div.support img{
	margin-bottom: 5px;	
}
/*--------End sidebar---------*/

/*--------Begin main-content------*/
#container div#main-content{
	width: 640px; 
	min-height: 1025px;
	_height: 1025px;
	float: left;
	background: #fff;
}

/*--------Begin search----------*/
#main-content div#search{
	background: #363636 url(../Images/search-bg.jpg) top left no-repeat;	
	padding: 10px 0 0 65px;
	height: 40px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
}
#search p{
	float: left;
	padding-top: 5px;
}
#search form{
	width: 420px;
	padding-top: 3px;
	padding-left: 20px;
	float: left;
}
#search form select{
	border: 1px solid #7f9db9;
	height: 22px;
	width: 130px;
	float: left;
	margin-right: 15px;
}
#search form input{
	border: 1px solid #7f9db9;
	height: 22px;
}
#search form input#text{
	height: 20px;	
	width: 170px;
	line-height: 22px;
	padding-left: 4px;
	float: left;
	margin-right: 15px;
}
#search form input#submit{	
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: 70px;
	height: 22px;
	line-height: 22px;
	border: none;
	background: url(../Images/search-button-bg.png) center left no-repeat;
	padding-bottom: 4px;
	_padding-bottom: 0;
	cursor: pointer;
}/*---------End search--------*/

#main-content div.path-way{
	width: 620px;
	float: left; clear: both;
	padding-left: 15px;
	padding-top: 5px;
	font-size: 11px;
	color: #949694;
	font-weight: bold;
	margin-bottom: 20px;
}
div.path-way a{
	font-size: 11px;
}/*------------Eng .path-way-----------*/

#main-content div.filter{
	width: 620px;
	float: left; clear: both;
	margin-left: 10px;
	display: inline;
	margin-top: 10px;
}
div.filter p{
	float: left;
	padding-top: 2px;
	_padding-top: 0;
	_line-height: 22px;
}
div.filter p.right{
	margin-left: 165px;	
	_margin-left: 140px;
	padding-bottom: 10px;
}
div.filter form{
	float: left;
}
div.filter form select{
	float: left;
	margin: 0 15px;
	margin-bottom: 15px;
	border: 1px solid #7f9db9;
	height: 20px;
}
div.filter span{
	float: right;
	line-height: 22px;
	font-size: 11px;
	padding-right: 15px;
}
div.filter span a{
	font-size: 11px;
}
#main-content div#about-bg1{
	width: 620px;
	margin-left: 10px;
	display: inline;
	float: left; clear: both;
	background: url(../Images/about-bg.jpg) top left repeat-y;
	margin-top: 35px;	
}
#main-content div#about-bg2{
	width: 100%;
	background: url(../Images/top-about-bg.jpg) top left no-repeat;
}
#main-content div#about{
	width: 560px;
	background: url(../Images/bottom-about-bg.jpg) bottom left no-repeat;
	padding: 170px 30px 100px 30px;
	line-height: 18px;
}/*--------End #about-------*/

#main-content div#page{
	width: 620px;
	margin: 0 10px;
	display: inline;
	float: left;
}
div#page p{
	line-height: 18px;	
}
div#page .page_title{
	color: #2f8431;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
}
div#page p.map{
	text-align: center;
	padding: 20px 0;
}
div#page form{
	width: 460px;
	margin-left: 50px;
}
div#page form img{
	float: left;
}
div#page form p{
	width: 150px;
	float: left; clear: both;
}
div#page form p.note{
	width: 255px;	
	font-size: 11px;
}
div#page form p span{
	color: #fe680e;	
}
div#page select{
	border: 1px solid #89a6c2;
	height: 20px;
	float: left;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}
div#page form textarea{
	width: 295px; height: 195px;
	float: left;	
	border: 1px solid #89a6c2;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
div#page form input{
	width: 306px; height: 20px;
	border: 1px solid #89a6c2;
	float: left;
	margin-bottom: 10px;
}
div#page form input.year{
	width: 80px;
	margin-right: 10px;
	padding-left: 5px;
}
div#page form input.submit{
	float: right;
	width: auto;
	border: none;
	height: 22px;
	font-size: 11px;
	color: #5f5f5f;
	font-weight: bold;
	padding-bottom: 2px;
	_padding-bottom: 0;
	line-height: 22px;
	margin-left: 10px;
	cursor: pointer;
	width: 100px;
}
div#page form input.reset{
	background: url(../Images/reset-button-bg.jpg) top left no-repeat;
	width: 72px;
}
form input.send{
	background: url(../Images/send-button-bg.jpg) top left no-repeat;	
	display: block;
	width: 100px;
}
div#page form input#security{
	width: 125px;	
}
div#page input.radio{	
	margin-right: 10px;
	_margin-right: 5px;
	float: left;
	width: auto;
	height: auto;
	border: none;
}
div#page form p.top{
	float: left;
	width: auto;
	clear: left;
}
div#page div.radio_button{
	width: 220px;
	float: left;
	margin-left: 10px;
	_margin-left: 5px;
}
div#page form input#checkbox{
	width: 13px; height: 13px;
	float: left; clear: both;
	border: none;
	margin-right: 10px;
	margin-top: 2px;
}
div#page div.line-input p.dk{
	float: left;
	width: 500px;
	position: absolute;
	top: 0;
	left: 20px;
}
div#page form p.dk a{
	color: #633;
}
div.line-input{
	width: 520px;
	float: left;
	height: 30px;	
	position: relative;
	padding-bottom: 10px;
}
/*-----------End #contact---------*/

#main-content div#search-advance{
	width: 620px;
	margin: 0 10px;
	display: inline;
	float: left;
}
#main-content div#page td{
	border: 1px solid #ccc;
	text-align:center;
	padding-bottom: 3px;
	color: #2f8431;
}
#main-content div#page td a{
	color: #2f8431;
}
#main-content div#page table{
	margin-bottom: 10px;
}

div#search-advance p{
	line-height: 18px;	
}
div#search-advance .page_title{
	color: #2f8431;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
}
div#search-advance p.cell{
	width: 200px;
	float: left; clear: both;
	line-height: 22px;
	margin-bottom: 10px;
}
div#search-advance input.text{
	border: 1px solid #89a6c2;
	height: 20px; width: 200px;
	margin-bottom: 10px;
}
div#search-advance select{
	margin-bottom: 10px;	
}
/*
div#search-advance div.title-input{
	width: 22px; height: 22px;
	padding: 5px;
}
*/
div#search-advance input.submit{
	background: url(../Images/reset-button-bg.jpg) top left no-repeat;
	height: 22px; width: 72px;
	text-align: center;
	color: #5f5f5f;
	font-size: 12px;
	padding-bottom: 3px;
	_padding-bottom: 0px;
	line-height: 22px;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 10px;
}
div#search-advance input.check-box{
	height: 22px;
}
div#search-advance select{
	border: 1px solid #89a6c2;
	margin-bottom: 10px;
}
/*--------End search-advance-------*/

#main-content div#details{
	width: 630px; height: 212px;
	float: left; clear: both;
	margin: 10px 5px;
	display: inline;
}
div#details div#flash-images{
	float: left;
	margin-top: 2px;
	width: 206px; height: 193px;
	margin-left: 10px;
	margin-right: 15px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #bbb;
}
div#tabbed{
	margin-top: 2px;
	width: 377px; height: 316px;
	float: left;
}
div#tabbed ul{
	width: 377px;
	border-bottom: 1px solid #dfdede;
	_border: none;
	height: 27px;
	_background: url(../Images/ul-tabble-bg.jpg) bottom left repeat-x;
}
div#tabbed ul li{ 
	float: left;
	text-align: center;
	line-height: 16px;
	margin-right: 5px;
}
div#tabbed ul li a{
	border: 1px solid #dfdede;
	display: block;
	border-bottom: none;
	padding: 5px 15px;
}
div#tabbed ul li a:hover, div#tabbed ul li a:active, div#tabbed ul li a:focus, div#tabbed ul li a.visited{
	color: #772403;	
	border-bottom: 1px solid #fff;
}
div#tabbed div.content{
	width: 335px; height: 136px;
	float: left;
	clear: both;
	border: 1px solid #dfdede;
	border-top: none;
	padding: 20px 20px;
}
div#danhgia{	
	z-index: 10000;
	overflow: auto;
	display: none;
}
div#chitiet{
	overflow: auto;
	position: relative;
}
div#danhgia h3{
	padding: 10px 0;
}
div#danhgia div.comments{
	padding-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
}
div#danhgia div.comments a{
	color: #772403;
	line-height: 20px;
}
div#danhgia div.comments div.name_time{
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
div.content div.name-product{
	color: #2f8431;
	font-weight: bold;
	padding: 5px 0;
	width: 200px;
	float: left;
}
div.content div.cells{
	width: 145px;
	line-height: 26px;
	float: left;
	font-weight: bold;
	overflow: hidden;
}
div#chitiet a.cart{
	background: url(../Images/shopping-cart-bg.jpg) top left no-repeat;
	line-height: 26px;
	float: left;
	width: 73px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 10px;
}
div#danhgia form input.text{
	height: 22px; width: 310px;
	/*background: url(../Images/input-text.jpg) top left no-repeat;*/
	margin-bottom: 10px;
	border: 1px solid #dfdede;
	font-size: 11px;
	line-height: 22px;
	padding-left: 5px;
}
div#danhgia form textarea{
	width: 310px; 
	height: 150px;
	border: 1px solid #dfdede;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 0;
	padding-left: 5px;
	float: left;
	clear: both;
}
div.box-submit{
	float: left;
	clear: both;
}	
div#danhgia form input#submit{
	border: 1px solid #dfdede;
	font-size: 12px;
	height: 22px;
	margin: 10px 0;
	padding: 0 10px;
	padding-bottom: 3px;
	background: #fff;
	_padding: 0;
	color: #772403;
	cursor: pointer;
}
#main-content div.title{
	width: 100%;
	background: #036c0b; height: 30px;
	color: #fff;
	clear: both;
}
div.title h3{
	line-height: 30px;
	padding-left: 25px;
	width: 400px;
	float: left;
}
div.title p{
	font-size: 11px;
	font-weight: bold;
	float: right;	
	line-height: 30px;
	padding-right: 20px;
	color: #ffff00;
}
div.title p a{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

div.title p a:hover, div.title p a:active, div.title p a:focus{
	color: #ffff00;	
}/*-----End .title--------*/


#main-content div.product{
	padding: 0 5px 0 5px;
	clear: both;
}
div.product div.line{
	width: 620px; height: 1px;
	_border-bottom: 1px solid #9ac49d;
	margin-left: 5px;
	display: inline;
	float: left;
	clear: both;
	background: #9ac49d;
}
div.product img{
	width: 150px; height: 120px;
	margin-left: 29px;
}
div.product div.pr{
	width: 209px;
	border-right: 1px solid #9ac49d;
	float: left;
	padding: 5px 0;
	margin: 10px 0;
}
div.product a{
	font-size: 11px;
}
div.product hr{
	color: #9ac49d;
	width: 620px; height: 1px;
	margin-left: 5px;
	float: left;
	_float: none;
	clear: both;
	background: #9ac49d;	

}
div.product div.no-bor{
	border: none;	
}
div.product div.pr h3{
	width: 100%;
	text-align: center;
	color: #036c0b;
	padding: 6px 0;
}
div.product div.pr span{
	float: left;	
	margin-bottom: 5px;
	padding-left: 5px;
}
div.product div.pr a.shop-cart{
	background: url(../Images/shopping-cart.jpg) center left no-repeat;
	padding-left: 21px;
	padding-right: 5px;
	float: right;
	margin-bottom: 5px;
}
div.product div.pr a.design{
	float: left;	
	clear: both;
	padding-left: 5px;
}

/*-----End main-content---*/

/*------Footer------------*/
#container div#footer{
	width: 100%; height: 70px;
	clear: both;
	font-size: 11px;
	position: relative;
}
#container div#footer ul{
	float: right;	
	padding-top: 15px;
	padding-right: 10px;
}
#container div#footer ul li{
	display: inline;		
}
#footer ul li a{
	font-size: 11px;
	color: #666565;
}
#footer ul li a:hover, #footer ul li a:active, #footer ul li a:focus{
	color: #772403;
}
#footer p#copy{
	float: left;	
	position: absolute;
	top: 35px;
}
#footer p#power{
	float: right;	
	clear: both;
	padding-top: 25px;
	padding-right: 10px;
	_padding-top: 25px;
	color: #9e9393;
	
}
p#power a{
	font-size:11px;
	}
/*--------------------*/
.img-cart .border-img-item-cart {
	border:1px solid #DDDDDD;
	float:left;
	height:61px;
	margin-bottom:5px;
	margin-right:5px;
	width:64px;
}
.img-cart .border-img-item-cart .img-item-cart {
	height:57px;
	margin:2px;
	width:60px;
}
.step-active {
	background:url("../Images/bg-step-active.gif") no-repeat scroll 0 0 transparent;
	color: #999;
	float:left;
	font-size:13px;
	font-weight:bold;
	height:25px;
	line-height:25px;

	text-align:center;
	width:68px;
}
.step {
	float:left;
	margin:15px 0 15px 50px;
	text-align:center;
	width:500px;
}

.step-unactive {
	background:url("../Images/bg-step-unactive.gif") no-repeat scroll 0 0 transparent;
	color: #999;
	float:left;
	font-size:13px;
	font-weight:bold;
	height:25px;
	line-height:25px;

	text-align:center;
	width:68px;
}
.sanphamkhac{
	background: url(../Images/capnhat-tieptuc.jpg) center left no-repeat;
	display: block;
	line-height: 22px;
	width: 150px;
}
.div-capnhat .capnhat-repeat {
	width: 150px; height: 22px;

	line-height: 22px;
	color:#066E0E;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-left: 10px;
	display: inline;
	padding:0;
	text-align:center;
}
.capnhat-tieptuc{
	background: url(../Images/capnhat-tieptuc.jpg) top left no-repeat;
}

table.border-table td.td-padding {
	padding: 5px 6px 5px 5px;
	_padding: 0;
	_padding: 5px;
	_padding-right: 0;


}
.border{
	border: 1px solid #ced9b1;
}

table.border-table {
	border:1px solid #CED9B1;
	border-collapse:collapse;
	border-spacing:0;
}
.title-hotnews {
	color:#066E0E;
	font-weight:bold;
	padding: 7px 0;
}

table.border-table tr.bg-tr {
	background:none repeat scroll 0 0 #E6F1CA;
	color:#066E0E;
	font-weight:bold;
}
table.border-table td{
	padding: 3px;
	_padding: 0;
}

table.border-table input{

	height: 18px;
	margin: 0 2px;
}
.txt-delete {
	color: #63C;
	font-size: 11px;
	font-weight: bold;
}
td{
	_position: relative;	
}
.margin-top-div {
	margin-top:5px;
	margin-right: 0;
	
	_width: 280px;
	_position: absolute;
	_right: 0;
	_top: 30px;
}
.position{
	_position: absolute;
	_top: 45px;
	_left: 95px;
	_padding: 10px 0;
}

.step {
	float:left;
	margin:15px 0 15px 0px;
	display: inline;
	text-align:center;
	padding-left: 60px;
}
div.filter select{
	border: 1px solid #7f9db9;
}

div.line{
	margin-bottom: 15px;	
	min-height: 105px;
	_height: 105px;
	word-spacing: 1px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 25px;
}

div.line a.title{
	font-size: 13px;
	font-weight: bold;
	color: #600;
	line-height: 25px;
}
div.line a.title:hover, div.line a.title:active, div.line a.title:focus{
	color: #660;	
}
div.line a.readmore{
	float: right;
	background: url(../Images/readmore-bg.jpg) center left no-repeat;
	padding-left: 25px;
}
div.line a.readmore:hover{
	padding-left: 20px;
}
div.line img.fix{
	float: left; 
	width: 100px; height: 80px;
	margin: 8px 10px 10px 0;
	border: 1px double #CCC;
}
div#page div#details-news{
	margin-bottom: 15px;	
}
div#page div#details-news img.fix{
	float: left;
	width: 285px; height: 220px;
	margin: 0 15px 15px 0;
}
div#page div#details-news p{
	line-height: 20px;	
	margin-bottom: 10px;
	font-size: 12px;
}
div#page div#details-news h3{
	text-align: center;
	margin: 20px 0;
	color: #2f8431;
}
div#page div#details-news h3.news-other{
	clear: both;
	text-align: left;
	margin: 0;
}
div#page div#details-news span{
	float: right;
	margin: 10px;
	font-style: italic;
}
div#page div#details-news ul{
	clear: both;
	border-top: 1px dotted #ccc;
	padding: 20px 0 10px 30px;
}
div#page div#details-news ul li{
	line-height: 18px;	
}
div#page div#details-news ul li a{
	background: url(../Images/readmore-bg.jpg) center left no-repeat;	
	padding-left: 25px;
}
div#page div#details-news ul li a:hover{
	padding-left: 20px;	
	margin-left: 5px;
}
.td-padding{
	border: 1px solid #ced9b1;	
}

table.box td input{
	border: 1px dotted #ced9b1;
	width: 25px;
	text-align: center;
}
#sub{
	line-height: 22px;
}
#sub input{
	border: 1px solid #89A6C2;
	height: 22px;
	line-height: 22px;
	padding-left: 5px;
}
#vl input{
	margin-right: 5px;
	line-height: 22px;
	height: 22px;
}
#vl input.tn{
	height: 10px;	
	_height: 17px;
}
#vl table.dangky{
	clear: both;
	margin-bottom: 15px;
}
#vl a.btn{
	font-size: 12px; font-weight: bold;	
	background: url(../Images/send-button-bg.jpg) top left no-repeat;
	width: 100px;
	display: block;
	line-height: 22px;
	text-align: center;
}
table#order td{
	padding: 5px;
}
table#order hr{
	background: #ccc;
	width: 100%;
	clear: both;
}

div.img-cart{
	width: 160px;	
}

.orders_status_now{font-weight:bold; color:#0000FF;}


