
#left-col {
	width: 160px;
	float: left;
	margin: 8px 0 0 0;
	padding: 6px;
}

#infos-area {
	width: 390px;
	float: right;
	margin: 8px 0 0 0;
	padding: 6px;
}



/* @group listing-page */
#search-results {
	text-align: left;
}

#search-results h1 {
	font-family: georgia, times, serif;
	font-size: 15px;
	color:  #663;
	text-align: left;
	margin: 0;
float:left;
}

#search-results h2 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 140%;
	color:  #663;
	text-align: left;
	margin: 0;
	padding: 16px 18px;
	background-color: #eec;
	border: 1px solid #993;
}


dl.search-results
{
	width: 160px;
	margin: 0;
	padding: 30px 0 0 0;
	text-align: left;
}
	
.search-results dt
{
	font-family: georgia, times, serif;
	font-size: 11px;
	font-weight: bold;
	color:  #663;
	margin: 10px 0 4px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #cc3;
}
	
.search-results dd
{
	margin: 0 0 0 10px;
	padding: 1px 2px 3px 2px;
}


.search-results dd a:link,
.search-results dd a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	display: block;
}

.search-results a:hover {
	color: #333;
	background-color: #cc9;
}

table.results {
	margin: 0px 0 0 0;
/*	border:  1px solid #774;*/
}

table.results th {
	font-size: 10px;
	color: #4f4f00;
	font-weight: normal;
	background-color: #cc9;
	padding: 1px 2px;
	border-bottom:  1px solid #774;
	border-left: 1px solid #fff;
/*	border-right: 1px solid #774;*/
}

table.results th.map {
	width: 24px;
	text-align: center;
	font-size: 8px;
	font-weight: normal;
}

table.results th.currsortcol {
/*	color: #cc9;
	background: inherit url(../../images/img/sorton.gif) no-repeat left top;*/
/*	background-color: #cc3;*/
	font-weight: bold;
}

table.results th a:link,
table.results th a:visited {
	font-size: 10px;
	/*font-weight: bold;*/
	color: #333;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0;
	padding: 1px 4px;
}

table.results th a:hover {
	background-color: #cc3;
}



table.results tr {
	background-color: white;
}

table.results tr.skip {
	margin: 0;
	padding: 0;
	height:  6px;
}
table.results td.skip {
	margin: 0;
	padding: 0;
	height:  6px;
	border: none;
}



table.results tr.even {
	background-color: white;/*#f8f8cc;*/
}

table.results td {
	color:  #333;
	border-bottom: 1px solid #d6d6a0;
	padding: 6px 0 0 0;
	vertical-align: bottom;
}


table.results td a:link,
table.results td a:visited {
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: left;
	display: block;
	margin:  0px;
	padding: 4px 4px;
}

table.results td a:hover {
	color: #333;
	background-color: #cc3;
}

table.results td a.carto:link,
table.results td a.carto:visited {
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: left;
	margin:  0px;
}

table.results td a.carto:hover {
	background-color: white;
	color: #990;
}

table.results td.coltext {
	font-size: 10px;
	padding: 3px 4px;
}
table.results td.colmap {
	font-size: 10px;
	text-align: center;
}

address {
	font-size: 10px;
	font-style: italic;
	color: #444;
	cursor: help;
}


#title-box {
	margin: 6px 0 25px 0;
	height: 1%;
}
#searchbutton {
	margin: 0;
	padding: 4px 0 6px 20px;
	font-size: 10px;
	color:  #444;
	display:  block;
	float: right;
	background: url(../../images/img/srch.gif) no-repeat 0px 5px;
}
a.new-search {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
	display: inline;
}
a.new-search:hover {
	background-color: #cc9;
}



/* @end */

/* @group city */
#local-infos {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 6px 12px 4px;
	width: 546px;
	line-height: 150%;
	border: 1px solid #ebebca;
	background-color: #f4f4e1;
}

#local-infos h2.city-name {
	font-weight: bold;
	color: #663;
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: 0px;
}

#local-infos .city-directions {
	font-weight: normal;
	font-style: italic;
	color: #444;
}

#local-infos a.inline-city:link,
#local-infos a.inline-city:visited,
#local-infos a.inline-city:hover {
	color: #333;
	text-decoration: none;
	color: #663;
	border-bottom: 1px dotted #dd500f;
}
#local-infos a.inline-city:hover {
	border-bottom: 1px solid #bb5;
}


#local-infos div.city-neighbours {
	font-weight: normal;
	color: #663;
	padding: 0;
	margin: 4px 0;
}


/* @end */



