

div.control_widget-widget {
	margin-top: -4px;
	border: 1px solid #ccc;
	border-top: none;
	background-color: #eee;
}

div.control_widget-icon-vote {
  width: 20px;
  height: 20px;
  background: url(images/vote.png) no-repeat 0px 0px;
  float:left;
}

div.control_widget-icon-vote:hover{
  background: url(images/vote.png) no-repeat 0px -20px;
}

div.control_widget-icon-vote-disabled {
  width: 20px;
  height: 20px;
  background: url(images/vote.png) no-repeat 0px -40px;
  float:left;
}

div.control_widget-vote-count{
  color: #555;
  font-size:0.9em;
  padding-left:2px;
  line-height: 20px;
  background: url(images/vote.png) repeat-x -20px 0px;
  float:left;
}

div.control_widget-icon-vote-r{
  width: 10px;
  height: 20px;
  background: url(images/vote.png) no-repeat -72px 0px;;
  float:left;
}

div.control_widget-icon-fav{
  width: 20px;
  height: 20px;
  background: url(images/fav.png) no-repeat -20px 0px;
  float:left;
}

div.control_widget-icon-fav-add{
  width: 20px;
  height: 20px;
  background: url(images/fav.png) no-repeat 0px 0px;
  float:left;
}
div.control_widget-icon-fav-add:hover{
  background: url(images/fav.png) no-repeat -40px 0px;
}
div.control_widget-icon-echoice{
  width: 20px;
  height: 20px;
  background: url(images/ec.png) no-repeat;
  float:right;
}
div.control_widget-icon-ec-d{
  width: 20px;
  height: 20px;
  background: url(images/ec-d.png) no-repeat;
  float:right;
}

div.control_widget-icon-eoday{
  width: 20px;
  height: 20px;
  background: url(images/eoday.png) no-repeat;
  float:right;
}
div.control_widget-icon-eod-d{
  width: 20px;
  height: 20px;
  background: url(images/eoday-d.png) no-repeat;
  float:right;
}
div.control_widget-icon-critique{
  width: 20px;
  height: 20px;
  background: url(images/critique.png) no-repeat;
  float:right;
}
div.control_widget-icon-ver{
  width: 20px;
  height: 20px;
  background: url(images/ver.png) no-repeat;
  float:right;
}

div.control_widget-icon-ver-d{
  width: 20px;
  height: 20px;
  background: url(images/ver-d.png) no-repeat;
  float:right;
}