#restaurants_col {
	width: 200px;
}
#regions_col {
	width: 100px;
}
#cuisines_col {
	width: 204px;
}
#prices_col {
	width: 80px;
}
/* listing rules */
#rest_name { /* NOTE: this has common attributes defined in common.css */
	width: 348px;
  	height: 105px;
	padding: 5px;
}
#rest_region {
	text-align: left;
}
#food_pic {
	vertical-align: bottom;
}
#rest_info_col_one,
#rest_info_col_two {
	text-align: left;
	vertical-align: top;
	font-size: 7pt;
	height: 290px;
}
#rest_info_col_one {
	width: 160px;
	padding: 0px 8px 0px 16px;
	border-right: 1px solid #808080;
}
#rest_info_col_two {
	padding: 0px 16px 0px 0px;
}
#rest_info_col_two_layout {
	xmargin-top: -12px; /* for some reason, this column is 12px too low... */
	vertical-align: top;
}
#rest_cuisine {
	padding-bottom: 13px;
}
h2 {
	letter-spacing: .15em;
	color: #8CC423;
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
}
#rest_hours, 
#rest_address, 
#rest_hours, 
#rest_banq_phone, 
#rest_phone, 
#rest_web_link, 
#rest_creds
{
	padding-left: 10px;
	font-size: 7pt;
	line-height: 1.2em;
	color: black;
}
#menu_sampling {
	padding-bottom: 20px;
	font-size: 7pt;
	line-height: 1.4em;
	color: black;
}
#rest_desc {
	font-size: 8pt;
	line-height: 1.2em;
	color: black;
}
#rest_hours {
	padding-bottom: 10px;
}
#rest_banq_phone {
	padding-bottom: 10px;
}
#rest_phone,
#rest_web_link {
 	color: #BB105F;
	font-size: 8pt;
	padding-bottom: 8px;
}
#rest_web_link a {
 	color: #BB105F;
	text-decoration: none;
	font-size: 7.5pt;
}
#rest_creds {
	padding-bottom: 10px;
}
.rest_icon {
	padding: 0px 0px 0px 2px;
}
#chef_owner_lbl {
	font-size: 7pt;
	font-style: italic;	
	color: black;
	padding: 0px 0px 5px 10px;
	line-height: 1.2em;
}
#chef_owner_pic {
	vertical-align: bottom;
}
/* results rules */
#price_label {
	font-size: 8.5pt;
}
