/* polls */

.polls { clear: both; width: auto; margin: 0; padding: 0; text-align: justify; }

ul.polls { clear: both; margin: 0; padding: 5px; }
li.item { margin: 5px; padding: 0 5px; list-style: none; font-size: 12px; color: #000; }
li.item a {
	line-height: 22px; margin: 0; padding: 2px 0 5px 28px; background: #fff url("../img/icons/icon-poll.gif") no-repeat;
	text-decoration: underline; font-size: 11px; color: #696969;
}
li.item a:hover { text-decoration: none; color: #17558c; }

/* poll progress bar */
dl { clear: both; width: 100%; height: auto; margin: 0; top: 0; left: 0; padding: 5px 0; }
dt { border-bottom: 3px solid #fff; font-weight: bold; font-size: 12px; }
dd { position: relative; display: block; width: 100%; height: 1.5em; margin: 0; border-bottom: 1px solid #fff; }
dd.name { position: relative; display: block; width: 100%; height: auto; margin: 10px 0 0; border-bottom: 1px solid #fff; background: #fff; }
dd.name em { font-weight: bold; }
dd.name big { font-weight: bold; color: #335daf; }
dd b { display: block; float: right; height: 1.5em; line-height: 1.5em; margin-left: auto; background: #fff; font-weight: normal; text-align: left; }
dd span { position: absolute; width: auto; height: auto; top: 0; left: 3px; color: #2a2172; }
