@charset "windows-1251";
/* CSS Document */

.poll {
	width:210px;
	margin-bottom:5px;
	line-height:16px;
}

*:first-child+html .poll {
	margin-bottom:3px;
}

* html body  .poll {
	margin-bottom:3px;
}

.pollTitle {
	margin-bottom:15px;
}

.pollResult {
	float:left;
}

.pollItem {
	width:155px;
	margin-left:53px;
}

* html body .pollItem {/* IE 6 Only */
	width:150px;
}

.no {
	color:#F00;
}

.no img {
	border:0px;
}

.on_img
{
  background-image:url(../images/thumb_up.png);
  background-repeat:no-repeat;
  padding-left:25px;
  cursor:pointer;
  width:auto;
  height:18px;
  
  
}  

* html body .on_img {/* IE 6 Only */
  width:20px;
} 

* html body .over_img{/* IE 6 Only */
  width:20px;
}

.over_img
{
  background-image:url(../images/thumb_up_over.png);
  background-repeat:no-repeat;
  padding-left:25px;
  cursor:pointer;
  width:auto;
}

.pollResult a
{
	color:#ED0000;
text-decoration:none;
}


