/* =Poll

-------------------------------------------------------------------------------*/

.poll
{

	width: 250px;
}


.poll .question
{
	font-weight: bold !important;
	padding-bottom: 10px !important;
}


.poll ul
{
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 5px !important;
	list-style: none !important;
}


.poll ul li
{
	padding-bottom: 5px;
	text-align: left;
}


.poll ul.results
{
	margin: 0 !important;
	padding: 0 !important;
}

.poll ul.results li
{
	padding-bottom: 5px !important;
}


.poll ul.results li .bar
{
	background: url(../images/poll-bar-01.gif) no-repeat right center !important;
}


.poll ul.results li.answer-1 .bar
{
	background-image: url(../images/poll-bar-01.gif) !important;
}


.poll ul.results li.answer-1 strong
{
	color: #339900 !important;
}


.poll ul.results li.answer-2 .bar
{
	background-image: url(../images/poll-bar-02.gif);
}


.poll ul.results li.answer-2 strong
{
	color: #c29b42;
}

.poll ul.results li.answer-3 .bar
{
	background-image: url(../images/poll-bar-03.gif);
}

.poll ul.results li.answer-3 strong
{
	color: #308dc0;
}

.poll ul.results .bar div
{
	background: url(../images/poll-bar-left.gif) no-repeat left center;
}