.facet-block-title{
	position : relative;
}

.facet-sort-facet{
	float         : right;
	padding-right : 5px;
	padding-top   : 2px;
}


.facet-sort-facet input[type=submit],.facet-sort-facet input[type=submit]:hover{
  cursor: pointer;
  height: 19px;
  font-weight: bold;
  vertical-align: text-top;
  display: inline-block;
  background-color: transparent;
  border-style: none;
  overflow:hidden;
  filter:none;
  padding: 0px 5px 0px 5px;
  line-height: 16px;
  font-size: 12px;
  color: white;
  text-shadow: 0 1px #902a27;
  border-radius: 2px;
  background: #fa623f;
  background-image: -webkit-linear-gradient(top, #fc9f8a, #fa623f);
  background-image: -moz-linear-gradient(top, #fc9f8a, #fa623f);
  background-image: -o-linear-gradient(top, #fc9f8a, #fa623f);
  background-image: linear-gradient(to bottom, #fc9f8a, #fa623f);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
}