.user_select_none {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  list-style: none;
}
.yanone {
  font-family: arial, serif;
}
.accosItem {
  margin-bottom: 8px;
  width: 488px;
  height: 50px;
  background: url(/imgcss/accos_single_bg.png) top left;
  height: 106px;
}
.accosItem .images {
  float: left;
  height: 90px;
  width: 120px;
  margin: 8px 16px 8px 3px;
}
.accosItem .text {
  float: right;
  width: 349px;
  color: white;
  height: 106px;
}
.accosItem .text .accosItem-title {
  font-size: 12px;
  overflow: hidden;
}
.accosItem .text .accosItem-type {
  color: #304b56;
  margin-bottom: 4px;
  height: 12px;
  line-height: 10px;
  overflow: hidden;
}
.accosItem .text .accosItem-area {
  margin-bottom: 4px;
  overflow: hidden;
}
.accosItem .text .accosItem-more a {
  margin-right: 4px;
}
.accofilter {
  width: 100%;
  margin-bottom: 1em;
}
.accofilter-top {
  background: url(/imgcss/submenu_top.png);
  display: block;
  padding-left: 8px;
  height: 35px;
  line-height: 35px;
  color: white;
  width: 228px;
  font-size: 12px;
}
.accofilter-selection {
  background: transparent url(/imgcss/accosfilter_bg.png) repeat-x top left;
  width: 220px;
  padding: 1em 8px 20px 8px;
  font-size: 12px;
  color: white;
}
.accofilter {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  list-style: none;
}
/* DropDownEx overrides */
div.accofilter .dropdownex {
  width: 220px;
}
div.accofilter .dropdownex ul {
  width: 210px;
}
div.accofilter .dropdownex a {
  color: #304b56;
}
div.accofilter .dropdownex li a.active {
  color: #83a809;
}
div.accofilter .dropdownex > a {
  height: 32px;
  line-height: 32px;
}
div.accofilter .dropdownex > a div {
  width: 32px;
}
/*.pagination {
            font-size: 80%;
        }
        
.pagination a {
    text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}

.pagination .current {
    background: #26B;
    color: #fff;
	border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}*/
.paging {
  font-size: 80%;
}
.paging a {
  text-decoration: none;
  border: solid 1px #AAE;
  color: #15B;
}
.paging a, .paging span {
  display: block;
  float: left;
  padding: 0.3em 0.5em;
  margin-right: 5px;
  margin-bottom: 5px;
}
.paging .current {
  background: #26B;
  color: #fff;
  border: solid 1px #AAE;
}
.paging .current.prev, .pagination .current.next {
  color: #999;
  border-color: #999;
  background: #fff;
}

