/* Elementos html - Início */
.ecommerce_produto_listagem_item {
	background:#f3f3f3;	
	border-left: 2px dashed #e9e9e9;
	border-top: 2px dashed #e9e9e9;
	border-right: 2px dashed #e9e9e9;
	border-bottom: 2px dashed #e9e9e9;
}

.ecommerce_produto_listagem_item td {
	padding:4px;
}

.link_menu_rodape {
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	font-size:10px;
}

.link_menu_rodape:hover {
	text-decoration:underline;
}

.link_parceiro {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

.link_parceiro:hover {
	text-decoration:underline;
}

.link_menu {
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}
.link_menu:hover {
	text-decoration:underline;
	color:#ffffff;
}




* {
	margin:0;
	padding:0;
	
	font-family:georgia;
	font-size:12px;
	
	white-space:normal;
}

center {
	text-align:center;
}

body {
}

p {
	padding:5px 0px 5px 0px;
}

h1{
	font-family:georgia;
	color:#ffffff;	
	font-size:140%;
}

h2, h3, h4, h5 {
	font-family:georgia;
	color:#000000;	
	font-size:140%;
}


table {
}

tr {

}

td {
}

img {
	border:0;
}

input, select, textarea {

}

ul {
	list-style:none;
}

ol {

}

li {

}

li a {

}

hr {

}

div {

}

a {
	color:#660e31;
	text-decoration:none;
	font-weight:bold;
}

.link_rodape {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

a:active {

}

a:visited {

}
/* Elementos html - Fim */

/* Elementos comuns - Início */
#principal {
	position:absolute;
	width:850px;
	
	margin-left:-425px;
	left:50%;
	
	background:#FFF;
	border-top:#cc0000 25px solid;
}

#topo {
	width:850px;
	clear:both;
	
	background:#FFF;
}

#topo .dummy {
	width:100%;
	clear:both;
	display:none;
}

#rodape {
	width:850px;
	clear:both;
	text-align:center;
	padding:10px 0;
	background-color:#FFFFFF;
}

#conteudo {
	width:620px;
	float:right;
	padding:0px 20px 0px 0px;
}

#lateral_direita {
	display:none;
}

#lateral_esquerda {	
	width:180px;
	_width:220px;
	float:left;
	padding:0px 10px 0px 10px;
}

#logo {
	float:left;
	width:100%;
	margin:10px;
}

#idioma {
	float:right;
	clear:both;
}

/* Box com fomrulário para cadastro de newsletter */
#cadastro_newsletter {
	
}

/* Box com fomrulário para login no sistema */
#login {
	
}

#cadastro_newsletter td, #login td {
	padding:3px 3px 3px 0px;
}

#enquete {
	
}

/* Elementos comuns - Fim */

/* Banners flat */
#banner_flat {
	width:820;
	clear:both;
	text-align:center;
	padding:15px 0;
	background:#FFF;
	display:none;
}

#container {
	float:left;
	width:100%;
	background:#FFF;
	padding-top:10px;
}

/* Banners 468x60 */
#banner_full {
	text-align:right
}

/* Banners 120x60 */
#banner_retangulo {
	display:none;
}

/* Menus institucinal vertical */
#menu_institucional_vertical {
	display:none;
}

/* Menus institucinal vertical */
#menu_institucional_horizontal {	
}

#menu_institucional_horizontal .canto_superior, #menu_institucional_horizontal .canto_superior div, #menu_institucional_horizontal .canto_inferior, #menu_institucional_horizontal .canto_inferior div {
	display:none;
} 

#menu_institucional_horizontal ul {
	list-style:none;
	margin-left:auto;
	margin-right:auto;
}

#menu_institucional_horizontal ul li {
	display:inline;
	line-height:26px;
}

#menu_institucional_horizontal ul li a {
	font-family:georgia;
	font-weight:bold;	
	color:#ffffff;
	padding:5px;
	font-size:12px;
}

#menu_institucional_horizontal ul li a:hover {
	background:#01abdf;
}


/* Quadros - Início */
#quadro_1, #quadro_2, #quadro_3, #quadro_4 {
	
}
/* Quadros - Fim */

/* Quadros - Início */
.box_0, .box_1, .box_2, .box_3, .box_4, .box_5 {
}

.box_0 h1, .box_1 h1, .box_2 h1, .box_3 h1, .box_4 h1, .box_5 h1 {
}

.box_0 a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.box_0 a:hover {
	text-decoration:underline;
}


.canto_superior, .canto_superior div, .canto_inferior, .canto_inferior div {
	position:relative;
	width:100%;
}

.canto_superior {
	height:8px;
	left:-4px;
	background:url(bg_canto_superior_esquerdo.gif) top left no-repeat;
}

.canto_superior div {
	height:8px;
	right:-8px;
	background:url(bg_canto_superior_direito.gif) top right no-repeat;
}

.canto_inferior {
	height:8px;
	left:-4px;
	bottom:-1px;
	background:url(bg_canto_inferior_esquerdo.gif) bottom left no-repeat;
}

.canto_inferior div {
	height:8px;
	right:-8px;
	background:url(bg_canto_inferior_direito.gif) bottom right no-repeat;
}

/* Quadros - Fim */

/* Classes - Início */
.erro {
}

.sucesso {
}

.atencao {
}
/* Classes - Fim */