/*
 *This is a manifest file that'll automatically include all the stylesheets available in this directory
 *and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 *the top of the compiled file, but it's generally better to create a new file per style scope.
 *= require desktop/desktop-font
 *= require desktop/bootstrap
 *= require desktop/bootstrap-orbit
 *= require basic/icon
 *= require desktop/desktop-main
 *= require desktop/desktop-media
 *= require orbit_bar_bootstrap
 *= require basic/orbit_bar
*/
html, body, #compatibility {
	height: 100%;
	*overflow: hidden;
}
header {
	display: block;
}
body {
	background: #7DAE0F url(compatibility_bg.jpg) center top no-repeat;
}
#compatibility {
	position: relative;
}
#support_list {
	width: 516px;
	height: 490px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -245px 0 0 -258px;
}
#support_list li {
	position: absolute;
	overflow: hidden;
}

[data-col="1"] { left: 0;}
[data-col="2"] { left: 132px;}
[data-col="3"] { left: 264px;}
[data-col="4"] { left: 396px;}
[data-row="1"] { top: 0;}
[data-row="2"] { top: 132px;}
[data-row="3"] { top: 264px;}
[data-row="4"] { top: 396px;}

.app-chrome { background-color: #000;}
.app-safari { background-color: #666;}
.app-opera { background-color: #FF0000;}
.app-ie { background-color: #3399CC;}
.app-firefox { background-color: #FF6600;}

.appname {
	color: #fff;
}
.appicon {
	margin: 0 auto;
}
.w1.h1 .appname {
	padding: 0 10px;
	*width: 100px;
}
.w1.h1 .appicon {
	margin-top: 24px;
	*padding-top: 24px;
}
.w2.h2 .appname {
	font-size: 21px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	*width: 228px;
}
.w2.h2 .appicon {
	width: 120px;
	height: 120px;
	margin-top: 64px;
	*padding-top: 64px;
}
.w2.h1 .appname {
	height: 120px;
	line-height: 120px;
	font-size: 21px;
	left: 120px;
	width: 132px;
	padding-left: 0;
}
.w2.h1 .appicon {
	width: 80px;
	height: 80px;
	margin: 20px;
	*padding: 20px;
	*margin: 0;
}

.desc {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2em;
	color: #333;
	width: 100%;
}
.desc h1 {
	font-size: 21px;
	font-weight: normal;
	padding: 16px 0;
	*padding: 10px 0;
	color: #000;
}

.op09 { filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90); }
.op07 { filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70); }