/* Classes */
.style5 {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style9 {font-size: 9}
.style12 {font-family: Arial, Helvetica, sans-serif; font-size: small; }
.style14 {color: #006666}
.style15 {color: #000000}
.style19 {
	font-size: 16px;
	font-weight: bold;
	color: #006666;
}
.style22 {
	font-family: Arial, Helvetica, sans-serif;
	}
.style24 {
	font-size: x-small;
	}
.style26 {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}
.style28 {
	color: #666666;
	font-weight: bold;
}
.style30 {
	color: #666666;
	}
#opening_times_table th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 3px 6px 3px 6px;
	background: #CAE8EA;
}

#opening_times_table th.nobg {
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	background: CAE8EA;
}

#opening_times_table td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #99ffff;
	padding: 3px 6px 3px 6px;
	color: #4f6b72;
}

#opening_times_table td.alt {
	background: #66ffcc;
	color: #797268;
}

#opening_times_table th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #CAE8EA;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#opening_times_table th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #CAE8EA;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
/* Restaurant Image Classes */
	.restaurant_image {
		width: 125px;
		height: 125px;
		border: none;
		float: left;
		margin: 5px !important;
		margin: 4px;
		}
	.restaurant_image_e1 {
		width: 125px;
		height: 125px;
		border: none;
		float: left;
		margin: 5px !important;
		margin: 4px;
		background-color: #66ffcc;
		}
	.restaurant_image_e2 {
		width: 125px;
		height: 125px;
		border: none;
		float: left;
		margin: 5px !important;
		margin: 4px;
		background-color: #ccccff;
		}
/* Divs */
#left_container {
	margin: 10px 0px 0px 12px !important;
	margin: 10px 0px 0px 5px;
	float: left;
	clear: none;
	width: 470px;
	}
#right_container {
	margin-top: 10px;
	float: left;
	clear: none;
	width: 257px;
	height: 830px;
	}

#ad_space
{
	float: left;
	clear: both;
	width: 260px;
	height: 260px;
	background-color: #66ffcc;
	margin: 5px 0px 0px 5px;
}
	#ad_space_content
	{
		float: left;
		clear: both;
		margin: 5px;
		padding: 0;
		width: 250px;
		height: 250px;
		overflow: hidden;
	}

/*Restaurant Banner */
	#restaurant_banner {
		border: 3px solid #FFF;
		width: 454px;
		height: 86px;
		margin-top: 2px;
		}
/* FF Link */
#feisty_link
{
	border: 3px solid #fff;
	width: 454px;
	height: 130px;
	margin: 10px 0px 0px 0px;
}
/* Media Item */
	#media_item {
		border: 3px solid #FFF;
		background: #000;
		margin: 10px 0px 0px 0px;
		width: 454px;
		height: 340px;
		}

/* Restaurant Images */
	#image_container {
		width: 270px;
		float: left;
		}

/* Restaurant Details */
	#restaurant_details {
		margin-top: 5px;
		margin-left: 0px !important;
		margin-left: -20px;
		width: 454px;
		}
	#restaurant_details ul {
		color: #000;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		list-style: none;
		margin: 0px 0px 0px -65px !important;
		margin: 0;
		padding-top: 4px;
		}
	#restaurant_details ul li {
		display: list-item;
		padding: 0px 25px 0 25px;
		}
/* Opening Times */
	#opening_times {
		margin-top: 15px;
		}
/* Table CSS */
	#opening_times_table {
		width: 450px;
		padding: 0;
		margin: 0;
}
/* Contact Details */
	#contact_details {
		margin-top: 15px;
		width: 450px;
		}
	
	#contact_details td {
		background: none;
		}

/* Quick Info */
	#quick_info {
		margin-top: 15px;
		width: 450px;
		}
	
	#quick_info td {
		background: none;
		}

/* Center Body Div */
	#center_body {
		float: left;
		clear: both;
		width: 730px;
		margin: 180px 0px 0px 12px;
		}
/* Link Icons */
	#link_icons {
		float: left;
		clear: none;
		margin-top: 60px;
		width: 70px;
		}
/* Link Icons hovers */
	#menu a {
    display:block;
    width:70px;
	height: 47px;
    text-decoration: none;
    background:url("../images/restaurants/icons1_01.gif") no-repeat;
	}
	#menu a:hover {
		background-position:-70px 0px;
	}
	#map a {
		display:block;
		width:70px;
		height: 47px;
		text-decoration: none;
		background:url("../images/restaurants/icons1_02.gif") no-repeat;
	}
	#map a:hover {
		background-position:-70px 0px;
	}
	#book a {
		display:block;
		width:70px;
		height: 47px;
		text-decoration: none;
		background:url("../images/restaurants/icons1_03.gif") no-repeat;
	}
	#book a:hover {
		background-position:-70px 0px;
	}
	#send a {
		display:block;
		width:70px;
		height: 47px;
		text-decoration: none;
		background:url("../images/restaurants/icons1_04.gif") no-repeat;
	}
	#send a:hover {
		background-position:-70px 0px;
	}
/* Restaurant Name, Id and Blurb */
	#blurb {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #666666;
		padding: 5px;
		margin-left: 20px;
		width: 540px;
		float: left;
		clear: none;
		}
/* Center Body Div */
	#chef_body {
		float: left;
		clear: both;
		width: 730px;
		margin: 50px 0px 0px 12px;
		}
		
	#chef_details {
		float: left;
		clear: none;
		margin-left: 15px;
		width: 450px;
		}
	
	#chef_details td {
		background: none;
		}
/* Functions, Offers, News and Special Features */
	#extra_info_container {
		width: 730px;
		margin: 30px 0px 0px 12px;
		float: left;
		clear: both;
		}
	#functions_info {
		width: 360px;
		float: left;
		clear: none;
		}
	#functions_info td {
		background: none;
		}
	#special_offers {
		width: 360px;
		margin-top: 15px;
		float: left;
		clear: left;
		}
	#special_offers td {
		background: none;
		}
	#special_features {
		width: 300px;
		margin-top: 15px;
		float: left;
		clear: left;
		}
	#special_features td {
		background: none;
		}
	/* News and Events */
	#news_events {
		border: 3px solid #fff;
		background: #ccffff;
		width: 330px;
		float: right;
		clear: none;
		padding: 5px;
		}
	/* Bottom Restaurant Website Link */
	#restaurant_bottom_website_link {
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		float: left;
		clear: both;
		width: 730px;
		margin: 40px 0px 15px 10px !important;
		margin: 40px 0px 0px 5px;
		}

#ad_728x90_1
{
	float: left;
	clear: both;
	width: 728px;
	height: 90px;
	margin: 10px 0px 0px 16px !important;
	margin: 10px 0px 0px 11px;
	background-color: #9CC;
	overflow:hidden;
}

#ad_728x90_2
{
	float: left;
	clear: both;
	width: 728px;
	height: 90px;
	margin: 20px 0px 15px 16px !important;
	margin: 20px 0px 15px 11px;
	background-color: #9CC;
	overflow:hidden;
}
