/* FORM
__________________________________________________ */

#reserve #reserve-form	{
	margin:auto;
	width:940px;
}
#reserve-form table	{
	margin:auto;
	padding:45px 0px 65px;
	width:640px;
}
#reserve-form table td	{
	padding-bottom:15px;
}
#reserve-form table tr td:first-child	{
	width:240px;
}
#reserve-form .box-date	{
	padding-right:45px;
	width:160px;
	background:url(http://www.khumkhantoke.com/images/800/icon-date.jpg) no-repeat center right #fff;
	cursor:pointer;
}
#reserve-form .box-down	{
	width:398px;
	background:url(http://www.khumkhantoke.com/images/800/icon-down.jpg) no-repeat center right #fff;
}
#reserve-form .box-zone	{
	line-height:24px;
	resize:none;
}
#reserve-form .box-seat	{
	width:80px;
	text-align:center;
}
#reserve-form .but-reset	{
	margin-left:15px;
	width:105px;
	color:#cacaca;
	background:#898989;
}
#reserve-form .but-check:hover	{ background:#4e0800; }
#reserve-form .but-reset:hover	{ color:#fff }


/* MENU
__________________________________________________ */

#reserve #reserve-menu-area	{
	padding:70px 0px 60px;
	width:100%;
	background:#fff;
}
#reserve-menu-area #reserve-menu	{
	margin:auto;
	width:940px;
	position:relative;
}

/* List */
#reserve-menu #list-area	{
	padding:45px 10px 0px;
	width:920px;
	position:relative;
}
#list-area .prev,
#list-area .next	{
	margin-top:120px;
	width:23px;
	height:37px;
	text-indent:-9999px;
	display:block;
	position:absolute;
	opacity:0.9;
}
#list-area .prev:hover,
#list-area .next:hover	{
	opacity:1;
}
#list-area .prev	{ left:-30px; background:url(http://www.khumkhantoke.com/images/800/but-prev.jpg) no-repeat }
#list-area .next	{ right:-30px; background:url(http://www.khumkhantoke.com/images/800/but-next.jpg) no-repeat; }
#list-area .slides_container	{
	width:920px;
	height:auto;
	position:relative;
}
#list-area .slides_container .list-area	{
	width:944px;
}
#list-area .slides_container .list-box	{
	float:left;
	margin-right:24px;
	width:212px;
}

/* Box */
#list-area .slides_container .list-box .box-info	{
	width:210px;
	height:275px;
	border:1px solid #bfbfbf;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow:hidden;
}
#list-area .slides_container .list-box .box-info h3	{
	width:210px;
	display:table;
}
#list-area .slides_container .list-box .box-info h3 span	{
	padding:0px 15px;
	height:75px;
	font:normal 14px open_sansbold;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}

/* Image */
#list-area .slides_container .list-box .box-info .box-img	{
	width:210px;
	height:200px;
}
#list-area .slides_container .list-box .box-info .box-img img	{
	width:210px;
	height:200px;
	background:url(../../images/default/loading.gif) no-repeat center #ccc;
}
#list-area .slides_container .list-box .box-info:hover .box-img img	{
	opacity:0.8;
	cursor:pointer;
}

/* Form */
#list-area .slides_container .list-box .box-form	{
	padding-top:15px;
	font:normal 14px open_sansbold;
	line-height:1em;
}
#list-area .slides_container .list-box .box-form p	{
	margin:auto;
	width:160px;
	display:table;
}
#list-area .slides_container .list-box .box-form p span	{
	padding-bottom:10px;
	display:table-cell;
}
#list-area .slides_container .list-box .box-form .box-amt	{
	padding:5px 0px;
	width:80px;
	font:normal 14px open_sansbold;
	text-align:center;
	color:#4e0800;
	background:#fff;
	border:1px solid #e5e5e5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#list-area .slides_container .list-box .box-form .box-remark	{
	font:normal 11px open_sansregular;
}
#list-area .slides_container .list-box .box-form .box-topic	{
	width:80px;
}
#list-area .slides_container .list-box .box-form .box-right	{
	text-align:right;
}


/* INFO
__________________________________________________ */

#reserve-menu #ri-area	{
	top:0px;
	left:0px;
	padding:80px 0px;
	width:100%;
	height: -moz-calc(100% - 160px);
	height: -webkit-calc(100% - 160px);
	height: -o-calc(100% - 160px);
	height: calc(100% - 160px);
	display:none;
	position:fixed;
	overflow:scroll;
	z-index:1001;
}
#reserve-menu #ri-bg	{
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.8;
	display:none;
	position:fixed;
	z-index:1000;
}

/* Close */
#ri-area #ri-close	{
	margin:auto;
	width:940px;
	position:relative;
}
#ri-close span	{
	right:-18px;
	margin-top:-18px;
	width:36px;
	height:36px;
	background:url(http://www.khumkhantoke.com/images/800/but-close.png) no-repeat;
	display:block;
	position:absolute;
	cursor:pointer;
	z-index:2;
}

/* Box */
#ri-area .ri-box	{
	margin:auto;
	padding:40px;
	width:860px;
	background:#faf2ef;
	display:none;
	position:relative;
}
#ri-area .ri-box h3	{
	padding-bottom:40px;
	font:normal 24px open_sansbold;
	line-height:32px;
}

/* Image */
#ri-area .ri-box .ri-img	{
	float:left;
	width:250px;
	position:relative;
}
#ri-area .ri-box .ri-img img	{
	width:210px;
	height:200px;
	background:url(http://www.khumkhantoke.com/css/images/default/loading.gif) no-repeat center #ccc;
}

/* Info */
#ri-area .ri-box .ri-txt	{
	float:left;
	width:610px;
}
#ri-area .ri-box .ri-txt h4	{
	padding-bottom:25px;
	text-align:justify;
	line-height:24px;
}
#ri-area .ri-box .ri-txt p	{
	padding-bottom:25px;
	text-align:justify;
	line-height:24px;
}
#ri-area .ri-box .ri-txt strong	{
	font-family:open_sansbold;
	font-weight:normal;
}
#ri-area .ri-box .ri-txt table	{
	padding-bottom:25px;
	width:610px;
}
#ri-area .ri-box .ri-txt table td	{
	padding-right:20px;
	padding-bottom:10px;
	line-height:24px;
	vertical-align:top;
}


/* SPECIAL
__________________________________________________ */

#reserve #reserve-special	{
	margin:auto;
	padding:70px 0px 20px;
	width:940px;
	position:relative;
}
#reserve-special table	{
	margin:auto;
	padding:45px 0px 0px;
	width:640px;
}
#reserve-special table td	{
	padding-bottom:15px;
	text-align:center;
}
#reserve-special .box-area	{
	width:628px;
	height:140px;
	line-height:24px;
	resize:none;
}
#reserve-special .box-spam	{
	padding:8px 10px;
	width:123px;
	font:italic 20px open_sansbold;
	text-align:center;
	text-transform:none;
	letter-spacing:5px;
	color:#aaa;
	border:1px solid #b8b3af;
	background:url(../../images/500/bg-spam.jpg) repeat;
}
#reserve-special .box-ans	{
	width:78px;
	text-align:center;
}
#reserve-special .txt-spam	{
	width:35px;
	text-align:center;
	display:inline-block;
}
#reserve-special .but-reset	{
	margin-left:15px;
	width:105px;
	color:#cacaca;
	background:#898989;
}
#reserve-special .but-submit:hover	{ background:#4e0800; }
#reserve-special .but-reset:hover	{ color:#fff }


/* SUMMARY
__________________________________________________ */

#reserve #reserve-summary	{
	margin:auto;
	padding-bottom:40px;
	width:940px;
}
#reserve-summary h2	{
	padding:0px;
	width:940px;
	color:#fff;
	background:#4e0800;
	display:table;
}
#reserve-summary h2 span	{
	height:100px;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}
#reserve-summary #summary-area	{
	padding:45px 40px;
	width:860px;
	background:#fff;
}
#summary-area table	{
	width:860px;
}
#summary-area table td	{
	padding:15px 20px;
	line-height:24px;
	vertical-align:top;
}
#summary-area strong	{
	font-family:open_sansbold;
	font-weight:normal;
}
#summary-area table tr td:first-child	{
	width:180px;
	font-family:open_sansbold;
}
#summary-area table tr:nth-child(odd) td	{ background:#f4f4f4; }
#summary-area table tr:nth-child(even) td	{ padding:20px; }

/* Discount */
#summary-area .row-discount	{
	padding-top:45px;
}
#summary-area .row-discount td	{
	vertical-align:middle;
}
#summary-area .box-discount	{
	width:178px;
	text-align:center;
}
#summary-area .but-submit	{
	margin-left:10px;
	width:105px;
}
#summary-area .but-reset	{
	margin-left:10px;
	width:105px;
	color:#cacaca;
	background:#898989;
}
#summary-area .but-submit:hover	{ background:#4e0800; }
#summary-area .but-reset:hover	{ color:#fff }

/* Total */
#reserve-summary #summary-total	{
	padding:45px 0px 30px 400px;
}
#summary-total p	{
	padding-bottom:15px;
	width:540px;
	font-size:16px;
	line-height:24px;
	display:table;
}
#summary-total p strong	{
	font-family:open_sansbold;
	font-weight:normal;
	display:table-cell;
}
#summary-total p span	{
	padding-right:45px;
	text-align:right;
	display:table-cell;
}
#summary-total .txt-summary	{
	font:normal 22px open_sansbold;
}

/* Menu */
#reserve-summary #summary-menu	{
	width:940px;
	display:table;
}
#summary-menu li	{
	display:table-cell;
}
#summary-menu li:nth-child(2)	{
	padding-right:10px;
	text-align:right;
}
#summary-menu li:nth-child(3)	{
	width:280px;
}
#summary-menu .but-link	{
	padding:15px 30px;
	font:normal 14px open_sansbold;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	line-height:1em;
	border:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-appearance:none;
	display:inline-block;
}
#summary-menu .but-link:hover	{
	opacity:0.9;
}
#summary-menu .but-update	{
	background:#ffba2e;
}
#summary-menu .but-cancel	{
	background:#898989;
}
#summary-menu .but-confirm	{
	width:220px;
	background:#61ba6b;
}


/* SUCCESS
__________________________________________________ */

#reserve #reserve-success	{
	margin:auto;
	padding-bottom:40px;
	width:940px;
}
#reserve-success h2	{
	padding:0px;
	width:940px;
	color:#fff;
	background:#4e0800;
	display:table;
}
#reserve-success h2 span	{
	height:100px;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}
#reserve-success #success-area	{
	padding:45px 40px;
	width:860px;
	background:#fff;
}
#success-area p	{
	padding-bottom:40px;
	line-height:24px;
}
#success-area .success-url	{
	padding-bottom:0px !important;
	text-align:center;
}
#success-area .success-url a	{
	padding:15px 30px;
	font:normal 14px open_sansbold;
	text-transform:uppercase;
	text-decoration:none;
	line-height:1em;
	color:#fff;
	background:#ffba2e;
	border:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-appearance:none;
	display:inline-block;
}

/* Body */
.body-clear	{
	overflow:hidden;
	height:100%;
}