@charset "utf-8";
.TIT2 {
	font-family: Verdana;
	color: #CC0000;
	font-size: 20px;
	letter-spacing: 1.5px;
}
.TIT1 {
	font-family: Verdana;
	color: #333333;
	font-size: 13px;
	letter-spacing: 1.5px;
}
/* CSS Document */

body {
	background-image: url(img/fundo_cabecalho.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#form_busca #campo_busca {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 20px;
	width: 113px;
	margin: 0px;
	padding: 0px;
}

.menu {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}.busca {
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
}
.produtos_caixa {
	border: 1px solid #3598D0;
}

.categorias {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #4F5881;
}
.vitrine_textov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.vitrine_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #0099FF;
}
.vitrine2_tit {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.Preco {
	font-family: Verdana;
	color:#CC0000;
	font-size: 10px;
	cursor: pointer;
}
.produto_nome {
	font-family: Arial;
	font-size: 9px;
	color: #333333;
}
.produto_preco {
	font-family: Arial;
	font-size: 10px;
	color: #CC0000;
	font-weight: bold;
}
.pd_cx {
	border: 1px solid #3598D0;
}
.TEXTO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.LINK1 {
	cursor:pointer;
}
.TEXTO2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

