
#aboutCenter {
	width: 660px;
	float: left;
}
#rightSidebar {
	width: 270px;
	float: right;
}
#rightSidebar h3 {
	text-transform: uppercase;
	color: #66A366;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #336633;
}

#rightSidebar small {
	text-transform: none;
}
.rightLink {
	float: right;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
}
.largeNum {
	font-size: 18px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.loss {
	color: #cc0033;
}
.gain {
	color: #339933;
}
.aboutSpacer {
	height: 20px;
	clear: both;
}
.dataLine {
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.dataRight {
	float: right;
}
.rankNum {
	font-weight: bold;
	color: #cc9933;
	font-size: 13px;
}
.developers img {
	float: left;
	padding-right: 10px;
}
.developers {
	padding-top: 10px;
}
.appBrief img {
	float: left;
	padding-right: 15px;
}
.appBrief h2, .appBrief h2 a {
	color: #66A366;
	text-decoration: none;
}

.appBy {
	color: #999999;
	padding-top: 2px;
	padding-bottom: 3px;
}
.aboutChart h3 {
	background-color: #f8ebc9;
	padding: 3px 5px;
}
.embedLink {
	font-size: 11px;
	float: right;
	font-weight: normal;
}


