@charset "UTF-8";
/* CSS Document */



html {
	height: 100%;
	}

body {
   font-family:Arial, Helvetica, Lucida Sans, sans-serif; 
   margin:0px; padding:0px;  
   background-color:#FFFFFF;
   background-image:url(../images/bg_top.jpg);
   background-position:top;
   background-repeat:repeat-x; 
   }  
  
img { behavior: url(style/iepngfix.htc); }

.clear {
	clear:both;
	}
	
.height23 {
	margin-top:23px;
	}
	
.breadcrumb {
	width: 400px;
	height: auto;
	padding: 5px 10px 10px 0px;
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#da500c;
	text-decoration:none;  
	letter-spacing:-0.3pt;
	}

.menu_pages-container {
	width: 100%;
	height: 55px;
	margin-top: 13px;		
	}
	
.menu_pages-container-top{
	width: 100%;
	height: 31px;
	border-bottom: #eca785 1px solid;
	}
.menu_pages-container-top2{
	width: 100%;
	height: 31px;
	/*border-bottom: #eca785 1px dotted;*/
	}

.menu_pages-container-bottom{
	width: 100%;
	height: 15px;
	margin-top:7px;
	}
.logged_in {
	float:right;
	width: 300px;
	height: auto;
	padding: 0px 0px 10px 0px;
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#da500c;
	text-decoration:none;  
	letter-spacing:-0.3pt;
	}
	
.pagination {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	}
	
.pagination_2 {
	width: 495px;
	height: auto;
	padding-bottom: 9px;
	padding-top: 9px;
	border-top: #DA500C 1px solid;
	margin-top: 23px;
	}
	
		
ul{border:0; margin:0; padding:0; list-style-type:none;}
#pagination-clean li          { border:0; margin:0; padding:0; font-size:11px; list-style:none; /* savers */ float:left; }
/* savers #pagination-clean li,*/
#pagination-clean a           { border-right:solid 1px #DEDEDE; margin-right:2px; }
#pagination-clean .previous-off,
#pagination-clean .next-off   { color:#888888; display:block; float:left; font-weight:bold; padding:3px 4px; }	
#pagination-clean .next a,
#pagination-clean previous a  { border:none; font-weight:bold; }	
#pagination-clean .active     { color:#000000; font-weight:bold; display:block; float:left; padding:4px 6px; /* savers */ border-right:solid 1px #DEDEDE; }
#pagination-clean a:link,
#pagination-clean a:visited   { color:#DA500C; display:block; float:left; padding:3px 6px; text-decoration:underline; }
#pagination-clean a:hover     { text-decoration:none; }
	
.title_container {
	width: 100%;
	height: auto;
	margin-top: 23px;
	/*padding-bottom: 9px;*/
	}	
	
/** CONTAINER **/

#container {
	margin-top: 23px;
	/*position: absolute;*/
	width:100%;
	height:100%;
	background-image:url(../images/bg_bottom.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}

/** HEADER **/
.language {
	position:relative;
	float: right;
	width: 100px;
	height:28px;
	top: 30px;
	}
	
#header {
	margin:0 auto;
	width:808px;
	height:120px;
	}
	

/** MAINPAGE BODY **/

#container #container_body {
	margin: 0 auto;
	width: 801px;
	height:auto;
	}

#container #footer{
	width: 800px;
	height: 136px;
	margin-top:30px;
	padding-bottom:30px;
	}

/** CONTAINER LEFT */
#container #content_left{
	float:left;
	width: 529px;
	height: auto;
	}
	
*html #container #content_left{
	float:left;
	width: 510px;
	height: auto;
	}

#container #content_left_mainpromo{
	width: 495px;
	height: auto;
	}
	
#container #separator{
	clear:both;
	width: 495px;
	float: left;
	height: 23px;
	}	
	
.food_image {	
	width: 148px;
	height: 103px;
	margin-top: -12px;
	}
	
.food_image_text {
	position:relative;
	background-image:url(../images/bubble.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 148px;
	height: 60px;
	}
	
.container_textfood {
	float: left;
	padding: 7px 7px 7px 7px;
	}
	
.text_food_image{
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
	letter-spacing:-0.4pt;
	}
	
.container_button{
	float: right;
	width: 100px;
	height: 20px;	
	padding-top: 5px;
	}
	
.container_food_image{	
	margin-top:23px;
	float:left;
	width: 148px;
	margin: 23px 24px 0px 0px;	
	}
	
*html .container_food_image{	
	margin-top:23px;
	float:left;
	width: 148px;
	margin: 23px 21px 0px 0px;	
	}	
	
	
/* CONTAINER RIGHT */

#container #content_right{
	
	float:right;
	width: 271px;
	height: auto;
	}
	
/**html #container #content_right{
	
	float:right;
	width: 260px;
	height: auto;
	}
*/
.container_box_right{
	height:auto;
	margin-bottom: 23px;	
	}
	


/** LINK BUTTON **/

a.link_button-orange {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;  
	letter-spacing:-0.4pt;
	background-color: #b31611;
	padding: 5px 5px 5px 5px;
	}
	
a:hover.link_button-orange {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;
	color:#fddd00;
	letter-spacing:-0.4pt;
	background-color: #000000;
	padding: 5px 5px 5px 5px;
	}
	
a.link_button-orange2 {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;  
	letter-spacing:-0.4pt;
	background-color: #da500c;
	padding: 5px 5px 5px 5px;
	}
	
a:hover.link_button-orange2 {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;
	color:#fddd00;
	letter-spacing:-0.4pt;
	background-color: #000000;
	padding: 5px 5px 5px 5px;
	}
	
a.link_button-blue {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;  
	letter-spacing:-0.4pt;
	background-color: #005bab;
	padding: 5px 5px 5px 5px;
	}
	
a:hover.link_button-blue {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;
	color:#fddd00;
	letter-spacing:-0.4pt;
	background-color: #000000;
	padding: 5px 5px 5px 5px;
	}
	
	
a.link_breadcrumb {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#da500c;
	text-decoration:underline;  
	letter-spacing:-0.3pt;
	}
	
a:hover.link_breadcrumb {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	font-weight: normal;
	color:#000000;
	letter-spacing:-0.3pt;
	}
	
a.link_content {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#da500c;
	text-decoration:underline;  
	letter-spacing:-0.3pt;
	}
	
a:hover.link_content {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	font-weight: bold;
	color:#000000;
	letter-spacing:-0.3pt;
	}
	
a.link_menu_harga {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#da500c;
	text-decoration:underline;  
	letter-spacing:-0.7pt;
	}
	
a:hover.link_menu_harga {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	font-weight: normal;
	color:#000000;
	letter-spacing:-0.7pt;
	}
	
a.link_resto {
	font-family:  Arial, Helvetica, Lucida Sans,sans-serif;
	font-size: 21px;
	font-weight: bold;
	color:#da500c;
	text-decoration:none;  
	letter-spacing:-0.3pt;
	}
	
a:hover.link_resto {
	font-family:  Arial, Helvetica, Lucida Sans,sans-serif;
	font-size: 21px;
	text-decoration:underline;
	font-weight: bold;
	color:#000000;
	letter-spacing:-0.3pt;
	}
	
	
/** PADDING CELL **/

.padding_content5px {
	padding-left: 12px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.padding_form {
	padding: 7px 5px 7px 0px;
	} 
	
.padding_form2 {
	padding: 7px 5px 7px 12px;
	} 
.padding_bottom_pesanan {
	padding-bottom: 15px;
	}
	
.padding_bottom_pesanan_2 {
	padding-bottom: 15px;
	padding-top: 15px;
	}	

.padding_batas_bottom_shopcart {
	padding: 12px 0px 9px 0px;
	border-top: #da500c dotted 1px;
	}
	
/** TEKS **/

.teks_loginbox {
	font-family: Arial, Helvetica, Lucida Sans, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#da500c;
	text-decoration:none;  
	letter-spacing:-0.2pt;
	}
	
.teks_form {
	font-family: Arial, Helvetica, Lucida Sans, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;  
	letter-spacing:-0.2pt;
	}

.teks_form2 {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	text-decoration:none;  
	letter-spacing:-0.2pt;
	}
	
.teks_customervoice1 {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#a33600;
	text-decoration:none;  
	letter-spacing:-0.2pt;
	}
	
.teks_customervoice2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: normal;
	color:#a33600;
	text-decoration:none;  
	letter-spacing:-0.2pt;
	}
	
.teks_titlebig_1 {
	font-family: Arial, Helvetica, Lucida Sans, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color:#DA500C;
	text-decoration:none;  
	letter-spacing:-0.7pt;
	line-height:21pt;
	}
	
.teks_titlebig_2 {
	font-family: Arial, Helvetica, Lucida Sans, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#DA500C;
	text-decoration:none;  
	letter-spacing:-0.7pt;
	line-height:21pt;
	}
		
.teks_titlebig_3 {
	font-family: Lucida Sans, Arial, Helvetica,  sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;  
	letter-spacing:-0.7pt;
	line-height:18pt;
	}
	
.teks_titlebig_4 {
	font-family: Arial, Helvetica, Lucida Sans, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#DA500C;
	text-decoration:none;  
	letter-spacing:-0.7pt;
	line-height:21pt;
	}

.teks_titlebig_5 {
	font-family: Arial, Helvetica, Lucida Sans, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;  
	letter-spacing:-0.7pt;
	line-height:21pt;
	}
	
.teks_titlebig_6 {
	font-family: Arial, Helvetica, Lucida Sans, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#DA500C;
	text-decoration:none;  
	line-height:18pt;
	}
	
.teks_titlebig_kidsfront {
	font-family: Arial, Helvetica, Lucida Sans, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#DA500C;
	text-decoration:none;  
	letter-spacing:-0.3pt;
	}
	
.teks_date_kidszone {
	font-family: Lucida Sans, Arial, Helvetica,  sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;  
	letter-spacing:-0.3pt;
	}

.teks_detailmenu {
	font-family:  Lucida Sans, Helvetica,  Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;  
	letter-spacing:-0.3pt;
	line-height:21px;
	}

.teks_menushopcart {
	font-family:  Lucida Sans, Helvetica,  Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;  
	letter-spacing:-0.3pt;
	line-height:21px;
	}
.teks_detail_shoppingcart {
	font-family: Lucida Sans, Arial, Helvetica,  sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;  
	line-height:18pt;
	}
/** ABOUT US **/

.aboutus_container_content {
	width: 800px;
	height: auto;
	margin-top: 23px;
	padding-bottom: 23px;
	border-bottom: #eca785 1px dotted;
	}

.aboutus_container_content_clear {
	width: 800px;
	height: auto;
	margin-top: 23px;
	padding-bottom: 23px;
	}

.aboutus_container_photo1 {
	width: 500px;
	height: auto;
	float: left;
	}

.aboutus_container_photo2 {
	width: 115px;
	height: auto;
	float: left;
	}
	
.aboutus_container_photo3 {
	width: 220px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

.aboutus_container_photo4 {
	width: 115px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.aboutus-container_content1 {
	float: right;
	width: 271px;
	height:auto;
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#B31611;
	text-decoration:none;  
	letter-spacing:-0.2pt;
	line-height: 21px;	
	}

.aboutus-container_content2 {
	float: right;
	width: 670px;
	height:auto;
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#B31611;
	text-decoration:none;  
	letter-spacing:-0.2pt;
	line-height: 21px;	
	}

.aboutus-container_content3{	
	width: 800px;
	height:auto;
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#B31611;
	text-decoration:none;  
	letter-spacing:-0.2pt;
	line-height: 21px;	
	}
	
.aboutus_container_right {
	float: right;
	height: auto;
	width: 271px;
	}

.aboutus_container_pakairuang{
	width: 800px;
	height: auto;
	padding: 10px 0px 20px 0px;
	border-top: #999999 2px solid;
	margin-bottom: 10px;
	}
	
.aboutus_pakai_ruang_kanan{
	float: right;
	width: 630px;
	border-left: #999999 1px solid;
	padding: 0px 0px 5px 0px;
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#333333;
	letter-spacing:-0.2pt;
	line-height: 21px;
	
	}
.aboutus_pakai_ruang_kiri {
	float: left;
	height: auto;
	width: 150px;
	padding: 7px 3px 5px 0px;
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#333333;
	letter-spacing:-0.2pt;
	line-height: 21px;
	}	
	
/** RESTAURANT **/

.restaurant_container_content{
	width: 495px;
	height: auto;
	margin-top: 23px;
	padding-bottom: 23px;
	border-bottom: #eca785 1px dotted;
	}
	
.restaurant_container_content_clear{
	width: 495px;
	height: auto;
	margin-top: 23px;
	padding-bottom: 23px;
	}
	
.restaurant-container_content1{	
	width: 495px;
	height:auto;
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#B31611;
	text-decoration:none;  
	letter-spacing:-0.2pt;
	line-height: 21px;	
	}

.resto_place {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: #eca785 1px dotted;
	}
	
.resto_photo_container1 {
	float: left;
	width: 115px;
	height: auto;
	margin-right: 15px;
	margin-bottom: 15px;
	}
	
.resto_left {
	float:left;
	width: 200px;
	height:auto;
	font-family:  Arial, Helvetica, Lucida Sans,sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;  
	letter-spacing:-0.2pt;
	line-height: 21px;
	}
	
.resto_right_container {
	float:right;
	width: 250px;
	padding-left: 40px;
	border-left:#666666 1px dotted;	
	}
	
.resto_right {
	padding-left: 20px;
	width: 220px;
	height:auto;
	font-family:  Arial, Helvetica, Lucida Sans,sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;  
	letter-spacing:-0.2pt;
	line-height: 21px;
	}
	
/** MENU **/

.bottom_harga {
	width: 495px;
	height: auto;
	padding-top: 7px;
	padding-bottom: 23px;
	border-top: #DA500C 1px solid;
	font-family: Lucida Sans, Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#DA500C;
	text-decoration:none;  
	letter-spacing:-0.7pt;
	line-height: 21px;
	margin-top: 30px;
	}
	
.bottom_harga_2 {
	width: 495px;
	height: auto;
	padding-top: 7px;
	padding-bottom: 23px;
	border-top: #DA500C 1px solid;
	font-family: Lucida Sans, Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#DA500C;
	text-decoration:none;  
	letter-spacing:-0.7pt;
	line-height: 21px;
	}
	
.menu_container_listharga{
	width: 495px;
	height: auto;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: #eca785 1px dotted;
	font-family: Lucida Sans, Arial,Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#DA500C;
	text-decoration:none;  
	letter-spacing:-0.7pt;
	line-height: 21px;
	}

.menu_container_title {
	width: 495px;
	height: auto;
	margin-top:9px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: #eca785 1px dotted;
	font-family:  Arial,Helvetica, Lucida Sans,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;  
	letter-spacing:-0.7pt;
	line-height: 21px;
	}
	
.menu_container_price {
	float:right;
	width: 200px;
	height: auto;
	text-align:right;
	}
	
.menu_food_image {	
	width: 495px;
	height: auto;
	margin-top: -12px;
	}
	
.menu_food_image_text {
	position:relative;
	background-image:url(../images/bubble.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 148px;
	height: 44px;
	}
	
.menu_food_image_text_detail {
	position:relative;
	background-image:url(../images/bubble_detail.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 200px;
	height: 44px;
	}
	
.menu_container_textfood {
	float: left;
	padding: 5px 3px 3px 7px;
	}
	
.menu_text_food_image{
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	letter-spacing:-0.4pt;
	}
	
.menu_container_button{
	float: right;
	width: 100px;
	height: 20px;	
	padding-top: 5px;
	}
	
.menu_container_food_image{	
	margin-top:23px;
	margin-bottom: 23px;
	float:left;
	width: 495px;
	}	
		
.menu_container_detail{
	width: 495px;
	height: auto;
	margin-bottom: 17px;
	}
.menu_container_detail_inside{
	width: 495px;
	height:auto;
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#DA500C;
	letter-spacing:-0.7pt;
	line-height:21px;
	}
	
/** KIDS ZONE **/
.kdzn_container_image {
	width: 500px;
	height: 0px;
	margin-bottom: 13px;
	margin-top: 15px;
	}
	
.kdzn_thumbnails {
	float:left;
	width: 70px;
	height:70px;
	margin-right:20px;
	margin-bottom:15px;
	}	
	
.kdzn-container_content {
	width: 495px;
	height: auto;
	margin-top: 3px;
	margin-bottom: 13px;
	padding: 0px 3px 15px 0px;
	border-bottom:#DA500C 1px dotted;
	font-family:  Lucida Sans, Helvetica,  Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#B31611;
	text-decoration:none;  
	letter-spacing:-0.3pt;
	line-height:21px;
	}
	
	
	
/** add by abeeb**/
.content_left{
	float:left;
	width: 529px;
	height: auto;
}
.content_right{
	float:right;
	width: 271px;
	height: auto;
	}
.block{margin:0px 0 15px 0; padding:0;}
.box-color{ background:#FDDC67 url(../images/kidszone-bg-colorbox.gif) top left repeat-y;margin:0; padding:15px 0;height:auto;}
*:first-child+html .box-color{margin:}/*   hack for IE7 */
.box-white{ background:#FFF url(../images/kidszone-bg-whitebox.gif) top left repeat-y;margin:0; padding:0;height:auto;}

.box-header{ margin:0 0 0 0; padding:0;  }
.box-bottom{ margin:0; padding:0; _margin:-0px 0 0 0; _padding:0;}
*:first-child+html .box-header{}  /*hack for IE7 */
*:first-child+html .box-bottom{margin-top:0px; padding:0}   /*hack for IE7 */
.p20{ padding:10px 0 0;}
.teks{ margin:15px 0;font-family: Lucida Sans, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color:#da500c; letter-spacing:-0.3pt; }
.teks-2{float:right; margin:-15px 20px 0 30px;font-family: Lucida Sans, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color:#da500c;_margin:10px 0 0 0;}
*:first-child+html .teks-2{margin:10px 0 0 0;}/*   hack for IE7 */
.img-left{float:left; margin:15px 0 0 0;}

.padding_content520px{ padding: 0px 16px 0px 12px; }
a img{border:0;}
.button-right{ margin:20px 20px 10px 0; float:right;}
.content_right .padding_content520px{
}
.box-1{width:235px; float:left;height:auto;}
.box-2{width:235px; float:right; height:auto; margin:0 33px 0 0;_margin:0 17px 0 0;}

.gallery_img{ margin:0 auto; padding:2px 0 2px 5px; text-align:right;}
.gallery_img a {border:0;}
.gallery_img img { padding:2px; background:#eee; margin:5px 0px 0 5px;}

/* style form reserve */
#reserve-form ol,#reserve-form ul,#reserve-form p { 
	font-size: 11px; line-height:1.2; }
#reserve-form form, #reserve-form fieldset, #reserve-form legend{
	border:0; padding:0;  margin:0; }
#reserve-form fieldset {
	border:1px solid #FFB2B2; padding:10px; 	}
#reserve-form legend {
	color:#DA500C; font-family:Arial,Helvetica,Lucida Sans,sans-serif; font-size:14px; font-weight:bold; letter-spacing:-0.7pt; line-height:21pt; }
form #reserve-form  ol, form #reserve-form  ul {
	list-style:none; padding:0;  margin:0; }
 #reserve-form  li{ 
	clear:both; margin: 0 0 .75em 0	; padding:0; }
#reserve-form label { 
	display:block; float:left; line-height:1.6; margin-right:10px; text-align:right; width:150px; position:relative;}
#reserve-form label:after {
	content: ' :'; }
#reserve-form input, #reserve-form textarea {
	background:#ddd; font: 11px Arial, Helvetica, sans-serif; padding:1px 3px; border:1px solid #ccc; width:200px; }
#reserve-form textarea {
	line-height: 1.3; padding:0 3px; }
#reserve-form select {
	font: 11px Arial, Helvetica, sans-serif; background: #ddd; border:1px solid #ccc; width:210px; /* width is  = input width + input padding -left-right + 4px */ }
#reserve-form label input {
	width:auto; position: relative; top:2px; }
#reserve-form input:focus, #reserve-form textarea:focus, #reserve-form select:focus {
	background:#fff; }
#reserve-form button {
	cursor: pointer;margin-left: 160px;  font-family: Lucida Sans, Arial, Helvetica, sans-serif; font-size: 11px; 
	font-weight: bold; color:#FFFFFF;  letter-spacing:-0.4pt; background: #da500c; border:1px solid #ccc; padding: 3px; }
#reserve-form .radio, #reserve-form .undangan {
	margin-left:160px; }
#reserve-form .radio label {
	width:auto; margin:0; }
#reserve-form .radio ul {
	font-size: 1em; margin: .3em 0 0 0; }
#reserve-form .radio li {
	float:left; margin:0 0 10px 0; width:40%; clear:none; }
#reserve-form .radio  label:after {
	content:''; }
#reserve-form .undangan li {
	width:auto; text-align:left; }
#reserve-form .undangan label { 
	width:80px; text-align:left; }
#reserve-form .undangan input {
	width:110px; text-align:right; }
#reserve-form .undangan select {
	font: 11px Arial, Helvetica, sans-serif; background: #ddd; border:1px solid #ccc; width:120px; /* width is  = input width + input padding -left-right + 4px */ }
	
/* required style*/
#reserve-form abbr {
	cursor:help; font-style:normal; border:0; }
#reserve-form label em.msg {
	color:#aaa; font-size: .8em; font-style: normal; width:200px; position:absolute; margin:5px 0 0 -40px; _margin:15px 0 0 -40px;}
#reserve-form strong.err {
	color: #ffdfdf; display: block; line-height: 1.8; padding-left: 5px; text-align: left; white-space: nowrap; position: absolute;
	top: 0; left: 390px; }
#reserve-form strong.err:before {
	content: "<"; } 

/* error style */
#reserve-form  .error input {
	border: 2px solid #b00; background: #ffdfdf; }
#reserve-form .error input:focus {
	background:#fff; }
#reserve-form  #errors {
	background: #ffdfdf; border: 2px solid #b00; color: #333; margin: .5em 0 1em; padding:10px; }
#reserve-form #errors p {
	margin: 0; padding:0; }
#reserve-form #errors ol {
	list-style: disc; margin: 0 0 0 20px; }
#reserve-form #errors a { color: #b00; }

/* Simulation style */
#reserve-form #simulasi {
	background: #FFF; /*border: 1px solid #FFB2B2; */color: #333; letter-spacing:-0.1pt; }
#reserve-form #simulasi p {
	margin: 0; padding:0; }
#reserve-form #simulasi ol {
	list-style: disc; margin: 0 0 0 20px; }
#reserve-form #simulasi a { color: #b00; }
#simulasi ul{
	margin:20px 0; }
#simulasi li {
	margin:0px 0 15px 0; }
#simulasi input:focus, #simulasi textarea:focus, #simulasi select:focus {
	background:#fff; letter-spacing:1pt;}

.hasil-simulasi {
	font: 12px Arial, Helvetica, sans-serif; border: 1px solid #FFB2B2;
	margin:20px 0; padding:10px; }
.hasil-simulasi p {
	margin: 5px 0 10px 0; color: #333; clear:both;}
.hasil-simulasi h3 {
	margin:0 0 10px 0; padding:0; color:#DA500C; }
.hasil-simulasi .line{
	border-bottom: 1px dotted #DA500C; }
.hasil-simulasi .right{
	float:right; margin:20px 0 10px 0; }
.hasil-simulasi a{
	font-weight:bold;text-decoration:none; color:#DA500C;
}

/* SUARA KONSUMEN */
.teks_titlebig_suara_konsumen {
	font-family: Lucida Sans, Arial, Helvetica,  sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#DA500C;
	text-decoration:none;  
	letter-spacing:-0.7pt;
	line-height:18pt;
	}
.teks_titlebig_3_suara_konsumen{
	font-family: Lucida Sans, Arial, Helvetica,  sans-serif;
	font-size: 11px;
	font-style:italic;
	color:#000000;
	text-decoration:none;  
	letter-spacing:-0.7pt;
	line-height:18pt;
	}
.menu_pages-container_suara_konsumen{
	width: 495px;	
	margin: 13px 0;		
	}
.menu_pages-container-top_suara_konsumen {
	margin:5px 0;
}
.line{border-bottom:1px solid #DA500C;}
.suara{
	width:495px;
	border-top:2px solid #DA500C;
	padding-top:15px;
}
ul.suara_konsumen{
	margin:0px 0 0; padding:0;
}

ul.suara_konsumen{
	_margin:0px 0 0;
}
ul.suara_konsumen li{
	float:left;
	margin: 7px 20px 12px 0;
}
.menu_pages-container-top_suara_konsumen form  {	
	margin:15px 0;
}
.form-item { margin:0px 0px;}
.form-item label { float:left; width:80px; margin:3px 0 0 5px; top:2px; color:#DA500C; font-weight:normal; font-size:13px;}
.form-item textarea { border:1px solid #ccc; overflow:auto;  margin:5px 0;}

/* ADD */
.resto_imgholder {
	width: 495px;
	height: 214px;
	margin-bottom:13px;
	background-image: url(../images/resto_img_peta.gif);
	}
	
.resto_imgholder_eng {
	width: 495px;
	height: 214px;
	margin-bottom:13px;
	background-image: url(../images-eng/resto_img_peta.gif);
	}

/****MEMBER CONTENT****/
#member-content-left {
	float: left;
	width: 400px;
	height: auto;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: #003277 solid 1px;
}
#member-content-bottom {
	/*float: left;*/
	width: 400px;
	height: auto;
	margin-top: 25px;
}
#member-content-right {
	float: right;
	width: 350px;
	height: auto;
	margin-top: 10px;
	padding-bottom: 10px;
}

.fotoid {
	float: left;
	width: 75px;
	height: 75px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.inputform {
	font-family:"Lucida Sans", Arial;
	font-size:12px;
	color:#333333;
}
/**** END MEMBER CONTENT****/

/****** BIRTHDAY CALENDAR ******/
/* popup calendar */
body.popcal {
	background-color: #f0f0f0;
}

table.poptitle {
	background-color: #ffffff;
}
table.poptitle td {
	background-color: #ffffff;
}
table.poptitle th {
	background-color: #ffffff;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}

table.popcal {
	background-color: #cccccc;
}

table.popcal th {
	background-color: #ffffff;
	color: #000000;
	font-family: Osaka,helvetica,arial,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

table.popcal td {
	background-color: #ffffff;
	font-family: Osaka,helvetica,arial,sans-serif;
	font-size: 8pt;
	text-align: center;
}

table.popcal td.empty {
	background-color: #e0e0e0;
}

table.mocal td.day  {
	background-color: #ffffff;
	text-align: center;
}

table.popcal td.today {
}

table.popcal td.weekend {
	background-color: #f0f0f0;
}

table.popcal a:link,
table.popcal a:visited {
	color: #0000ff;
	text-decoration: none;
}

table.popcal a.today:link,
table.popcal a.today:visited {
	color: #ff0000;
	font-weight: bold;
}

table.popcal a.weekend:link,
table.popcal a.weekend:visited {
	color: #0000aa;
}

table.popcal a.empty:link,
table.popcal a.empty:visited {
	color: #777777;
}

/* month calendar - title area */
table.motitle {
	background: none;
	width:100%;
}
table.motitle td {
	background: none;
}
table.motitle th {
	background: none;
	color:#CD6D0A;
}

table.mocal {
	background-color: #CD6D0A;
	width:100%;
}
table.mocal th {
background-color:#FFCC33;
color:#CD6D0A;
font-size:11px;
}
table.mocal td {
	font-size: 7px;
	font-weight: bold;
}

a.day {
	font-size: 9px;
	font-weight: bold;
	color:#CD6D0A;
	text-decoration:underline;
}

a.today {
	font-size: 9px;
	font-weight: bold;
	text-decoration:underline;
color:#CD6D0A;
}

a.weekend {
	font-size: 9px;
	font-weight: bold;
	text-decoration:underline;
color:#CD6D0A;
}

table.mocal td.week {
	background-color:#FFCC33;
	height:60px;
	vertical-align:top;
}
table.mocal td.empty {
	background-color: #e0e0e0;
	color: #aaaaaa;
	text-align: left;
	vertical-align: top;
	height: 60px;
}
table.mocal td.day  {
	background-color: #ffffff;
	color: #333366;
	text-align: left;
	vertical-align: top;
	height: 60px;

}
table.mocal td.today {
	background-color: #FFCC33;
	color: #ffffff;
	text-align: left;
	vertical-align: top;
}

table.mocal td.weekend {
	background-color: #f0f0f0;
	text-align: left;
	vertical-align: top;
}

table.mocal .event {
}

/* mini calendar - title area */
table.minititle {
}
table.minititle td {
}
table.minititle th {
	font-weight: normal;
}

table.minical {
}
table.minical th {
	font-weight: normal;
}
table.minical td {
}
table.minical td.week {
}
table.minical td.empty {
	color: #aaaaaa;
}
table.minical td.day  {
	text-align: center;
}
table.minical td.today {
	background-color: #e0e0e0;
	text-align: center;
}
table.minical td.weekend {
	text-align: center;
}
table.minical .event {
}
/****** END BIRTHDAY CALENDAR ******/ 