.questionlist h3 {
	width:600px;
	color:#000;
	background:#eee;
	padding: 3px 0 3px 10px;
}

.questionsummary {
	padding:10px;
}

.questionseparator  {
	clear:both;
	height:1px;
	width:620px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom:1px solid #ddd;
}

.questionposter {
	float:left;
	width:100px;
	text-align:center;
	font-size:10px;
	color:#444;
	}

.questionviews {
	float:left;
	width:100px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#444;
	}

.questionsummaryright {
	float:left;
	width:500px;
}

.questionsummaryfull {
	float:left;
	width:600px;
}

.questionsummaryright h4 {
	font-size: 12px;
	font-weight:bold;
}

.questionsummaryright p.summary {
	font-size:12px;
	color:#444;
}

.questionsummaryright p.details {
	font-size:10px;
	color:#888;
}

.voteyes{
	height:10px;
	padding:0px;
	background:#33cc33 url(../images/ps/poll-bg.gif) left top repeat-x;
}

.voteno{
	height:10px;
	padding:0px;
	background:#ff3333 url(../images/ps/poll-bg.gif) left bottom repeat-x;
}

.votepercent{
	font-size:12px; font-weight:bold; padding-left:10px; _padding-left:10px; text-align:left
}

.votemulti{
	height:10px;
	padding:0px;
	background:#0066cc url(../images/ps/poll-bg.gif) repeat-x;
	background-position:0% -10px
}
