/* CSS developed by 9xb.com
Main stylesheet for layout */

/* ---------------------------------- */
/* DEFAULT STYLES   */   
/* ---------------------------------- */
	
	html, body {
		font: 12px/1.3em verdana, arial, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, geneva, helvetica, sans-serif;
		color: #111;
	}
	
	body {
		margin: 0;
		text-align: center;
	}
	
/* ---------------------------------- */
/* GLOBAL STYLES  */   
/* ---------------------------------- */

	.hidden, .screen_reader, hr {
		display: none;
	}
	
	p {
		margin: 0 0 15px 0;
		padding: 0;
	}
	
	a img {
		border: 0;
	}
	
	a {
		color: #005542;
		text-decoration: underline;
	}
	a:hover {
		color: #b03226;
	}
	ol {
		list-style: none;
		padding: 0;
		margin: 0 0 10px 0;
	}
	.floatimgL {
		float: left;
		margin: 0 20px 20px 0;
	}
	.floatimgR {
		float: right;
		margin: 0 0 20px 20px;
	}
	
/* ---------------------------------- */
/* MAJOR DIVISIONS   */   
/* ---------------------------------- */

	#outerwrap {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	#innerwrap {
		width: 900px;
		text-align: left;
		margin: 0 auto;
	}
	#headerwrap {
		float: left;
		margin: 0 0 20px 0;
		padding: 0;
		width: 900px;
		border-bottom: 2px solid #f3ce1c;
		position: relative;
		font-size: 90%;
	}
	#leftcolumn {
		float: left;
		margin: 0 20px 20px 0;
		padding: 0;
		width: 190px;
	}
	#content {
		float: left;
		margin: 0;
		padding: 0 0 15px 0;
		width: 480px;
	}
	#rightcolumn {
		float: right;
		margin: 0;
		padding: 0;
		width: 190px;
		background: url(../images/bg_rightcolumn.jpg) repeat-x bottom left #ccddd9;
		min-height: 500px;
		font-size: 90%;
		text-align: center;
	}
	#footer {
		background: url(../images/bg_footer.gif) repeat-x top left;
		float: left;
		width: 900px;
		clear: both;
		padding: 15px 0;
	}
	
	
/* ---------------------------------- */
/* TITLE ELEMENTS  */   
/* ---------------------------------- */	
	
	h1 {
		margin: 15px 0;
		padding: 0;
		width: 369px;
		height: 55px;
		float: left;
		overflow: hidden;
	}
	
	h1 a {
		display: block;
		text-indent: -3000em;
		margin: 0;
		padding: 0;
		width: 369px;
		height: 55px;
		background: url(../images/logo_outdoor_adventures.gif) no-repeat center center;
	}

	h1 a:hover {
		background-color: transparent;
	}
	h2, h3 {
		margin: 0 0 15px 0;
	}
	h2 {
		font-size: 2.1em;
		line-height: 1.2em;
		font-weight: normal;
	}
	h3 {
		font-size: 1.1em;
		line-height: 1.2em;
	}
	h4.strap {
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		}
	
	
/* ---------------------------------- */
/* MAIN LINK STYLES  */   
/* ---------------------------------- */
	
	#nav {
		list-style: none;
		padding: 0;
		margin: 0 0 10px 0;
		float: left;
		clear: both;
		width: 190px;
	}
	#nav li {
		padding: 0;
		margin: 0;
		float: left;
		clear: both;
		width: 190px;
		background: url(../images/bg_dots.gif) repeat-x bottom left;
	}
	#nav li a {
		padding: 5px 5px 5px 20px;
		display: block;
		margin: 0;
		text-decoration: none;
		background: url(../images/bg_arrow.gif) no-repeat center left;
	}
	#nav li a:hover, #nav li a.selected {
		background: url(../images/bg_arrow.gif) no-repeat center left #ccddd9;
	}
	
/* Level two  */

	#nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
		float: left;
		clear: both;
		width: 190px;
	}
	#nav li ul li {
		padding: 0;
		margin: 0;
		background: none;
		float: left;
		clear: both;
		width: 190px;
	}
	#nav li ul li a {
		padding: 5px 5px 5px 35px;
		display: block;
		margin: 0 0 1px 0;
		text-decoration: none;
		background: none;
	}
	#nav li ul li a:hover {
		background: #ccddd9;
	}
	#nav li ul li a.selected {
		font-weight: bold;
		background: none;
	}
	#nav li ul li a.selected:hover {
		background: #ccddd9;
	}
	
/* ---------------------------------- */
/* HEADER STYLES  */   
/* ---------------------------------- */

	#headerwrap h2 {
		display: none;
	}
	#headerwrap ul {
		list-style: none;
	}
	
/* ---------------------------------- */

	#basket_options {
		width: 190px;
		background: #f3ce1c;
		float: right;
		padding: 15px 0;
		margin: 0;
	}
	#basket_options li {
		padding: 0 0 5px 25px;
	}
	
	
/* ---------------------------------- */

	#navigation {
		position: absolute;
		top: 0;
		right: 200px;
		margin: 0;
		padding: 10px 0;
	}
	#navigation li {
		float: left;
		background: url(../images/divider.gif) no-repeat right center;
		padding: 0 8px;
	}
	#navigation li.last {
		background: none;
		padding: 0 0 0 8px;
	}
	
	
/* ---------------------------------- */

	#search {
		position: absolute;
		top: 50px;
		right: 200px;
	}
	#search * {
		float: left;
	}
	#search form {
		padding: 0;
		margin: 0;
	}
	#search .searchbutton {
		padding: 0;
		margin: 3px 0 0 5px;
		border: 0;
	}
	#search label {
		padding: 4px 5px 0 0;
		margin: 0;
		color: #005542;
		font-weight: bold;
		font-size: 1.2em;
	}
	

/* ---------------------------------- */
/* LEFTCOLUMN STYLES  */   
/* ---------------------------------- */
	
	#order {
		padding: 10px;
		background: #ccddd9;
		color: #005542;
		font-weight: bold;
		margin: 0 0 10px 0;		
	}
	#order p {
		margin: 0;
		padding: 0;
	}
	#order strong {
		color: #b13326;
	}
	
	
/* ---------------------------------- */

	#specialsbox {
		float: left;
		width: 170px;
		background: #b13326;
		color: #fff;
		padding: 10px;
		margin: 0 0 10px 0;
	}
	* html #specialsbox { width: 170px; }
	#specialsbox h3 {
		color: #fff;
		font-size: 1.5em;
	}
	#specialsbox p {
		margin: 0;
		padding: 0;
	}
	#specialsbox p a {
		color: #fff;
		margin: 0;
		padding: 0 0 0 10px;
		text-decoration: none;
		background: url(../images/arrow_white.gif) no-repeat left center;
	}
	
	
/* ---------------------------------- */

	#referbox {
		float: left;
		width: 170px;
		background: #DFB700;
		color: #fff;
		padding: 10px;
		margin: 0 0 10px 0;
	}
	* html #referbox { width: 170px; }
	#referbox h3 {
		color: #fff;
		font-size: 1.5em;
	}
	#referbox p {
		margin: 0;
		padding: 0;
	}
	#referbox p a {
		color: #fff;
		margin: 0;
		padding: 0 0 0 10px;
		text-decoration: none;
		background: url(../images/arrow_white.gif) no-repeat left center;
	}
	
/* ---------------------------------- */

	#mailing_list {
		float: left;
		width: 170px;
		background: #005542;
		color: #fff;
		padding: 10px;
		margin: 0 0 10px 0;
	}
	* html #mailing_list { width: 170px; }
	#mailing_list h3 {
		color: #fff;
		font-size: 1.4em;
	}
	#mailing_list form {
		margin: 0;
		padding: 0;
	}
	#mailing_list input {
		width: 165px;
	}
	#mailing_list input.formbutton {
		background: #005542;
		width: auto;
		border: 0;
		font-weight: bold;
		padding: 0 0 0 8px;
		margin: 0;
		color: #fff;
		text-align: left;
		background: url(../images/arrow_white.gif) no-repeat left center;
	}
	#mailing_list input.formbutton:hover {
		color: #f3ce1c;
	}
	
	#mailing_list label {
		display: none;
	}
	
	
		
/* ---------------------------------- */
/* CONTENT STYLES  */   
/* ---------------------------------- */

	#content h2 {
		padding: 14px 15px 15px 15px;
		color: #fff;
		background: #005542;
		font-size: 1.5em;
	}
	#content h2.homeh2 {
		height: 265px;
		width: 480px;
		margin: 0 0 5px 0;;
		padding: 0;
		background: url(../images/kids_outdoor_gear.jpg) no-repeat;
		text-indent: -3000em;
		font-size: 1px;
		color: #fff;
	}
	
/* ------- Breadcrumb ----------- */

	.breadcrumb {
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		width: 400px;
		float: left;
		list-style: none;
		font-size: 90%;
	}
	.breadcrumb li {
		float: left;
	}
	.breadcrumb li a {
		padding: 0 10px 0 0;
		margin: 0 5px 0 0;
		background: url(../images/bg_breadcrumb_arrow.gif) no-repeat right center;
		text-decoration: underline;
	}
	
/* ------------- shop --------------- */

	#innerleft {
		width: 225px;
		margin: 0 15px 0 0;
		float: left;
		background: url(../images/dots_right.gif) repeat-y right top;
	}
	#innerright {
		width: 225px;
		margin: 0;
		float: left;
	}
	
/* -------- Large listing ---------- */

	.product_item {
		padding: 10px 15px;
		position: relative;
	}
	.product_item h4 {
		text-transform: uppercase;
		font-size: 90%;
		margin: 0 0 3px 0;
	}
	.product_item ul {
		padding: 0;
		margin: 0 0 20px 0;
		float: left;
		width: 195px;
		list-style: none;
	}
	.product_item ul li {
		float: left;
		margin: 0 0 3px 0;
	}
	.product_item ul li.buy {
		border-right: 1px solid #666;
		padding: 0 10px 0 0;
		margin: 0 10px 0 0;
	}
	.product_item p {
		margin: 0 0 3px 0;
	}
	.product_item p.image {
		width: 195px;
		text-align: center;
	}
	.product_item p.pimage {
		width: 195px;
		text-align: center;
	}
	.product_item a {
		color: #b03226;
		text-decoration: underline;
	}
	.product_item a:hover {
		color: #005542;
	}
	.product_item ul li.more a {
		color: #000;
		background: url(../images/arrow_black.gif) no-repeat left center;
		padding: 0 0 0 7px;
		display:block;
		margin-left:10px;
	}
	.product_item div.other_images {
		text-align:center;
		padding:5px;
		border-top:1px solid #ddd;
		height:40px;
	}
	.product_item div.other_images img {
		cursor:pointer;
		margin:0 3px;
	}
	
/* -------- Small listing ------- */
	
	.product_item_small {
		/* Values set elsewhere, ie. in rightcolumn, more info page etc */
	}
	.product_item_small h4 {
		text-transform: uppercase;
		font-size: 90%;
		margin: 0 0 3px 0;
	}
	.product_item_small ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.product_item_small ul li {
		display: inline;
		padding: 0;
		margin: 0 0 3px 0;
	}
	.product_item_small ul li.buy {
		border-right: 1px solid #666;
		padding: 0 5px 0 0;
		margin: 0 5px 0 0;
	}
	.product_item_small p { margin: 0 0 3px 0; }
	
	.product_item_small p.image { text-align: center; }
	
	.product_item_small a {
		color: #b03226;
		text-decoration: underline;
	}
	.product_item_small a:hover { color: #005542; }
	
	.product_item_small ul li.more {
		display: block;
	}
	.product_item_small ul li.more a {
		color: #000;
		background: url(../images/arrow_black.gif) no-repeat left center;
		padding: 0 0 0 7px;
	}
	
	.new {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 15px;
		right: 15px;
		width: 50px;
		height: 50px;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/icon_new.png');
		color: #fff;
		z-index: 5;
		border: 0 solid #fff;
		text-indent: -3000em;
		font-size:
	}
	.new[class] {
		background: transparent url("../images/icon_new.png") repeat top left;
	}
	.offer {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 15px;
		right: 15px;
		width: 50px;
		height: 50px;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/icon_offer.png');
		color: #fff;
		z-index: 5;
		border: 0 solid #fff;
		text-indent: -3000em;
		font-size:
	}
	.offer[class] {
		background: transparent url("../images/icon_offer.png") repeat top left;
	}
	
/* --------- More info page --------- */

	#innerright h2 {
		padding: 0;
		background: none;
		color: #111;
		text-transform: uppercase;
	}
	#innerright strong {
		color: #b03226;
	}
	#innerright label {
		width: 75px;
		float: left;
	}
	.addbutton {
		padding: 0;
		margin: 3px 5px 0 0;
		border: 0;
		float: left;
	}
	.checkoutbutton {
		padding: 0;
		margin: 3px 5px 0 0;
		width: 102px;
		height: 16px;
		background: url(../images/button_checkout.gif) no-repeat;
		float: left;
	}
	.checkoutbutton a {
		padding: 0;
		margin: 0;
		border: 0;
		display: block;
		width: 102px;
		height: 16px;
		text-indent: -3000em;
		font-size: 1px;
		color: #fff;
	}
	
/* ---------------------------------- */
	
	#more_info {
		clear: both;
		margin: 15px 0;
		float: left;
		padding: 0;
		width: 480px;
		font-size: 95%;
	}
	#more_info h3 {
		background: url(../images/bg_dots.gif) repeat-x bottom left;
		padding: 0 0 3px 0;
	}
	
	#more_info .product_item_small {
		padding: 0;
		margin: 0 8px 15px 0;
		text-align: left;
		float: left;
		width: 150px;
	}
	
/* ---------------------------------- */
/* RIGHTCOLUMN STYLES  */   
/* ---------------------------------- */


	#rightcolumn h3.maintitle {
		background: #005542;
		padding: 5px 10px;
		margin: 0 0 15px 0;
		color: #fff;
		text-align: left;
		font-weight: normal;
	}
	#rightcolumn .product_item_small {
		padding: 0 15px 15px 15px;
		text-align: left;
	}
	
	
/* ---------------------------------- */
/* FOOTER ELEMENTS  */   
/* ---------------------------------- */	
	
	#footer ul {
		list-style: none;
		padding: 0 15px;
		margin: 0;
		font-size: 85%;
	}
	#footer ul li {
		float: left;
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		border-right: 1px solid #005542;
	}
	#footer ul li.last {
		margin: 0;
		padding: 0;
		border-right: 0;
	}

/* ---------------------------------- */
/* FORM ELEMENTS  */   
/* ---------------------------------- */

	input, textarea, select {
		font: 12px/1.3em Trebuchet MS, arial, verdana, Lucida Grande, Lucida Sans Unicode, geneva, helvetica, sans-serif;
		color: #333;
		font-size: 11px;
		margin: 0 0 10px 0;
	}
	form {
		clear: both;
		margin: 0 0 25px 0;
	}
	label {
		display: block;
	}
	fieldset {
		border:none;
		margin-top:20px;
		border-top:1px dotted #999;
		padding-bottom:10px;
	}
	legend {
		margin-bottom:10px;
		padding:10px;
		background:#fff;
		color:#478F80;
		font-weight:bold;
		font-size:12px;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		}
	form p.row {
		clear:both;
		padding:0 0 0 10px;
		margin:0;
		}
		form p.row label {
			float:left;
			width:140px;
			}
		form p.row input, form p.row select {
			margin-bottom:1px;
			}
		form p.row input.inputbox_invalid {
			background:#CC0000;
			color:#FFFFFF;
			}
		form p.row input.inputbox {
			background:#ffffff;
			color:#000;
			}
		select.inputbox_invalid {
			background:#CC0000;
			color:#FFFFFF;
			}
		select.inputbox {
			background:#ffffff;
			color:#000;
			}
	.required {
		color:#CC0000;
		font-weight:bold;
		font-size:10px;
		}
	.red {
		color:#CC0000;
		}
	
/* ---------------------------------- */
/* TABLE ELEMENTS  */   
/* ---------------------------------- */	
	
	table {
        border-collapse: collapse;
		border: 1px solid #eee;
		margin: 0 0 10px 0;
		width: 100%;
		font-size: 0.9em;
		background: #fff;
    }
	table#zones {
		border: none;
    }
    th, td {
        padding: 10px 5px;
		margin: 0;
		font-weight: bold;
		border-bottom: 1px solid #d6d6d6;
		vertical-align: middle;
    }
    #zones th, #zones td {
        padding: 2px;
		margin: 0;
		font-weight: normal;
		border-bottom: none;
		vertical-align: middle;
    }
	#zones th {
		font-weight:bold;
		font-size:12px;
		}
    td {
		text-align: left;
    }
	
/* -------- Basket / Checkout Stuff ----------- */
	
	table.basket {
		border-collapse: separate;
		border-spacing: 1px;
		border: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;;
		background: #e7e7e7;
		margin: 0 0 15px;
	}
	fieldset.basket {
		margin: 10px 0 5px; padding: 0;
	}
	table.basket caption {
		font-weight: bold;
		background: #f3ce1c;
		color: #005542;
		padding: 5px;
		text-align: center;
		border: none;
	}
	table.basket td, table.basket th {
		padding: 4px;
	}
	fieldset.basket li {
		border: 2px solid #e7e7e7; border-top: none; margin: 0;
	}
	fieldset.basket li.button {
		border: none;
	}
	fieldset.basket li.button input {
		width: auto; border: none;
	}
	table.basket thead th {
		text-align: center;
		background: #f5f5f5;
		border: 1px solid #fff;
	}
	table.basket tbody tr {
		background: #fff; 
		text-align: left;
	}
	table.basket tbody tr td { 
		background: #fff;
		border: 1px solid #fff;
	}
	table.basket tfoot th {
		color: #666;
		border: 1px solid #fff;
		text-align: right;
	}
	table.basket tfoot tr {
		background: #fff; 
		text-align: left;
	}
	table.basket tfoot tr td { 
		background: #fff;
		border: 1px solid #fff;
	}
	

p.error {
	background:#EF8787;
	border:1px solid #CC0000;
	color:#fff;
	padding:10px;
	margin:15px;
	}

p.information {
	background:#CCEAF9;
	border:1px solid #7BBCF0;
	color:#000;
	padding:10px;
	margin:20px;
	}

p.success {
	background:#C7EAAC;
	border:1px solid #00CC00;
	color:#000;
	padding:10px;
	margin:15px;
	}


/* -------- Image Stuff ----------- */
img.right {
	float:right;
	margin:10px;
	}
img.left {
	float:right;
	margin:10px;
	}
	
/* -------- Search Stuff ----------- */
div#searchBox {
	clear:both;
	}
	div#searchBox div.productBox {
		width:200px;
		height:280px;
		text-align:center;
		margin:5px;
		padding:10px;
		float:left;
		border:1px solid #eee;
		}
		
		
/* --------- My Orders --------- */
#myOrdersTable td {
	padding:5px;
	font-weight:normal;
	}
#myOrdersTable th {
	padding:5px;
	background:#eee;
	}
	
	
	
#hometext {
	clear:both;
	padding:20px 10px;
	margin:0 0 5px 0;
	background:url(../images/hometext_bg.gif) repeat-x;
	font-size:90%;
	}
	#hometext p {
		margin:15px 0 0 0;
		}
	