html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
body {
	font-size: 100%;
	margin: 0;
	background-image: url('testbg.JPG');
}
p {
	margin: 0;
}
#wrapper {
	width: 780px;
	margin: 0 auto 0 auto;
	color: #000;
	font-size: 0.8em;
	font-family: Tahoma, sans-serif;
	text-align: center;
}
.bold {
	font-weight: bold;
}

/* Other */
.notice {
	border: 1px solid red;
	background: #000;
	color: #00FF00;
	padding: 4px;
	margin-top: 4px;
	overflow: auto;
}
.notice a {
	color: orange;
	font-family: Fixedsys, Tahoma, sans-serif;
}
.notice a:hover {
	color: red;
}

/* Header CSS */
#header {
	width: 778px;
	height: 122px;
	border: 1px solid #a6b8d6;
	border-top: none;
	background: #e1ecff;
	background-image: url('logo.jpg');
	overflow: hidden;
	position: relative;
	text-align: left;
}
#header h1 {
	float: left;
	margin: 83px 0 0 7px;
	font-size: 2.5em;
	font-weight: bold;
	width: 375px;
	position: absolute;
}
h1 a {
	text-decoration: none;
	color: #caad12;
}
h1 a:hover {
	color: orange;
}
.logotext {
	color: #caad12;
	top: -2px;
	left: 2px;
	z-index: 1;
}
#header span {
	float: right;
	width: 490px;
	text-align: right;
	margin: 55px 7px;
	position: relative;
}

/* Ads */
.adsContainer {
	width: 774px;
	border: 1px solid #a6b8d6;
	border-top: none;
	padding: 2px;
	background: #d6e1f3;
	text-align: center;
	overflow: auto;
}
.adsContainer span {
	float: left;
}
.adsContainer form {
	float: right;
}
.adsContainer input {
	font: inherit;
	background: #FFF;
	border: 1px solid #a6b8d6;
}
.largeAdsContainer {
	margin: 3px 0 3px 0;
}

/* Header_forms CSS */
#header_forms {
	width: 778px;
	border: 1px solid #a6b8d6;
	border-top: none;
	background: #e1ecff;
	overflow: auto;
	text-align: left;
}
#header_forms input {
	font: inherit;
	background: #FFF;
	border: 1px solid #a6b8d6;
}
#header_forms a {
	float: left;
	margin: 5px 4px 4px 4px;
	font-size: 1.25em;
	color: #000;
}
#header_forms a:hover {
	color: red;
}
#quantity {
	float: left;
	margin: 4px;
	width: 300px;
}
#nats {
	float: right;
	margin: 4px;
	width: 300px;
	text-align: right;
}
.textBox { 
	width: 75px;
	text-align: center;
}

/* Body CSS */
#bodyWrapper {
	width: 770px;
	border: 1px solid #a6b8d6;
	padding: 4px;
	border-top: none;
	background-color: #e1ecff;
	overflow: auto;
}

/* Body Item CSS */
.itemContainer {
	border: 1px solid #AAA;
	background: #F1F1F1;
	padding: 4px;
	margin-top: 4px;
	overflow: auto;
}
.itemContainer a {
	color: #000;
}
.itemContainer a:hover {
	color: blue;
}
.itemContainer ul {
	float: left;
	width: 760px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.itemContainer li {
	text-align: center;
}
.itemContainer p {
	border-bottom: 1px solid #AAA;
}
ul.item {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #AAA;
}
ul.lastItem {
	padding: 5px 0 5px 0;
	border: 0;
}
ul.ihover:hover {
	background: #CCC;
}
.mode {
	float: left;
	width: 35px;
}
.name {
	float: left;
	width: 200px;
}
.buy, .alch {
	float: left;
	width: 103px;
}
.costper {
	float: left;
	width: 145px;
}
.question {
	float: left;
	width: 40px;
}
.updated {
	float: left;
	width: 134px;
}

/* Body Explain CSS */
.explain {
	border: 1px solid #ff8989;
	background: #ffd2d2;
	padding: 4px;
	min-height: 12px;
	text-align: left;
}
.minMax {
	border: 1px solid #a6b8d6;
	float: right;
	background: #e1ecff;
	text-align: center;
	width: 12px;
	height: 13px;
	margin-left: 4px;
	cursor: pointer;
}
.max {
	display: none;
}
.help {
	float: right;
	cursor: pointer;
	width: 125px;
	text-align: right;
}
.tip {
	margin-bottom: 3px;
}
.tip_indent {
	position: relative;
	top: -3px;
	margin-left: 36px;
}

/* Footer CSS */
.footer {
	text-align: center;
}
.footer a {
	color: #000;
}
.footer a:hover {
	color: red;
}

/* Vote Links CSS */
.voteLinks {
	padding: 4px;
	margin-top: 4px;
	text-align: center;
	position: relative;
}

.voteLinks img {
	vertical-align: middle;
	width: 88px;
	height: 51px;
	border: 0;
}

.n {
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.voteArrow {
	position: absolute;
	top: -6px;
	left: 5px;
	z-index: 1;
	width: 212px;
	height: 71px;
	background-image: url('textarrow.png');
	text-align: center;
	line-height: 20px;
}

.vtext {
	position: relative;
	left: -12px;
	top: 15px;
	font-size: 1.2em;
	color: #CCC;
}

.noShow {
	display: none;
}