/********************** categoria/busca ***********************/
/* category banner */
.content .categoryBanner{
	overflow:hidden;_zoom:1;
	font-size:1px;
	line-height:1px;
	margin:10px 0;
}

/* BUSCA */
.boxYouMean{
	overflow:hidden;_zoom:1;
	font-size:15px;
	font-weight:bold;
	color:#4c4c4c;
	margin:20px 0;
}

.boxYouMean a{
	font-size:15px;
	font-weight:normal;
	color:#0081e4;
	text-decoration:underline;
}

.boxNoResults{
	background-color:#FFFFFF;
	clear:both;
	overflow:hidden;
	padding:8px 10px;
}

.boxNoResults h3{
	border-bottom:1px solid #DCDCDC;
	clear:both;
	text-transform: uppercase;
	font-size:17px;
	padding:0 0 8px;
}

.boxNoResults p{
	overflow:hidden;
	padding:8px 0 0;
}

.boxNoResults .boxSearchHolder{
	overflow:hidden;
	padding:10px 0 460px;
}

.boxNoResults .boxSearchHolder label{
	display: none;
}

.boxNoResults .boxSearchHolder .fldBuscarResults{
	border-color:#C4C4C4 #EDEDED #EDEDED #C4C4C4;
	border-style:solid;
	border-width:2px 1px 1px 2px;
	color:#00346B;
	display:inline;
	float:left;
	height:15px;
	margin:0 5px 0 0;
	padding:2px 3px;
	width:320px;
}

.boxNoResults .boxSearchHolder .btBuscarResults{
	background:transparent url(../img/button/bt_busca_noresults.png) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	display:inline;
	float:left;
	height:22px;
	overflow:hidden;
	text-indent:-9999px;
	width:79px;
}

/* PAGINAÇÃO */
.boxPagination{
	border-width:1px 0;
    border-style: solid;
    border-color:#dcdcdc;
	background-color:#FFFFFF;
	font-size: 11px;
	float:left;
	padding:4px 10px;
	width:736px;
}

.boxPagination .displaying{
	display:inline;
	float:left;
	margin:0;
	width:265px;
}

.boxPagination .displaying strong{
    font-weight:normal;
}
	
.boxPagination .sortBy,
.boxPagination .displayPagination{
	float:right;
	display:inline;
}

.boxPagination .sortBy p,
.boxPagination .sortBy ul,
.boxPagination .sortBy ul li,
.boxPagination .displayPagination li{
	float:left;
	display:inline;
}

.boxPagination .sortBy ul li,
.boxPagination .displayPagination li{
	background: url(/template-resources/img/bg/bg_sortBy_list.png) no-repeat scroll 0 0;
	padding-left: 6px;
	margin-left: 5px;
	cursor: pointer;
}

.boxPagination .sortBy ul li a,
.boxPagination .displayPagination li a{
	background: url(/template-resources/img/bg/bg_sortBy_list_right.png) no-repeat scroll right 0;
	color:#FFFFFF;
	float: left;
	padding:0 6px 1px 0;
	text-decoration:none;
	text-shadow:2px 1px 2px #333333;
	white-space:normal;
	filter: Shadow(Color=#333333,Direction=120,Strength=3);
}

.boxPagination .sortBy li.selected,
.boxPagination .displayPagination li.selected{
	background: url(/template-resources/img/bg/bg_sortBy_list_selected.png) no-repeat scroll left 0;
}

.boxPagination .sortBy li.selected a,
.boxPagination .displayPagination li.selected a{
	background: url(/template-resources/img/bg/bg_sortBy_list_right_selected.png) no-repeat scroll right 0;
	text-shadow:2px 1px 2px #333333;
    white-space:normal;
    filter: Shadow(Color=#333333,Direction=120,Strength=3);
	color: #000;
}

/* Engloba Lista de Produtos */
.content .productListHolder{
	background:#FFFFFF none repeat scroll 0 0;
	float:left;
	margin:0;
	overflow:hidden;
	padding:0 10px;
	width:736px;
}

.content .productListHolder .lstProducts li{
	display:inline;
	margin:0 3px;
}
