/* Toku CSS */

/* reset whitespace */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

/* basic layout */
body {
	font: normal 12px tahoma, verdana, arial;
	color: #000;
	background: #000 url('../i/bg-paua.jpg') repeat-x left top;
	line-height: 18px;
}

.center {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	margin: 0;
}

img { border: 0px; }

#header {
	height: 146px;
	background: transparent url('../i/bg-new-zealand-made.gif') no-repeat center top;
}

#content {
	background: #edf2e9 url('../i/bg-content.gif') repeat-x left top;
}

#content .bgcontain {
	background: transparent url('../i/bg-fern.jpg') no-repeat left top;
}

#contenttop {
	background: transparent url('../i/bg-content-top.gif') no-repeat center top;
	height: 20px;
}

#footer {
	background: #000 url('../i/bg-footer.gif') repeat-x left top;
	height: 128px;
	font: normal 10px verdana;
	color: #000;
}

#footer .bgcontain {
	background: transparent url('../i/bg-footer-fern.jpg') no-repeat right top;
	height: 128px;
}

#footer .center {
	background: transparent url('../i/bg-footer-bottom.gif') no-repeat left bottom;
	height: 128px;
	text-align: left;
}

#footer p {
	margin: 0px;
	padding-top: 80px;
	color: #666;
}

.maincol {
	width: 510px;
	padding: 0px 0px 0px 0px;
}

.subcol {
	width: 222px;
	padding-top: 25px;
}

/* header */

#logo {
	float: left;
	margin: 37px 24px 0px 0px;
}

.nav {
	height: 89px;
	margin-top: 38px;
	width: 148px;
	border-left: solid 1px #262626;
	float: left;
	text-align: left;
}

.nav ul {
	list-style-type: none;
	float: left;
	padding: 9px 10px 10px 0px;
}

.nav li {
	margin: 0px 0px 0px 16px;
}

/* main col */

.narrow {
	width: 270px;
}

/* sub col */

.box {
	width: 222px;
	margin-bottom: 10px;
}

.box .top {
	background: transparent url('../i/box-top.gif') no-repeat left top;
	height: 14px;
}

.box .content {
	background: #d4e2cb url('../i/box-bottom.gif') no-repeat left bottom;
	padding: 7px 20px 17px 20px;
}

.cartbutton {
	padding: 10px 15px 0px 0px;
}

.addbutton {
	margin-left: 8px;
}
.applybutton {
	vertical-align: middle; 
	padding: 0 0 4px 0;
}

.box input, .box select {
	border: solid 1px #a8c49f;
	padding: 2px;
	/* background-color: #edf2e9; */
}

.box label {
	font-size: 11px;
}

.yellow .top {
	background: transparent url('../i/box-top-yellow.gif') no-repeat left top;
}

.yellow .content {
	background: #e3e1ab url('../i/box-bottom-yellow.gif') no-repeat left bottom;
}

.yellow input {
	border: solid 1px #c8c471;
}

img.homepic {
	margin: 7px 0px 15px 0px;
}

.marginright {
	margin-right: 24px;
}

/* text */

h1 {
	font: normal 20px tahoma, arial, verdana;
	color: #00669b;
	margin: 20px 0px 16px 0px;
}

h2 {
	font: bold 14px tahoma, arial, verdana;
	color: #00669b;
	margin: 20px 0px 16px 0px;
}

p {
	margin: 16px 0px 16px 0px;
}

p.large {
	font-size: 15px;
}

p.breadcrumb {
	margin: 0px 0px 15px 0px;
}

table, td {
	font-size: 100%;
}

/* links */

a,
a:visited {
	color: #0365a9;
	text-decoration: none;
}

a:hover {
	color: #0365a9;
	text-decoration: underline;
}

.nav a,
.nav a:visited {
	color: #f4f3d4;
	text-decoration: none;
	font: normal 12px verdana;
	line-height: 24px;
}

.nav a:hover {
	color: #f2cb46;
}

.nav li.current a,
.nav li.current a:visited {
	color: #f2cb46;
}

.errorMessage {
	color: red;
	font-weight: bold;
}
.userMessage {
	color: green;
	font-weight: bold;
}
table#tableSearchResults td {
	vertical-align:top;
}
.oldprice {
	text-decoration: line-through;
}
#content ul {
	padding: 0 0 0 20px;
}

table.tabularData, table.tabularData td, table.tabularData th {
	border: 0px solid #a8c49f;
	border-collapse: collapse;
	background-color: #d4e2cb
}
table.tabularData td, table.tabularData th{
	padding: 4px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #a8c49f;
	color: #fff;
}

.hidden {
	display: none;
}
.photoGallery {
	margin-bottom: 10px;
}
