@charset "utf-8";
/* CSS Document */

body {
	font-family: arial,verdana, tahoma;
	font-size: 12px;	
	color: #323232;
	}

/* Texto */
p.medium {
font-size: 20px;
}

a.write {
color: #FFF;
}

/* cor padrão para links */	
a {
	color: #0167b5;
	text-decoration: none;
	}
a:hover {
	color: #0388d6;
}
	
/* Tamanho para links menores */
a.small {
	font-size: 11px;
	}

/* titulos */
h1,h2,h3,h4,h5 {
	font-family: "Trebuchet MS";
	color: #0066b7;

	}
	
/* titulo preto */
.boxRound h2 {
font-size: 22px;
color: #323232;
font-weight: normal;
margin: 3px 0 3px 0;
}
#products-content h2 {
font-size: 22px;
color: #323232;
font-weight: normal;
margin: 3px 0 3px 0;
}


/* titulo principal das paginas internas */
#main-internal-content h2 {
	font-size: 24px;
	width: 762px;
	border-bottom: solid 1px #d5dde3;
	}
/* titulo secundario das paginas internas */
#main-internal-content h3 {
	font-size: 20px;
	color: #323232;
	}


/* cor dos textos com destaque*/
.color-standard  {
	color: #ad0500;
	}
a.color-standard:hover  {
	color: #8a0400;
	}

/* cor hover destaque */
#plane-content ul li:hover, 
.selected,
#products-list-content table tbody tr:hover {
	background-color: #ffffcc;
	}

#menu-main-content ul li a:hover {
    background: #035494;
    color: #FFF;
}
#products-content ul li .image-product-small:hover {
	background: #f0f1f2;

}


/* Abas */
.TabbedPanelsTab {
	font-size: 14px;
	font-family: "Trebuchet MS";
	}

