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

#nav {
	width: 700px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align:center;
}

.pagination {text-align:center; margin-bottom:15px;  color:#6f6f6f; font-size:11px;}
.pagination a {
	color:#6f6f6f;
	padding:8px 10px;
	background-color:#e4e4e4;
	margin-right:1px;
	text-decoration:none;
	border:1px solid #cecece;
	font-weight: bold;
}
.pagination a:hover {background-color:#dadada;}
.pagination a.selected, .pagination a.selected:hover {
	background-color:#F99C51;
	color:#fff;
	border:1px solid #F68220;
}

#item-busca {
	width: 450px;
	float: left;
	padding-right: 10px;
	padding-left: 40px;
	padding-bottom: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	background-repeat: no-repeat;
	background-position: 10px 30px;
}
#item-busca p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#item-busca .espaco {
	width: 150px;
}

#item-busca .nome {
	float: left;
	width: 440px;
	height: 25px;
	font-weight: bold;
	font-size: 14px;
	color: #f68220;
	padding-top: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}

#item-busca .dados {
	float: left;
	width: 440px;
	height: 100px;
	font-size: 10px;
	text-align: right;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: 10px 15px;
}
#item-busca .link {
	text-align: right;
	float: right;
	width: 90px;
	height: 23px;
	background-color: #59595B;
	color: #F68220;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
}

#item-busca .cat001 {
	height: 23px;
	width: 200px;
	float: left;
	color: #00000;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-top: 5px;
	padding-left: 35px;
}

#item-busca-cat {
	width: 450px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(../images/separadorQ.png);
	background-repeat: no-repeat;
	background-position: 10px 30px;
}
#item-busca-cat p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#item-busca-cat .nome {
	float: left;
	width: 445px;
	height: 25px;
	font-weight: bold;
	font-size: 14px;
	color: #59595B;
	padding-top: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}
#item-busca-cat .icones {
	text-align: right;
	float: right;
	width: 35px;
	height: 30px;
}

#item-busca-cat .dados {
	float: left;
	width: 430px;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: 10px 15px;
}
#item-busca-cat .link {
	text-align: right;
	float: right;
	width: 105px;
	height: 23px;
	background-color: #59595B;
	color: #F68220;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	text-decoration: none;
}

#item-busca-cat .categoria {
	height: 23px;
	width: 300px;
	float: left;
	color: #FFF;
	background-color: #59595B;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 35px;
}
