body,td,div {
    font-size:11px;
    font-family: verdana, arial;
	color: #666666;
}
a {
    color: #333333;
    text-decoration:none;
}
a:hover {
    color: #ff6600;
    text-decoration:none;
}
a.link {
    color: #333333;
    text-decoration:none;
}
a.link:hover {
    color: #ff6600;
}

.titulo {
	FONT-FAMILY: arial, sans-serif;
	FONT-SIZE: 13px;
	COLOR: #000000;
}

.textowhite {
	color: white;
}

.textoblack {
	color: black;
}


.preco {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
.preco_promocao {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: darkred;
}


s { color:#990000; }

input, select {
    font-family:verdana, arial;
    font-size:11px;
}
textarea {
  border:1px solid black;
  font-size:11px;
}

.hide {
  display:none;
  visibility:hidden;
  position:absolute;
}

.show {
  display:block;
  visibility:visible;
  position:relative;

}

.imgmenu {
    margin-right:10px;
    padding-bottom:2px;
    width: 3px;
    height: 5px;
}
/* Start Map CSS
=====================================================================*/
#mapback {
	position: absolute;
	display: block;
	padding: 7px 15px;
	bottom: 0px;
	right: 0px;
	background: #A0C423;
	color: white;
	font-family: arial, sans-serif;
	font-size: 14px;
}
#map a.bullet {
	display: none;
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	background-image: url('../images/map/bullets.png');
	background-repeat: no-repeat;
	z-index: 2;
}
#map a.yellow {  background-position: 0px -15px; }
#map a.green   {  background-position: 0px -30px; }
#map a.blue     {  background-position: 0px -45px; }
#map a.purple {  background-position: 0px -60px; }

#map a.bullet:hover { text-decoration: none; }

#map div.popup{
	display: none;
	position: absolute;
	top: 67px;
	left: 176px;
	width: 225px;
	height: 310px;
	background: url(../images/map/popup.png) no-repeat;
	z-index: 10;
}

#map div.yellow { background-position: -225px 0px } 
#map div.green   { background-position: -450px 0px } 
#map div.blue     { background-position: -675px 0px } 
#map div.purple { background-position: -900px 0px } 

#map div.popup h3 {
	display: block;
	padding: 8px 13px 13px 13px;
	color: white;
	font-size: 17px;
}
#map div.yellow h3 { color: black; }

#map div.popup div.popupcontent{
	position: absolute;
	top: 54px;
	height: 256px;
	padding: 0 15px;
	overflow: auto;
	overflow: visible; /* Thanks Kevin Mario! */
	font-family: arial;
	font-size: 13px;
	line-height: 18px;
}
#map div.popup div.popupcontent p{
	margin: 10px 0;
	width: 195px;
}
#map div.popup div.popupcontent a {
	color: blue;
	border-bottom: 1px dotted blue;
}
#map div.popup div.popupcontent a:hover {
	text-decoration: none;
	}
#map div.popup a.close{
	display: block;
	position: absolute;
	top: 286px;
	left: 15px;
}
#map div.popup a.close img{
	border: none;
	z-index: 100;
}
}



