@CHARSET "UTF-8";

.app-list
{
	/* border: 1px solid green; */
/* 	background-image: url("bar-sprite.png");
	background-position: -400px top; */
	background-image: url(/content-panel.jpg);
	background-position: -250px -25px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
	position: relative;
	width: 600px;
}
.app-list .icon
{
	background-repeat: no-repeat;
	height: 57px;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 57px;
}
.app-list:hover
{
	/* background-image: url("bar-sprite-hover.png"); */
	background-image: url(/content-panel-2.jpg);
	background-position: -250px -25px;
}
.app-list ul.info
{
	list-style-type: none;
	margin: 0px;
	padding: 20px;
}
.app-list ul.info li
{

}
.app-list ul.info li .title
{
	color: #006600;
	float: left;
	font-family: "arial narrow";
	font-size: 90%;
	padding-right: 10px;
	width: 150px;
	text-align: right;
}
.app-list ul.info li .value
{
	color: #000000;
	font-family: georgia;
	font-size: 90%;
	text-decoration: none;
}
.app-list ul.info li .name /* anchor */
{
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 140%;
}
.app-list ul.info li .name:hover /* anchor */
{
	color: #000099;
	text-decoration: underline;
}
.app-list .showcase
{

}
