﻿/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
hr
{
	background: #ddd;
	border: 0;
	clear: both;
	color: #ddd;
	height: 1px;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
li,dd {
	margin-left: 30px;
}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,fieldset {
	margin-bottom: 20px;
}

#container_map {
	width: 800px;
	margin: 0 auto;
  position: relative;
}

#map_canvas {
	border: 1px solid #cacaca;
	height: 400px;
	width: 800px;
}

#options {
	position: relative;
	padding-top: 1em;
}

#options div.entity_container {
	width: 256px;
	margin: 0 10px 0 0;
	float:left;
	top: 10;
	z-index: 1;
	position: relative;
}
#restaurants {
  margin-right: 0;
}
#options h1, .options h1 {
	font-size: 1.2em;
	margin: 0;
	border-bottom: 1px dashed #cacaca;
}
#options h3, .options h3 {
	font-size: 1em;
	margin: 0;
}

.options div.desc {
	width: 240px;
	border: 1px solid #888;
	background-color: #ddd;
	margin-left: 10px;
	padding: 2px 6px;
	position: absolute;
	left: -9999px;
	z-index: 20;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888888;
  behavior: url(ie-css3.htc);
}

div.desc, .goverlay {
  font-size: 0.9em;	
}

div.desc h2, .goverlay h2 {
	font-size: 1.2em;
	margin: 4px 0;
}
div.desc .links {
	text-align: right;
}
div.gmnoprint .mapshow {
	display: none;
}

div.desc .address {
	padding-bottom: 6px;
}

.options a.detailclose {
	position: absolute;
	right: 6px; top: 4px;
}

div.subcat > div {
	margin-left: 8px;
}

div.gmnoprint p{
	width: 250px;
}
div.gmnoprint a.detailclose {
	display: none;
}

.label {
	padding: 0 0.25em;
	margin: 0 0.2em;
	text-align: center;
	border: 1px solid black;
	font-size: 0.9em;
}

#inns .label {
	background-color: #99CCFE;
}
#restaurants .label {
	background-color: #99CC99;
}
#attractions .label {
	background-color: #FECC99;
}
.highlight {
	background-color: yellow;
}
.more_info {
	padding-left: 0.4em;
	font-size: 0.9em;
}
.select {
	position: absolute;
	right: 5px;
	top: 0px;
}
#loading {
	position: absolute;
	top: 150px;
	left: 300px;
	font-size: 1.5em;
	padding: 1em;
	background-color: white;
	border: 1px solid #888;
	z-index: 9999;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
