#features {
	position: relative;
	top: 0;
	left: -50px;
	background: #fff;
	width: 940px;
	height: 550px;
	margin: 0 0 20px 0;
	clear: both;
	overflow: hidden;
	border: 10px #b0dddd solid;
	z-index: 100;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
}

	#features h2 {
		display: none;
	}

	#features .featuredtitle {
		float: right;
		display: block;
		padding: 6px 5px;
	}

	#features .itemlinks {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 940px;
		z-index: 100;
		background: url(/app/css/images/assets/40-trans-bg.png) repeat top left;
		color: #fff;
		height: 30px;
		font-size: 16px;
	}

		#features .itemlinks li, #features .itemlinks ol {
			float: left;
		}

		#features li .number {
			margin-top: 0;
			display: block;
			padding: 7px 5px 1px 5px;
			height: 30px;
			cursor: pointer;
			font-weight: normal;
		}

			#features .itemlinks .active .number {
				background-color: #600;
			}

		#features .itemlinks .title {
			display: none;
		}

		#features .items li {
			position: absolute;
			top: 0;
			left: 0;
		}
		
/* =Poll
---------------------------------------------------------------------*/

#poll {
	float: left;
	width: 260px;
	color: inherit;
	margin: 10px 0;
}

#poll form {
	clear: both;
}

#poll fieldset {
	margin: 0;
}

#poll input.submit {
	margin: 0;
}

#poll h3 {
	font-size: 20px;
	margin: 0 10px 5px 0;
}

#poll h4 {
	margin: 5px 0 10px 0;
	font-size: 14px;
}

#poll li {
	margin: 0;
	clear: both;
	line-height: 1.4em;
}

#poll li input {
	float: left;
	margin: 2px 4px 0 0;
}

#poll li label {
	padding-bottom: 3px;
	font-size: 12px;
}

span.answer {
	font-size: 12px;
	display: block;
	background-color: inherit;
	font-weight: bold;
	margin: 5px 0 2px 0;
}

span.percentage {
font-size: 12px;
	border-left: 1px solid #b0dddd;
	font-weight: normal;
	padding-left: 2px;
}

p.total {
	clear: both;
	text-indent: 0;
	padding-top: 5px;
	font-size: 12px;
}

p.more {
	text-align: right;
	font-size: 12px;
}


