/* 
 * Educational Experience CSS. copyright 2010 Educational Experience 
 * by Pixel and Grain, http://www.pixelandgrain.co.nz/ 
 */
body, form, img, table, tr, td, div, 
ul#subnav, 
ul#subnav2,
.caption,
ul#product-list, 
.search-button,
ul#catalogue, 
ul#shop-by-age, 
ul#shop-by-price,
#footer ul,
#checkout h2 {
	margin:0;
	padding:0;
	border:0;
}
img,
.caption {
	display: block;
}
input.alignRight,
img.alignRight {
	float:right;
	margin-left: 17px;
}
input.alignLeft,
img.alignLeft {
	float:left;
	margin-right: 17px;
}
td.alignRight {
	text-align:right;
}
body {
	background-color: #fffce5;
}

/* ================ main page layout styles ================ */
#page {
    /* See also the ie.css file for the necessary IE5 hack to center a div. */
    margin-left: auto;
    margin-right: auto;
    width: 990px;
}
#main {
	/* 
	borders provided by faux column now
	border-left: 1px solid #4D5CA2;
	border-right: 1px solid #4D5CA2;
	*/
	background: #fff; 
	background-image: url(../img/faux-column-bg.gif);
	background-repeat: repeat;
	float: left;
	width: 100%;
	/* position:relative; */
}
#content-panel {
	float: left;
	width: 70%;
	position: relative;
	overflow: hidden;
}
#content {
	padding: 1.3em 3em 2em 1.3em;
}
#content-shop {
	padding: 0 3em 2em 1.3em;
}
#shop-panel {
	float: left;
	width: 29%;
	position: relative;
	overflow: hidden;
}
#shop-panel table {
	margin-top:10px;
}
#content-shop #column1 {
	padding-right:10px;
}
.description-block {
	border-top: 1px solid #ddd;
}
#footer {
	clear: both;
	border-top: 1px solid #E35194;
	border-left: 1px solid #4D5CA2;
	border-right: 1px solid #4D5CA2;
	/* background: #C1E0E0;*/
	background: #fff;
	position: relative;
	overflow: hidden;
	background-image: url(../products10/images/cornertrust.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.clear {
	clear: both;
}
/* ================ product list layout styles ================ */
#product-list table {
	margin-top: 0;
	padding-top: 0;
}
#product-list td {
	border-bottom: 1px solid #ddd;
}
#product-list .prodlistimage, 
#product-list .prodlistdetails {
	padding-right: 23px;
}
#product-list .prodimage {
	/* 
	 * temporary until thumbnails are made
	 * 
	width: 155px;
	height: 150px;
	 * let the HTML control this for now */ 
	margin: 0;
	margin-top: 0.5em;
	padding: 0; 
}
#product-list .enlarge {
	float: right; 
	padding: 0;
	margin: 0;
	margin-bottom: 0.5em;
	clear: both;
}
#product-list prodlistform {
	margin-top: 1em;
	width: 80px;
}
#product-list input.quantity, #product-detail input.quantity {
	width: 12px;
	height: 16px;
}




/* ================ font colours ================ */
/* -- dark blue #2F4493 -- */
p, 
#subnav a,
#subnav a:hover,
#subnav2 a, 
#subnav2 a:hover, 
.pagination a:hover, 
#product-list h2, 
#product-list h2 a, 
#product-detail a
#breadcrumb,
#breadcrumb a,
#catalogue a,
a.caption,
#shop-by-age a,
#shop-by-price a,
#footer, 
#footer a {
 	color: #2F4493;
}
/* -- hot pink #E35194 -- */
h1,
#footer h4, 
#subnav a:hover,
#subnav2 a:hover,
.pagination p, 
.pagination .current,
.pagination a:hover,
#breadcrumb a:hover,
#product-list label,
#product-detail label,
#product-detail a:hover,
#catalogue a.active,
#catalogue a:hover,
a.caption:hover,
#shop-by-age a:hover,
#shop-by-price a:hover,
#footer a:hover  {
 	color: #E35194;
}
/* -- turquoise #008588 -- */
h2, h3, h2 a,
.pagination a,
#product-detail .price,
#product-list .price, 
#home-products .price,
#product-list legend,
#product-detail legend {
 	color: #008588;
}
/* -- grey #eee -- */
{
 	color: #eee;
}
/* -- very light blue #BBDCD4 -- */
 {
 	color: #BBDCD4;
}
/* -- red #f00 -- */
.required {
 	color: #f00;
}
/* ================ fonts, sizes etc ================ */
p, label {
	font-size:0.8em;
	line-height: 1.3em;
}
h1, h2, h3, h4, p, li, .pagination, #breadcrumb, legend, label, th, td {
	font-family: "Arial Rounded", "Helvetica Rounded", sans-serif;
}
h1 {
	font-size: 1.5em;
}
#product-list .price, 
#product-detail .price, 
#home-products .price  {
	font-size: 1.3em;
}
#product-list h2, 
h2.smaller {
	font-size: 1.2em;
}
#footer h4, 
#checkout h2,
#cart .price  {
	font-size: 0.9em;
}
.caption,
#product-list h2 .category, 
#product-list label, 
#product-list legend, 
#product-detail label, 
#product-detail legend,
.pagination p, 
#catalogue li,
#shop-by-age li, 
#shop-by-price li,
#footer li  {
	font-size: 0.8em;
}
#breadcrumb  {
	font-size: 0.7em;
}
#subnav,
#subnav2,
.pagination .current,
#product-list .age,
#product-list .price,
#product-detail .price, 
#home-products .price {
	font-weight: bold;
}
/* ================ list handling ================ */
#subnav,
#subnav2,
#product-list,
#catalogue,
#shop-by-age,
#shop-by-price,
#footer ul {
	list-style: none;
}
/* ================ link handling ================ */
h1 a, h2 a, h3 a, h4 a,
#subnav a, 
#subnav2 a, 
a.caption,
.pagination a, 
#product-list h2 a,
#product-detail a,
#catalogue a,
#breadcrumb a,
#shop-by-age a,
#shop-by-price a,
#footer a {
	text-decoration: none;
}
#subnav a:hover, 
#subnav2 a:hover, 
a.caption:hover,
.pagination a:hover, 
#product-list h2 a:hover,
#product-detail a:hover,
#shop-by-age a:hover,
#breadcrumb a:hover,
#shop-by-price a:hover,
#footer a:hover  {
	text-decoration: underline;
}
#catalogue a:hover, #catalogue a.active {
	background: #DFEEEF;
}
/* ================ form handling ================ */
#search fieldset,
#brands fieldset,
#form fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
#search legend,
#brands legend,
#form legend,
.contact-form legend {
	display: none;
}
.contact-form label {
	margin-right: 17px;
	text-align: right;
	display: block;
}
.contact-form .label-checkbox label {
	text-align: left;
	display: inline;
}
.contact-form td {
	padding-top: 0.5em;
}
/* widths of inputs */
input#name_ {	width: 17em;	}
input#address_street {	width: 23em;	}
input#address_suburb {	width: 17em;	}
input#address_town {	width: 17em;	}
input#address_postcode {	width: 4em;	}
input#ages_of_children {	width: 13em;	}
input#email_ {	width: 17em;	}

#brands select { width: 136px;	}

/* light teal border for fieldsets */
#product-list fieldset, 
#product-detail fieldset {
	border: 1px solid #BBDCD4;
	width: 90px;
	margin-top: 10px;
}
#checkout fieldset, 
#creditcard fieldset, 
#form.contact-form fieldset,
#form2.contact-form fieldset {
	border: 1px solid #BBDCD4;
	padding: 1em;
	margin: 1em;
}

/* ================ blocks, margins, paddings, floats etc ================ */
#breadcrumb {
	margin: 1em 0;
}
ul#subnav,
ul#subnav2 {
	margin-bottom: 1em;
	float: left;
} /* float is obviously not needed for only one list, but incuded in case there are two lists */ 
ul#subnav2 {
	margin-left: 2em;
}
.caption {
	margin-bottom: 1em;
}
.pagination {
	text-align: right;
	padding-bottom: 0;
	margin: 1em 0;
	border-bottom: 1px solid #ddd;
}
#product-list .price, 
#product-detail .price {
	display: block;
	padding: 0.45em 0;
}
#product-list .age {
	display: block;
	padding-top: 0.33em;
}
.search-input {
	float: left;
	padding-right: 1em;
}
#catalogue {
	background: #fff;
	width: 136px;
}
#catalogue a {
	display: block;
	padding: 0.23em 0.23em 0.23em 0.45em;
}
#catalogue li {
	border-bottom: 1px solid #A49CB5;
}
#catalogue li, #shop-by-age li, #shop-by-price li {
	border-left: 1px solid #90C8C7;
	border-right: 1px solid #A49CB5;
}
#brand-select {
	padding: 0.5em 2px;
}
#brand-select select {
	width: 132px;
}
.catalogue-panel {
	background: #fff;
}
#shop-by-age a, #shop-by-price a {
	display: block;
	padding: 0.2em 0.23em 0.1em 0.45em;
}
#shop-by-age li.last a, #shop-by-price li.last a {
	padding: 0.2em 0.23em 0.68em 0.45em;
}

/* footer styles */

#footer #footcolumn1,
#footer #footcolumn2,
#footer #footcolumn3 {
	float: left;
	margin: 0.23em 2em 0.45em 2em;
}

#footer div.addthis_toolbox {
	/* position:relative;
	top:-50px; */
	margin: 5px;
	font-family: sans-serif;
	z-index: 99;
}
#footer h4 {
	margin-bottom: 0.45em;
}
#footer ul {
	margin-top: 0.33em;
	margin-left: 0.23em;
}
#footer a {
	display: block;
}
#footer li a .city {
	display: block;
	width: 7em;
	float: left;
	background-image: url(../img/icon-pink-tilde.gif);
	background-repeat: no-repeat; 
	background-position: 90% 50%; 
}

/* individual shop pages */

#content-shop p, #content-shop li, #content-shop label {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 5px;
}
#content-shop .label { 
	text-align: right;
	padding-right: 10px;
}
#content-shop h3 {
	margin-top: 16px;
	margin-bottom: -10px;
	padding-bottom: 0px;
	font-size: 16px;
}

/* common box styles - promo boxes etc */
#we-offer-box ul {
	padding:0;
	margin-left:23px;
}
#promo-panel {
	width:180px;
	padding-top: 12px;
}
#promo-box {
	margin: 0 auto;
	text-align: center;
	padding-top: 12px;
}
#home-products form {
	float:right;
}

#wildside-box {
	border: 1px solid green;
	margin: 0;
	width:205px;
	padding: 0;
}
#wildside-box h2 {
	margin: 10px;
	padding: 0;
	color: green;
	font-size: 18px;
	font-family: Arial, sans-serif;
}
#wildside-box p {
	margin: 0 10px;
}

#feature-box {
	border: 1px solid #0668A9;
	margin: 0;
	width: 420px;
	padding: 0;
	background:#fff;
}
#feature-box h2 {
	margin: 10px;
	padding: 0;
	color: #0668A9;
	font-size: 18px;
	font-family: Arial, sans-serif;
}
#feature-box p {
	margin: 0 10px;
}
#feature-box img {
	display: inline;
}

/* specific pages from now on */

/* home page */
#welcome { 
	margin:33px 0;
	height: 96px;
	background:#fff;
	font-size:16px;
	color:#154BA0;
	font-family:sans-serif;
	font-weight:bold;
}
#welcome h1 {display:inline;font-size:16px;}
#welcome span {font-size:23px;}

#homepage-promo-block td {
	padding-bottom: 10px;
}

/* shopping cart */
#cart {
	border-collapse: collapse;
}
#cart td, table#cart th {
	border: 1px solid #E35194;
}
#cart th {
	background: #E35194;
	color:#fff;
}
#cart td {
	padding: 2px 10px;
}
#cart .quantity form {
	display: inline;
}
#cart .quantity input {
	width: 23px;
	height: 17px;
	padding-top: 5px;
}

/* checkout */
#checkout {
	margin-top:23px; 
}
#checkout h2 {
	margin-bottom:-12px; 
	margin-top:16px; 
}


