body {
	font-family: Times, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
.bodegaName {
	font-family: Times, Arial, sans-serif;
	font-size: 20px;
	background: #fff;
	cursor: default;
	margin-left: 5px;
	cursor: pointer;
}
.bodegaName a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.bodegaName a:visited {
	color: purple;
	font-weight: bold;
	text-decoration: none;
}
.bodegaName a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.bodegaHighlight {
	background: yellow;
}
.highlight {
	background: yellow;
}

.bodegaFull {
}

.correct {
	margin-left: 5px;
	font-family: Times, Arial, sans-serif;
	font-size: 20px;
	color: gray;
}
.correct a,
.correct a:visited,
.correct a:hover {
	font-family: Times, Arial, sans-serif;
	font-size: 20px;
	color: gray;
	font-weight: normal !important;
}
.importantQuestion {
	background: yellow;
	color: black;
}
.importantQuestion a,
.importantQuestion a:visited,
.importantQuestion a:hover {
	color: black;
}

#top {
}
#bodegaSearch {
	font-size: 20px;
	color: #fff;
	background: #000;
	border: 0;
	margin: 4px;
	padding: 0px;
	font-style: italic;
	width: 700px;
}
#bodegaSearchBtn {
	font-size: 10px;
}
form {
	margin: 0;
	padding: 0;
}
#map_canvas {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 300px;
	height: 300px;
	background: #000;
}

#addressForm {
	width: 430px;
	margin-bottom: 3px;
}
#nameForm {
	width: 430px;
	margin-bottom: 3px;
}
#nearForm {
	width: 430px;
	display: none;
	margin-bottom: 3px;
}
#nearDisplay {
	font-size: 13px;
}

/* individual bodega page */
.single {
	margin-top: 5px;
	font-size: 20px;
}
.bodName {
	font-weight: bold;
}

.bodBusinessAdd {
	color: #808080;
	font-weight: normal;
	cursor: pointer;
	float: right;
	background: #fff;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 2px;
	opacity: 0.7;
}
.bodBusinessAdd:hover {
	color: #fff;
	background: #808080;
	cursor: pointer;
}
.newSign {
	display: none;
}
.newSign:target {
	display: block;
}
.newSign:target + .bodBusinessAdd {
	display: none;
}
.newSign {
	float: right;
}
#newSignName {
	width: 150px;
}

#single_map {
	margin: 0;
	width: 500px;
	height: 100px;
}
#single_bodega {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}
#textInput {
	width: 500px;
	height: 150px;
}
#right {
	float: left;
	z-index: 1;
}
#left {
	float: left;
	z-index: 1;
}

#bigMap {
	display: block;
	background: url("map.png") no-repeat;
	width: 350px;
	height: 350px;
}
#boundPlace {
	background: blue;
	width: 10px;
	height: 10px;
	position: relative;
	background: url("bounds-opaque.gif");
}

#search {
	float: left;
	margin: 10px 10px 20px 10px;
	font-family: Helvetica, sans-serif;
}
#searchHeader {
	font-size: 40px;
	margin-right: 10px;
}
#searchForms {
}
/* #sideDrop {top:100px;right:0;float:right;background:yellow;font-size:30px;margin:0;padding:5px;width:320px;} */
#tagList {
	font-size: 10px;
	padding: 0;
	margin: 10px;
	width: 320px;
}
.tag {
	margin: 5px;
	padding: 5px;
	display: inline;
	background: yellow;
}
.tag a {
	color: #000;
}
#nameSearch,
#addressSearch {
	height: 15px;
	background: yellow;
	border: 0px;
	width: 300px;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
}
.searchBtn {
	font-size: 10px;
	font-family: Helvetica, sans-serif;
	background: yellow;
	margin-left: 5px;
	border: 1px solid #808080;
	vertical-align: bottom;
}
#searchMap {
	top: 10px;
	right: 10px;
	width: 350px;
	height: 300px;
	display: block;
}
#bodegaGroup {
	margin-left: 5px;
	clear: both;
}
.oneBodega {
	display: block;
	clear: both;
}
.searchType {
	font-size: 10px;
}

.addTag {
	cursor: pointer;
	background: yellow;
}
#newTagContainer {
	padding: 5px;
}
#newTag {
	height: 40px;
	font-size: 30px;
}
#newTagBtn {
	height: 40px;
	font-size: 30px;
}

#panoflash1 {
}
#single_pano {
	margin: 0;
	width: 500px;
	height: 300px;
}

#awning {
	float: left;
	margin-bottom: 10px;
}

#bodegasNear {
	margin: 10px 0px 10px 5px;
	font-size: 30px;
}
#bodegasNear form {
	display: inline;
}
#directions {
	display: none;
}

#topFloat {
	position: fixed;
	background: #fff;
	z-index: 1;
	right: 10px;
	top: 0;
	text-align: right;
}
#links {
	margin: 10px 0px 0px 0px;
	text-align: right;
}
a.link {
	background: red;
	font-family: Times, serif;
	padding: 3px;
	margin: 4px;
	color: yellow;
	font-size: 15px;
	text-decoration: none;
	line-height: 26px;
}
a.link:hover {
	text-decoration: underline;
}
