body {
	background-color: #000000;
	margin: 0px;
	margin-top: 5px;
}

table.listTable {
	padding: 0px;
	border: 0px solid grey;
	background: #000000;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 320;
}

table.listTable td {
	border: 0px none grey;
	border-top-style: none;
	border-bottom-style: none;
	padding-bottom:1px;
	padding-top:1px;
}

tr.appRow:hover {
	background: #f18200;
}

td.appIconCell {
	width:48px;
}
td.appNameCell {
	text-align:left;
	text-indent: 10px;
}
td.appPriceCell {
	text-align:right;
	padding-right:5px;
}

.appName {
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	font-family: verdana, "helvetica", sans-serif;
}

.notice {
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	font-family: verdana, "helvetica", sans-serif;
}

img {
	border:none;
}

a {
	text-decoration:none;
}

