/*
  Autor: Adriano da Silva Arajo
  Descrio: Lista dos estilos utilizados no site da loja virtual.
*/

.rodape { font-size: 7pt; }

/* Fonte padro dos textos pequenos no site: */
.textoPequeno { font-size: 7pt; }

/* Fonte padro dos textos com destaque: */
.textoDestaque { color: #990000; }

.caixa-texto { 
  font-family: Tahoma, Verdana, Arial, sans-serif, serif; font-size: 8pt; 
  font-style: normal; border: 1px solid #003366
}

.caixa-texto2 { 
  font-family: Tahoma, Verdana, Arial, sans-serif, serif; font-size: 8pt; 
  font-style: normal; border: 1px solid #003366;
  background-color:#FFFFCC;
}

.botao {
	font-family: Tahoma, Verdana, Arial, sans-serif, serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #003366;
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

/* Fonte padro do site: */ 
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
}

/* Fonte padro do site: - BRANCA */ 
.branca {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}

label { cursor: hand; }

/* Cor padro de todas as clulas com id 'bg': */
td#bg { background-color: #E4F3F8 } 
/* Cor padro de todas as linhas com id 'bg': */
tr#bg { background-color: #C9E8F1 } 

/* Estilo dos links: */ 
a:link { 
  text-decoration: none; color: #000000; font-weight: normal;
}
.link2 { 
  text-decoration: none; color: #990000; font-weight: bold;
}
a:visited { 
  text-decoration: none; color: #000000; font-weight: normal;
}
a:hover { 
  text-decoration: underline; color: #990000; font-weight: normal;
}
a:active { 
  text-decoration: none; color: #000000; font-weight: normal;
}

/* Estilo dos links de menu: */
a:link#linkmenu { 
  text-decoration: none; color: #000000; font-weight: normal;
}
a:visited#linkmenu { 
  text-decoration: none; color: #000000; font-weight: normal;
}
a:hover#linkmenu { 
  text-decoration: underline; color: #FF0000; font-weight: normal;
}
a:active#linkmenu { 
  text-decoration: none; color: #000000; font-weight: normal;
}
.textoDetail {
	font-size: 7pt;
	text-transform: uppercase;
	font-weight: bold;
}
.textoDetail2 {

	font-size: 7pt;
	text-transform: uppercase;
}
.textoPequeno2 {
font-size: 6pt;
}
.textoBarraVerde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	filter: DropShadow(Color=#006600, OffX=2, OffY=1, Positive=yes);
	cursor: help;
}
