#top #menu a.tenders_active {
  color: white;
  border-radius: 2px;
  background-color: #FF5700;
}
.catalog span.count {
  color:#FF5700;
}
/* h2 { */
  /* width: 600px; */
/* } */

#center .sort {
  float: left;
  padding:0 25px 40px 0;
} 

@media(max-width:360px){
    .sort-adaptive{
        width:200px!important;
    }
}


#center .sort .title {
  float: left;
  padding: 2px 3px 0 2px;
} 
#center .sort ul {
	list-style: none;
	margin:0px;
  height: 21px;
  border: 1px #d3d3d3 solid;

  
  
  background: -o-linear-gradient(top, #fff 0%, #f4f1f1 100%);
  background-position: 0 -25px;
  background: -moz-linear-gradient(top, #fff 0%, #f4f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f4f1f1));
  background: -o-linear-gradient(top, #fff 0%, #f4f1f1 100%);	
  
  
  height:22px;
  padding: 0 ;
  
}
#center .sort ul li {
	float: left;
	display: inline;
	margin: 0 0px 0px 0px;
	position: relative;
	line-height: 18px;
	font-size: 8pt;
  background: -o-linear-gradient(top, #fff 0%, #f4f1f1 100%);
  background-position: 0 -25px;
  background: -moz-linear-gradient(top, #fff 0%, #f4f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f4f1f1));
  background: -o-linear-gradient(top, #fff 0%, #f4f1f1 100%);	
	padding:2px 6px 1px 6px;
}
#center .sort ul li a {
  text-decoration: none;
  font-size: 8pt;
	color: black;
	font-family: Arial;
}
#center .sort ul li:hover {
	color: white;
	border: none;
} 
#center .sort ul li.current {
	border:none;
	padding:2px 6px 2px 6px;
	color: white;
	color: black;
	
	text-decoration: none;
	
 
  background: -o-linear-gradient(top, #FF5700 0%, #c64a0a 100%);
  background-position: 0 -25px;
  background: -moz-linear-gradient(top, #FF5700 0%, #c64a0a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF5700), color-stop(100%, #c64a0a));
  background: -o-linear-gradient(top, #FF5700 0%, #c64a0a 100%);
  
}
#center .sort ul li.current a {
  color: white;
}

 h2 {
  font-size: 20pt;
  font-weight: normal;
  text-transform: uppercase;
  color: #333333;
  padding:0 0 5px 0;
  display:inline-block;
  width:100%;
}
#center a.back {
  color:#FF5700;
}
p#findcount {
color: #6A6A6A;
font-size: 8pt;
float: right;
}