/* @group App Navigation */
ul.app-nav { margin-bottom: 10px; }
 
.app-nav, .app-nav * {
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 0; }
 
.app-nav li a {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	color: #999;
	display: block;
	float: left;
	margin-right: 12px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-decoration: none; }
 
	.app-nav li a:hover { color: #008bcc; }
 
.app-nav li.active a {
	-webkit-box-shadow: #d8d8d8 0 1px 1px;
	background-color: #fff;
	bborder-bottom: 1px solid #cecece;
	color: #777; }
 
/* @end */
/* @group Feature Navigation */
ul.feature-nav {
	display: block;
	line-height: 1.4;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-top: 0px;
	text-align: left; }
 
	ul.feature-nav .header {
		background: none;
		border-bottom: 1px solid #e5e5e5;
		color: #000;
		cursor: default;
		font-weight: bold;
		margin-left: 15px;
		padding-bottom: 7px;
		padding-left: 0;
		text-shadow: #fff 0 1px 0; }
 
ul.follow-me {
	display: block;
	line-height: 1.4;
	margin-bottom: 30px;
	margin-left: 30px;
	margin-top: 0px;
	text-align: left; }
 
	ul.follow-me .header {
		background: none;
		border-bottom: 1px solid #e5e5e5;
		color: #000;
		font-weight: bold;
		margin-right: 10px;
		padding-bottom: 7px;
		padding-left: 0px;
		text-shadow: #fff 0 1px 0; }
 
.feature-nav, .feature-nav * {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 0;
	padding: 0; }
 
.feature-nav li {
	margin-left: 0px;
	position: relative;
	z-index: 1; }
 
.follow-me li {
	margin-left: -40px;
	position: relative;
	z-index: 1; }
 
.feature-nav a {
	background-position: 11px 45%;
	background-repeat: no-repeat;
	color: 1em6060;
	display: block;
	line-height: 1em;
	margin-bottom: -14px;
	padding-bottom: 24px;
	padding-left: 50px;
	padding-right: 25px;
	padding-top: 20px;
	text-decoration: none; }
 
.follow-me a {
	background-position: 11px 45%;
	background-repeat: no-repeat;
	color: 1em6060;
	display: block;
	line-height: 1em;
	margin-bottom: -14px;
	padding-bottom: 24px;
	padding-left: 50px;
	padding-right: 25px;
	padding-top: 20px;
	text-decoration: none; }
 
.feature-nav a:hover { color: #333; }
 
.feature-nav li:hover { background: url(../images-global/images-apps/FeatureNavTabHover.png) no-repeat 0 50%; }
 
.feature-nav li.header:hover { background: none; }
 
.feature-nav .active, .feature-nav .active:hover {
	background: url(../images-global/images-apps/FeatureNavTab.png) no-repeat 0 50%;
	z-index: 2; }
 
.feature-nav .active a {
	color: #333;
	font-weight: bold; }
 
/* @end */
.content {
	background: url(../images-global/images-apps/PageGradient.png) repeat-x;
	padding-top: 0; }
 
/* @group Action Buttons */
.app-actions, .app-actions * {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0; }
 
.app-actions {
	-webkit-border-radius: 3px;
	background: #e0e0e0 url(../images-global/images-apps/AppActionGradient.png) repeat-x 0 0;
	padding: 5px 0 4px;
	position: absolute; }
 
	.app-actions a {
		color: #444;
		font-weight: bold;
		padding: 5px 0;
		text-decoration: none;
		text-shadow: #fff 0 1px 0; }
 
	.app-actions .download a {
		background: url(../images-global/images-apps/AppActionDownload.png) no-repeat 10px 50%;
		padding-left: 26px;
		padding-right: 11px; }
 
	.app-actions .buy a {
		background: url(../images-global/images-apps/AppActionBuy.png) no-repeat 0 50%;
		padding-left: 39px;
		padding-right: 10px; }
 
/* @end */