/*
  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
}
.botao {
	font-family: Tahoma, Verdana, Arial, sans-serif, serif;
	font-size: 8pt;
	color: #CCCCCC;
	background-color: #4A667E;
	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: 8pt; }

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;
}
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;
}
.justificado {
	font-size: 8pt;
	text-align: justify;
	text-indent: 30px;
}
