/* CSS Document */
body {
margin: 0; padding : 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 5;
	padding: 0;
	line-height: 1.5em;
}
}

.conteudo {background:#c6e295;width:900px; }
.menu, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 1.5em;
}
.azul a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 1.5em;
	color: #428bae;
}
.azul a:hover {color: #da251c;}		

.browse_category  {
	font-size: 0.9em;
	width: 190px;
	color: #FFF;
	background: inherit;
}

.bar { 
	
	font-size: 12px;
	height: 30px; 
	color: #FFF;
	margin: 0 0 0 0px; 
	background: #da251c;
	padding: 7px 15px 5px 5px;
}

	.bar li { 
		margin: 0; 
		padding: 7px 15px 5px 5px;
		color: #ffffff;
		background: #da251c;
		float: left; 
	}
	
	.bar li a { 

		font-weight: bold;
		color: #ffffff; 
		background: inherit;
		text-decoration: none;
		
	} 
	
	.bar li a:hover { 
		
		color: #000; 
		background: #da251c;

	} 
	
	ul { margin: 0; padding : 0; list-style : none; }

#leftcolumn{
float:left;
width:163px;
height: 400px;
border: 0px solid black;
padding: 5px;
padding-left: 5px;

}

#leftcolumn a{
padding: 2px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid gray;
background-color:#b5da7b ;
color:#000;
height: 28px; 
}

#leftcolumn a:hover{
background-color: #4cb058;
}


#rightcolumn{
float:left;
width:600px;
min-height: 400px;
border: 0px solid black;
margin-left: 5px;
padding: 5px;
padding-bottom: 8px;
}

* html #rightcolumn{ /*IE only style*/
height: 400px;

}

.azul a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 1.5em;
	color: #428bae;
}
.azul a:hover {color: #da251c;}

a:link {text-decoration: none; color:blue}
a:visited {text-decoration: none; color:blue}
a:hover {text-decoration: underline; 
color: blue;}

a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:350px; text-decoration:none}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:red; text-decoration:none}

