/* Copyright Flameport Enterprises 2011 */

/* Page globals */
body {
	font-size: 0.9em;
	font-family: 'Palatino Linotype', Georgia, 'Times New Roman', serif;
	color: #000;
	background: #fff;
	margin: 0;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:active {
	color: #000;
}
a:hover {
	color: #000;
}
input {
	font-size: 0.9em;
	background-color: #fff; 
	color: #000;
	border: 2px solid #000;
	padding: 4px;
	margin: 6px;
	}
input.error {
	background-color: #fff; 
	color: #000;
	border: 2px dashed #000;
}
input.button {
	border: 3px outset #000;
	font-weight: bold;
	background: #fff;
}
select {
	font-size: 0.9em;
	background-color: #fff; 
	color: #000;
	border: 2px solid #000;
	padding: 4px;
	margin: 6px;
}
select.error {
	background-color: #fff; 
	color: #000;
	border: 2px dashed #000;
}
form {
	background: #fff;
	border: 1px solid #000;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 600px;
}
label {
	width: 200px;
	float: left;
	margin: 8px 6px 0 6px;
	border: 0;
	text-align: right;
}
label.req {
	font-weight: bold;
	text-decoration: underline;
}

/* Top corner navigation */
#topnav { display:none }

/* Page header with logo */
#logoheader {
	background: #fff;
	border: 0; 
	margin: 0;
	padding: 0;
}

/* Navigation strip */
#navigation { display:none }

/* Main page contents */
#contents {
	background-color: #fff;
	float: none;
	clear: both;
	width: 95%;
	border: 0; 
	margin: 0;
	padding: 0;
}
#contents p {
	border: 0;
	margin: 0;
	padding: 0 5px 8px 5px;
	color: #000;
	word-spacing: 1px;
}
#contents p.trail {
	border: 0;
	margin: 0;
	padding: 0 0 4px 5px;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}
#contents h1 {
	border: 0;
	margin: 0;
	padding: 10px 5px 5px 5px;
	color: #000;
	font-size: 2.0em;
	clear: both;
}
#contents h2 {
	border: 0;
	margin: 0;
	padding: 10px 5px 5px 5px;
	color: #000;
	font-size: 1.5em;
	clear: both;
}
/* Tables for invoice, checkout, basket */
#contents table {
	background-color: #fff;
	padding: 4px;
	margin: 0 auto 0 auto;
	border: 1px solid #000;
	border-spacing: 4px 0;
}
#contents td {
	padding: 4px;
	font-weight:normal;
	margin: 0;
}
#contents th {
	padding: 4px;
	margin: 0;
}
#contents th.formreq {
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}
#contents th.formopt {
	text-align: right;	
	font-weight: normal;
}
#contents td.form {
	text-align: left;	
	font-weight: normal;
}
#contents th.invoicestd {
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 0;
	border-right: 0;
}
#contents th.invoicecur {
	text-align: right;	
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 0;
	border-right: 0;
}
#contents td.invoicestd {
	text-align: left;	
	border-top: 0;
	border-bottom: 1px solid #000;
	border-left: 0;
	border-right: 0;
}
#contents td.invoicecur {
	text-align: right;	
	border-top: 0;
	border-bottom: 1px solid #000;
	border-left: 0;
	border-right: 0;
}

/* Table for delivery address highlights */
#contents td.addract {
	text-align: left;	
	background-color: #fff;
	border-top: 0;
	border-bottom: 1px solid #000;
	border-left: 0;
	border-right: 0;
}

/* Page footer */
#footer {
	background-color: #fff;
	clear: both;
	float: none;
	border-top: 1px solid #000;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	margin: 0;
	padding: 0;
	width: 95%;
	height: 25px;
}
#footer p {
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	margin: 0;
	padding: 2px;
	border: 0;
}

/* Mini product displays */
.prodbox {
	background: #fff;
	border: 1px solid #000;
	margin: 10px;
	padding: 5px;
	float: left;
	clear: none;
	width: 45%;
	min-height: 135px;
	text-align: left;
}
.prodboximg {
	float: left;
	border: 0;
	margin: 0 10px 0 0;
	padding: 0;
	height: 130px;
}

/* Primary product image group */
.proddisp {
	border: 0;
	margin: 0 10px 10px 10px;
	padding: 0;
	float: left;
}
.proddispimg {
	border: 1px solid #000;
	margin: 0;
}
.saleprice {
	color: #000;
	font-weight: bold;
}
/* Copyright Flameport Enterprises 2011 */

