#list_canvas {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; background:#FFFFFF; }
#list_canvas table.restaurantlist{color: #666666;background:#FFFFFF;font:1em/1.5 "Century Gothic",Helvetica,Verdana,sans-serif;
	width: 100%;
}
#list_canvas table, table.retaurantlist {
border-spacing: 0px;
border-top: 1px dotted #cccccc;
}

table.retaurantlist tr, table.retaurantlist tr.out {
	border-bottom: 0px solid #00CCFF; 
	-margin-bottom: 12px; 
	-padding-bottom: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
table.retaurantlist tr td, table.retaurantlist tr.out td, #list_canvas td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;

	padding-bottom: 0px;
	margin-bottom: 0px;
	
	border-right: 0px;
	border-left: 0px;
	
	margin-right: 0px;
	padding-right: 0px;
	
	padding-left:0px;
	margin-left: 0px;
}

td.photocol, .photocol { text-align:right; -padding: 2px; margin: 2px; vertical-align:top; width:54px;}
td.infocol, .infocol { text-align:left; -padding: 2px; -margin: 2px; vertical-align:top;}
td.pricecol { text-align:right; padding-right: 4px;}
td.go, .go { text-align:right; vertical-align:middle;}



/* Static */
.thumb {border:#666666 solid 1px; width:50px; height:50px; margin: 4px; text-align:right; vertical-align: top;}
.restaurant, a.restaurant:hover {font-size:large; font-weight:bold; text-decoration:none;	font-family: Tahoma, Arial, Helvetica, sans-serif; color:#0066CC;
}
.location { color:#666666;}
.distance { font-style:italic; color:#666666;}
.menu { font-weight:bold;}
.price { color:#666; font-weight:bold; font-size:32px;}
.currency {color:#666; font-size:24px;}


/* Dinamic */
tr.in td {background-color: #edf1f6; cursor: pointer;}
tr.in .thumb {opacity:0.4; filter:alpha(opacity=40)}
tr.in .restaurant {-color: #003580; color: #113366; text-shadow: #CCCCCC 1px 1px 1px}
tr.in .price, tr.in .currency {color: #000000;}
tr.in .menu {color: #FF6600;}