/* -------------------------------------------------------------- 
 
 poll.css
 * @author    julien bidoret
 * @copyright (c) 2008, oxys.net
 * @date      25 juin 2009
 * @version   0.2
 
-------------------------------------------------------------- */

/* Polls 
---------------------------- */
.poll-on-display{ width:403px; border-right:1px solid #d9d9d1; padding-right:10px; float:left; margin-right: 10px}

.poll-answers { margin:10px 0 0}
.poll-answers label{  display:block; margin-bottom:6px; width:100%; }
.poll-answers label:hover { color:#c24603 }
.poll-intro{margin-bottom:1em; }

.poll-button{ border-top:1px solid #d9d9d1; padding-top:1em; font-size:.92em; color:#999; }
.poll-button input{float:left; margin-right: 1em; }
.poll-button p{padding-top:.5em}
.poll-button a{color:#999;}
.poll-button a:hover{color:#c24603}

.poll-results-line p{margin-bottom:.8em}
.poll-percent{display:block; float:right; width:25px; text-align:right; padding-right:4px}
.poll-bar{display:block;  background:#efefef; height:17px; padding:1px}
#homepage .poll-bar{ background:#fff;}
.poll-bar span{background:#c24603; display:block; height:16px}

.polls-comments{ margin-top:20px}

.polls-list a{ margin: 0 0 .8em; display:block;}
.polls-list a span.votes-nb {font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#999; }






