/* set font family and base size for IE 6 / Win */
body {
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.45em;
	color: #333;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

/* set base size for modern browsers (ie. *not* IE 6) */
html>body {
	font-size: 100%;
}

div#container-home {
	position: relative;
	width: 100%;
	text-align: left;
	margin: 0;
}

input#kw.example,input#q.example {
	font-size: 100%;
}


div#list-view #search-map {
	width: 0;
	display: none;
}

div#list-view #search-list {
	width: 100%;
	float: left;
	margin-left: 10px;
}