body {
	color: black;
	background-color: white;
	padding-top: 10px;
}

img {
	border-style: none;
	vertical-align: middle;
}

form {
	display: inline;
}

input, select, textarea {
}

div.centered {
	margin-left: auto;
	margin-right: auto;
}

div.success {
	color: blue;
	border: 1px solid blue;
	padding: 5px;
}

div.success div.note {
	margin-top: 15px;
	color: black;
	font-size: small;
}

div.error {
	color: red;
}

div.hidden {
	display: none;
}

img#logo {
	margin: 0 5px;
}

span#header, span#header a {
	color: #3aa91b;
	font-size: 28px;
	vertical-align: middle;
	text-decoration: none;
	margin-right: 0;
	padding-right: 0;
}

span#subheader {
	color: blue;
	font-size: 10px;
	vertical-align: bottom;
	margin-left: 0;
	padding-left: 0;
	font-variant: small-caps;
	display: none;
}

div#description {
	font-size: 10px;
	margin-top: 25px;
	width: 400px;
	margin-left: 5px;
	padding-left: 10px;
	border-left: 2px solid #3aa91b;
}

div#like-actions {
	border: 1px solid black;
	width: 150px;
	float: left;
}

div#like-actions-header {
	color: white;
	background-color: #3aa91b;
	padding: 2px;
	font-size: small;
	font-weight: bold;
}

div#like-actions-body {
	padding: 2px;
}

div#like-actions a {
	font-size: small;
}

div#product {
	margin-top: 85px;
	margin-left: auto;
	margin-right: auto;
	width: 609px;
}

div#product ul {
	margin-top: 20px;
	text-align: left;
	padding-left: 0;
	margin-left: 15px;
}

div#product ul li {
	margin-top: 5px;
}

div#install {
	margin-top: 50px;
	text-align: center;
	font-size: small;
}

div#more-screenshots {
	margin-top: 30px;
	text-align: center;
	font-size: 16px;
}

div#screenshots {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	height: 320px;
	border: 1px solid #3aa91b;
	display: none;
}

div#screenshots table {
	height: 100%;
}

td#screenshots-select {
	width: 200px;
	vertical-align: top;
	background: lightyellow;
	border-right: 1px solid #3aa91b;
}

ul#screenshots-select-list {
	list-style-type: none;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}

ul#screenshots-select-list li {
	color: #3aa91b;
	background-color: white;
	border-bottom: 1px solid #3aa91b;
	margin-left: 0;
}

ul#screenshots-select-list li a {
	padding: 15px 7px;
	color: #3aa91b;
	background-color: white;
	text-decoration: none;
	display: block;
}

ul#screenshots-select-list li.selected {
	color: white;
	background-color: #3aa91b;
}

ul#screenshots-select-list li.selected a {
	padding: 15px 7px;
	color: white;
	background-color: #3aa91b;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

td#screenshots-featured {
	width: 530px;
	vertical-align: top;
	text-align: center;
	background: lightyellow;
}

img#screenshot-featured-image {
	margin-top: 10px;
	border: 1px solid black;
}

div#footer {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: small;
}

div#footer a {
	border-bottom: 1px dashed;
	text-decoration: none;
}

div#footer a.class2 {
	display: none;
}

div.content {
	margin-top: 85px;
	margin-left: auto;
	margin-right: auto;
	width: 475px;
}

div#keywords {
	display: none;
}

img.profile-image {
	border: 1px solid black;
	padding: 2px;
}

.profile-image-edit {
	font-size: 10px;
}

div#message-promo {
	font-size: 14px;
	border-top: 2px dotted green;
	padding-top: 10px;
}
