
.block {
  margin-bottom: 4px;
  width: 197px;
  background: transparent ;
}
.block .dbottom { background: transparent ; }
.block .dtop { height: 32px; background: #2f2f2f ; }
.block .dtop h3 {
  padding-left: 15px;
  padding-top: 6px;
  font-weight: bold;
  color: #ffffff;
}

.block .dtop div h3 {
  padding-left: 42px;
}
.block .dcont { padding: 6px 15px 15px 15px; }
.block .dtop div { height: 32px; background-position: 8px 4px; background-repeat: no-repeat; }

.tagsbox a { color: #7f7f7f; }

/*QUICKLINKS*/
.block ul.navs    {list-style: none; padding: 0; margin: 0; }
.block ul.navs li  { background: none; padding: 0; margin: 0; }
.block ul.navs li a  {
  background: url("../images/quick_menu.png") no-repeat left top;
  font-weight: bold;
  display: block;
  width: 100%; height: 26px;
  line-height: 22px;
  color: #ff9209;
}

.block ul.navs li a:hover {
  color: #ffb029;
  text-decoration: none;
  background: #d6e2ef url("../images/quick_menu.png") no-repeat left bottom;
}

/*blockvotes*/

a.votego, a.voteresult {
  width: 118px; height: 28px;
  display: block;
  background: #236ca9 url("../images/votego_btn.png") no-repeat left top;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #444444;
}

a.votego:hover, a.voteresult:hover {
  text-decoration: none;
  background: #236ca9 url("../images/votego_btn.png") no-repeat left -28px;
}


a.voteresult { background: #8a98a5 url("../images/voteresult_btn.png") no-repeat left top; }
a.voteresult:hover { background: #afb8c1 url("../images/voteresult_btn.png") no-repeat left -28px; }