#mainpage
{
	width: 800px;
	padding: 5px 0px;
	margin-left: 5%;
	position: relative;
	text-align: center;
	background-color: #FFFFDD;
	font: 10pt Tahoma;
}

#mainpage p.nopad
{
	margin: 0;
	padding: 0;
}

#mainpage .center
{
	text-align: center;
}
#mainpage .right
{
	text-align: right;
}
#mainpage .left
{
	text-align: left;
}

#mainpage div
{
	padding: 0;
}

#mainpage .newpara
{
	clear: left;
	padding: 5px 0 5px 0;
}

#mainpage .divider
{
	clear: left;
	padding: 0;
	margin: 0;
	border-top: double medium;
}

#mainpage a
{
	text-decoration: none;
}

#mainpage a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

#mainpage a img
{
	border: solid 1px;
}
#mainpage img.left
{
	float: left;
	clear: left;
	margin: 0 1em 1em 0;
}
#mainpage img.leftcentered
{
	float: left;
	clear: left;
	margin: 1em 1em 1em 1em;
}

#mainpage img.noborder
{
	border: none;
}

#mainpage table
{
	text-align: left;
	font: 10pt Tahoma;
}

#mainpage input.right
{
	float: right;
}

/********************
Text and tables inside our main div
********************/
#mainpage table, .bodytext
{
	width: 85%;
	text-align: left;
	margin: 0 auto;
}
#mainpage table.bodytable
{
	/*
	 * background-color: #EEEEFA;
	*/
	border-style: solid;
	border-collapse: separate;
	border-width: 1px;
	border-color: Black;
	padding: 2px;
}
#mainpage table tr td, table tr th
{
	padding: 3px;
}
#mainpage table.bodytable tr td, table.bodytable tr th
{
	width: 50%;
	height: 100%;
	border: outset 1px;
	padding-right: 1em;
	vertical-align: middle;
}

#mainpage table.bodytable table
{
	width: 100%;
	height: 100%;
}
#mainpage table.bodytable table tr td, table.bodytable table tr th
{
	border: none;
}

#mainpage table.dnatable
{
	border: 1px solid;
	border-collapse: collapse;
}
#mainpage table.dnatable tr td, table.dnatable tr th
{
	width: 12%;
	border: 1px solid;
	padding: 0 0 0 1em;
	margin: 0;
}

/********************
Shopping cart table
********************/
#carttable, .bodytable
{
	background-color: #eeeefa;
	border-style: outset;
	border-width: thin;
	border-collapse: separate;
	padding: 2px;
}

#carttable th
{
	text-align: center;
	padding-bottom: 2px;	
	border-bottom-style: double;
	border-bottom-width: medium;
}
#carttable th.item
{
	width: 1%;
}
#carttable th.desc
{
	width: auto;
}
#carttable th.price
{
	width: 10%;
}
#carttable th.weight
{
	width: 10%;
}
#carttable th.remove
{
	width: 80px;
}
#carttable td.total
{
	text-align: right;
	border-top-style: double;
	border-top-width: medium;
}

/********************
Navigation at the top/bottom of pages
********************/

#mainpage ul#headernav
{
	list-style-type: none;
	padding: 0 0;
	border: none thin;
	height: 22px;
	font-size: 8pt;
	text-align: center;
}
#mainpage ul#footernav
{
	list-style-type: none;
	margin: 0;
	padding: .5em 0;
	border-bottom: 1px solid #666;
	height: 22px;
	font-size: 8pt;
}

#mainpage ul#footernav li,ul#headernav li
{
	display: block;
	width: auto;
	padding: 2px;
	text-align: center;
	border: none thin;
}

#mainpage ul#footernav .left, ul#headernav .left { float: left; }
#mainpage ul#footernav .right, ul#headernav .right { float: right; }
