html, body, div, span,
h1, h2, h3, h4, h5, h6, p, a, img,
table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background: transparent;
}
body {
	line-height: 1;
}
a {
	text-decoration:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	border-bottom:1px solid #686a6d;
}
tr:hover {
	background-color:#134871;
}
.wrapper {
	width:100%;
	height:100%;
	background:#03070b;
}
.icon_col {
	width:20%;
	min-width:90px !important;
	height:80px;
	text-align:center;
	vertical-align:middle;
	background:url(images/icon_bg.png) center center no-repeat;
}
.app_col {
	width:80%;
	vertical-align:top;
	text-align:left;
}
.app_name {
	margin:4px 0 0 4px;
	width:70%;
	overflow:hidden;
	height:19px;
	float:left;
}
.app_name a{
	color:#fff;
	font-weight:bold;
	font-size:17px;
}
.app_cost {
	display:block;
	margin:4px 2px 0 0;
	width:25%;
	font-weight:bold;
	font-size:17px;
	color:#f8c900;
	height:19px;
	float:right;
}
.app_description {
	clear:both;
	padding:4px 4px 0 4px;
	line-height:16px;
}
.app_description a{
	color:#dfdfdf;
}