body, table {
	font: 12px helvetica neue, arial, sans-serif;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #fff url(/images/bg_body.png) repeat-x;
}

img {
	border: none;
}

h1, h2, h3 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 0;
}

h2 {
	font-size: 18px;
	margin: 20px 0 10px 0;
}

h3 {
	font-size: 14px;
	margin: 18px 0 8px 0;
}

a {
	color: #0e58b3;
}

#pageboundary {
	text-align: left;
	width: 750px;
	margin: 0 auto;
}

#header {
	background: url(/images/bg_header.png) no-repeat right top;
	height: 111px;
}

#header h1 {
	margin: 0;
	float: left;
}

#headernav {
	float: right;
	display: none;
}

#navbar {
	height: 35px;
}

#navbar ul, #footernav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

#navbar li, #footernav li {
	float: left;
	margin: 10px 0;
}

#navbar a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#navbar .selected a {
	color: #175236;
}

#navbar a:hover {
	text-decoration: underline;
}

#primarynav li, #footernav li {
	margin-right: 20px;
}

#cartnav {
	float: right;
}

#cartnav li {
	margin-left: 20px;
}

#footer {
	clear: both;
	margin: 15px 0;
	padding-top: 15px;
	border-top: 1px solid #bebebe;
}

#footer p {
	margin: 0;
}

#footernav {
	height: 20px;
}

#footernav li {
	margin-top: 0;
	margin-bottom: 0;
}

#contentbody {
	clear: both;
	padding-top: 15px;
}

#contentbody:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#footer p.gentime {
	text-align: center;
	color: #999;
}


/* Hides from IE-mac \*/
* html #contentbody {height: 1%;}
/* End hide from IE-mac */


.message {
	border: 1px solid #168BEF;
	background: #E6EBF0;
	padding: 8px;
}

.error {
	border-color: #CA3939;
	background: #F3E6E6;
}

.errorfield {
	margin: 0;
	color: #c00;
}
/* Page specific */

.product {
	float: left;
	width: 137px;
	height: 210px;
	margin: 5px;
}

.product p {
	margin: 5px 0;
}

.product img {
	border: 1px solid #bebebe;
	width: 135px;
	height: 135px;
}

.productname {
	font-weight: bold;
	font-size: 13px;
}

#productdetails, .mainproductimage {
	float: left;
}

#productdetails {
	width: 300px;
	margin-left: 10px;
}

.mainproductimage {
	width: 300px;
	height: 300px;
}

#productdetails .productprice {
	font-size: 18px;
	
}



/* Contact form */
#contactform {
	width: 465px;
	float: left;
}

.formrow {
	margin-bottom: 5px;
}

.formrow label {
	float: left;
	padding-top: 3px;
	width: 60px;
	font-weight: bold;
}

.formrow input, .formrow textarea {
	width: 400px;
}

.formrow textarea {
	height: 250px;
}

.buttoncontainer {
	text-align: right;
}

#helpbox{
	float: right;
	width: 200px;
}

#helpbox, #frmdiscountcode {
	padding: 8px;
	border: 1px solid #fc0;
	background: #FEF6D6;
}

#helpbox h3, #frmdiscountcode h3 {
	margin-top: 0;
	margin-bottom: 5px;
}

#helpbox p, #frmdiscountcode p {
	margin-top: 0;
}

#frmdiscountcode {
	width: 350px;
}

#discount_code {
	width: 250px;
}

/* Cart */

table {
	border-collapse: collapse;
	border-color: #bebebe;
	border-style: solid;
	border-width: 1px 0px 0 1px;
}

th, td {
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	padding: 2px 3px;
	text-align: left;
}

th {
	background: #ebebeb;
}

table.shoppingcart {
	width: 100%;
}

.itemprice, .itemtotal {
	width: 80px;
}

.basketqty {
	width: 40px;
	text-align: center;
} 

.basketqty input {
	width: 25px;
}

.totalprice, .discount {
	text-align: right;
	font-weight: bold;
}

.discount, .discountamount {
	color: #c00;
}

.action {
	width: 50px;
}

.cartoptions {
	font-size: 14px;
	text-align: center;
}

.emptycart {
	font-size: 14px;
	font-weight: bold;
}