
	
table.generic-table-class
	{
	width: 100%;
	clear: both;
	border-collapse: collapse;
	border: solid #F3A131;
	border-width: 1px;
	margin: 20px 0;
	}

	
table.generic-table-class table
	{
	width: 100%;
	border: none;
	}

table.generic-table-class td
	{
	color: #64492C;
	padding: 10px;
	border: solid #F3A131;
	border-width: 0 1px 1px;
	border-collapse: collapse;
	}

table.generic-table-class tr
	{
	padding: 5px 0;
	}
	
	
table.generic-table-class h2
	{
	background: #F3A131 url(../images/structure/gradient-table-footer.jpg) repeat-x left bottom;
	padding: 10px;
	text-align: left;
	color: #333;
	}

table.generic-table-class h4
	{
	background: #F3A131 url(../images/structure/gradient-table-h4-bg.gif) repeat-x left top;
	padding: 4px 10px;
	margin: -10px;
	text-align: left;
	color: #fff;
	}
			
table.generic-table-class thead h4
	{
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	}
			
table.generic-table-class tfoot
	{
	background: #FFFECA url(../images/structure/gradient-table-footer.jpg) repeat-x left bottom;
	padding: 10px;
	text-align: left;
	color: #333;
	}	
	
table.generic-table-class input,
table.generic-table-class textarea
	{
	border: 2px solid;
	border-color: #848484 #fff #fff #848484;
	}
	
table.generic-table-class textarea
	{
	height: 80px;
	}

table.generic-table-class input.checkbox
	{
	border: none;
	text-align: left;
	margin: 0 10px 1px 0;
	width: auto;
	float: left;
	}

.width-50-percent
	{
	width: 50%;
	}

/*	To close the restaurant by adding class="closed" 	*/
		
table.restaurant-choice.closed
	{
	
	}

table.restaurant-choice.closed td p.ratings
	{
	width: 100%;
	margin: 0;
	text-align: right;
	padding: 2px 0 5px;
	display: block;
	background: #EEEEEE;
	}		


table.restaurant-choice.closed td p.ratings span
	{
	float: right;
	color: green;
	font-weight: bold;
	}	
	
table.restaurant-choice.closed tr.red-background td
	{
	background: #BABABA url(../images/structure/gradient-table-restaurant-grey.jpg) repeat-x left top;

	}

table.restaurant-choice.closed tr.search-menu
	{
	padding: 4px 6px;
	color: #fff;
	font-size: 11px;
	color: #ddd;
	background: #ffeeaa;
	}

table.restaurant-choice.closed tr.search-menu span
	{
	padding-right:10px;
	font-weight: bold;
	}
		
table.restaurant-choice.closed tr.search-menu td
	{
	padding: 8px 6px;
	}
	
table.restaurant-choice.closed tr.search-menu a img
	{
	vertical-align: middle;
	margin-left: 5px;
	}

	
table.restaurant-choice td.p-advanced-orders
	{
	background-color: #FFEEC0;
	}

table.restaurant-choice.closed td.p-advanced-orders
	{
	background-color: #EEEEEE;
	}


/****** THE NEW SEARCH BOX BENEATH THE GREY H2
****************************************************/

div.new-search-grey
	{
	display: block;
	width: 425px;
	clear: both;
	float: left;
	background-color: #666666;
	color: #fff;
	padding: 10px;
	}

div.new-search-grey p
	{
	float: left;
	padding: 0 25px 0 0;
	margin: 0;
	display: block;
	}

div.new-search-grey span a
	{
	float: right;
	}



/****** 8) H2 SPECIFIC CLASSES - IF HAPPY WITH THESE PLEASE APPEND TO STYLE.CSS SHEET
****************************************************/


h2.h2-wide-grey
	{
	font-size: 13px;
	background: #2C2C2C url(../images/structure/h2-bg-grey-wide.jpg) no-repeat left top;
	}





