@CHARSET "UTF-8";

.app-view
{
	text-align: center;
}
.app-view .app-name
{
	background-repeat: no-repeat;
	float: left;
	font-weight: bold;
	height: 38px;
	padding-left: 70px;
	padding-top: 19px;
	margin-left: 25px;
	margin-bottom: 40px;
	text-align: left;
}
.app-view .app-store-link
{
	background-repeat: no-repeat;
	background-image: url(/in-app-store-image.gif);
	background-position: right top;
	height: 57px;
	margin-right: 25px;
	margin-bottom: 40px;
	width: 200px;
}
.app-view .app-store-link-free
{
	color: #006600;
	font-size: 60%;
	height: 38px;
	margin-right: 5px;
	padding-top: 19px;
	position: relative;
	text-decoration: none;
}
.app-view .app-store-link-free,
.app-view .app-store-link
{
	float: right;
}
.app-view .description
{
	background-image: url("content-panel.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
	font-family: Calibri,Helvetica,Arial,sans-serif;
	letter-spacing: 1px;
	margin: 0px 50px 40px 50px;
	overflow: hidden;
	padding: 30px;
	text-align: justify;
}
.app-view .description .js-description-more
{
	border-right: 1px solid #449944;
	border-bottom: 1px solid #449944;
	background-color: #99ff99;
	cursor: pointer;
	float: right;
	font-family: georgia;
	margin-top: 25px;
	overflow: hidden;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

.app-view .description .feature-list
{
	font-size: 90%;
	margin-right: 20px;
	margin-left: 20px;
	padding: 2em 0px;
}
.app-view .description .feature-list .level-1
{
	border: 1px solid #ccc;
	margin-top: .5em;
	padding-top: .5em;
	padding-bottom: .5em;
}
.app-view .description .feature-list .level-1 li
{
	margin: 1em 0px;
	padding: 0px 5px;
}
.app-view .description .feature-list .level-1 li .level-2 li
{
	margin: 1em 0px;
}

.app-view .description .js-description-more:hover
{
	background-color: #44ff44;
}
.app-view .showcase
{
	clear: both;
	height: 520px;
	margin: 0px auto 40px auto;
	overflow: auto;
	padding-top: 15px;
	padding-left: 20px;
	width: 70%;
}
.app-view .showcase .container
{
}
.app-view .showcase .container div
{
	background-color: #999;
	border: 2px solid #060;
	border-top-color: #6c6;
	border-left-color: #6c6;
	background-image: url(loading.gif);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	height: 480px;
	margin-right: 20px;
	padding: 5px;
	width: 320px;
}
.app-view .showcase .js-container div
{
	
}
