/* atribue parâmetros a todas as páginas */ 
body {
	background-color: #FFF;
}

* {
 	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin: auto;
	list-style-type:none;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.borda_tabela {/* border:0px; */background-color:#FFF; }

.fundo_evento{ 
	background:url(imagens/fundo_evento.gif) no-repeat; 
	width:740px;
	height:127px;
	padding:10px; }

/* ############################################## */
/* Todos os textos do site (exceto home) */
/* ############################################## */
.texto {
	font-family: Verdana;
	font-size: 11px;
	color: #7A7776;
	text-decoration: none;
}

table {
	font-family: Verdana;
	font-size: 11px;
}

.texto a:link {
	font-family: Verdana;
	font-size: 11px;
	color:#7A7776;
	text-decoration: underline;
}
.texto a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #7A7776;
	text-decoration: underline;
}
.texto a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #E46713;
	text-decoration: underline;
}
.texto a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #7A7776;
	text-decoration: underline;
}

/* ############################################## */
/* ..Outros.. */
/* ############################################## */

.menu {
	font-family: Verdana;
	font-size: 12px;
	color: #660F6E;
	text-decoration: none;
}
.menu a:link {
	font-family: Verdana;
	font-size: 11px;
	color:#7A7776;
	text-decoration: underline;
}
.menu a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #7A7776;
	text-decoration: underline;
}
.menu a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #E46713;
	text-decoration: underline;
}
.menu a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #7A7776;
	text-decoration: underline;
}


.texto_destaque {
	font-weight:bold;
	font-family: Verdana;
	font-size: 13px;
	color: #660F6E;
	text-decoration: none;
}


.negrito {
	font-weight:bold;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#7A7776.
}


.rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}


.titulo {
	font-weight:bold;
	color:#8E0909;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	text-decoration: none;
	border:1px #CCCCCC solid;
}


.borda_img { border: 1px solid #000; }


.borda_padding { padding: 6px; }


.tabelinha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}


.tabelinha_cabecalho {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border-top-width: 1px solid #CCC;
	border-right-width: 1px solid #CCC;
	border-bottom-width: 1px solid #CCC;
	border-left-width: 1px solid #CCC;
}

/* FIM Minha Conta */
#tabela_opcoes td {
	background-color:#FFF;
	border:1px solid #29166F;
}

#tabela_opcoes td:hover {
	background-color:#29166F;
	cursor:hand;
	color:#FC9;
}

#tabela_opcoes #celula_excluir {
	border:1px dashed #29166F;
}

#tabela_opcoes #celula_excluir:hover {
	background-color:#FF0000;
	cursor:hand;
	color:#FFF;
	border:1px dashed #29166F;
}

#tabela_opcoes #celula_nula:hover {
	color:#FFF;
	background:#FFF;
	cursor:default;
}
/* FIM Minha Conta */


/* FOLHA DE ESTILO PARA A TELA DE LOGIN */

div#login {
	width:280px;
	height:180px;
	background-color:#ECECEC;
	/*border:1px solid #000;*/
	float:left;
}


#extra {
	width:280px;
	height:180px;
	background-color:#ECECEC;
	/*border:1px solid #000;*/
	float:right;
	clear:right;
}

#titulo {
	font-weight:bold;
	color:#29166F;
	font-size:16px;
	font-family:Verdana, Arial;
	height:35px;
	background-color:#F7F7F7;
	clear:both;
}

#conteudo_login {
	padding-top:10px;
}
/* FIM FOLHA DE ESTILO PARA A TELA DE LOGIN */


/*paginacao*/
.paginacao .current{
	font-weight: bold;
}

.paginacao {
	/*font-weight: bold;*/
}

.paginacao a {
	color: blue;
	text-decoration: none;
}


.produtos-novos {
	background-image: url(imagens/produtos-novos.gif);
	background-repeat: no-repeat;
}

.menu_topo td{
	text-align: center;
}
.menu_topo td a{
	color: #fff;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
}

.selected{
	font-weight: bold;
}

.destaque {
	font-weight: bold;
}

.valor {
	color: red;
	font-size: 14px;
}

.table-grid th{
	background-color: #EEEEEE;
}

.table-grid td{
	border-bottom: 1px solid #EEEEEE;
}