@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/fundo.png);
	background-color: #cad7e0;
	background-repeat: repeat-x;
	font-family: sans-serif;
    font-size: 12px;
    color: #222;
}

.textoCentroBold {
	font-family: sans-serif;
	font-size: 12px;
	color: #596064;
}

.textoCentroNormal {
	font-family: sans-serif;
	font-size: 12px;
	color: #596064;
	font-weight:normal;
}

.textoTitulo {
	font-size: 20px;
    color: #666;
}

.textoSubtitulo {
    font-family: sans-serif;
    font-size: 16px;
    color: #596064;
    font-weight:bold;
}

.textoVermelho{
	font-family: sans-serif;
	font-size: 11px;
	color:#FF0000;
	
}
.textoVerde{
	font-family: sans-serif;
	font-size: 11px;
	color:#009933;
	font-weight:bold;
}
.textoFooter{
	font-family: sans-serif;
	font-size: 12px;
	color:#596064;
	text-decoration: none;
}

.error {
	border: 1px solid red;
	color: red;
}
.errorMsg {
	color: red;
	font-family: sans-serif;
	font-size: 12px;
	font-weight:bold;
}

span.arrow {
    width: 14px;
    height: 14px;
    background-image: url();
}

.bluetxt {
    color: #65a1c6;
    font-size:11px;
}

a.bluelinka, a.bluelinkb {
    color: #65a1c6;
    text-decoration: none;
    font-weight: normal;
}

a.bluelinka {
    font-weight: bold;
    font-size: 12px;
}

a.bluelinkb {
    font-size: 11px;
}

.product-list {
    color: #1a4763;
}

.product-list .title {
	color: inherit;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.product-list .desc {
    font-size: 11px;
}

.product-list .price {
	font-weight: bold;
    font-size: 13px;
    color: #8ab036;
}

.product .title {
	font-size: 25px;
}

.product .price {
    font-size: 30px;
    color: #8ab036;
}

.product-image-thumb {
	cursor: pointer;
	border: 1px solid #ddd;
}

.product-image-thumb:hover {
    border: 1px solid #8ab036;
}

.product-desc {
	font-size: 15px;
	color: #555;
}

.no-product {
	background-color: #f5f5f5;
	color: #ccc;
	width: 60%;
	font-size: 14px;
	font-weight: bold;
	padding: 30px;
	text-align: center;
}

.product-image-cont {
	border: 1px solid #f5f5f5;
}

.info {
    background-color: #D2E7FF;
}
.info td {
    background-color: #fff;
}
.info .header {
	background-color: #D1E8FF;
}

.socialnet {
    font-size: 20px;
    color: #333;
    text-decoration: none;
}

.pageactive {
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    background-color: #337744;
    color: #fff;
}

.page {
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.page:hover {
    background-color: #337744;
}

input[type=text], textarea {
	border: 1px solid #aaa;
	font-family: sans-serif;
}

input.input16 {
    font-size: 16px;
    padding: 3px;
}

.encomendar td {
    font-size: 16px;
}

.atxt {
    text-decoration: none;
    color: #333;
}

.assistencia_menu_item {
    background: url(/images/assistencia_back_itens.png); width:156px; height:36px; padding-top:20px;
}

.assistencia_menu_item a {
    font-size:16px; font-weight:bold; color:#444; letter-spacing:-1px;
    text-decoration: none;
}
.assistencia_menu_item a:hover {
	color: #000;
}

h1 , h2 {
    color: #666;
}

h2 {
    font-size: 20px;
    font-weight: normal;
}