@charset "iso-8859-1";

/* quite handy to work out what's going on, view all box borders:
* {
	border:1px solid #000;
}
*/

/* always show scrollbars so that content centers consistently */
HTML {
	min-height: 101%;
	height: 101%;
	background-color: #000;
	color: #fff;
}
BODY {
	font-family: Candara, Calibri, Tahoma, Arial, sans-serif;
	font-size: 12pt;
	min-width: 800px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center; /* IE6 fix page centering */
}
IMG {
	border: 0px;
}
TABLE {
	border-collapse: collapse;
}
TABLE, TR, TD {
	padding: 0px;
	margin: 0px;
}
TABLE.everything {
	background-image: url('images/middle.jpg');
	background-repeat:repeat-y;
	background-position: 0px 72px;
}
TD.middle {
	padding: 8px 105px 8px 102px;
	text-align: justify;
}

DIV.navbox {
	width: 100%;
}
TABLE.nav1, TABLE.nav2 {
	margin-bottom: 4px;
}
TABLE.nav1 {
	margin-left: auto;
	margin-right: auto;
	text-align: center; /* IE6 fix page centering */
	font-size: 13pt;
}
TABLE.nav2 {
	margin-left: auto;
	margin-right: auto;
	text-align: center; /* IE6 fix page centering */
	font-size: 12pt;
}
TD.navlink {
	padding: 1px;
}
A {
	text-decoration: none;
	color: #f93;
}
A:hover {
	border-bottom:1px solid #f93;
}
A.navlink {
	color: #fff;
	padding: 1px;
	margin: 3px;
	border-bottom:2px solid #909;
}
A.navlink:hover {
	border-bottom:4px solid #f33;
}
A.navlinkSelected {
	color: #fff;
	margin: 4px;
	border-bottom:4px solid #f00;
}
A.nodecoration {
	border-bottom: none;
}
DIV.pagetitle {
	font-size: 24px;
}
H1 {
	font-size: 28px;
}
H2 {
	font-size: 20px;
}
H1, H2 {
	margin: 12px 0px 0px 0px;
}
IMG.mainPage {
	border: 1px solid #777;
	margin: 6px;
}
IMG.mainPageFloatRight {
	border: 1px solid #333;
	margin: 6px 0px 6px 6px;
}
IMG.mainPageFloatLeft {
	border: 1px solid #333;
	margin: 6px 6px 6px 0px;
}
DIV.floatRight {
	float:right;
}
DIV.floatLeft {
	float:left;
}
DIV.clearFloats {
	clear: both;
}
P {
	margin: 10px 0px 10px 0px;
}
DIV.shopitem {
	clear: right;
}
DIV.iteminputs {
	float: right;
}
DIV.backtotop {
	padding-top: 20px;
	text-align: center;
}
DIV.checkoutlink {
	padding-top: 20px;
	padding-bottom: 10px;
	float: right;
}
DIV.orderaddressform LABEL {
	width: 150px;
	float: left;
}
DIV.orderaddressform INPUT {
	margin: 4px 0px 4px 0px;
	float: left;
}
DIV.orderaddressform INPUT.wide {
	width: 550px;
}
DIV.orderaddressform INPUT.narrow {
	width: 400px;
}
TABLE.checkout {
	width: 590px;
}
TD.checkoutitemname {
	width: 310px;
}
TD.checkoutitemprice {
	width: 100px;
	text-align: right;
}
TD.checkoutitemqty {
	width: 80px;
	text-align: right;
}
TD.checkoutitemtotal {
	width: 100px;
	text-align: right;
}
PRE.orderfeedback {
	font-size: 11pt;
}
IMG.sponsor {
	border: 2px solid #900;
	padding: 6px;
	background-color: white;
}
H2 A {
	color: white;
}

