@charset "utf-8";

html, body { margin: 0px; padding: 0px; width: 100%; height: 100%; text-align: left; }
body { background: url(media/bg_00.gif) repeat-x top white; }
form { margin: 0px; padding: 0px; }

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

#main_background { background: url(media/bg_00.jpg) no-repeat top left; }
#bottom { background: url(media/bg_02.gif) no-repeat top left; }

.tx_00 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; }
.tx_01 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px; }
.tx_02 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px; }
.cr_00 { color: #333333; }
.cr_01 { color: #e1e1e1; }
.cr_02 { color: #e31717; }
.cr_03 { color: black; }
.cr_04 { color: white; }

.campo_00 { border: 1px solid #E7E7E7; background-color: #a9a9a9; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #101010; padding: 2px; }

.fr { font-size: 0px; margin: 0px; padding: 0px; } /* FONT RESET */

/* BORDERS */
.bt { border-top: 1px solid #e1e1e1; }
.br { border-right: 1px solid #e1e1e1; }
.bb { border-bottom: 1px solid #e1e1e1; }
.bl { border-left: 1px solid #e1e1e1; }

/* BOTÕES IDIOMAS */
a.bt_idioma_pt {
	display: block;
	width: 212px;
	height: 28px;
	background: url(media/bt_00a.gif);
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
a.bt_idioma_pt:hover { background: url(media/bt_00b.gif); }

a.bt_idioma_en {
	display: block;
	width: 212px;
	height: 28px;
	background: url(media/bt_01a.gif);
	border-bottom: 1px solid #e1e1e1;
}
a.bt_idioma_en:hover { background: url(media/bt_01b.gif); }

a.bt_idioma_es {
	display: block;
	width: 212px;
	height: 28px;
	background: url(media/bt_02a.gif);
	border-bottom: 1px solid #e1e1e1;
}
a.bt_idioma_es:hover { background: url(media/bt_02b.gif); }

/* FLASH OBJECTS */
div#flashBarraProdutos { width: 139px; height: 405px; }
div#flashMenu { width: 619px; height: 41px; display: block; }

/* BUTTON OBJECTS */
div.bt_00 { text-align: left; border-bottom: 1px solid #7d7f7f; padding: 3px 0px; }
div.bt_00 a:hover { color: #e31717; }
div.last { border: none; }

/* BOX OBJECTS */
div#box_produto {
	background: url(media/bg_03.jpg) no-repeat top left;
	width: 265px;
	height: 326px;
	margin-top: 13px;
}
div#box_produto_imagem {
	height: 189px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
}
div#box_produto_descricao {
	height: 98px;
	line-height: 13px;
	padding: 7px 5px 0px 25px;
	text-align: left;
}

.bg_shadow {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -224px;
	margin-left: -384px;
	width: 768px;
	height: 428px;
	
	background: url(media/bg_08.png) no-repeat center;
	padding: 8px 0px 0px 8px;
}

.box_tabela_dados 			     	{ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; color: black; }
.box_tabela_dados td.top_a 	  { background: url(media/bg_04_a.gif) no-repeat; padding-left: 10px; }
.box_tabela_dados td.top_b		{ background: url(media/bg_04_b.gif) repeat-x; }
.box_tabela_dados td.top_c		{ background: url(media/bg_04_c.gif) no-repeat; padding-right: 1px;}
.box_tabela_dados td.middle_a	{ background: url(media/bg_05_a.gif) no-repeat center left; }
.box_tabela_dados td.middle_b	{ background: url(media/bg_05_b.gif) repeat-x center; border-right: #ED1C24 solid 2px; }
.box_tabela_dados td.middle_b_s	{ background: url(media/bg_05_b.gif) repeat-x center; }
.box_tabela_dados td.middle_c	{ background: url(media/bg_05_c.gif) no-repeat center left; }
.box_tabela_dados td.middle 	{ border-right: #ED1C24 solid 2px; }
.box_tabela_dados td.bottom_a 	{ background: url(media/bg_06_a.gif) no-repeat; }
.box_tabela_dados td.bottom_b	{ background: url(media/bg_06_b.gif) repeat-x; }
.box_tabela_dados td.bottom_c	{ background: url(media/bg_06_c.gif) no-repeat; }
