/* CSS Document */

.p_descricao {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.linha_menu {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: eaeaea;
}
.fundo_diagonal {
	background-image: url(../imagens/fundo_diagonal.gif);
	background-repeat: repeat;
}

.p_preco {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: 000000;
}
.p_preco2 {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #002A54;
}
.a_pedido {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FCFFFF;
}
.a_pedido_red {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #B4210D;
}
.a_pedido_blue {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #002D59;
}

/* ------------------ PRODUTO DETALHADO ----------------- */
.pdet_titulo {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}
.pdet_preco {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.pdet_parcela {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
/* ------------------------ LINKS ----------------------- */
/* ------------------------------------------------------ */
.p_titulo_lk{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: 333333;
	text-decoration: none;
	font-weight: bold;
}
.p_titulo_lk:hover {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 333333;
	text-decoration: underline;
}

.p_especifica_lk {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: 333333;
	text-decoration: none;
	font-weight: bold;
}
.p_especifica_lk:hover {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: 333333;
	text-decoration: underline;
	font-weight: bold;
}

/* --------------------- PONTILHADOS -------------------- */
/* ------------------------------------------------------ */
.p_divide_vert {
	background-image: url(../imagens/linha_vertical.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.p_divide_hor {
	background-image: url(../imagens/linha_horizontal.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ------------------ SOMBRAS E FUNDOS ------------------ */
/* ------------------------------------------------------ */
.fdo_topo {
	background-image: url(../imagens/topo_repete.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.fdo_central {
	background-image: url(../imagens/central.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.divide_menu_topo {
	background-image: url(../imagens/topo_divide_menu.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.divide_diagonal {
	background-image: url(../imagens/diagonal_divide_men_e_prod.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.fdo_busca {
	background-image: url(../imagens/busca_repete.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.titulo {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: 666666;
}
.fdo_produto {
	background-image: url(../imagens/prod_repete.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.fdo_preco {
	background-image: url(../imagens/fundo_preco.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu_inf {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 10px;
	color: cccccc;
	text-decoration: none;
}
.creditos {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	color: white;
	text-decoration: none;
}
.creditos a{
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	color: white;
	text-decoration: none;

}
.creditos a:hover{
	text-decoration:underline;
}
.menu_inf:hover {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 10px;
	color: cccccc;
	text-decoration: underline;
}
.pontilhado {
	background-image: url(../imagens/pontilhado.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.p_det_descricao {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}


.p_det_descricao_lk {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	color: 000000;
	text-decoration: none;
}
.p_det_descricao_lk:hover {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
	color: 000000;
	text-decoration: underline;
}
.degrade_cep {
	background-image: url(../imagens/car_compras/degrade_cep.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
