/* poll listing page -------------------------*/

.polls #paginationBottom, .polls #paginationTop {
	background: none
}

.polls #paginationTop {
	margin-top: -10px
}

.polls #paginationBottom {
	margin-top: 20px
}




.polls h3 {
	margin: 0;
	border-bottom: 1px solid #D1D1D1;
	padding-bottom: 4px
}

.polls p {
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 10px
}

.pollResults {
	width: 393px;
	margin-bottom: 15px;
}

#extraContent .pollResults {
	width: 393px;
	margin: 5px 10px 10px 10px;
	padding-bottom: 10px
}

/* mozilla hack - IE adds 3 pixel gap when floating elements like this */

html>body .pollResults {
	width: 390px;
}

.pollResults div {
	float: left;
	width: 150px;
	padding-top: 2px;
	clear: both;
}

/* background used to mask out paragraph background colour in mozilla when the option title wraps */

.pollResults p {
	background: #FFEFA5 url("../images/background_polls.gif") repeat-x;
	margin: 0px 0px 3px 0px;
	padding: 0;
}

/* Hide from IE-Mac \*/
.pollResults p {
	margin-left: 150px;
}
/* End hide */

#extraContent .pollResults p {
	background: #FFEFA5 url("../images/background_homepagepoll.gif") repeat-x;
}

.pollResults span {
	float: right;
	background: #ffffff;
	display: block;
	padding: 2px 0 1px 0;
	width: 40px;
	text-align: right;
	line-height: 15px
}

#extraContent .pollResults span {
	background: #FFEFA5
}

#extraContent .pollResults h3 {
	margin: 0;
	padding-bottom: 5px
}

.pollResults span.resulta, #extraContent .pollResults span.resulta  {
	background: #FBA405;
	float: left;
	height: 18px;
	padding: 0
}

.pollResults span.resultb, #extraContent .pollResults span.resultb {
	background: #521852;
	float: left;
	height: 18px;
	padding: 0
}