@charset "utf-8";
/* CSS Document */

div#breadcrumbs { 
	width:420px;
	overflow:hidden;
	float:left;
}
div#breadcrumbs ul.categorias {
	width:1000px;
}
	
	div#breadcrumbs ul.categorias li {
		float:left;
		line-height:23px;
	}
		div#breadcrumbs ul.categorias li a {
			display:block;
			padding:1px 5px;
			color:#505050;
			text-decoration:none;
		}
			div#breadcrumbs ul.categorias li a.ativo, 
			div#breadcrumbs ul.categorias li a:hover {
				padding:0px 4px;
				background:#ffbe41 url(../imagens/layout/fd_breadcrumbs.jpg) repeat-y top left;
				border:solid 1px #ffbe41;
			}
			div#breadcrumbs ul.categorias li a.ativo { font-weight:bold; }
			
			
div#conteudo { min-height:294px; padding:6px 0px 15px 4px; clear:both; }

	div#conteudo ul.produtos { 
		max-height:216px;
		overflow:hidden; 
		display:block; 
		clear:both;
		margin-bottom:20px;
	}
		div#conteudo ul.produtos:after {
		clear: both;
		content: ".";
		display: block;
		height: 0px;
		visibility: hidden;
	}
	
		div#conteudo ul.produtos li { float:left; margin:-2px 2px 0px 0px; }
		
	
	div.descricao { margin:0px 25px; }
	div.descricao p { margin:0px !important; }


div#mais_cats {	
	width:30px;
	height:20px;
	padding:5px 0px 0px;
	border-bottom:5px solid #ffbe41;
	text-align:center;
	float:left;
}
div#mais_cats a { 
	font-size:16px;
	font-weight:bold; 
	text-decoration:none;
	color:#FC0;
}
