.appMarketBox
{
	float:left;
	
	width:50%;
}

.appBox
{
	float:left;
	
	width:220px;
	padding-bottom:20px;
}

.appLogo
{
	width:100%;
	position:relative;
	text-align: center;
}

.appBigLogo
{
	float:left;
}

.appInfo
{
	float:left;
	padding-left:15px;
	width:60%;
}

.removeApp
{
	position:absolute;
	top:-10px;
	right:-10px;
	background: url(/images/newdesign/close.png) no-repeat;
	width:30px;
	height:30px;
	z-index:9999;
	cursor:pointer;
}

.deactivatedApp
{
	position:absolute;
	top:-10px;
	right:-10px;
	background: url(/images/newdesign/close-help.png) no-repeat;
	width:30px;
	height:30px;
	z-index:9999;
	cursor:pointer;
}

.appTitle
{
	font-size:16px;
	padding-bottom:10px;
}

.appDescription
{
	padding-bottom:10px;
}

.appReadMore
{
	text-decoration:underline;
	
}

.appReadMore:hover
{
	text-decoration:none;
}

.appCollapse
{
	display:none;
	position:absolute !important;
	top:20px !important;
	right:50px !important;
	left:auto !important;
	bottom:auto !important;
	
}

/*.closeFancyPopup
{
	position:relative !important;
	display:inline !important;
	background-image:none !important;
	z-index:auto !important;
	top:auto !important;
	right:auto !important;
	width:auto !important;
	height:auto !important;
	
}*/

.appSmallIcon
{
	/*opacity:0.5;
	filter:alpha(opacity=50);*/
}

.appSmallIconBlur
{
	opacity:0.5;
	filter:alpha(opacity=50);
}

.appSubTitle
{
	font-size:12px;
	color:#248FBB;
}