@charset "utf-8";
/* COMMON STYLE

--------------------------------------------------------- */

html, body, fieldset {
	margin: 0;
	padding: 0;
}
@font-face {
 font-family: 'Roboto Condensed';
 src: url('../Images/Fonts/robotocondensed-regular-webfont.eot');
 src: url('../Images/Fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../Images/Fonts/robotocondensed-regular-webfont.woff') format('woff'), url('../Images/Fonts/robotocondensed-regular-webfont.ttf') format('truetype'), url('../Images/Fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'Roboto Condensed Bold';
 src: url('../Images/Fonts/robotocondensed-bold-webfont.eot');
 src: url('../Images/Fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../Images/Fonts/robotocondensed-bold-webfont.woff') format('woff'), url('../Images/Fonts/robotocondensed-bold-webfont.ttf') format('truetype'), url('../Images/Fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	font: normal 16px 'Roboto Condensed', sans-serif;
	background: url(../Images/bg_body.gif) 0 0 repeat;
	color: #333333;
}
a {
	text-decoration: none;
	color: #030303;
}
a:hover {
	text-decoration: underline;
}
* html .cf {
	height: 1%;
}
.cf {
	display: block;
	clear: both;
}
img {
	border: none;
	vertical-align: middle;
}
h1 {
	font-size: 125%;
}
h2 {
	font-size: 100%;
}
h3 {
	font-size: 90%;
}
h4 {
	font-size: 80%;
}
ol, ul {
	list-style: none;
	list-style-position: inside
}
pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.img_general {
	float: left;
	margin-right: 10px;
}
.link_title {
	color: #0162da;
}
.inputbox {
	border: 1px solid #848484;
	height: 25px;
	line-height: 25px;
}
.fl {
	float: left
}
.fr {
	float: right
}
#header:after, #footer:after, #main:after, .wrap:after, .wrap_page:after, .navigation:after, #nav_out:after, .box:after, .box_ct:after, .box_ct_main:after, .ddsmoothmenu:after, #menu_sidebar:after, .product_row:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
/* WRAPPER --------*/
.wrap {
	width:1000px;
	margin: 0 auto;
	-moz-box-shadow: 0 0 3px #555555;
	-webkit-box-shadow: 0 0 3px #555555;
	box-shadow: 0 0 3px #555555;
	background: #FFFFFF;
	padding-top: 34px;
}
.wrap_page {
	width: 1000px;
	margin: 0 auto;
}
/* LAYOUT

--------------------------*/
#top_page {
	height: 34px;
	line-height: 34px;
	background: #149a26;
	width: 1000px;
	color: #FFFFFF;
	position: fixed;
	top: 0;
	z-index: 9999;
}
#main {
	padding: 10px 5px 0 5px;
}
#main #col_left {
	float: left;
	width: 215px
}
#main #col_right {
	float: right;
	width: 770px;
}
.wrap:after, #main:after, #main #col_left:after, #main #col_right:after, #copyright:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
/* HEADER

--------------------------*/

#header {
	position: relative;
	background: url(../Images/headerBg.jpg) 0 0 repeat-x;
}
#banner_head {
	display: block;
	max-width: 100%;
}
/*Support*/
#support {
	margin-left: 8%;
	height: 100%
}
#cart { margin-right: 5px }
#cart a {
	display: block;
	color: #FFFFFF;
	line-height: 34px;
}
#cart b {
	color: #FFFF00
}
.icon_cart {
	float: left;
	width: 34px;
	height: 34px;
	background: url(../Images/cart_icon.png) 0 3px no-repeat;
}
#hotline {
	float: left;
	letter-spacing: 1px;
	background: url(../Images/hotline.png) 5px center no-repeat;
	padding-left: 25px;
	color: #efee00
}
.email {
	display: inline-block;
	padding-left: 28px;
	background: url(../Images/email_icon.png) 0 10px no-repeat;
	margin-left: 5px;
}
.email a {
	color: #FFFFFF
}
/*Search Form*/
#search_form {
	float: right;
	margin-top: 3px;
	margin-right: 10px;
	position: relative
}
#search_form .search_icon {
	display: block;
	width: 27px;
	height: 27px;
	background: url(../Images/search_icon.png) 0 0 no-repeat;
	cursor: pointer
}
#search_form .search_box {
	position: absolute;
	top: 34px;
	right: 0;
	padding: 15px;
	z-index: 9999;
	width: 350px;
	background: #b2b2b2;
	-moz-box-shadow: 2px 2px 5px #444444;
	-webkit-box-shadow: 2px 2px 5px #444444;
	box-shadow: 2px 2px 5px #444444;
	border-top: 5px solid #f2f136;
	display: none;
}
.icon_close {
	cursor: pointer;
	position: absolute;
	top: -10px;
	right: -7px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../Images/close_icon.png) 0 0 no-repeat;
}
div.search_box .inputSearch {
	color: #000000;
	float: left;
	font: 13px Arial, Helvetica, sans-serif;
	height: 32px;
	line-height: 32px;
	padding: 0 0 0 5px;
	margin: 0;
	min-width: 260px;
	border: none;
	border: none;
	background: #FFFFFF;
	border: 1px solid #cff6fc;
	border-right: none;
	border-bottom: none;
}
div.search_box .submitSearch {
	float: right;
	z-index: 10;
	background: #424443;
	border: medium none;
	cursor: pointer;
	display: block;
	height: 33px;
	line-height: 33px;
	width: 80px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	text-align: center;
	z-index: 5;
	color: #FFFFFF
}
div.search_box .submitSearch:hover {
	text-decoration: none;
	color: #FFFFFF
}
/*Box*/
.box {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}
.box_ct {
	padding: 9px;
	border: 1px solid #18b32d;
	border-top: none;
	background: #d7ffb5
}
.box_ct_main {
	border: 1px solid #18b32d;
	padding-bottom: 10px;
}
/*Tab*/
.box_Tab_l {
	height: 35px;
	line-height: 35px;
	position: relative;
	background: url(../Images/left_TabBg.png) 0 0 no-repeat;
	color: #FFFFFF;
	font-family: 'Roboto Condensed Bold', sans-serif;
	padding-left: 10px;
	text-transform: uppercase
}
.box_Tab_r {
	height: 35px;
	position: relative;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
.box_Tab_r span {
	float: left;
	display: block;
	height: 35px;
	line-height: 35px;
	background: url(../Images/right_TabBg.png) right 0 no-repeat
}
.box_Tab_r b {
	display: block;
	height: 35px;
	padding: 0 30px;
	margin-right: 68px;
	background: url(../Images/greenBg.jpg) 0 0 repeat-x;
	color: #FFFFFF;
}
/*Status*/
#access_status .icon_status {
	float: left;
	margin-right: 3px;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../Images/status_icon.png);
	background-repeat: no-repeat
}
#access_status p {
	margin: 0;
	padding: 5px;
	color: #005b26;
}
#access_status .icon_status.online {
	background-position: 0 2px
}
#access_status .icon_status.s_today {
	background-position: 0 -27px
}
#access_status .icon_status.all_visistors {
	background-position: 0 -57px
}
#access_status .icon_status.all_products {
	background-position: 0 -86px
}
#access_status b {
	float: right;
	text-align: right;
	width: 30%;
	color: #000000
}
/*Ads*/
.ads {
	padding: 0 !important;
}
.ads img {
	width: 100%;
	height: auto;
	margin-bottom: 5px
}
/*Vertical menu*/
.topnav {
	padding: 0
}
.topnav > ul {
	display: block;
	z-index: 999999;
}
.topnav > ul > li {
	position: relative
}
.topnav > ul > li > a {
	display: block;
	padding: 6px 0 6px 18px;
	background: url(../Images/arrow_l_parent.gif) 8px 13px no-repeat;
	border-bottom: 1px solid #f8fef2;
}
.topnav > ul > li:last-child > a {
	border: none
}
.topnav > ul > li:hover {
	background: #ff9d00
}
.topnav > ul > li:hover > a {
	text-decoration: none
}
.topnav ul ul {
	position: absolute;
	left: 100%;
	top: 80px;
	display: none;
	opacity: 0;
	width: 500px;
	padding: 10px;
 -webkit-transition: opacity .3s ease, top .25s ease;
 -moz-transition: opacity .3s ease, top .25s ease;
 -ms-transition: opacity .3s ease, top .25s ease;
 -o-transition: opacity .3s ease, top .25s ease;
 transition: opacity .3s ease, top .25s ease;
	z-index: 1000;
	background:#FFF;
	-moz-box-shadow: 2px 3px 5px #666;
	-webkit-box-shadow:  2px 3px 5px #666;
	box-shadow:  2px 3px 5px #666;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.topnav > ul > li:hover > ul {
	left: 100%;
	top: 0;
	opacity: 1;
	display: block;
}
.topnav li li {
	float: left;
	width: 50%
}
.topnav ul ul a {
	display: block;
	font-size: 1em;
	outline:0;
	text-transform: none;
	padding: 4px 10px 4px 30px;
	background:  url(../Images/arrow_l_parent.gif) 16px 13px no-repeat;
	color: #333333
}
/*List ul*/

.list_ul li {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #c2c2c2;
	margin-bottom: 5px;
	padding: 5px 0;
}
.list_ul li:last-child {
	border: none;
	margin: 0
}
.list_ul img {
	max-width: 70px;
	vertical-align: middle;
	height: auto
}
.news_Title {
	font-weight: 500
}
/*List Products*/
.product_row ul {
	padding-bottom: 10px;
	margin-left: 2px;
}
.product_row li {
	float: left;
	position: relative;
	width: 25%;
	overflow: hidden;
	margin: 10px 0 0 0;
	text-align: center
}
.product_row li .product {
	width: 178px;
	margin: 5px auto;
	padding-bottom: 10px;
	-moz-box-shadow: 0 0 1px #96cd68;
	-webkit-box-shadow: 0 0 1px #96cd68;
	box-shadow: 0 0 1px #96cd68;
	background: #FFFFFF
}
.product_row li:hover .product {
	background: #d7ffb5
}
.product_row li .img_product {
	display: block;
	width: 100%;
	height: 150px;
	overflow: hidden;
	padding: 10px 0;
	text-align: center
}
.product_row li img {
	max-height: 100%;
	max-width: 100%;
}
.product_name h2 {
	margin-bottom: 5px;
}
.product_row li .product_name {
	display: block;
	width: 94%;
	margin: 0 auto;
	text-align: center;
	color: #333333;
	overflow: hidden;	
	font-size: 16px;
	font-weight: 500;
	height:45px;
}
.price {
	color: #ff0101;
	margin-bottom: 5px;
}
.buy_detail {
	display: block;
	width: 103px;
	height: 30px;
	margin: 0 auto;
	background: url(../Images/buy.png) 0 0 no-repeat
}
#thesame_price {
	float: right;
	width: 205px;
}
#thesame_price .box_Tab {
	background: #dadada;
	height: 35px;
	line-height: 35px;
	text-align: center
}
/*Detail Info*/
#dtp_info {
	color: #444444;
	float: left;
	width: 55%;
	margin-bottom: 20px
}
.h2Title {
	font-size: 24px;
	font-weight: 500;
	color: #148709;
	margin-bottom: 5px;
}
#dtp_info .dtp_status {
	float: left;
	width: 100%;
	color: #555555;
	margin-bottom: 8px;
}
#dtp_info #like_face {
	margin-bottom: 20px
}
#dtp_info .title_status {
	float: left;
	margin-right: 10px
}
#dtp_info p {
	margin: 5px 0
}
#dtp_info .price_detail {
	float: left;
	width: 180px;
	margin-top: 20px
}
#dt_product .price_detail div {
	margin-bottom: 10px;
}
.dt_price span {
	font-size: 1.4em;
	color: #ff0000;
}
#short_des {
	line-height: 150%;
	text-align: justify
}
#dtp_info .buy_detail {
	float: left;
}
/*Cart*/
table#page_cart {
	border-collapse: collapse;
	width: 100%;
	color: #444444;
	margin-top: 10px;
}
table#page_cart th, table#page_cart td {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #c5c7c5;
	padding: 8px 0;
	text-align: center
}
table#page_cart th {
	background: #e1e2e1;
}
table#page_cart td.td_price {
	width: 100px;
}
table#page_cart td.td_price span#vnd {
	color: #999999 !important;
}
table#page_cart td.ttd_price {
	border-right: medium none !important;
	font-weight: bold;
	padding-right: 20px !important;
	text-align: right;
}
table#page_cart td.ttd_price_t {
	border-left: medium none !important;
	color: #C21717;
	font-weight: bold;
	padding-left: 20px !important;
	text-align: center;
	font-size: 15px;
}
table#page_cart td.td_quantity input[type="text"] {
	border: 1px solid #7F9DB9;
	color: #000000;
	height: 17px;
	padding: 0 0 0 10px;
	width: 15px;
}
.button_payment {	
	display: inline-block;
	padding: 0 20px;
	height: 30px;
	background: url(../Images/greenBg.jpg) 0 0 repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: 10px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	cursor:pointer;
}
.button_payment:hover {
	text-decoration: none
}
/*Pagination*/
.navigation {
	float: left;
	font-weight: 700;
	text-align: center;
	width: 100%;
	font-size: 0.8em;
	line-height: 30px;
	margin-top: 10px;
}
.navigation a {
	border: 1px solid #ff8100;
	margin: 0 2px;
	padding: 4px 10px;
	color: #403832;
}
.navigation b, .navigation a:hover {
	background: #ff7900;
	border: 1px solid #ff8100;
	color: #FFFFFF;
	margin: 0 2px;
	padding: 4px 10px;
	text-decoration: none;
}
/*News*/
#list_news ul {
	padding: 10px
}
#list_news ul li {
	border-bottom: 1px dotted #8B8B8B;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
}
#list_news h3 {
	padding: 0 0 3px 0;
	font-size: 1.1em;
	font-weight: 500
}
#list_news p {
	margin: 0 0 1em 0;
	line-height: 150%;
}
#list_news img {
	border: 1px solid #e3e3e3;
	padding: 3px;
	width: 200px;
	height: auto;
	background: #FFFFFF;
}
#list_news .view_more {
	float: right;
	margin-top: 20px;
	text-decoration: underline;
	color: #ff7500;
	font-style: italic;
	font-size: 90%
}
#detail_news {
	padding: 0 10px
}
#info_g {
	padding: 10px 0;
}
#info_g, #info_g p {
	line-height: 1.5
}
.info_P_title {
	margin-top: 20px;
	border-bottom: 3px solid #CCCCCC;
	text-transform: uppercase;
	font: bold 14px/25px Tahoma, Geneva, sans-serif
}
.date {
	color: #878787;
	font-size: 12px;
}
.function {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #e3e3e3 -moz-use-text-color;
	border-image: none;
	border-style: solid none;
	border-width: 1px medium;
	float: left;
	padding: 5px 0;
	width: 100%;
}
.like_face {
	float: left;
	height: 18px;
	padding: 0;
	width: 35%;
}
.toolbar {
	float: right;
	padding: 0;
	position: relative;
	text-align: left;
}
.toolbar a {
	background: url(../Images/toolbar.png) no-repeat scroll 0 0 transparent;
	display: inline-block;
	margin-left: 10px;
	padding-left: 20px;
}
a.print {
	background-position: 0 4px;
}
a.email {
	background-position: 0 -18px;
}
a.opinion {
	background-position: 0 -35px;
}
.other_news_sub {
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
}
.other_newsT {
	padding-bottom: 3px;
	margin: 10px 0;
	position: relative;
	border-bottom: 1px solid #606060;
	font-weight: 700;
	font-size: 16px;
}
.other_news_sub ul {
	margin: 10px 0 0 10px;
}
.other_news_sub ul li {
	padding: 4px 0;
}
.other_news_sub a {
	background: url(../Images/arrow_l.png) no-repeat scroll 0 5px transparent;
	padding-left: 15px;
	font-size: 90%
}
.view_all {
	float: left;
	background: none !important;
	margin: 10px 0;
	text-align: right;
	text-decoration: underline;
	font-size: 11px;
	color: #d10000;
}
/*Current Path*/
.path {
	font-weight: bold;
	text-align: left;
	text-transform: none;
	font-size: 0.9em;
	font-weight: 500;
	height: 28px;
	line-height: 28px;
	margin-bottom: 5px;
}
.path img {
	vertical-align: baseline
}
/*Main Footer*/
#footer {
	
	color: #FFFFFF;
	font-size: 1em;
}
#footer .wrap_page {
	padding: 20px 0;
	background: url(../Images/footerBg.jpg) 0 0 repeat
}
#footer a {
	color: #FFFFFF
}
#footer p {
	margin: 0;
}
#info_footer {
	float: left;
	width: 45%;
	font-size: 90%;
}
#copyright {
	margin-top: 20px;
	padding-top: 15px;
	clear: both;
	font-size: 80%;
	text-align: center;
	color: #FFFFFF;
	background: url(../Images/bottom-shadow.png) center 0 no-repeat;
	text-shadow: 1px 1px 1px #000000
}
/*Banner Ads*/
#divAdRight {
	display:none;
	position:absolute;
	top:10px;
	width: 130px
}
#divAdLeft {
	display:none;
	position:absolute;
	top:10px;
	width: 130px
}
#divAdLeft img, #divAdRight img {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 5px
}
/*Get Email*/
#get_email {
	float: left;
	width: 205px;
}
#get_email span {
	display: block;
	padding-bottom: 5px;
	color: #fcd157
}
#get_email input {
	float: left;
	background: #FFFFFF;
	color: #222222;
	padding-left: 5px;
	height: 25px;
	line-height: 25px;
	width: 200px;
	border: none;
}
.send_button {
	float: right;
	display: block;
	width: 83px;
	height: 23px;
	text-align: center;
	margin-top: 10px;
	background: url(../Images/yellowBg_button.png) 0 0 no-repeat;
}
.send_button:hover {
	text-decoration: none;
}
/*Payment Info*/
#payment_info {
	float: right;
	text-align: right;
	font-size: 0.9em
}
.payment {
	margin-bottom: 10px
}
/*Comments*/
.inner-content-cm p {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	padding: 8px 0 30px 10px;
	text-align: justify;
	width: 97% !important;
}
.comment-content {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D3D3D3
}
.btn_send {
	display: block;
	float: right;
	margin: 10px 0;
	background: url(../Images/blueBg.jpg) 0 0 repeat-x;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 130px;
	height: 30px;
	line-height: 30px;
	font-size: 0.9em;
	text-align: center;
	color: #FFFFFF;
}
.btn_send:hover {
	text-decoration: none
}
.textareaSubCM {
	margin-top: 5px;
	width: 425px;
}
.write-sub-comment {
	clear: both;
	float: left;
	width: 440px;
}
.dvPaging {
	background-color: #F2F2F2;
	border: 1px solid #D3D3D3;
	clear: both;
	float: left;
	height: 40px;
	width: 675px;
	margin-top: 20px;
}
.inner-content-cm p {
	color: #333333;
	margin: 0;
}
.areaComment {
	border-radius: 3px 3px 3px 3px;
}
.pagingOD {
	clear: both;
	float: left;
	padding: 10px 0;
	width: 100%;
}
.pagingOD span, .pagingOD a {
	border-radius: 2px 2px 2px 2px;
	color: #5E5E5E;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	margin: 0 2px;
	padding: 2px;
	text-align: center;
	width: 20px;
}
.pagingOD i {
	color: #5E5E5E;
	float: left;
	font-size: 14px;
	padding-top: 5px;
}
.pagingOD p {
	float: right;
	margin: 9px 5px 0 0;
	text-align: center;
}
.pagingOD p span {
	background: none repeat scroll 0 0 #5C5C5C;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.pagingOD a:hover {
	background: none repeat scroll 0 0 #5C5C5C;
	color: #FFFFFF;
	font-weight: bold;
}
.inner-comment, .dList-comment {
	float: left;
	width: 100%;
}
.dList-comment {
	border-top: 1px solid #CCCCCC
}
.textareaCM {
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	width: 510px;
	color: #000000;
	padding: 10px;
}
/*Comment */
.btn_send_comment {
	display: block;
	float: right;
	margin: 10px 0;
	background: url(../Images/bg_repeat.png) 0 -39px repeat-x;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 130px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	color: #FFFFFF;
}
.input-txt {
	background: none repeat scroll 0 0 #f5f5f4;
	border-color: #b6b6b6;
 -moz-use-text-color #b6b6b6;
	border-style: solid none none solid;
	border-width: 1px medium medium 1px;
	height: 30px;
	line-height: 30px;
	width: 99.2%;
}
.required {
	color: #FF0000
}
/*Print Page*/
#printing {
	width: 600px;
	margin: 0 auto
}
#printing #logo {
	width: 20%
}
#printing #text_logo {
	width: 78%
}
#printing #function_print {
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	background: url(../Images/menuBg.jpg) 0 0 repeat-x;
	color: #FFFFFF
}
#printing #function_print a {
	color: #FFFFFF
}
#printing #main {
	padding: 10px;
	background: #FFFFFF;
	border-bottom: 2px solid #18b32d;
	text-align: justify;
	-moz-box-shadow: 0 0 3px #555555;
	-webkit-box-shadow: 0 0 3px #555555;
	box-shadow: 0 0 3px #555555;
}
/*Banner Ads*/
#divAdRight {
	display:none;
	position:absolute;
	top:10px;
}
#divAdLeft {
	display:none;
	position:absolute;
	top:10px;
}
