.xbmcTabMenu {
	position:relative;
	width:147px;
	height:88px;
	top:40px;
	background-image:url('../images/tab_bg.png');
	z-index:0;
	text-align:center;
	font-family:Trebuchet MS;
	font-size:16px;
	color:#777777;
	line-height:40px;
	display:inline-block;
	cursor:pointer;
}
#xbmcWindowsTab {
	left:72px;
	float:left;
}
#xbmcMacTab {
	left:92px;
	float:left;
	cursor:default;
}
#xbmcMobileTab {
	left:112px;
	float:left;
	cursor:default;
}
#xbmcWidgetsTab {
	left:132px;
	cursor:default;
}
#xbmcFeaturePaneDiv {
	position:relative;
	margin:0 auto;
	height:100%;
/**	width:900px;*/
	text-align:center;
	top:18px;
}
#xbmcTypeMenuDiv {
	position:relative;
/**	width:904px;*/
width:1004px;
	height:60px;
	border-top:1px dotted #DDDDDD;
/**
	border-bottom:1px dotted #DDDDDD;*/
	background-color:#FFFFFF;
	text-align:left;
}
#xbmcSearchIconDiv {
	position:relative;
	float:right;
	width:62px;
	height:70px;
	top:35px;
	right:2px;
	z-index:1;
	background-image:url('../images/search.png');
	cursor:pointer;
}
#xbmcFeaturePaneCopySpan1 {
	position:absolute;
	font-family:Trebuchet MS;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	top:140px;
	left:20px;
	text-align:left;
	cursor:pointer;
}
#xbmcFeaturePaneCopySpan2 {
	position:absolute;
	font-family:Trebuchet MS;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	width:300px;
	top:170px;
	left:20px;
	text-align:left;
	cursor:pointer;
}
#xbmcFeaturePaneCopySpan4 {
	position:relative;
	width:85%;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#999999;
	text-align:left;
	float:left;
	left:10px;
	z-index:1;
}
