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

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #333;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 5px;
	padding-left: 5px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	color:#A0A0A4;
}
p{
	font-size:12px;
	text-align:justify;
}

h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:none;
color:#666666;
}

h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
color: #666666;
}

h3{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;
color: #666666;
}



/* Inicio Menu Horizontal */
.barraproduto{
	width: 400px;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	}
	
.barraproduto ul{
list-style: none;
margin: 0x;
padding: 0px;
	
}

.barraproduto li{
    display: inline; /* mostra na horizontal*/	
	border-right: 1px solid #FFF;
	margin: 0px;
}

.barraproduto li a{
	padding: 5px 5px 5px; /* bolha e volta da linha*/
	font-weight: bold;
	background-color: #CCF;
	/*color: #FFF;*/
	color: #669;
	text-decoration: none; /* retira sublinhado*/
}

.barraproduto li a:hover{
	background-color:#2A1FFF;
    color: #CCCCCC;

}

/* Fim Menu Horizontal */

#tbproduto , #tbproduto1{
	text-align:justify;
}
