.categorias{
	float:left;
	width:216px;
	height:auto;
	margin-right:5px;
}

.catMae{
	padding: 8px;
	width: 200px;
	float: left;
	height: auto;
	color: #fff;
	background-color: #23527c;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	cursor: pointer;
}

.filhas{
	float:left;
	height:auto;
	display:none;
}

.catFilha{
	padding:8px;
	padding-left:16px;
	width:192px;
	float:left;
	height:auto;
	color:#23527c;
	background:#FFF;
	font-size:15px;
	font-weight:bold;
}

.catFilha:hover{
	color:#fff;
	background:#333;
}

.catSel{
	color:#fff;
	background:#666;
	font-style:italic;
}

.listaProdutos{
	width: 850px;
	height: auto;
	min-height: 300px;
	float: right;
}

.item{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	float: left;
	width: 200px;
	height: 270px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	background-color: #FFF;
	border: 1px solid #cccccc;
	-webkit-box-shadow: 3px;
	-moz-box-shadow: 3px;
	box-shadow: 3px;
	border-radius: 6px 6px 6px 6px;
	color: #333333;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
}

.addOrcamento{
	width: 120px;
	padding: 5px;
	background: #000000;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	margin-top: 10px;
	border: 2px solid #fff;
	box-shadow: 0px 0px 2px #333;
	cursor: pointer;
	height: auto;
	float: left;
	margin-left: 40px;
}

.addOrcamento:hover{
	color:#000 !important;
}

.maisDetalhes{
	width:120px;
	padding:5px;
	color:#333;
	font-size:14px;
	margin-top:10px;
	height:auto;
	float:left;
	margin-left:42px;
}

.maisDetalhes:hover{
	background-color: #23527c;
	color: #fff;
	border-radius: 5px;
}
.paginacao {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 2px;
    width: 16px;
}
.links {
    color: #666666;
    font: 12px Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.links:hover {
    color: #FFFFFF;
}
.paginacao:hover {
    background: none repeat scroll 0 0 #000000;
	border:1px solid #000000;
}
.paginasel {
	border: 1px solid #000000;
	color: #FFF;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	height: 16px;
	margin: 2px;
	padding: 2px;
	width: 16px;
	background-attachment: scroll;
	background-color: #000000;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}


#divBusca{
	background-color: #000000;
	border: solid 1px;
	border-radius: 15px;
	width: 300px;
	margin-top: 30px;
	}

#txtBusca{
		float:left;
		background-color:transparent;
		padding-left:5px;
		font-style:italic;
		font-size:18px;
		border:none;
		height:32px;
		width:260px;
	}
