body,td,div {
    font-size:11px;
    font-family: verdana, arial;
}
a {
    color: #005D66;
    text-decoration:none;
}
a:hover {
    color: #97BDC1;
    text-decoration:none;
}
a.link {
    color: #005D66;
    text-decoration:none;
}
a.link:hover {
    color: #97BDC1;
}

.titulo {
	FONT-FAMILY: verdana, sans-serif;
	FONT-SIZE: 12px;
	COLOR: #005D66;
	TEXT-DECORATION: none;
	text-transform: uppercase;
}

.texto {
	color: #666666;
}
.subtitulo {
	FONT-FAMILY: verdana, sans-serif;
	FONT-SIZE: 10px;
	COLOR: #005D65;
	padding-left:5px;
	text-transform: uppercase;
	TEXT-DECORATION: none;
}

.textowhite {
	color: white;
}

.textoblack {
	color: black;
}


.preco {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #005D66;
}
.preco_promocao {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #005D66;
}


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;
}

.style1 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #002F33;
}

.style1:hover {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #FFFFFF;
 background: #002F33;
}

.style3 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #005D66;
}

.style4 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #97BDC1;
}

.style5 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #005D66;
 text-transform:uppercase;
}

.style5:hover {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #FFFFFF;
 background: #005D66;
 text-transform:uppercase;
}


.style8 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #FFFFFF;
 background: #005D66;
 text-transform:uppercase;
}

.style8:hover {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #FFFFFF;
 background: #005D66;
 text-transform:uppercase;
}

.style9 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #005D66;
 text-transform:uppercase;
}

.style9:hover {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #FFFFFF;
 text-transform:uppercase;
}

.style10 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #005D66;
 text-transform:uppercase;
}


/* Turn off list bullets */
ul.mktree  li { list-style: none; }
/* Control how "spaced out" the tree is */
ul.mktree, ul.mktree ul , ul.mktree li { margin-left:10px; padding:0px; }
/* Provide space for our own "bullet" inside the LI */
ul.mktree  li           .bullet { padding-left: 15px; }
/* Show "bullets" in the links, depending on the class of the LI that the link's in */
ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(/img/minus_map.gif)  center left no-repeat; }
ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(/img/plus_map.gif)   center left no-repeat; }
ul.mktree  li.liBullet  .bullet { cursor: default; background: url(/img/seta_menus_verde.gif) center left no-repeat; }
/* Sublists are visible or not based on class of parent LI */
ul.mktree  li.liOpen    ul { display: block;}
ul.mktree  li.liClosed  ul { display: none;}
