html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup,tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
h1, h2, h3, h4, h5, h6{ font-weight:bold;color: #FF8040;line-height:1.8;margin-bottom:0.5em}
h1{ font-size: 20px;}
h2 { font-size: 18px;}
h3{ font-size: 16px;}
h4 { font-size: 15px;}
h5 { font-size: 14px;}
li{list-style-type: none; list-style-position:inside}
p{margin-bottom:15px;}
hr{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E1E1E1 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    color: #C1C1C1;
    margin: 2px 0;
}
body {
	font-family:Tahoma;
	font-size:13px;
	line-height: 1.5;
	background: #FBFBFB;
	background:#d4d4d4/*url('../images/pattern.jpg')*/
}
.body-bg {
	background:url('../images/body-bg.png') center repeat-y;
}
a {
	text-decoration: none;
	color: #D26900;
}
a:hover{ color: #0080C0;text-decoration:underline}
input[type="text"], input[type="password"], input[type="file"], input[type="radio"], textarea, select, upload {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
    line-height: 1.5;
    padding: 3px;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="file"]:hover, input[type="checkbox"]:hover, input[type="radio"]:hover, textarea:hover, select:hover, upload:hover {
    border-color: #999999;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus, textarea:focus, select:focus, upload:focus {
    border-color: #999999;
}
input[type="button"], input[type="submit"] {
    line-height: 1.5;
	background: -moz-linear-gradient(center top , #F9F7F3 0%, #ECE5DA 100%) repeat scroll 0 0 transparent;
    border: 1px solid #CCC4BB;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #333333;
    cursor: pointer;
    display: block;
    float: left;
    font: 400 13px/18px Arial;
   
    margin-right:5px;
    outline: 0 none;
    padding: 2px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
input[type="button"]:hover, input[type="submit"]:hover {
    color: #1C5EF3;
}

th {
    border-bottom: 2px solid #E5E5E5;
	
    color: #333333;
    padding: 10px 8px;
}
td {
	border-bottom: 1px solid #EEEEEE;
    color: #666666;
    padding: 6px 8px;
    vertical-align: top;
}
/*end reset*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.clear{clear:both;float:left}
.clear-20{clear:both;float:left;margin-top:19px;height:1px}
.strike{text-decoration:line-through;color:#900}
/*message*/
.info, .success, .warning, .error {
	float:left;
	clear:both;
	margin-bottom:15px;
	width:100%;
	border: 1px solid #CCC;
	border-radius: 3px;
    box-shadow: 0 0 3px #CCCCCC;

    background-repeat: no-repeat;
    background-position: 10px 20px;
}

.info div, .success div, .warning div, .error div {
	float:left;
	padding:15px;
	padding-left:50px;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.info {
    color: #333;
    background-color: #FFF;
    background-image: url('knob/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('knob/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('knob/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('knob/error.png');
}
span.open {
	padding-left:20px;
	height:20px;
	background:url('../images/icons/small/folder_closed.gif') no-repeat
}
span.closed {
	padding-left:20px;
	height:20px;
	background:url('../images/icons/small/folder_open.gif') no-repeat
}
span.delete {
	padding-left:20px;
	height:20px;
	background:url('../images/icons/small/delete.gif') no-repeat
}
span.edit {
	padding-left:20px;
	height:20px;
	background:url('../images/icons/small/edit_note.gif') no-repeat
}
span.alert {
	padding-left:20px;
	height:20px;
	background:url('../images/icons/small/alert.gif') no-repeat
}
span.notice {
	padding-left:20px;
	height:20px;
	background:url('../images/icons/small/attention.gif') no-repeat
}
span.accept {
	padding-left:20px;
	height:20px;
	background:url('../images/icons/small/accept.gif') no-repeat
}
span.view {
	padding-left:20px;
	height:20px;
	background:url('../images/icons/small/active.gif') no-repeat
}
span.download {
	padding-left:20px;
	height:20px;
	background:url('../images/icons/small/save.gif') no-repeat
}
span.refresh {
	padding-left:20px;
	height:20px;
	background:url('../images/icons/small/refresh.gif') no-repeat
}
span.attach, span.file {
	padding-left:20px;
	height:20px;
	background:url('../images/icons/small/files.png') no-repeat
}
span.up {
	padding-left:20px;
	height:20px;
	background:url('../images/icons/small/up.gif') no-repeat
}
span.down {
	padding-left:20px;
	height:20px;
	background:url('../images/icons/small/down.gif') no-repeat
}

.button {
    background: -moz-linear-gradient(center top , #F9F9F9 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
    border: 1px solid #CCC4BB;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #333;
    cursor: pointer;
    font: 13px Arial;
    margin-right: 3px;
    outline: 0 none;
    padding: 5px 10px 5px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.button:hover{
    background: -moz-linear-gradient(center top , #F9F7F3 0%, #ECE5DA 100%) repeat scroll 0 0 transparent;
    color: #000000;
}
.innerpad{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.padding10{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px;
}
.padding20{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:20px;
}
.whitebg{background:#fff}
.fullwidth{width:100%}

.common-table td {
    height: 32px;
    padding: 2px 5px;
}
.common-table02 {
    background-color: #DFF4FF;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
}
.box-table {
    border-collapse: collapse;
    font-size: 12px;
    text-align: left;
}
.box-table th {
    background: none repeat scroll 0 0 #B9C9FE;
    border-bottom: 1px solid #FFFFFF;
    border-top: 4px solid #AABCFE;
    color: #003399;
    padding: 3px;
}
.box-table td {
    background: none repeat scroll 0 0 #E8EDFF;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid transparent;
    color: #666699;
    padding: 8px;
}
.box-table tr:hover td {
    background: none repeat scroll 0 0 #D0DAFD;
    color: #333399;
}
.simple-table, .table-no-border {
	border:none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}
.simple-table th {
    border-bottom: 2px solid #6678B1;
    color: #333333;
    padding: 10px 8px;
}
.simple-table td {
    border-bottom: 1px solid #EEEEEE;
	border-right:none;
    color: #666666;
    padding: 6px 8px;
    vertical-align: top;
}
.simple-table td.nowrap {
    border-bottom: 1px solid #EEEEEE;
    color: #666666;
    padding: 6px 8px;
    white-space: nowrap;
}
.simple-table td.no-bottom{border-bottom:none}
.simple-table tbody tr.alt {
    background: none repeat scroll 0 0 #F9F9F9;
}
.odd {
   background: #F9F9F9;
}
.box41, .box51, .box11 {
    margin-bottom: 15px;
    overflow: hidden;
    padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    background: #FFF;

}

/*Specific ids*/
#header {
	height:130px;
	background: url('../images/header.png') no-repeat bottom center;
}
#top{height:123px}
#info{margin-top:20px; color:#033}
/*Home settings*/
.home-blocks{width:245px;height:200px;float:left;background:url('../images/blocks.jpg') no-repeat;}
.home-blocks-end{width:240px}
.home-blocks h1 a{display:block;color:#fff;font-size:12px;text-transform: uppercase;margin-left:35px;padding-top:10px;}
.home-blocks img{margin-top:10px;margin-left:10px;}
/*End Home settings*/
.hasmenu #header{
	padding-bottom: 36px;
}
.inner {
	width:860px;
	margin:0 auto;
}
.inner-main {
	width:860px;
	margin:0 auto;
}
.inner-max-width{clear:both;float:left;margin-top:15px;width:974px;display:block}
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
.sep{clear:both;height:8px;background: url('../images/sep-bg.png');margin-bottom:15px;}
.shadow-boxed,.box41, .box51, .box11 {
	background:#fff;
	border:1px solid #ddd;
	border-radius: 3px; 
	-moz-box-shadow:    1px 1px 3px 1px #eee;
	-webkit-box-shadow: 1px 1px 3px 1px #eee;
	box-shadow:         1px 1px 3px 1px #eee;
}
.box11 h3{color:#fff;line-height:normal}
.box11{
	padding-top:10px;
	background:#FFF url('../images/block_title.png') no-repeat;
}
.box51{min-height:400px;}
ul.ppt {margin:0;padding:0;height:210px;overflow:hidden}
ul.ppt li{height:210px;display:block;}

.ul1, .ul2, .ul3, .ul4 {
    line-height: 25px;
    padding-left: 20px;
}
.ul2 {
    list-style-image: url("../images/ul2.png");
}
#top-menu{float:left;margin-left:100px;margin-top:30px;}
#top-menu li{float:left}
.menu-icon{background-image:url(../images/menu.png);background-position: top left no-repeat;height:63px;display:block;float:left}

#menu-home{width: 69px}
#menu-home:hover{background-position: 0px -63px;}
#menu-gioithieu{background-position:-69px 0px ;width:75px}
#menu-gioithieu:hover{background-position:-69px -63px;}
#menu-sanpham{background-position:-144px 0px ;width:85px}
#menu-sanpham:hover{background-position:-144px -63px;}
#menu-cachmua{background-position:-228px 0px ;width:85px}
#menu-cachmua:hover{background-position:-228px -63px;}
#menu-giohang{background-position:-307px 0px ;width:73px}
#menu-giohang:hover{background-position:-307px -63px;}
#menu-lienhe{background-position:-380px 0px ;width:60px}
#menu-lienhe:hover{background-position:-380px -63px;}
/*.preview table{border:1px solid #CCC;border-collapse:collapse}*/
/* ============= */
#main{clear:both;min-height:347px;padding-top:15px;background:url('../images/main-bg.jpg') repeat-y center top;}
.main-bg{background:url('../images/body-bg.png') repeat-y center top;}
.main-padd{padding-left:20px}
#detail_story{
	margin-bottom:30px;
	font-size:12px;
/*	background:#FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px 2px 2px 2px;
	border:1px solid #CCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
	padding:15px;*/
	clear:both;
	float:left;
}
/*.article h1,.article h2,.article h3,.article h4,.article h5,.article h6{ font-weight: normal;}
.article h1{ font-size: 16px;line-height:1.5; color: #F00;font-weight: bold;}
.article h2 { font-size: 15px;line-height:1.5; color:#F00;font-weight: bold;}
.article h3{ font-size: 14px;line-height:1.5; color:#F00;font-weight: bold;}
.article h4 { font-size: 13px;line-height:1.5; }*/
.article h1 img,.article  h2 img,.article  h3 img,.article h4 img,.article  h5 img,.article  h6 img { margin: 0;}
.article p img.left,.article p img.right{ float: right; margin: 1.5em 0 1.5em 1.5em; }
.article li ul,.article li ol{ margin:0 1.5em; }
.article ul,.article  ol {	margin-left: 30px;}
.article ol li{ list-style-type: decimal; }
.article dl{ margin: 0 0 1.5em 0; }
.article dl dt{ font-weight: bold; }
.article dd{ margin-left: 1.5em;}
.article p {margin:10px 0 5px;clear:both}
.article table{ margin-bottom: 1.4em; width:100%;clear:both }
.article th{ font-weight: bold; }
.article thead th{ background: #c3d9ff; }
.article th,.article td,.article caption{ padding: 4px 10px 4px 5px; }
.article tr.even td{ background: #e5ecf9; }
.article tfoot{ font-style: italic; }
.article captio{ background: #eee; }
.article li ul, .article ul {clear:both;}
.article li {list-style-type:square}
.article ol {margin-left: 30px;}
.article ol li {padding-left: 0px;}
.servicecolumn1{float:left;clear:both;margin-bottom:15px;}
.list-common {clear:both;margin-left:10px;}
.list-common li {list-style-type:none;margin-left:5px;}
.list-common li:before {
    content: "*";
    color: #0C3;
}
.abouticon {
    float: left;
    margin: 0 20px 0 0;
	height:112px;
}
.abouticon img {
    width: 110px;
	border: 1px solid #CCC;
	padding:1px;
}

.imgframe {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
	width:185px;
	background: url("../images/3landscape4x3.png") no-repeat top left;

}
.imgframe img{
	 border: 1px solid #EFDEDE;
	 height: 150px;
	 width:150px;
	 margin-top:15px;
	 margin-bottom:30px;
	 background:#FFF
}
.cat-item{clear:both;float:left}
.cat-tit-link{font-size:20px;line-height:1.5
}
.cat-item p{ clear:none}
 ul.tree {
    padding: 10px 0 0;
}
 ul.tree li {
    position: relative;
	font-weight:bold;
	font-size:14px;
}
 ul.tree > li:first-child > a {
    border: medium none;
}
 ul.tree a {
    border-top: 1px dashed #BAE8F8;
    color: #060;
    display: block;
    padding: 3px 0 4px;
    width: 229px;
}
 ul.tree a.selected {
    color: #000000;
    font-weight: bold;
}

 ul.tree li ul li a {
    border-top: 1px dashed #BAE8F8;
    padding: 3px 0 4px 22px;
    width: 200px;
	font-weight:normal !important;
}
/* products */

.product_slot {
	 -moz-box-sizing: border-box;
    border: 1px solid #EEEEEE;
   background:#fff;
    float: left;
    height: 340px;
    margin: 0 10px 15px 0px;
    overflow: hidden;
    padding: 0 0 10px;
    width: 215px;
}
.last{margin-right:0}
div.product_name {
    height: 36px;
    margin-bottom: 1px;
    overflow: hidden;
    padding: 3px;
	font-weight:bold;
}
.product_image_container {
    height:200px;
	overflow:hidden;
	margin-bottom:10px;
}
.product_image_container a img {
    width: 215px;
}
.price{clear:both;width:100%;text-align:center}
.product_description {clear:both;margin-bottom:10px}
.productDescription {font-size:11px;color:#666}
.productPrice{font-size:15px;color:#C30 }
#prod_buttons{clear:both; width:150px;margin:0 auto;text-align:center}
a.addtocart_button {
    background: url("../images/button2.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font: 11px/13px Tahoma,Geneva,sans-serif;
    height: 22px;
    margin: 0 5px 0 0;
    padding: 3px 0 5px;
    text-align: center;
    width: 67px;
}
.addtocart_button:hover {
    background: url("../images/button2-hover.gif") no-repeat scroll 0 0 transparent;
}
a.details {
    background: url("../images/button1.gif") no-repeat scroll 0 0 transparent;
    color: #031623;
    display: inline-block;
    font: 11px/13px Tahoma,Geneva,sans-serif;
    margin: 0;
    padding: 4px 0 6px;
    text-align: center;
    text-decoration: none;
    width: 67px;
}
a.details:hover {
    background: url("../images/button1-hover.gif") no-repeat scroll 0 0 transparent;
}
/* = Footer = */
#footer-cover{width:100%; background: url("../images/foot-bg.jpg") no-repeat center top;min-height:120px;}
#footer {
	width:860px;
	margin:0 auto;
}

#footer ul li{float:left;display:block;padding-right:12px;margin-left:12px;border-right:1px solid #CCC}
#footer ul li:first-child{border:none;padding-right:290px;}
#footer ul li:last-child{border:none;padding-right:none;}
/* = Menu footer1 = */
#menufooter {float:right;margin-right:30px;}
#menufooter ul li{
	float:left;
	margin-left:15px;
	list-style-type:none;	
}
#menufooter a {color:#D7FFD7}
#menufooter a:hover {color: #FFF}

/* = Left = */
#left {
	width: 685px;
	float: left;
	display: inline;
	margin-right: 5px;
	background:url('../images/menu-normal.png') center top repeat-x;
}
.full-left{width:685px;}
#breadcrumb {
	background:url('../images/home.png') no-repeat;
	margin-top:3px;
	padding:10px 0px 10px 37px;
	font-weight: normal;
	font-size:16px;
	text-transform: capitalize;
}


h2.latestnews {
	font-size:17px !important;
	color: #030;
	line-height: 24px !important;
	margin-bottom: 10px !important;
}
a:hover h2.latestnews {
	text-decoration: underline;
}
.marchine img{max-width:800px}
/* ======== */
/* = Right = */
#right {
	width: 280px;
	min-height:400px;
	float: right;
	display: inline;
	background:url('../images/right.png') repeat-y;
}
.full-right{width:280px}
/* =========== */
/* = Hotline = */
.hotline {
	background: url('../images/contact-us-bg.png') no-repeat;
	width: 200px;
	clear:both;
	float: left;
	display: inline;
	height: 43px;
	text-align: left;
	color: #000;
	font-size:13px;
}
.hotline .moduletable {
	display: inline-block;
	*display: inline;
	zoom:1;
}
.hotline a{color: #006200}
.a-bright a{color:#F7F7F7}
.a-bright a:hover{color:#FFF}
/* =========== */
/* = Search = */
.search {
	float: left;
    margin-top: 70px;
	margin-left:30px;
}
#search-text{width:170px}

.quotation-bg{}
blockquote.quotation {
    background: url("../images/blockquote_start.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    clear: both;
    margin: 10px 0;
    padding: 10px 35px;
    text-align: justify;
}
blockquote.quotation p {
    background: url("../images/blockquote_end.png") no-repeat scroll 100% 100% transparent;
    margin: 0 -35px -10px 0;
    padding: 0 35px 10px 0;
}

.continue {
    background: url("../images/continue.gif") no-repeat scroll 100% 50% transparent;
    clear: both;
    float: left;
    margin: 2em 0 0;
    padding-right: 1em;
}

.continue a:link, .continue a:visited {
    background: none repeat scroll 0 0 #F00;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 0.15em 1.5em 0.15em 0.5em;
}
/* ========== */
#emailForm {
	float: right;
	width: 60%;
	display: inline;
	margin-right: 10px;
}
table.lienhe {
	float: left;
	display: inline;
	width: 38%;
}
#emailForm label {
	margin: 10px 0;
}
input#contact_email_copy {
	width: 20px;
}
.breadcrumbs a {
	color:#000;
}
.breadcrumbs a:hover {
	text-decoration:underline;
}
/*pagination */
#paging_page {
	clear:both;
	margin-top:12px;
	margin-bottom:10px;
	font-family:Arial;
	font-weight:bold;
	font-size:13px;
}
#paging_page li{float:left}
#paging_page a {
	border:1px solid #BFB;
	text-decoration:none;
	padding:3px 4px;
	margin-right:3px;
}
#paging_page a:hover {
	border:1px solid #333333;
	color:#fff;
	background-color: #F00;
}
#paging_page span {
	color:#fff;
	background: #25522B;
	border:1px solid #BFB;
	padding:3px 4px;
	margin-right:3px;
}