.wdpv_vote_up {
  background-image: url('../img/up.png');
}
.wdpv_vote_up.whitearrow {
  background: url('../img/whitearrow/up.png') no-repeat scroll 0 7px;
}
.wdpv_vote_up.plusminus {
  background: url('../img/plusminus/up.png') no-repeat scroll 0 7px;
}
.wdpv_vote_up.arrows {
  background: url('../img/arrows/up.png') no-repeat scroll 0 7px;
}
.wdpv_vote_up.qa {
  width: 40px;
  background: url('../img/qa/up.png') no-repeat scroll 0 7px;
}

.wdpv_vote_up.wdpv_disabled {
  background-image: url('../img/up_disabled.png');
  cursor: default;
}
.wdpv_vote_up.wdpv_disabled.whitearrow {
  background: url('../img/whitearrow/up_disabled.png') no-repeat scroll 0 7px;
}
.wdpv_vote_up.wdpv_disabled.plusminus {
  background: url('../img/plusminus/up_disabled.png') no-repeat scroll 0 7px;
}
.wdpv_vote_up.wdpv_disabled.arrows {
  background: url('../img/arrows/up_disabled.png') no-repeat scroll 0 7px;
}
.wdpv_vote_up.wdpv_disabled.qa {
  background: url('../img/qa/up_disabled.png') no-repeat scroll 0 7px;
}

.wdpv_vote_down {
  background: url('../img/down.png') no-repeat scroll 0 7px;
}
.wdpv_vote_down.whitearrow {
  background: url('../img/whitearrow/down.png') no-repeat scroll 0 7px;
}
.wdpv_vote_down.plusminus {
  background: url('../img/plusminus/down.png') no-repeat scroll 0 7px;
}
.wdpv_vote_down.arrows {
  background: url('../img/arrows/down.png') no-repeat scroll 0 7px;
}
.wdpv_vote_down.qa {
  width: 40px;
  background: url('../img/qa/down.png') no-repeat scroll 0 7px;
}

.wdpv_vote_down.wdpv_disabled {
  background: url('../img/down_disabled.png') no-repeat scroll 0 7px;
  cursor: default;
}
.wdpv_vote_down.wdpv_disabled.whitearrow {
  background: url('../img/whitearrow/down_disabled.png') no-repeat scroll 0 7px;
}
.wdpv_vote_down.wdpv_disabled.plusminus {
  background: url('../img/plusminus/down_disabled.png') no-repeat scroll 0 7px;
}
.wdpv_vote_down.wdpv_disabled.arrows {
  background: url('../img/arrows/down_disabled.png') no-repeat scroll 0 7px;
}
.wdpv_vote_down.wdpv_disabled.qa {
  background: url('../img/qa/down_disabled.png') no-repeat scroll 0 7px;
}
