@charset "utf-8";
/* CSS Document */

@font-face {
 font-family: PSLxMethinee;
 src: url("PSLxMethinee.eot") /* EOT file for IE */
}
@font-face {
 font-family: PSLxMethinee;
 src: url("PSLxMethinee.ttf") /* TTF file for CSS3 browsers */
}


@font-face {
    font-family: 'ITCFranklinGothicStdMdCn';
    src: url('itc-franklin/itcfranklingothicstd-mdcd-webfont.eot');
    src: url('itc-franklin/itcfranklingothicstd-mdcd-webfont.eot?#iefix') format('embedded-opentype'),
         url('itc-franklin/itcfranklingothicstd-mdcd-webfont.woff') format('woff'),
         url('itc-franklin/itcfranklingothicstd-mdcd-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family:'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, Times, 'DBHelvethaicaX', Tahoma, serif;
	/*font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;*/
	font-size: 12px;
	color: #000000;
}

img {
	border: 0;
}

.link_edit_profile{
	color: #24C4D1;
	font-size: 19px;
	text-decoration: none;
}

.link_edit_profile:hover{
	text-decoration: underline;
}
.header{
	width: 100%;
	height: 209px;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}
.header1{
	width: 100%;
	height: 209px;
	position: relative;
	display: block;
	background-image:url(../images/bg_menu_3.jpg);
}
.sub_head{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	overflow: hidden;
}
.sub_head_content{
	width: 980px;
	height: auto;
	text-align: left;
	display: block;
	position: relative;
}
.header_bar{
	width: 100%;
	position: relative;
}
.header_search{
	width: 100%;
	position: relative;
	background: black;
}

.header_search .box_search_input{
    /*background-image: url("../images/bg_search.jpg");*/
    background-position: left center;
    background-repeat: no-repeat;
    float: right;
    font-size: 18px;
    height: 100%;
    line-height: 27px;
    padding-left: 0;
    padding-right: 0;
    width: 192px;
}

.header_search .box_search_input input{
       border: medium none;
    border-radius: 10px 10px 10px 10px;
    font-family: ITCFranklinGothicStdMdCn;
    font-size: 13px;
    height: 19px;
    margin-left: 38px;
    margin-top: 26px;
    padding-left: 11px;
    text-transform: uppercase;
    width: 150px;
}

.header_menu{
	width: 100%;
	height: 31px;
	position: relative;
	
}


.box_menu #box_login_register{
    background-image: url("../images/bg_login_small.png");
      background-position: left center;
    background-repeat: no-repeat;
    bottom: -37px;
    height: 57px;
    left: 370px;
    position: absolute;
    width: 261px;
    z-index: 2;
}

.box_menu #box_login_register .btn_signup{
    /*background-image: url("../images/btn_signup.png");
    background-position: left center;
    background-repeat: no-repeat;*/
    float: right;
    height: 31px;
    padding-top: 10px;
    width: 95px;
}

.box_menu #box_login_register .btn_login{
    /*background-image: url("../images/btn_login.png");
    background-position: left center;
    background-repeat: no-repeat;*/
    float: right;
    height: 31px;
    padding-top: 10px;
    width: 95px;
}

.box_menu #box_login_register .btn_facebook{
    /*background-image: url("../images/btn_facebook.png");
    background-position: left center;
    background-repeat: no-repeat;*/
    float: right;
    height: 31px;
    padding-top: 10px;
    width: 53px;
}

.header2{
	width: 100%;
	height: 440px;
	position: relative;
	display: block;
}
.header3{
	width: 100%;
	position: relative;
	display: block;
}

.box_bar{
	width: 980px;
	height: 30px;
	margin: 0 auto;
}

.header_box_search{
	height: 71px;
    margin: 0 auto;
    padding-top: 7px;
    width: 980px;
}

.header_box_search .logo_img_header{
	padding-left: 4px;
}

.box_bar .welcome{
    border-right: 1px solid #E3E3E3;
    float: left;
    font-size: 13px;
    height: 100%;
    line-height: 27px;
    margin-left: 17px;
    padding-right: 10px;
    text-transform: uppercase;
}

.box_bar .logout{
	float: left;
    font-size: 13px;
    height: 100%;
    line-height: 27px;
    margin-left: 17px;
    text-transform: uppercase;
}


.box_bar .lang{
    float: right;
    font-size: 18px;
    height: 100%;
    line-height: 27px;
    padding-left: 14px;
    padding-right: 14px;
   text-transform: uppercase;
}

.box_bar .myaccount{
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    float: right;
    font-size: 13px;
    height: 100%;
    line-height: 27px;
    padding-left: 14px;
    padding-right: 14px;
     text-transform: uppercase;
}


.box_bar .mybasket{
	 background-image: url("../images/icon_basket.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    border-right: 1px solid #E3E3E3;
    float: right;
    font-size: 13px;
    height: 100%;
    line-height: 27px;
    padding-left: 24px;
    padding-right: 14px;
    text-transform: uppercase;
}

.box_bar .mybasket img{
	margin-top: 10px;
}



.box_bar .logout a ,.box_bar .myaccount a,.box_bar .mybasket a{
	text-decoration: none;
	color: black;
}

.box_bar .logout a:hover,.box_bar .myaccount a:hover,.box_bar .mybasket a:hover{
	text-decoration: underline;
}

.box_content{
	width: 980px;
	height: 207px;
	text-align: left;
	display: block;
	position: relative;
}
.box_content_white{
    background-color: #FFFFFF;
    min-height: 250px;
    padding: 51px;
    width: 90%;
}

.box_content_white p{
    font-size: 14px;
}

.box_content_white h1{
     font-family: Courier;
}


.box_logo{
	width: 100%;
	height: 150px;
	display: block;
	position: relative;
}
.logo{
	width: 60%;
	float: left;
}
.menu_login{
	width: 40%;
	float: left;
	padding-top: 35px;
}
.login{
	width: 100%;
}
.cart{
	width: 100%;
}
.box_cart{
	background-image:url(../images/cart.png);
	height: 41px;
	width: 42px;
	cursor:pointer;
}

.box_cart:hover .count_cart{
	text-decoration: underline;
	color: #FFFFFF;
}

.count_cart{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding-top: 5px;
}
.line_slide{
	width: 183px;
	height: 11px;
	background-image:url(../images/line_slide.jpg);
	display: block;
	position: relative;
}
.box_menu{
	width: 980px;
	height: auto;
	margin: 4px auto 0;
	position: relative;
	/*font-family:ITCFranklinGothicStdMdCn;*/
	/*font-weight:bold;*/
}

/*------- content --------*/
.container{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	/*background-color: #F3F3F3;*/
	-moz-box-shadow:    3px 3px 10px 3px #ccc;
    -webkit-box-shadow: 3px 3px 10px 3px #ccc;
    box-shadow:         3px 3px 10px 3px #ccc;
}
.container_box{
	width: 980px;
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: left;
}

/*------- footer --------*/
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #000000;
}
.footer_box{
	width: 980px;
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	padding-bottom: 10px;
    padding-top: 23px;
}
.footer_logo{
	color: #FFFFFF;
    float: left;
    font-size: 30px;
    font-weight: bold;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 23%;
}
.footer_menu{
	width: 77%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	padding-top: 12px;
}
.box_footer_menu{
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	color:#FFFFFF;
	padding-right: 20px;
}
.box_footer_menu ul{
    padding-left: 0px;
    padding-top: 10px;
}
.box_footer_menu ul li {
    list-style: none outside none;
    height: 25px;
}
.main_footer{
	color: #D9D9D9;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.box_footer_menu ul li a{
	    color: #9d9ea0;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
}

/*-- menu --*/
.tap_menu {
    height: 35px;
    margin: 0 0 19px;
    padding: 5px 0 0;
}
.tap_menu ul {
    margin: 0;
    padding: 0;
}
.tap_menu li {
    color: #000000;
    display: block;
    float: left;
    font-size: 11px;
    list-style: none outside none;
    padding-right: 35px;
}
.tap_menu li a {
    color: #000000;
    display: block;
    height: 20px;
    padding-top: 10px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}
.tap_menu li a:link {
    color: #000000;
    padding-top: 10px;
    text-decoration: none;
}
.tap_menu li a:visited {
    color: #000000;
    padding-top: 10px;
    text-decoration: none;
}
.tap_menu li a:hover {
    color: #6f6f6f;
    padding-top: 10px;
    text-decoration: none;
}
.tap_menu li a:active {
    color: #6f6f6f;
    padding-top: 10px;
    text-decoration: none;
}
/*-- end menu--*/

/*-- menu_right --*/
.tap_menu_right {
    height: 35px;
    margin: 0 0 19px;
    padding: 5px 0 0;
}
.tap_menu_right ul {
    margin: 0;
    padding: 0;
}
.tap_menu_right li {
    color: #000000;
    display: block;
    float: right;
    font-size: 11px;
    list-style: none outside none;
    padding-left: 35px;
}
.tap_menu_right li a {
    color: #000000;
    display: block;
    height: 20px;
    padding-top: 10px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}
.tap_menu_right li a:link {
    color: #000000;
    padding-top: 10px;
    text-decoration: none;
}
.tap_menu_right li a:visited {
    color: #000000;
    padding-top: 10px;
    text-decoration: none;
}
.tap_menu_right li a:hover {
    color: #6f6f6f;
    padding-top: 10px;
    text-decoration: none;
}
.tap_menu_right li a:active {
    color: #6f6f6f;
    padding-top: 10px;
    text-decoration: none;
}
/*-- end menu--*/

/*-- page aboutus --*/
.txt_main{
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 35px;
    margin-top: 0px;
}
.map_img{
	width:50%;
	display: block;
	float: left;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}
.map_detail{
	width:50%;
	display: block;
	float: left;
	height: auto;
	overflow: hidden;
	position: relative;
	
}

/*-- page history --*/
.history_img1{
	width: 341px;
	height: 482px;
	display: block;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
	float: left;
}
.history_img2{
	width: 118px;
	height: 482px;
	display: block;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
	float: left;
}
.history_detail{
	width: 633px;
	display: block;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
	float: left;
}

/*-- page myaccount --*/
.box_account{
	width: 100%;
	display: block;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
	margin-top: 20px;
}

/*-- pay ment --*/
.box_menu_payment{
	width: 100%;
	display: block;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.box_detail_payment{
	width: 100%;
	display: block;
	min-height: 300px;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.box_menu_payment_step{
	float: left;
	margin-right: 10px;
}

/*-- pop up --*/
.box_popup{
	height: 2000px; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	z-index: 120; 
}
.form_login{
	width: 280px;
	top:250px;
	display: block;
	height: 261px;
	overflow: hidden;
	position: relative;
	background:url(../images/page/form_login.png) no-repeat;
	z-index: 120; 
}
.form_sendmail{
	width: 280px;
	top:250px;
	display: block;
	height: 197px;
	overflow: hidden;
	position: relative;
	background:url(../images/page/send_mail.png) no-repeat;
	z-index: 120; 
}
.box_close{
	width: 100%;
}

/*-- pop up thk*/
.form_thk{
	width: 522px;
	top:200px;
	display: block;
	height: 385px;
	overflow: hidden;
	position: relative;
	background:url(../images/form_my_check.png) no-repeat;
	z-index: 120; 
}
/*-- pop up mycheck thk*/
.form_mycheck_thk{
	width: 522px;
	top:200px;
	display: block;
	height: 383px;
	overflow: hidden;
	position: relative;
	background:url(../images/form_thk.png) no-repeat;
	z-index: 120; 
}

/*-- page register --*/
.box_register{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	position: relative;
}
.form_register{
	width: 650px;
	height: 601px;
	display: block;
	overflow: hidden;
	position: relative;
	background:url(../images/form_register_650_2.png) no-repeat;
	margin-top: 50px;
}

/*-- name_member --*/
.txt_cart{
	height: 30px;
}
.name_member{
	float: left;
	width: 80%;
	font-size: 16px;
}
.name_cart{
	float: left;
	width: 20%;
	font-size: 16px;
}


/*--- Page Mycart --*/
.cart_container{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	
}
.cart_boxmain{
   background-color: #FFFFFF;
 /* background-color: blue;*/
    margin: 0 auto;
    min-height: 198px;
    width: 83%;
    position: relative;
    margin-bottom: 37px;
    font-size:13px;
}

.cart_boxmain .mycart_close{
	position: absolute;
	right: 3px;
	top:3px;
}

.cart_boxmain_photo{
    float: left;
    margin-left: 20px;
    margin-top: 24px;
    text-align: center;
    width: 127px;
    height: 149px;
}

.cart_boxmain_desc{
    float: left;
    margin-left: 2px;
    margin-top: 24px;
    text-align: left;
    width: 32%;
}

.cart_boxmain_desc h2{
	margin: 0 0 0 0;
}

.cart_boxmain_desc .title,.cart_boxmain_desc .rs{
    font-size: 15px;
}


.cart_boxmain_price{
    float: left;
    height: 100%;
    margin-left: 2px;
    margin-top: 24px;
    text-align: center;
    width: 48%;
}

.cart_boxmain_price  .title,.cart_boxmain_price  .rs{
     font-size: 14px;
    font-weight: bold;
}
.mark-red{
	color: red;
}
.quantity_no{
	height: 20px;
    text-align: center;
    width: 90px;
}
.quantity_no_pos{
	width: 11px;
	float: left;
	 padding-bottom: 2px;
}

.cart_total{
    height: 127px;
    margin: 0 auto;
    width: 83%;
    font-size: 20px;
}
.subtotal{
	float: right;
    padding-right: 22px;
    padding-top: 10px;
}
.subtotal_topic{
	font-size: 19px;
	color: #424242;
	font-weight: bold;
}

.subtotal_price{
	font-size: 19px;
	color: #764817;
	font-weight: bold;
}

.subtotal_desc{
	color: #764817;
	float: right;
	padding-right: 18px;
}
.subtotal_submit{
	float: right;
    padding-right: 22px;
    padding-top: 10px;
}
.subtotal_submit_btn{
	text-decoration: none;
}

.box_search{
	width: 174px;
	height: 25px;
	display: block;
	position: relative;
	background:url(../images/search_25.png) no-repeat;
}
.box_error{
	font-size: 18px;
	font-weight: bold;
	color: red;
	height: 100px;
    margin-top: 50px;
}
.inner_product{
      background-color: #FFFFFF;
    float: left;
    margin-bottom: 24px;
    margin-right: 19px;
    width: 229px;
}
.inner_product .inner_product_image{
	text-align: center;
	height: 306px;
}

.inner_product .inner_product_image .image_product{
	margin:0 auto;
	width: 200px;
	/*height:460px;*/
}

.inner_product:hover{
	opacity: 0.5;
	cursor: pointer;
}

.inner_product .box_detail{
      border-bottom: 1px solid #A3A3A3;
    border-top: 1px solid #A3A3A3;
    color: #42474D;
    float: left;
    font-size: 13px;
    height: 35px;
    overflow: hidden;
    padding: 3px;
    width: 100%;
    
}
.inner_product .box_detail .boxproduct_name{
	float: left;
	width: 66%;
   text-transform: uppercase;
   font-weight: bold;
   
}

.inner_product .box_detail .product_price{
   float: right;
   width: 34%;
   text-align: right;
    font-weight: bold;
}

.inner_product .box_detail .product_detail{
 float: left;
    font-size: 10px;
    height: 15px;
    overflow: hidden;
    text-transform: capitalize;
    width: 100%;
      font-family: tahoma;
}
.step_allow{
	opacity: 0.4;
}
/*-- news --*/
.box_news_list{
	border-bottom: 1px dashed #CCCCCC;
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}
.box_news_img{
	float: left;
	width: 30%;
	padding-top: 50px;
}

.span_a{
	color: blue;
	text-decoration: none;
}

.span_a:hover{
	color: green;
	text-decoration: underline;
}

/*-- table --*/
.tb_head{
	background-color:#a4d2d6;
}

/* category product */
.box_cate_main{
	text-align: left;
    width: 980px;
	border-bottom: 1px dashed #676868;
	padding-bottom: 5px;
	padding-top: 15px;
}
.cate_main_1{
	font-size: 18px;
	color: #676868;
}
.cate_main_2{
	font-size: 18px;
	color: #FD6E63;
}