fieldset{
	width: 1000px;
	margin: auto;
	color: #ED1C24;
	border-color: #ccc;
	border-radius: 5px;
}
legend{font-size:30px; }

.categorias{
	float:left;
	width:188px;
	height:auto;
	text-decoration:none;
	color:#666;
	
	padding:5px;
	font-size:14px;
	background:#f1f1f1;
	margin-bottom:5px;
}

.categorias:hover{
	background:#666;
	color:#fff;
}

.direita{
	float:left;
	width:200px;
	margin-right:20px;
	height:auto;
}

.esquerda{
	float: left;
	width: 100%;
	height: auto;
}

.item{
	float: left;
	width: 190px;
	padding: 10px;
	height: 230px;
	margin-right: 10px;
	box-shadow: 0px 0px 2px #dadbdb;
}

.item:hover{
	box-shadow:0px 0px 2px #999;
}

.img{
	width: 168px;
	height: 140px;
	border: 1px solid #dadbdb;
	margin-bottom: 10px;
	background-color: #FFF;
}

.item span{
	font-size:14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000;
	line-height:35px;
}

.item a{
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #279745;
	text-decoration: none;
}

.item a:hover{
	color: #279745;
}
