@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
img {
	border:none;
}
p {
	padding: 0px;
	margin: 0px;
}
#header {
	text-align: center;
}
#instructions tr td {
border-bottom: 1px gray dotted;
}
#footer {
	background-color:#000000;
	color:white;
	font-family:sans-serif;
	font-size:9px;
	padding-right:4px;
	text-align:right;
}
.sidebar {
	float: right;
	width: 200px;
	height: auto;
	padding-right:2px;
}
.module {
	float: left;
	width: 195px;
	border: 1px solid #CCCCCC;
	height: auto;
	margin-bottom:10px;
	clear: left;
	padding:4px 1px 1px 4px;
}
.page {
	float: left;
	width: 580px;
	padding-right:10px;
	height: auto;
	font-size:14px;
}
.contactform {
	width:100%;
}
.contactform tr {
	background-color:#EAF1FB;
}
.message {
	background-color:#FF9797;
	border: 2px solid #D50000;
	display:block;
	margin-left:110px;
	padding-bottom:15px;
	padding-top:15px;
	text-align:center;
	vertical-align:middle;
	width:400px;
	margin-bottom: 4px;
}
.header_button {
	background-color:#F3EFCA;
	color:#000000;
	padding:5px 10px;
	border: 2px solid #C2B41E;
	text-decoration: none;
}
.headertext {
 font-size:15px;
 font-weight:bold;
 background-color:black;
 color:white;
}
.pageheading {
	display:block;
	font-size:19px;
	font-weight:bold;
	text-align:right;
}
.pagesubheading {
	display:block;
	font-size:12px;
	margin-left:10px;
	font-weight:bold;
	margin-top:-16px;
	text-align:right;
}
.store_categorywopic {
	display:block;
	padding:15px;
}
.productlist_heading, .checkout_heading, .checkout_detailheading {
	background-color: #163C72;
	color: #FFFFFF;
}
.checkout_detailheading {
	padding-right:4px;
}
.productlist_even, .checkout_even {
	background-color: #FFFFFF;
	color: #000000;
}
.productlist_odd, .checkout_odd {
	background-color: #EAF1FB;
	color: #000000;
}
.productlist_qtybox, .checkout_qtybox {
	width:20px;
}
.productlist_producttitle {
	font-weight:bold;
}
.productlist_productdescription {
	display:block;
	font-size:90%;
}
.checkout_postcodebox {
	width:50px;
}
.checkout_productdescription {
	display:block;
	font-size:70%;
}
.checkout_field, .checkout_field_short, .checkout_requests_field, .checkout_select {
	border:1px inset #EAF1FB;
	background-color: #EAF1FB;
	margin-left: 4px;
	margin-top: 1px;
}
.checkout_select {
	margin-left: 4px;
	margin-top: 1px;
}
.checkout_field {
	width: 300px;
}
.checkout_field_short {
	width: 100px;
}
.checkout_requests_field {
 width:478px;
 height:100px
}
.checkout_total {
 color:red;
 font-weight:bold;
}
.checkout_gst {
font-size:80%;
}
.td_heading {
	padding-top: 8px;
	font-weight:bold;
}
.productlist_table, .checkout_table {
	width:100%;
}
.checkout_table2 {
	margin-left:50px;
	width:530px;
}
