/* dining specific items */ /*-------------DINING --------*/


table.listing {
	border-collapse: separate;
	border-spacing: 3px;
	border: none;
}
td.listing {
	height: 140px;
	width: 600px;
	color: #000000;
	background-color: #ffff99;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 140%;
	padding-left: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	border: 2px solid #800000;
}

td.listingnopic {
	height: 100px;
	width: 600px;
	color: #000000;
	background-color: #ffff99;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 140%;
	padding-left: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	border: 2px solid #800000;
}

td.free {
	height: 60px;
	width: 600px;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 140%;
	padding-left: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	border-top: 1px solid #cecece;
}

td.listing div.desc {
	font-style: italic;
}

td.free img.pic { 
	float: left;
	margin-right: 6px;
	width: 120px;
	height: 60px;
	padding: 4px 0px 4px 0px;
	border: none;
}

td.free img.chair { 
	display: inline;
	vertical-align: middle;
	width: 15px;
	height: 17px;
	border: none;
}

td.listing img.pic {
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 6px;
	padding: 4px 0px 4px 0px;
	border: none;
}

td.listing img.chair {
	display: inline;
	vertical-align: middle;
	width: 15px;
	height: 17px;
	border: none;
}

td.listingnopic img.pic {
	float: left;
	width: 120px;
	height: 80px;
	margin-right: 6px;
	padding: 10px 0px 10px 0px;
	border: none;
}

td.listingnopic img.chair {
	display: inline;
	vertical-align: middle;
	width: 15px;
	height: 17px;
	border: none;
}

.agri {
	display: inline; 
	position: relative; 
	width: 50px;
	height: 45px;
	vertical-align: middle; 
	float: right; 
	margin-right: 260px; 
	padding-left: 6px;
	border: none;
}

.dblbtns {
	display: inline; 
	position: relative; 
	top: -6px;
	right: 20px;
	width: 100px;
	height: 50px;
	float: right; 
	margin-left: 0px;
	margin-right: 0px;
	border: none;
}

.dblbtns-free {
	display: inline; 
	position: relative; 
	top: -6px;
	right: 80px;
	width: 100px;
	height: 50px;
	float: right; 
	margin-left: 0px;
	margin-right: 0px;
	border: none;
}

.agribtn {
	display: inline; 
	position: relative; 
	width: 50px;
	height: 45px;
	float: left; 
	border: none;
}

.brewbtn {
	display: inline; 
	position: relative; 
	width: 50px;
	height: 50px;
	float: right; 
	margin-top: -46px;
	margin-left: 54px;
	border: none;
}
