body{
	background: #000;
	font-size: 12px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}
body{
	color: #aaa;
}
a,h1,h2{
	color: #adf;
}
input,
textarea{
	float: left;display:inline;
	width: 300px;
}
input,
textarea,
select{
	background: #000;
	color: #adf;
	border: 2px solid #222;
	margin: 1px 4px 1px 1px;
}
textarea{
	height: 8em;
}
textarea.large{
	height: 20em;
}
form p{
	clear: left;
}
input.button{
	line-height: normal;
}
p a{
	text-decoration: underline;
}
.button{
	width: auto;
	border: 1px solid #445866;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 36px;
	background: #000;
	color: #adf;
	cursor: pointer;
}
	.button:hover{
		border-color: #adf;
	}
	.button:active{
		border-color: #fff;
		color: #fff;
	}
.checkbox{
	width: auto;
}
#header{
	width: 340px;
	margin: 0 auto;
	color: #808080;
}
	#header .logo{
		display: block;
		height: 77px;
		background: transparent url('31i73.logo.png') center center no-repeat;
		overflow: hidden;
		text-indent: -999em;
		overflow: hidden;
	}
#list_header h1{
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 1em 0px;
}
label{
	clear: left;
	float: left;display:inline;
	width: 100px;
}
header h1{
	text-align: center;
}
	header h1 .logo{
		display: block;
	}
#main{
	float: left;display:inline;
	padding: 10px;
	margin-left: 220px;
}
	#main ul li{
		float: left;display:inline;
		width: 535px;
		border: 1px solid #444;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 4px;
		margin: 5px 10px 5px 0;
		overflow: auto;
	}
		#main ul li.hidden{
			/*opacity: 0.5;*/
			cursor: no-drop;
		}
		#main ul li:hover{
			border-color: #adf;
			opacity: 1.0;
		}
		#main ul li header .thumbnail{
			float: left;display:inline;
			width: 128px;
			height: 128px;
			margin-right: 5px;
		}
		#main ul li header .catagory{
			color: #666;
			font-weight: bold;
		}
		#main ul li header h1{
			display: inline;
		}
#changelog p{
	margin-left: 1.5em;
	font-family: 'Courier New', Courier, Monospace;
	/*color: #91a5b3;*/
}
nav{
	position: absolute;
	left: 0px;
	width: 187px;
	padding: 10px;
	background: #222;
	border-right: 2px solid #adf;
	border-bottom: 1px solid #adf;
}
	nav ul{
		margin: 5px 0;
		padding: 5px;
		background: #000;
	}
		nav ul li{
		}
			nav ul li a{
				display: block;
			}
				nav ul li a:hover{
					background: #adf;
					color: #000;
				}
				nav ul li a:active{
					background: #fff;
				}
			nav ul li.all{
				border-bottom: 1px solid #222;
			}
body.software #header h1 a{
	color: #808080;
}
body.software #main{
	margin-left: 230px;
	padding-top: 32px;
}
body.software #info{
	float: left;display:inline;
	width: 128px;
}
	body.software #info a{
		display: block;
		line-height: 14px;
		margin: 5px 0;
		text-align: center;
	}
	body.software #info details{
		padding-left: 10px;
		margin-bottom: 10px;
	}
		body.software #info details a{
			display: inline;
			line-height: normal;
			margin: 0;
			text-align: left;
		}
		body.software #info details p{
			margin: 0;
		}
	body.software #info #info_paypal{
		margin-top: 40px;
	}
body.software #page{
	margin-left: 153px;
}
	body.software #page h1{
		text-align: left;
	}
	body.software #page details,
	body.software #page .content{
		margin-bottom: 3em;
	}
		body.software #page .content p{
			margin-left: 1.5em;
			/*color: #91a5b3;*/
		}