@charset "utf-8";
/* CSS Document */
table td .rating {
	text-indent: -5000em;
	background-image: url(http://iphonedaily.com/images/top-100-apps/topscores.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 65px;
	height: 13px;
}

table td .rating.r4 {	background-position: 0 -12px;	}
table td .rating.r3 {	background-position: 0 -24px;	}
table td .rating.r2 {	background-position: 0 -36px;	}
table td .rating.r1 {	background-position: 0 -48px;	}
table td .rating.r4h {	background-position: 0 -60px;	}
table td .rating.r3h {	background-position: 0 -72px;	}
table td .rating.r2h {	background-position: 0 -84px;	}
table td .rating.r1h {	background-position: 0 -96px;	}

col.num {
	width: 2em;
}
col.change {
	width: 3em;
}
col.days {
	width: 4em;
}
col.peak {
	width: 3em;
}
col.rating {
	width: 65px;
}
col.price {
	width: 4em;
	border-right: 0;
}

col {
	border-right: 1px solid #d7ebff;
}

table {
	width: 490px;
	border-collapse: collapse;
}

table th {
	color: #1a3052;
	font-size: 12px;
	text-align: left;
	border-bottom: 3px solid #1a3052;
	padding: 0.4em;
	border-right: 1px solid white;
}

table th.name {
	padding-left: 30px;
}

table td {
	color: #1a3052;
	font-size: 12px;
	padding: 0.4em;
	padding-right: 0.8em;
	background-color: #ebf5ff;
}

table tr.odd td {
	background-color: white;
}

table td.num,table th.num {
	text-align: right;
	font-weight: bold;
}

table tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td {
	border-bottom: 1px solid #436493;
}
table tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr td {
	border-bottom: 0;
}

col.num {
	width: 2em;
}
col.change {
	width: 3em;
}
col.days {
	width: 4em;
}
col.peak {
	width: 3em;
}
col.rating {
	width: 65px;
}
col.price {
	width: 4em;
	border-right: 0;
}

col {
	border-right: 1px solid #d7ebff;
}

table td img {
	width: 19px;
	height: 19px;
	margin-left: 5px;
	margin-right: 3px;
	vertical-align: middle;
}

table td a {
	color: black;
	text-decoration: none;
}
table td a:hover {
	text-decoration: underline;
}

table td.change {
	font-weight: bold;
	text-align: right;
	padding-right: 18px;
	margin-right: 8px;
}

table td.days, table th.days, table th.peak, table td.peak {
	font-weight: bold;
	text-align: right;
}