@charset "utf-8";
/* CSS Document */

* {
	font-family:Fortin Sans, Romeral, Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#567199;
}
body {
	background-color: #faf9f8;
	background-image: url(img/body_bg_black.jpg);
	background-repeat: repeat-x;
	background-position: 0px 48px
}
.body{
	background-color:#f8f8f8;
}
.footer{
	float:left;
	height:28px;
	width:100%;
	background-color: #000;
	clear:both;
	color: #FFF;
	margin-top: 20px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
div{
	text-align:left;
}
option{
	color:#000;
}
.title{
	color:#006;
	font-weight:bold;
}
.bold{
	font-weight:bold;
}
.show_order_confirm{
	visibility:hidden;
	top:0px;
	left:0px;
	color:#FFF;
	font-weight:bold;
	background-color:#F00;
	padding:6px;
}
.header{
	float:left;
	clear:both;
	width:100%;	
}
.header_round{
	width:15px;
	height:30px;
	float:left;
	display:inline-block;
}
.header_body{
	height:30px;
	float:left;
	display:inline-block;
}
.bar{
	width:848px;
	height:38px;
}
.bar_round{
	width:100%;
	height:100%;
	float:left;
	background-image:url(img/bar_1_round_black.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	display:inline-display;
}
.bar_body{
	width:100%;
	height:100%;
	float:left;
	background-image:url(img/bar_1_body_black.gif);
	background-position: 0px 0px;
	background-repeat:repeat-x;
	display:inline-block;
}	
.bar_text{
	color:#150262;
	margin-top:6px;
	font-size:12px;
	font-weight: bold;
}
.bar_for_img{
	width:100%;
	height:30px;
	background-color:#999;
}
.bar_img_text{
	color:#0C0;
	margin-top:5px;
	margin-right:15px;
	text-align:center;
}
.border{
	border:1px solid #eaeaea;
}
.background{
	background-color:#FFF;
}
.clearFieldBlurred {
	color: #999;
	font-style: italic;
}
.clearFieldActive, .input_field_1 {
	color: #333;
}
.input_label_1{
	color:#FFF;
}
.input_label_2, .button_1_text, .cart_top_data{
	color:#001;
}
.input_label_1, .input_label_2{
	float:left;
	font-size: 14px;
}
.input_field_1{
	float:left;
}
.input_req{
	color:#F00;
}
.input_opt{
	color:#CCC;
}
.input_req, .input_opt{
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 5px;
	margin-top: 3px;
}
.button_1{
	width:60px;
	height:20px;
	background-image:url(img/button_black_1.gif);
	cursor:pointer;
}
.button_2{
	width:80px;
	height:20px;
	background-image:url(img/button_black_2.gif);
	cursor:pointer;
}
.button_3{
	width:60px;
	height:20px;
	background-image:url(img/button_black_3.gif);
	cursor:pointer;
}
.button_4{
	width:100px;
	height:20px;
	background-image:url(img/button_black_4.gif);
	cursor:pointer;
}
.button_1, .button_2, .button_3, .button_4{
	font-weight: bold;
}
.more{
	color:#F00;
	float:right;
}
.regular_paging_no,.active_paging_no{
	padding:3px 3px;
	float:left;
	width:auto;
	height:15px;
	margin-right:10px;
}
.regular_paging_no{
	background-color:#666;
	color:#CCC;
	cursor:pointer;
}
.active_paging_no{
	background-color:#C00;
	color:#FFF;
	cursor:pointer;
}
.regular_paging_no a,.active_paging_no a{
	font-size:12px;
}
.regular_paging_no a{
	color:#CCC;
}
.active_paging_no a{
	color:#FFF;
}
.auto_disp_item_row{
	width:100%;
	height:auto;
	margion-bottom:5px;
	display:inline-block;
	clear:both;
}
.auto_disp_item_name_font{
	font-size:13px;
	color:#f00;
}
.auto_disp_lbl{
	color:#333;
	float:left;
}
.auto_disp_item_img, .auto_disp_item_img img, .auto_disp_item_info{
	width:188px;
	display:inline-block;
}
.auto_disp_item_img, .auto_disp_item_img img{
	height:168px;
}
.auto_disp_lbl,.auto_disp_data,.auto_disp_size,.auto_disp_price,.auto_disp_qty{
	font-size:12px;
}
.auto_disp_data{
	float:left;
}
.auto_disp_size{
	width:65px;
	float:left;
}
.auto_disp_price{
	width:40px;
	float:left;
}
.auto_disp_qty{
	width:45px;
	float:left;
}
.auto_disp_add{
	width:38px;
	float:left;
}
.auto_disp_add img{
	width:18px;
	height:12px;
}
/* starting items */
.item_ft_row{
	width:100%;
	height:auto;
	display:inline-block;
	clear:both;
	margin-bottom:5px;
}
.item_ft_font_size_1{
	font-size:28px;
	color:#F00;
}
.item_ft_lbl{
	float:left;
	color:#333;
}
.item_ft_lbl,.item_ft_data,.item_ft_size,.item_ft_price,.item_ft_qty{
	font-size:18px;
}
.item_ft_data{
	float:left;
}
.item_ft_size{
	width:100px;
	float:left;
}
.item_ft_price{
	width:100px;
	float:left;
}
.item_ft_qty{
	width:100px;
	float:left;
}
.item_ft_add{
	width:100px;
	float:left;
}
.item_ft_add img{
	width:22px;
	height:15px;
}
.tab_active{
	background-image:url(img/round_active_black.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.tab_color{
	background-image:url(img/round_black.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.tab_active a, .tab_color a{
	font-size:16px;
	height:100%;
	display:block;
}
.tab_color a{
	color:#00001C;
}
.tab_active a{
	color:#FFF;
}
.tab_text a:hover{
	color:#F00;
}
.nav_mid, .tab_active{
	background-color:#26326e;
}
.nav_mid{
	background-image:url(img/nav_mid_bg_black.jpg);
	background-repeat:repeat-x;
}
.sub_nav{
	width:138px;
	pading:3px;
	margin-right:5px;
	padding: 5px 5px;
	float:left;
	text-align: center;
	border: 1px ridge #8CA4FF;
}
.sub_nav a{
	color:#D9D9FF;
	font-size: 14px;
}
.sub_nav a:hover{
	color:#FFF;
}
.nav_last, .tab_color{
	background-color:#eaeaea;
}
.nav_last{
	background-image:url(img/nav_last_bg_black.jpg);
	background-repeat:repeat-x;
}
.cart_top_data{
	font-size:11px;
}
.menu_nav_tab{
	background-image:url(img/sub_menu_bg_black.gif);
}
.menu_nav_tab_active{
	background-image:url(img/sub_menu_active_bg_black.gif);
}
.menu_nav_tab, .menu_nav_tab_active{
	width:100%;
	height:38px;
	clear:both;
	overflow:hidden;
	margin-bottom:3px;
}
.menu_nav_text, .menu_nav_text_active{
	width:100%;
	height:100%;
	margin-top:0px;
	margin-left:12px;
	padding: 10px 0px;
	display:inline-block;
}
.menu_nav_text a{
	color:#EFEFEF;
}
.menu_nav_text_active a{
	color:#fff;
}
.menu_nav_text a, .menu_nav_text_active a{
	width:100%;
	height:100%;
}
.cat_container{
	background-color:#394b66;
	text-align:center;
	padding: 0px 0px;
}
.cat_tab, .cat_tab_active{
	width:95%;
	height:30px;
	clear:both;
	overflow:hidden;
	margin:1px 0px;
	margin-bottom:0px;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #B1B1B1;
}
.cat_text{
	width:100%;
	height:90%;
	margin-top:0px;
	margin-left:0px;
	text-align:center;
	display:inline-block;
}
.cat_tab a{
	color:#fff;	
}
.cat_tab_active a{
	color: #FC0;	
}
.cat_tab a:hover, .cat_tab_active a:hover{
	background-color:#6480A8;
}
.cat_tab a, .cat_tab_active a{
	width:100%;
	height:90%;
	padding: 6px 8px 0px 0px;
	display:inline-block;
}
/* start item */
.item_container{
/*	background-color:#fff;*/
	color:#333;
}
.item_header{
	font-size: 25px;
	color: #0F0;
	margin-top: 0px;
	margin-left: 0px;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	width: 100%;
}
.item_line{
	width:100%;
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto;
	margin-top: 10px;
	overflow: visible;
	clear:both;
}
.item_num, .item_food_name, .item_text, .item_size, .item_qty, .item_price, .item_food_name1, .item_text_desc{
	color:#000;
}
.item_num{
	float:left;
	width:54px;
	cursor:pointer;
}
.item_num img{
	height:12px;
	widhth:16px;
}
.item_text{
	width:330px;
	clear:left;
}
.item_food_name, .item_text{
	font-size: 14px;
	float:left;
	line-height: 17px;
}
/*.item_size, .item_price, .item_qty{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;*/
}
.item_food_name{
    width:275px;
    float:left;
}
.item_food_name1{
	width:275px;
	float:left;
}
.item_size{
	float:left;
	width:55px;
}
.item_price{
	float:left;
	width:40px;
}
.item_qty{
	float:left;
	width:45px;
}
.item_qty input{
	color:#fff;
}
.item_text_desc{
	font-size:10px;
}
.item_addtocart_wrap{
	float:left;
	width:168px;
	margin-top:2px;
}
.item_addtocart_row{
	clear:both;
	width:100%;
	font-size:11px;
	height:25px;
/*	border: 1px solid #FFF; */
}
.item_add{
	float:left;
}
.item_add img{
	width:22px;
	height:16px;
}

/* starting cart */
.item_cart_details{ color:#333; }
.item_cart_details .cart_item, .item_cart_details .cart_price, .item_cart_details .cart_qty, .item_cart_details .cart_amt, .item_cart_details .cart_inst{
	font-family: Calibri;
	font-size: 12px;
	color:#000;
}
.item_cart_details .smry11, .item_cart_details .smry1, .item_cart_details .smry2 {
	background-color: #f2f2f2;
}
.item_cart_details .lbl1 {
	font-family: Calibri;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FDE06C;
}
.item_cart_details .smry11, .item_cart_details .smry1, .item_cart_details .smry2 {
	color: #000;
}
.item_cart_details .smry11 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.item_cart_details .smry1 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	font-style: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.item_cart_details .smry2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bolder;
	text-align: right;
	font-style: oblique;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.item_cart_details .input0{
	width: 20px;
}
.item_cart_details .input_inst, .item_cart_details .input0, .item_cart_details .input1{
	text-align:left;
	background-color: #F2F2F2;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.item_cart_details .input_inst{
	color:#F30;
}
.item_cart_details .lbl_inst{
	color:#06F;
}
.item_cart_details .input0, .item_cart_details .input1{
	color: #000;
}
/* cart start */
.cart_container, .benthanh_family_container, .your_comment_container{
/*	background-color:#fff;*/
	color:#333;
}
.cart_text1{
	font-family: Calibri;
	font-size: 16px;
	color: #900;
}
.cart_text2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align:center;
}
.citem_ttl{
	width:100%;
	clear:both;
	margin: 0;
	margin-top: 3px;
	text-align: left;
	padding: 0;
}
.cart_del{
	width:5%;
	float:left;
	text-align:center;
	padding-right: 0px;
}
.cart_item{
	width:48%;
	float:left;
	text-align:left;
	padding-left: 0px;
}
.cart_price{
	width:13%;
	float:left;
	text-align:right;
}
.cart_qty{
	width:13%;
	float:left;
	text-align:center;
}
.cart_amt{
	width:15%;
	float:left;
	text-align:right;
}
.cart_inst{
	clear:both;
	float:left;
	width:80%;
	text-align:right;
	margin-top: 2px;
}
.cart_sitem, .cart_slbl, .cart_sctn, .cart_sctn1, .cart_sctn, .cart_sctn1{
	color:#000;
	font-size:10px;
}
.cart_sitem{
	float:left;
	clear:both;
	width:98%;
	margin-top: 3px;
	font-size: 10px;
	color:#000;
}
.cart_slbl{
	float:left;
	width:35%;
	font-size: 11px;
	text-align: left;
}
.cart_sctn{
	text-align:right;
}
.cart_sctn1{
	text-align:left;
}
.cart_sctn, .cart_sctn1{
	float:left;
	width:60%;
}
.cart_details .input0{
	width: 20px;
}
/* start item_info_by_tab */
.item_info_by_tab_row{
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.item_info_by_tab_row, .item_info_by_tab_data_row, .item_info_by_tab_add_row{
	width:100%;
	height:auto;
	display:inline-block;
	clear:both;
}
.item_info_by_tab_col{
	width:200px;
	height:100%;
	padding-left:8px;
	padding-top:10px;
	float:left;
	display:inline-block;
	/*border: 1px solid #F00;*/
}
.item_info_by_tab_col_margin_left{
	margin-left:5px;
/*	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;*/
}
.item_info_by_tab_data_col{
	float:left;
	width:100%;
	height:100%;
}
.item_info_by_tab_add_col{
	width:100%;
	float:left;
	height:20px;
	clear:both;
}
/* your comment */
.your_comment_row{
	clear:both;
	height:20px;
	margin-bottom:10px;
}
/* starting user */
.page_desc{
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7184B0;
	text-align: center;
	margin-top: 10px;
	line-height: 25px;
	margin-right: 10px;
}
.page_desc a{
	color:#FC0;
	text-decoration:underline;
}
.page_desc a:hover{
	color:#FFF;
}
.user_main{
	width:100%;
	clear:both;
	margin-left: 10px;
	margin-top: 20px;
}
.user_left{
	margin-top:10px;
	width:25%;
	float:left;
	text-align:center;
	padding-bottom: 20px;
	border-top-width: 20px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDF;
	border-right-color: #ddf;
	border-bottom-color: #DDF;
	border-left-color: #ddf;
}
.user_nav{
	width:90%;
	clear:both;
	margin-top: 20px;
}
.user_nav a{
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
}
.user_nav a:hover{
	display:block;
	background-color:#666;
	color:#FFF;
}
.user_right{
	width:72%;
	float:left;
	text-align:left;
}
.su_lbl{
	width:35%;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.su_input{
	width:65%;
	float:left;
}
.su_lbl, .su_input{
	height: 18px;
	margin-bottom: 15px;
}
.input_tag{
	float:left;
}
/* start about us */
.aboutUs_b_day{
	width:180px;
	float:left;
}
.aboutUs_b_time{
	float:left;
	width:250px;
}