html, body {
	margin: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: fixed;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	background-color: #FFF;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'helvetica';
	color: #666;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
}
br {
	font-size: 0;
}
#gmap {
	margin-left: 374px;
	width: auto;
	border: 1px solid gray;
}
#leftpanel {
	position: absolute;
	top: 1px;
	left: 0;
	width: 350px;
	background-color: #FFF;
}
#allpanelCards {
	margin-top: 5px;
	width: 375px;
	overflow-y: auto;
	overflow-x: hidden;
}
.iw {
	font-family: 'helvetica';
	color: #555;
	font-size: larger;
	width: 350px;
}
.iwb {
	margin-top: 20px;
	float: left;
}
.details {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.details a {
	background-color: #6B8C55;
	background-image: url(../img/butbg.jpg);
	color: #fff;
	text-decoration: none;
	padding: 5px;
}
.result {
	font-family: 'helvetica';
	font-size: larger;
	color: #555;
	width: 375px;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #888;
}
.res_num {
	padding: 3px 10px 3px 10px;
	background-color: #6B8C55;
	background-image: url(../img/butbgred.jpg);
	color: #FFFFFF;
	border: 2px solid #888;
	font-weight: bold;
}
p.res_comp {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
}
#leftpanel.hidden {
	display: none;/*  min-width:0; */
}
#panel-tabs {
	background-color: #ddd;
	height: 80px;
	width: 375px;
	padding: 10px 0px 0px 0px;
	white-space: nowrap;
	box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
}
.menu_box {
	float: left;
}
.menu_box input, .menu_box img {
	padding: 0px;
	margin: 0px;
}
#body-top {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	height: 170px;
}
.search input {
	font-size: 1.4em;
	padding-left: 5px;
}
button#qq {
	width: 60px;
	height: 30px;
	margin-top: 3px;
	vertical-align: middle;
	background: url('../img/search.gif') no-repeat;
	border: none;
}
#searchpanel {
	background-color: #FFF;
	height: 80px;
	position: absolute;
	left: 400px;
	top: 200px;
}
#tabletpanel {
	background-color: #FFF;
	height: 180px;
	position: absolute;
	left: 400px;
	top: 200px;
}
.close {
	position: absolute;
	right: 5px;
	top: 0px;
	color: #666;
	font-size:10px;
	cursor: pointer; 
	cursor: hand;
}
