@CHARSET "ISO-8859-1";

.surround {
	float: right;
	margin: 0px 0px 0px 0px;
}


#features {
	width: 540px;
	height: 300px;
}

#featuresField {
	width: 540px;
	height: 240px;
	background-color: #EEF;
}

#featuresFieldFeatures {
	display: none;
}

#featuresFieldScreenshots {
	display: none;
}


#featuresFieldFeatures ul li {
	list-style-image: url("/img/checkbox.png");
	margin-top: 5px;
}
#featuresFieldFeatures ul {
	margin: 3px;
}


#featuresMenu {
	width: 540px;
	height: 60px;
	background-color: #36C;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#48D), to(#35B));
	background: -moz-linear-gradient(top, #48D, #35B);
}
#featuresMenu div {
	float: left;
	background-color: #DDD;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#CCC));
	background: -moz-linear-gradient(top, #FFF, #CCC);
	margin: 10px 17px 0px 17px;
	width: 100px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	color: #36C;
	font-weight: bold;
	font-size: 12px;
	text-shadow: #999 1px 1px 0px;
}
#featuresMenu div.selected {
	color: #FFF;
	background: #14A;
}


#tweets img {
	vertical-align: middle;
	margin-top: -5px;
}

.headline {
	background-color: #36C;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#48D), to(#35B) );
	background: -moz-linear-gradient(top, #48D, #35B);
	color: #FFF;
	font-size: 11px;
	padding: 1px 0px 1px 3px;
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 5px;
}
