
/*CSS for homepage*/

#search_title{
	font: bold 16px Calibri;
	float:left;
	width: 580px;
	padding-bottom:3px;
	text-align: center;
	margin:10px 0 0 20px;
	padding-top:2px;

	color: #000000;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom:1px solid #EEEEEE;
	background-color: #F5F4F4;
	
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}

#message_box {
	width: 548px;
	padding: 10px;
	margin-left:10px;
	margin-top: 10px;
	float:left;
	color: #000099;
	text-align:center;
	text-decoration: none;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #EAECF8;
}

#error404{
	margin-top:15px;
	width:600px;
	text-align:center;
	font: bold 16px Calibri;
	color: #990000;
}

.newsletter_title{
	font: bold 15px Calibri;
	float:left;
	width: 580px;
	padding-bottom:3px;
	padding-top:2px;
	text-align: center;
	margin:20px 0 0 20px;

	color: #000000;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom:1px solid #EEEEEE;
	background-color: #F5F4F4;
	
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}
.newsletter_box{
	width:560px;
	float:left;
	padding:10px;
	margin-left:20px;
	
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;	
	border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;	
	border-bottom-right-radius:8px;
}

.newsletter_message{
	text-align:center;
	margin-top:30px;
	width:560px;
	float:left;
	padding:10px;
	border: 1px solid #CCCCCC;
	margin-left:20px;
}

.news_err_msg {
	width: 520px;
	margin-top:10px;
	margin-left:30px;
	clear:both;
	text-align:center;
	font: bold 12px Calibri, Arial;
	color: #FF0000;
	float: left;
}


/*New/Updated restaurant section*/
.rightcol_title{
	font: normal 18px Calibri;
	float:left;
	color: #000066;
	width: 300px;
	padding-bottom:3px;
	border-bottom: 1px solid #0000CC;
	margin-bottom:10px;
}
.listing_narrow_box a{
	color: #000000;
	margin-bottom:10px;
	width:290px;
	padding:5px;
	float:left;
	border: 1px solid #CCCCCC;
	text-decoration:none;
	
	/*search css*/
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #E2E4F0;
	background: url('../images/common/review_back.gif') 0 -135px repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.listing_narrow_box a:hover{
	background: #E5E6FD;
	cursor:pointer;
}
.listing_narrow_name{
	font: bold 14px Arial;
	float:left;
}
.listing_narrow_icon_box{
	float:right;
}
