/* @override 
	http://test.inscopeapps.com/media/core/apps.css
	http://127.0.0.1:8000/media/core/apps.css
	http://inscopeapps.com/media/core/apps.css
*/

#banner {
	margin: 0px auto;
}

/* @group app banner */

#banner {
	margin-top: 10px;
}

.appHeaderBG{
	background: url(images/headerBG.png) repeat-x 0 285px;
}

.appHeaderBG_iPhoneHorizontal{
	background: url(images/headerBG.png) repeat-x 0 315px;
}

.appHeaderBG_iPhoneVertical{
	background: url(images/headerBG_iPhone.png) repeat-x 0 340px;
}

/* @group desktopApp */

#banner.desktopApp{
	margin-left: 30px;
	height: 386px;
}

#banner.desktopApp div{
	width: 900px;
	height: 383px;
	background: url(images/headerScreen.png) no-repeat;
	position: relative;
	z-index: 1;
}

#banner.desktopApp img{
	width: 756px;
	height: 302px;
	top: -360px;
	background: #121212 repeat-x;
	position: relative;
	left: 72px;
}

/* @end */

/* @group iPhoneHorizontal */

#banner.iPhoneHorizontal{
	margin-left: 120px;
	height: 386px;
}

#banner.iPhoneHorizontal div{
	width: 720px;
	height: 386px;
	background: url(images/horizontal_iPhone.png) no-repeat;
	position: relative;
	z-index: 1;
}

#banner.iPhoneHorizontal img{
	width: 480px;
	height: 320px;
	top: -353px;
	left: 120px;
	background: url(images/default_horizontal_iPhoneContent.png) no-repeat;
	position: relative;
}

/* @end */

/* @group iPhoneVertical */

#banner.iPhoneVertical{
	margin-left: 60px;
	height: 386px;
}

#banner.iPhoneVertical div{
	width: 389px;
	height: 720px;
	background: url(images/vertical_iPhone.png) no-repeat;
	z-index: 1;
	position: relative;
}

#banner.iPhoneVertical img{
	width: 320px;
	height: 480px;
	top: -598px;
	left: 35px;
	background: url(images/default_vertical_iPhoneContent.png) no-repeat;
	position: relative;
}

/* @end */

/* @group app block */

#appBlock{
	min-height: 191px;
	max-height: 191px;
	position: relative;
	z-index: 1;
}


#appBlock.desktopApp{
	margin-top: -70px;
	width: 900px;
	margin-left: 30px;
}

#appBlock.iPhoneHorizontal{
	margin-top: -40px;
	width: 800px;
	margin-left: 90px;
}

#appBlock.iPhoneVertical{
	margin-top: -45px;
	width: 440px;
	margin-left: 460px;
	min-height: 398px;
	max-height: 498px;
}

#appBlock img{
	width: 110px;
	height: 191px;
	float: left;
	margin-right: 5px;
}

#appBlock h1{
	padding-top: 40px;
}

#appBlock span{
	color: #101010;
	text-shadow: #7a7a7a 0 1px 0;
}

/* @end */

/* @end */

/* @group app list */

#appList li{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 179px;
	padding-bottom: 10px;
}

#appList li h1{
}

#appList li img{
	float: left;
}

#appList li span{
}

/* @end */

/* @group appInfo */

.appInfo {
	float: left;
	opacity: 0.2;
	color: #fff;
	cursor:pointer;
	margin-bottom: 10px;
	margin-right: 20px;
}

.appInfoText{
	display: none;
}

#appEntryContent{
	clear: both;
}

/* @end */

/* @group appTodo */

.appTodo li{
	margin-bottom: 10px;
}

.appTodobug{
	list-style-image: url(images/todo/bug.png);
}

.appTodofeature{
	list-style-image: url(images/todo/feature.png);
}

.appTodoenhancement{
	list-style-image: url(images/todo/enhancement.png);
}

/* @end */