h3 { 
	margin-top: 15px;
	font-size: 18px;
}

hr {
	background-color: #807568;
	color: #807568;
	height: 1px;
	border: 0;
	width: 75%;
}

.container { width: 600px; }

.alignleft {
	margin: 0 10px 10px 0;
	float: left;
}

.alignright {
	margin: 0 0 10px 10px;
	float: right;
}

.whitepadding {
	border: 1px solid #807568;
	padding: 10px;
	background-color: white;
	width: auto;
}

.left70 {
	width: 70px;
	display: inline-block;
}

a img { border: 1px solid #807568; }

.hidden { display: none; }

#fancy_wrap { position: static; }

ol li { list-style-type: decimal; margin: 0 0 5px 40px; }
ul li { list-style-type: disc; margin: 0 0 5px 25px; }

.gallery a {
	margin-right: 10px;
	display: inline-block;
	padding: 5px;
	background-color: white;
	border: 1px solid #807568;
}

.gallery a:hover { background-color: #fffbce; }

.price {
	font-size: 60px;
	text-align: center;
	font-weight: bold;
	line-height: 1em;
	margin: -10px 0 10px;
	color: #9e1a10;
	letter-spacing: 2px;
}

.whitepadding form, .whitepadding form * {
	margin: 0;
	padding: 0;
	width: 100%;
}

.upgrade {
	color: #9e1a10;
}

/* --- forms --- */

label { vertical-align: top; }
.ohno { display: none; }
form { margin: 0 auto 0 auto; width: 466px; }
form label { text-align: left; }
textarea.textinput { width: 350px; height: 200px }

.ohno {
	background-color: #f8d329;
	border: 1px solid #b9a130;
	padding: 5px 10px;
	display: none;
	color: black;
	font-size: 12px;
	margin-left: 110px;
}

/* --- more info --- */

.moreinfo span { display: none; }

/* --- links --- */

a.external:hover {
	padding: 4px 10px 0 0;
	margin: -4px -10px 0 0;
	background: url("images/external.gif") top right no-repeat;
	position: relative;
}

a.current {
	color: black;
	cursor: default;
}

/* --- download box --- */

.downloadbox {
	font-size: 10px; 
	text-align: center;
	padding-bottom: 0;
	color: gray;
}

.downloadbox a.big {
	display: block;
	background-color: #774200;
	color: white;
	text-align: center;
	padding: 10px 20px;
	border: 1px solid #807568;
	font-size: 18px;
}

.downloadbox a.big:hover { background-color: #995400; }

/* --- download table --- */

#download_table tr.head td {
	font-weight: bold;
	font-size: 14px;
}

#download_table td { padding: 0 30px 5px 0; }

/* --- header overhaul --- */

.header .nav {
	position: static;
	margin-top: 10px;
}

/* --- addthis --- */

.sharing {
	position: absolute;
	top: 10px;
	right: 10px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 10;
	line-height: 24px;
}

.sharing:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.sharing a {
	display: inline-block;
	overflow: hidden;
	height: 24px;
	width: 24px;
	text-indent: -100px;
	vertical-align: top;
}

.sharing img {
	position: absolute;
	top: -250px;
	right: 10px;
}

.sharing .twitter { background: url("images/soc/twitter.png"); }
.sharing .stumbleupon { background: url("images/soc/stumbleupon.png"); }
.sharing .digg { background: url("images/soc/digg.png"); }
.sharing .facebook { background: url("images/soc/facebook.png"); }