.sorter
{
  float: right;
  margin-right: 150px;
 
}

.items {
  clear: both;
}

.sorter ul {
  position: absolute;
  margin-top: -19px;
  margin-left: 35px;
}

.sorter li
{
display: inline;
list-style-type: none;
padding-right: 20px;
float: left;
}

.customPager{
  clear: both;
  margin-bottom: 10px;
  margin-right: 20px;
  margin-top: 10px;
  text-align: right;
}

ul.yiiPager .hidden a {
  display: none;
}

ul.yiiPager a:link, ul.yiiPager a:visited {
  border: 1px solid #777 !important;
  color: #585858 !important;
}

ul.yiiPager .selected a, ul.yiiPager .selected a:hover {
  background: #585858 !important;
  color: #fff !important;
}

/*
.customPager li a {
  color: #222 !important;
  background: none !important;
  border: 1px dotted #555 !important;
}

.customPager li.selected a {
  font-weight: bold !important;
}
*/

.sorter li {
  padding-right: 5px;
}

.sorter a {
  color: #000;
  text-decoration: none;
}

.sorter a:before {
  content: '...';
  width: 16px;
  height: 16px;
  background: url(/images/sort-ascending.png) no-repeat;
  color: transparent;
}

.sorter a.asc:before {
  content: '...';
  width: 16px;
  height: 16px;
  background: url(/images/sort-descending.png) no-repeat;
  color: transparent;
}

