/* CSS Document */
/* Classes */
.top20_container {
	width: 725px;
	margin: 40px 0px 0px 25px !important;
	margin: 40px 0px 0px 13px;
	float: left;
	clear: none;
	}

.boldnbigger {
	font-size: 14px;
	font-weight: bold;
}

.no_results {
	font-family:Arial, Helvetica, sans-serif;
	margin: 35px 0px 35px 0px;
	font-size: 12px;
	text-align: center;
	}
	.no_results a {
		text-decoration: none;
		color: #000;
		}
	.no_results a:hover {
		text-decoration: underline;
		color: #000;
		}
	
.top20_image {
	margin: 40px 0px 5px 0px;
	}

.state_selector {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	display: none;
	}
	
.modify_search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	}
	.modify_search a {
		text-decoration: none;
		color: #000;
		}
	.modify_search a:hover {
		text-decoration: underline;
		color: #000;
		}

.page_numbering {
	border-bottom: 2px solid #999999;
	float: left;
	width: 720px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 25px 0px 5px 15px;
	font-size: 10px;
	color: #000;
	}
	.page_numbering a {
		text-decoration: none;
		color: #000;
		}
	.page_numbering a:hover {
		text-decoration:overline;
		color: #000;
		}

.page_numbering2 {
	border-top: 2px solid #999999;
	float: left;
	width: 720px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 45px 0px 15px 15px;
	font-size: 10px;
	color: #000;
	}
	.page_numbering2 a {
		text-decoration: none;
		color: #000;
		}
	.page_numbering2 a:hover {
		text-decoration:underline;
		color: #000;
		}
	
.image_div {
	border: 3px solid #FFF;
	width: 100px;
	height: 67px;
	float: left;
	clear: none;
	}

.details_div {
	width: 335px;
	height: 73px;
	margin: 0px 0px 0px 0px;
	float: left;
	clear: none;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	.details_div ul {
		list-style: none;
		margin: 0px 0px 0px -10px !important;
		margin: 0px 0px 0px 20px;
		}

.icons_div {
	width: 280px;
	height: 73px;
	text-align: right;
	float: left;
	clear: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	.icons_div td {
		margin-bottom: 5px;
		}

.restaurant_link {
	float: right;
	clear: none;
	margin: 8px 15px 0px 0px;
	width: 200px;
	}
	.restaurant_link a {
		text-decoration: none;
		color: #666666;
		}
	.restaurant_link a:hover {
		text-decoration: underline;
		color: #666666;
		}
		
.restaurant_name {
	font-weight: bold;
	font-size: 14px;
	}
	.restaurant_name a {
		text-decoration: none;
		color: #666666;
		}
	.restaurant_name a:hover {
		text-decoration: underline;
		color: #666666;
		}
/* Divs */
#result_container {
	width: 752px;
	}	

/* Link Icons hovers */
	#menu a {
    display:block;
    width:70px;
	height: 47px;
    text-decoration: none;
	margin-top: 2px;
    background:url("../images/top20/icons2_01.gif") no-repeat;
	}
	#menu a:hover {
		background-position:-70px 0px;
	}
	#map a {
		display:block;
		width:70px;
		height: 47px;
		margin-top:2px;
		text-decoration: none;
		background:url("../images/top20/icons2_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/top20/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/top20/icons3_04.gif") no-repeat;
	}
	#send a:hover {
		background-position:-70px 0px;
	}


