﻿@charset "utf-8";
/* Default CSS Starts  */
body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	line-height:16px;
	background:#ccc !important;
}
img {
	border:0;
}
.clear_both {
	clear:both;
}
.city_names
{
	text-align: right;
	background-color:#e1d8c7;
	
	
}
/* Default CSS Ends  */



/* Layout CSS Starts  */
.wrapper, .footer_div {
	width:580px;
	margin:0 auto;
}
.footer_div {
	background:#FFF;
	text-align:right;
}
.header {
	background:url(../images/header.jpg);
	width:500px;
	height:90px;
}
.hotel_name
{
	font-size:16px;
	width:100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.hotel_image{
	padding:15px
}
.content_panel {
	padding-bottom:8px;
}
.restaurant_div {
	padding:12px 12px;
}
.left_panel {
	width:125px;
	float:left;
}
.restaurant_img_placeholder {
	background:url(../images/img_placeholder.png);
	width:130px;
	height:114px;

}
.restaurant_img {
	padding:12px 12px 12px 14px;
}
.book_table_btn_div {
	margin-left:14px;
	margin-top:10px;
}
.right_panel {
	float:left;
	width:420px;
	margin-left:10px;
	margin-top:4px;
}
.btn {
	width:102px;
	padding:5px 12px;
	text-align:center;
	font-size:13px;
	text-decoration:none;
	text-transform:capitalize;
}
.footer_text {
	text-decoration:none;
	color:#000;
}
.footer_text:hover {
	text-decoration:underline;
	color:#F00;
}
.restaurant_name {
	font-size:14px;
}
/* Layout CSS Ends  */




/* Costomization CSS Starts  */
body {
	background:#000000;
}
.hotel_name
{
	color:#819033;
	
}
.hotel_image{
	background: #e1d8c7;
}
.content_panel {
	background:#FFF url(../images/restaurant_box_background.jpg) repeat-x;
	border-bottom:1px solid #d6d6d6;
}
.restaurant_logo {
	margin-top:-20px;
}
.restaurant_name {
	color:#585858;
	
}
.restaurant_desc {
	color:#000000;
}
.btn {
	background:#3a3a3a;
	color:#FFF;
	font-weight:700;
}

/* If Required Then Only Starts here */
.btn:hover {
	background:#f7d6b4;
	color:#000;
	font-weight:700;
}
.restaurant_more_desc {
	color:#F60;
}
/* If Required Then Only Ends here */
/* Costomization CSS Starts  */
