.app-store-link {
	float: right;
	margin-top: 5px;
}

.app-title img {
	vertical-align: middle;
	padding-right: 5px;
	height: 60px;
	width: 60px;
}

.app-title div {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
}

.app-info {
	clear: both;
}

.app-info > ul{
	padding: 0;
	margin: 0;
	margin-top: 15px;
	list-style-type: none;
}

.app-info > ul li {
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

.app-info > ul li a {
	display: block;
	padding: 5px 15px;
	background-color: #eee;
	border: 1px solid #ababab;
	border-bottom: none;
	cursor: pointer;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.app-info > ul li a:hover, .app-info > ul li a.active {
	text-decoration: none;
	color: #000;
	background-color: #ccc;
}

.app-info > div {
	clear: both;
	border-top: 1px dotted #ababab;
	padding-top: 10px;
	display: none;
}

.screenshots {
	overflow: auto;
	display: block;
}

.screenshots ul {
	padding: 0;
	list-style-type: none;
}

.screenshots li {
	display: inline;
	padding: 0 5px 0 5px;
}

.screenshots li img {
	cursor: pointer;
	border: 4px solid #999999;
	margin-bottom: 10px;
}

#app-iphone-screenshots .screenshots li img {
	width: 160px;
	height: 240px;
}

#app-ipad-screenshots .screenshots li img {
	width: 192px;
	height: 256px;
}

.screenshots li img:hover {
	border: 4px solid #666666;
}

.screenshots li img.active, .screenshots li img.active:hover {
	border: 4px solid #000000;
}