body {
	margin: 10px;
	padding: 0;
	color: #008;
	background: #fff url(/images/logo_sm.gif) no-repeat 12px 8px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
}
.clear {
	clear: both;
}
.wide {
}
.top {
	margin-left:214px;
}
.bottom {
	padding-bottom: 10px;
}
.bottom p{
	float:right;
	font-size:8pt;
}
.bottom a:link,.bottom a:visited{
	color:#aaa;
	text-decoration:none;
}
.bottom a:hover{
	color:#666;
	text-decoration:underline;
}

.wrapper {
}
.outer {
	margin-left: 212px; /* L */
	margin-right: 160px; /* R */
}
.wrap-cl {
	float: left;
	width: 100%;
	margin-right: -1px;
}
.center {
	float: right;
	width: 100%;
	margin-left: -1px;
}
.left {
	float: left;
	position: relative;
	width: 212px;  /* L */
	margin-left: -213px;  /* -L-1 */
	margin-right: 2px;
	font-size:10pt;
	margin-top:50px;
	overflow:hidden;
}
.left legend{
	font-size:12pt;
}

.right {
	float: right;
	position: relative;
	width: 160px;  /* R */
	margin-right: -161px;  /* -R-1 */
	margin-left: 2px;
	overflow:hidden;
}
.minwidth {
	min-width: 504px;
}

/* previene allargamento floats (hidden) e problemi rendering left col (relative) in IE/Mac \*//*/
* html .inleft, * html .inright, * html .incenter {
	width: 100%;
	overflow: hidden;
}
* html .wrap-cl {
	position: relative;
	margin-right: 0;
}
* html .center {
	margin-left: 0;
}
* html .left {
	margin-right: 1px;
}
* html .right {
	margin-left: 1px;
}
* html .minwidth {
	border-left: 504px solid #fff;
}
* html .wrapper {
	margin-left: -504px;
}
/**/

.outer {
	word-wrap: break-word;
}
p, h1, h2, h3 {
	margin: 0 0 1em 0;
}

#logo_div{
	float:left;
	width:214px;
}	
#logo_div img{
	border: solid 0px;
}

#menu{
	background: white url(/images/menu_bg.gif) top left repeat-x;
	margin:0px;
	height:38px;
	overflow:hidden;
}
#menu ul{
	list-style:none;
	margin:8px 0 0 5px;
	padding:0px;
}
#menu li{
  	display:inline;
	margin:4px 0px 10px 0px;
	padding-top:0px;
	font-size:13px;
}
#menu li a:link, #menu li a:visited{
	padding:3px 9px;
	color:#000;
	font-family: Verdana, sans-serif;
	text-decoration:none;
	background:transparent;
}
#menu li a:hover{
	color:#000;
	text-decoration:none;
	background:white;
}
#menu li.no_hover a:hover{
	background:transparent;
}

#map{
	margin-top:3px;
	margin-left:2px;
	overflow:hidden;
}

.control_button{
	font-size:9pt;
	width: 86px;
	overflow:hidden;
}

#description{
	margin:10px 5px;
	color:#999;
	font-size:10pt;
	font-weight:bold;
}

#panel{
	display:none;
}

a.extern_link, a.extern_link:hover{
	color:#999;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}
a.extern_link:hover{
	color:#999;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}

/*
#graphImg {
	margin-left:10px;
}
*/
#alt_stats{
	float:left;
	width:130px;
	font-size: 12px;
	color: black;
	margin:13px 10px 0 0;
}
#google_graph{
	float:left;
}
#graph{
	display:none;
}
.clear{
	clear:both;
}


#advert_info{
	font-size:8pt;
}
#advert_info #ad_title{
	font-weight:bold;
	font-size:10pt;
}
#advert_info #ad_telephone{
	font-weight:bold;
}
#advert_info #ad_website{
	font-weight:bold;
}
#advert_info #ad_logo{
	float:right;
}
#advert_info p{
	margin:0px;
}
#ad_description{
	font-size:10pt;	
}

#language_chooser{
	float:right;
	margin-top:10px;
}

#locationBox{
	width: 125px;
}

#adsense{
	margin:3px 0 0 -2px;
	padding:0px;
}

#locationFieldset{
	background: transparent url(/images/blank.gif) no-repeat 96% 90%;
	height:85px;
}

.found_route{
/*	height:70px; */
	border-top:1px solid #aaa;
	padding-top: 5px;
	clear:both;
}
.found_route a img{
	border:1px solid white;
}
.found_route a:hover img{
	border:1px solid #0000a0;
}
.route_colour{
	width:20px;
	height:4px;
	float:left;
	background-color:white;
	border:1px solid black;
	margin:6px 5px 0 0;
}
.distance{
	font-size:10px;
}

.search_page{
	font-size:12pt;
	color:black;
	margin-bottom:5px;
}
.search_page img{
	vertical-align:middle;
}
.search_page a,.search_page a:visited,.search_page a:hover{
	text-decoration:none;
	color:#0000A0;
}

.searchSelect{
	width:100px;
	float:left;
	text-align: center;
}
.searchSelect a:link, .searchSelect a:hover, .searchSelect a:visited{
	color: #000080;
	text-decoration:none;
}

#sport_popup{
	position: absolute;
	top:210px;
	left:219px;
	width:280px;
	height:180px;
	display:none; 
	background-color: #eee;
	border: 1px solid #666;
	z-index:10;
}