/* lodging specific items */ /*-------------LODGING --------*/


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;
	padding-right: 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;
	padding-right: 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.listingnopic 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;
}

