@CHARSET "UTF-8";

#main .search form#searchForm fieldset.phrases{
	display:block;
	padding-bottom: 6px;
	border-bottom: 1px dashed #999999;	
}

#main .search form#searchForm fieldset div {
	margin: 5px 0px;	
}

/* Botão de Seleção de quantidade de itens a serem exibidos na pesquisa */
/*Localizado em Pesquisa /  Buscar Somente:*/

.form-limit .chzn-container-single .chzn-single {
        width: 40px;

}

/*.form-limit .chzn-container-single .chzn-single .result-selected {
        color: yellow;
}*/

.chzn-container-active .chzn-single {
  border: 1px solid #B3C6C9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chzn-container-active .chzn-choices {
  border: 1px solid #B3C6C9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/*  Mais escuro */
.chzn-container .chzn-results li.highlighted {
  background-color: #B3C6C9;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #B3C6C9));
  background-image: -webkit-linear-gradient(#B3C6C9 20%, #B3C6C9 90%);
  background-image: -moz-linear-gradient(#B3C6C9 20%, #B3C6C9 90%);
  background-image: -o-linear-gradient(#B3C6C9 20%, #B3C6C9 90%);
  background-image: linear-gradient(#B3C6C9 20%, #B3C6C9 90%);
  color: #fff;
}

/* Bo de Seleção de Seleção de tipo de Ordenação dos itens a serem exibidos na pesquisa */

.ordering-box .chzn-single {
        width: 130px;
}
