/*
Global Style Sheet

Version:   1.0
Author:    Gary Stanton - Simian Enterprises
Email:     gary@simianenterprises.co.uk
Website:   http://www.simianenterprises.co.uk
*/


/* Import other style sheets */
	@import url(/css/admin/formStyles.css);
	@import url(/css/admin/tableStyles.css);
	@import url(textStyles.css);
	@import url(styleAdjusters.css);

/* Reset styles */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}
	
	strong {
		font-weight: bold !important;
	}
	
	:focus {
		outline: 0;
	}
	
	body {
		color: black;
		font-size: 75%;
		line-height: 1.5em;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	ol, ul {
		list-style: none;
	}
	
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}


/* Generic website styles */
	html {
		height: 100%;
	}
	
	body {
		background-image: url(/img/structure/pageLayout/background.gif);		
		height: 100%;
	}

	#mainContainer {
		background-repeat: repeat-y;
		background-image: url(/img/structure/pageLayout/mainBG.png); 
		padding-left: 20px;
		padding-right: 20px;
		/*
		background-image: url(/img/structure/pageLayout/hgridbg.png);*/
		width: 960px;
		margin: auto;
		min-height: 100%;
		max-width: 98%;
		float: left;
		position: relative;
		left: 50%;
		margin-left: -480px;
	}


	#instructions {
		background-color: #D1E6EB;
		margin-top: 1.5em;
		padding: 1.5em;
		margin-bottom: 1.5em;
	}
	

/* Link styles */
	a {
		color: #4090e1;
		text-decoration: none;
	}
	
	a:hover {
		color: #78B0D0;
		text-decoration: underline;
	}

	a.button {
		width: auto;
		border: none;
		font-size: 1em;
		padding: 2px 10px;
		margin: -2px 0 0;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		background-image: url(/img/structure/pageLayout/btnBG.gif);
		background-repeat: repeat-x;
		background-position: 0 -10px;
		color: #FFF;
		float: left;
		margin-right: 10px;		
	}	
	
	a.button:hover {	
		background-position: 0 -50px;
		text-decoration: none;
	}
	

/* Page layout styles */
	#logo img {
		padding: 0px;
		margin: 0px;
		border: none;
		padding-left: 10px;
		padding-top: 2px;
	}

	#header {
		height: 198px;
		width: 960px;
		background-image: url(/img/structure/pageLayout/headerBG.gif);
		background-position: bottom;
		background-repeat: repeat-x;
	}

	#header p {
		background-color: #349007;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-weight: bold;
		font-size: 1.5em;
		line-height: 1em;
		color: #FFF;
		padding-top: 1.167em;
		padding-bottom: 1.167em;		
		width: 540px;
		position: absolute;
		top: 23px;
		padding-left: 2em;
		margin-left: 409px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;			
	}
	
	#header p span {
		background-image: url(/img/structure/pageLayout/tagLineBG.png);
		background-repeat: no-repeat;
		display: block;
		position: absolute;
		height: 47px;
		width: 25px;
		top: 1.833em;
		right: 0px;
	}	

/* Search Bar */
	#frmSearch {
		width: 16em;
		padding: 0px;
		font-size: 1em;
		position: relative;
		top: -38px;
		left: 760px;
	}
	
	#frmSearch fieldset {
		background: none;
		border: 0px;
		margin: 0px;
	}
	
	#frmSearch fieldset legend {
		display: none;
	}
	
	#frmSearch fieldset ol {
		padding: 0px;
	}
	
	#frmSearch fieldset li {
		padding: 0px;
	}
	
	#frmSearch fieldset label {
		text-indent: -9000px;
		width: 0;
		float: left;
	}
	
	#frmSearch fieldset input {
		float: left;
		border: 1px solid #9d9d9d;
		font-size: 1em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		width: 11em;
		margin-top: 0px;
	}
	
	#frmSearch fieldset button {
		width: 39px;
		height: 22px;
		text-indent: -999999px;
		position: absolute;
		top: 0px;
		right: 0px;
		font-size: 1em;
		display: block;
		padding: 0px;
		margin: 0px;
		background-image: url(/img/structure/pageLayout/btnSearch.gif);
		background-position: top;
		border: none;
		margin-top: -2px;
	}

	#frmSearch fieldset button:hover {
		background-position: bottom;
	}

	#frmSearch fieldset ol li a {
		float: right;
	}


/* Navigation styles */
	#navigation {
		font-family: Rockwell,Georgia,Times,"Times New Roman",serif;
		font-size: 1.5em;
		line-height: 1em;
		color: #000;
		position: relative;
		top: -65px;
		left: 386px;
		width: 350px;
	}

	#navigation ul {
	}

	#navigation ul li {
		display: inline;
		padding-left: 14px;
		padding-right: 14px;
	}

	#navigation ul li a {
		color: #000;
	}

	#navigation ul li a:hover {
		border-bottom: 4px solid #c90bc2;
		text-decoration: none;
	}


	#secondNav {
		background-color: #d1e6eb;
		height: 3em;
		position: absolute;
		top: 0px;
		margin-left: -0.833em;
		width: 80em;
	}

	#secondNav ul {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		line-height: 2em;
		margin-top: 0.5em;
		font-weight: bold;
		margin-left: 270px;
		float: left;
	}

	#secondNav ul li {
		float: left;
		width: 7.5em;
		border-right: 1px dotted black;		
		padding-right: 5px;
	}

	#secondNav ul li a {
		width: 100%;
		text-align: center;
		display: block;
		color: #000;
	}

	#secondNav ul li a:hover {
		color: #761816;
	}

	#secondNav ul li a::first-letter {	
		background-image: url(/img/structure/pageLayout/navArrow.png);
		background-repeat: no-repeat;
		background-position: 0 0.35em;
		padding-left: 0.833em;
	}

	#secondNav ul li a:hover {
		text-decoration: none;
	}




/* Side Panel */
	#panel {
		width: 210px;
		float: left;
		margin-top: -1.5em;
	}
	
	#panel h4 {
		background-color: #349007;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.167em;
		line-height: 1.286em;
		font-weight: bold;
		font-style: italic;
		color: #FFF;
		text-align: right;
		padding-right: 1.5em;
		margin-top: 1.643em;
		margin-bottom: 0.357em;
		position: relative;
		left: -12px;
		padding-top: 0.286em;
		padding-bottom: 0.286em;
		width: 203px;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	}

	#panel h4 span {
		background-image: url(/img/structure/pageLayout/headingBG.png);
		background-repeat: no-repeat;
		display: block;
		position: absolute;
		height: 25px;
		width: 12px;
		margin-top: 6px;
	}

	#panel div {
		margin-left: 10px;	
	}

	#panel div h4 {
		margin-left: -10px;
	}

	/* Side Panel Shopping Cart */
		#panel #cartDetails {
		}
	
		#panel #cartDetails ul {
			margin: 10px 0;
		}	
	
		#panel #cartDetails ul li a {
		}
	
		#panel #cartDetails ul li a:hover {
		}	


	/* Side Panel Member box */
		#panel #memberPanel {
			float: left;
		}
	
		#panel #memberPanel h4 {
		}
	
		#panel #memberPanel ul {
		}	
	
		#panel #memberPanel ul li a {
		}
	
		#panel #memberPanel ul li a:hover {
		}
	
		#panel #memberPanel p.loggedIn {
		}
		
		#panel #memberPanel ul.loggedIn {
		}
	
		#panel #memberPanel ul.loggedIn li {
		}

	/* Side Panel Mailing List */
		#mailingList {
			width: 210px;
			margin-left: 0px !important;
			float: left;
		}

		#mailingList form fieldset {
			border: none;
			background: none;
			margin: 1.5em 0 0;
		}
	
		#mailingList form fieldset ol {
			padding: 0px;
		}
	
		#mailingList form fieldset ol li {
			clear: none;
			width: auto;
			padding: 0px;
		}
	
		#mailingList form legend {	
			display: none;
		}
	
		#mailingList form label {
			text-indent: -9000px;
			float: left;
			font-size: 1em;
			margin-right: 0px;
			width: 0px;
		}
	
		#mailingList form input {	
			float: left;
			border: 1px solid #9d9d9d;
			font-size: 1em;
			padding-top: 0.083em;
			padding-bottom: 0.083em;
			vertical-align: middle;
			font-weight: bold;
			width: 11.5em;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			margin-top: 0px;
		}
	
		#mailingList form button {
			position: absolute;
			top: 0px;
			right: 8px;
			border: none;
			font-size: 1em;
			display: block;
			padding: 0 10px;
			margin: -2px 0 0;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			background-image: url(/img/structure/pageLayout/btnBG.gif);
			background-repeat: repeat-x;
			background-position: 0 -10px;
			color: #FFF;
			height: 22px;
		}	
	
		#mailingList form button:hover {	
			background-position: 0 -50px;
		}
	
		#mailingList #subscribeResponse {
			width: 100%;
		}
		
		#subscribeResponse .error {
			background-image: url(/img/elements/icons/exclamation.png);
			background-position: 0.33em center;
			background-repeat: no-repeat;
			color: #F33;
			padding-left: 2em;
			display: block;
		}

		#subscribeResponse .success {
			background-image: url(/img/elements/icons/tick.png);
			background-position: 0.33em center;
			background-repeat: no-repeat;
			color: #0C0;
			padding-left: 2em;
			display: block;
		}

	
	
/* Main Content */
	#content {
		width: 700px;
		float: right;
		padding-right: 10px;
		/*
		background-image: url(/img/structure/pageLayout/hgridbg.png);*/		
	}

	#content.frontPage h1 {
		display: none;	
	}

	#content.categoryPage #categoryDescription {
		margin-top: 1.5em;
		background-color: #dadada;
		padding: 1.5em;
	}

	#content h1, #content h3 {
		background-color: #349007;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.167em;
		line-height: 1.286em;
		font-weight: bold;
		font-style: italic;
		color: #FFF;
		position: relative;
		padding-top: 0.286em;
		padding-bottom: 0.286em;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		margin-top: 0.357em;
		margin-bottom: 5px;
		margin-right: -22px;
		text-align: left;
		padding-left: 1.429em;
	}

	#content h1 span, #content h3 span {
		background-image: url(/img/structure/pageLayout/headingBG.png);
		background-repeat: no-repeat;
		background-position: right;
		display: block;
		position: absolute;
		height: 25px;
		width: 12px;
		right: 0px;
		margin-top: -11px;
	}	

	#content h3 {
		margin-right: -13px;	
	}

	#content div.box {
		border: 1px solid #d5d5d5;
		float: left;
		width: 17.833em;
		margin-top: 1.5em;
		padding-bottom: 1.333em;
		padding-left: 0.5em;
	}

	#content div.box h3 {
		margin-top: -1em;
		margin-left: -3px;
	}
	
	#content h2 {
	}

	#content #breadCrumb {
		position: absolute;
		font-size: 0.833em;
		line-height: 1.8em;
		top: -1.8em;
		left: -240px;
		z-index: 100;
	}

#content .pagination {
	font-size: 1em;
	margin: 18px -475px 6px 0;
	padding: 0 0 2px 0;
	position: absolute;
	right: 50%;
	text-align: right;
	float: left;
	clear: right;
}	


	#content #sortOrder {
		background-color: #F3F3F3;
		font-size: 1em;
		padding: 0 0.833em 0px 0.833em ;
		line-height: 1.5em;
		border: 1px solid #CCCCCC;
		z-index: 100;
		width: 10em;
		-moz-border-radius: 3%;
		margin-top: 0.583em;
		margin-bottom: 0.583em;
		margin-left: 66.5em;
		position: absolute;
		top: 199px;
	}

	#content #sortOrder p {
		padding-right: 0.833em;
		padding-bottom: 0.167em;
		background-image: url(/img/elements/icons/iconArrowDown.gif);
		background-position: right;
		background-repeat: no-repeat;
		cursor: pointer;
		text-align: center;
	}

	#content #sortOrder ul {
		text-align: right;
		color: #FFFFFF;
		margin-bottom: 1em;
	}

	#content ol#viewAll {
		border-top: 1px solid #9d9d9d;
		clear: both;
		margin-top: 3em;
		text-align: right;
		float: left;
		width: 100%;
	}


		#content ol#viewAll li p.pagination {
			width: 300px;
			padding: 0 0 2px 0;
			float: right;
			margin: -11px -370px 0 100px;
			clear: none;
			position: relative;
		}


	/* Top level links */
	#content #linksTopLevel {
		margin: 18px 0 30px 0;
		float: left;
	}
	
	#content #linksTopLevel li {
		float: left;
	}
	
	#content #linksTopLevel li a {
		padding: 0 0 1px 20px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		color: #185a89;
		text-decoration: none;
		display: block;
		height: 1.5em;
	}
	
	#content #linksTopLevel li a:hover {
		color: #78B0D0;
		text-decoration: underline;
	}

	/* Second level links */
	#content #linksSecondary {
		position: relative;
		top: -2em;
		clear: left;
		margin-left: 1em;
	}

	#content #linksSecondary li {
		display: inline;
	}
	
	#content #linksSecondary li a {
		padding: 0 50px 0 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		font-weight: bold;
		color: #185a89;
		text-decoration: none;
	}

	#content #linksSecondary li a:hover {
		color: #78B0D0;
		text-decoration: underline;
	}	


	/* Product Page styles */
		#content #description {
			font-size: 1em;
			line-height: 1.5em;
			width: 18.333em;
			text-align: justify;
			margin-left: 440px;
			position: relative;
			top: 1.5em;
		}
	
		#content #productImageDiv {
			width: 400px;
			height: 425px;
			margin-bottom: 2px;				
			/* border: 1px solid #9d9d9d; */
			float: left;
			margin-top: 1.5em;
		}

		#content #productImageDiv #productImage {
			width: 360px;
			padding: 20px;
			display: block;
		}

		#content #alternatePhotos {
			width: 340px;
			margin-top: 1.5em;
			font-size: 1em;
			float: left;			
		}	
	
		#content #alternatePhotos li {
			float: left;
			height: 60px;
			margin-right: 10px;
			padding-bottom: 1em;
		}

		#content #alternatePhotos li.endRow {
			margin-right: 0px;
		}
		
		#content #alternatePhotos li img {
			border: 1px solid #9d9d9d;
		}

		#content #alternatePhotos li img:hover {
			border: 1px solid #38bbff;
		}
	
		#content #productZoom {
			background: url(/img/structure/buttons/btnZoom.png) center 5px no-repeat;
			font-weight: bold;
			padding-top: 2.25em;
			display: block;
			width: 40px;
			text-align: center;
			position: relative;
			margin-top: -4em;
			left: 299px;
			background-color: rgba(219, 219, 219, 0.6);
			-moz-border-radius-topleft: 5px;
			-webkit-border-radius-topleft: 5px;
			margin-bottom: 0.25em;
		}
		
		#content #productAttributes {
		}
	
		#content #productAttributes li ul li{
		}
		
		/* ADD TO CART FORM */
			#content #frmAddToCart fieldset {
				width: 18.333em;
				margin: 0px;
				margin-left: 440px;
				top: 3em;
				position: relative;
				border: none;
				background: none;
				padding-bottom: 0px
			}
		
			#content #frmAddToCart fieldset legend {
				display: none;
			}

			#content #frmAddToCart fieldset ol {
				padding: 0px;
			}

			#content #frmAddToCart fieldset ol li {
				clear: none;
				width: auto;
				padding-top: 0.75em;
				padding-bottom: 0px;
				width: 100%;
				margin: 0px;
			}	

			#content #frmAddToCart fieldset ol li label {
				float: left;
				width: 25%;
				padding-left: 10px;
				font-family: Verdana, Geneva, sans-serif;
				font-size: 0.833em;
				line-height: 1.8em;
				font-weight: bold;
			}	
	
			#content #frmAddToCart fieldset ol li select {
				border: 1px solid #a4b97f;
				color: #185a89;
				font-family: Verdana, Geneva, sans-serif;
				font-size: 0.833em;				
				padding-left: 0.5em;
				float: left;
				width: 60%;
			}
	
			#content #frmAddToCart fieldset ol li.error label {
				background: none !important;
			}
	
			#content #frmAddToCart fieldset ol li.error select {
				background-color: #FBE9EB;
				color: #E23750;
				border: 1px solid #E23750;
			}

			#content #frmAddToCart fieldset ol li p {
				font-size: 1em;
				line-height: 1.5em;
				margin: 0px;
			}

			#content #frmAddToCart fieldset ol li.error strong {
				margin: 0px;
			}

			#content #frmAddToCart fieldset ol li p.price {
				color: #c90bc2;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 2.5em !important;
				font-weight: bold;
				font-style: italic;
				text-align: right;
				line-height: 1.2em;
			}

			#content #frmAddToCart fieldset ol li p.oldPrice, #content #frmAddToCart fieldset ol li p.saving {
			}

			#content #frmAddToCart fieldset ol li p#shippingText {
				color: #9f9f9f;
				display: none;
			}
			#content #frmAddToCart fieldset.submit button, #content #frmAddToCart fieldset.submit a {
				width: auto;
				border: none;
				font-size: 1em;
				padding: 2px 10px;
				margin: -2px 0 0 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				background-image: url(/img/structure/pageLayout/btnBG.gif);
				background-repeat: repeat-x;
				background-position: 0 -10px;
				color: #FFF;
				float: left;
				display: inline;
			}	
	
			#content #frmAddToCart fieldset.submit button:hover , #content #frmAddToCart fieldset.submit a:hover {	
				background-position: 0 -50px;
				text-decoration: none;
			}


			#content #frmAddToCart fieldset.submit ol {
				float: right;
			}
			
			#content #frmAddToCart fieldset.submit li {
				margin-top: 1.5em;
				width: auto;
			}

			
			/* Out of stock reminders */
				#content #frmAddToCart #outOfStock label {
					width: 3.333em;
				}

				#content #frmAddToCart #outOfStockBtn input {
					width: 13.333em;	
				}

				#content #frmAddToCart #outOfStockBtn button {
					border: 1px solid #9d9d9d;
					font-size: 1em;
					display: block;
					padding: 0px;
					margin: 0px;
					-moz-border-radius: 2px;
					-webkit-border-radius: 2px;
					position: relative;
					top: -1.5em;
					left: 18.333em;
					width: 5em;
				}

				#content #frmAddToCart #outOfStockBtn p {
					top: -1.5em;
					position: relative;
				}

				#content #frmAddToCart #membersOutOfStockBtn button {
					margin-top: 0.333em;
					margin-bottom: 0.5em;	
				}

		/* Category Links */
			#content div.categoryLinks {
				clear: both;
				float: left;
			}
			
			#content div.categoryLinks a {
			}
		
			#content div.categoryLinks ul li {
			}
	
			#content div.categoryLinks ul li ul li {
			}

		/* Product page review block */
			#productReviews {
				margin-left: 40em;
				width: 38.333em;			
				margin-top: 3em;
				font-size: 1em;
				padding-top: 2em;
				padding-bottom: 1em;
				border: 1px solid #bcbcbc;
				height: 8.833em;
			}
		
			#productReviews ul li {
				font-family: Verdana, Geneva, sans-serif;
				font-size: 1.167em;
				line-height: 1.286em;
				background-image: url(/img/structure/pageLayout/navArrow.png);
				background-position: 0px 6px;
				background-repeat: no-repeat;
				margin-left: 2em;
				padding-left: 1em;
				margin-bottom: 1.286em;
				height: 1.286em;
			}

			#productReviews ul li.average img {
				margin-left: 2px;
				margin-top: -4px;
			}

			#productReviews p.heading {
				margin-top: -38px;
			}

			#productReviews ul li.writeReview a {
				background-image: url(/img/elements/icons/speechBubble.gif);
				background-repeat: no-repeat;
				background-position: right;
				padding-right: 70px;
				padding-top: 14px;
				padding-bottom: 14px;				
			}

	/* Product Reviews */
		#content.productReviews h1 {
			margin-left: 37.143em;
			margin-right: 0px;
			right: auto;
		}

		#content.productReviews #frmProductReview {
			margin-left: 40em;	
		}

		#content.productReviews #productReviews {
			margin-top: 1.5em;	
		}

		#content.productReviews div.productReviews {
			margin-left: 40em;
			width: auto;			
			margin-top: 1.333em;
			font-size: 1em;
			padding: 1.5em;
			border: 1px solid #bcbcbc;
		}

		#content.productReviews div.productReviews h2 {
			font-size: 1.167em;
			line-height: 1.286em;
			font-weight: bold;
		}

		#content.productReviews div.productReviews p.rating {
			text-align: right;			
		}

		#content.productReviews div.productReviews p.postedBy {
			font-size: 0.833em;
			line-height: 1.8em;
			text-align: right;
		}

		#content.productReviews p.backLink {
			float: right;
			font-size: 1.167em;
			font-weight: bold;
			line-height: 1.286em;
			margin-top: 1.286em;
		}
		
		#content.productReviews div.itemGrid {
			width: 100%;
			background-color: #d1e6eb;
			margin-top: 1.5em;
			margin-bottom: 3em;
		}

		#content.productReviews div.itemGrid li {
			height: 13.5em;	
		}
		

		#content.productReviews #latestReviews div.productReviews {
			width: 75.167em;
			margin: 3em 0;
			background-color: #d1e6eb;
		}

		#content.productReviews #latestReviews {
			clear: both;	
		}


		#content.productReviews #latestReviews p.heading {
			margin-top: -1em;
		}	
		
		#content.productReviews #latestReviews a {
			margin-top: -6em;
			margin-left: 1.5em;
			position: absolute;
		}


	/* Search Page Styles */
		.searchBasic div {
		}

		.searchBasic div p {
			margin-bottom: 1.5em;
		}

		.searchBasic dt {
			font-size: 1em;
			margin-top: 1.5em;
			font-weight: bold;
		}
		
		.searchBasic dt img {
			vertical-align: top;
			margin-right: 1.5em;
			border: 1px solid black;
		}
		
		.searchBasic dd {
			padding-left: 1.667em;
			margin-top: -42px;
			margin-left: 61px;
		}
	
	/* Advanced Search Page Styles */
		.searchAdvanced form fieldset {
			margin-bottom: 1.667em;
		}

		.searchAdvanced form ol {
			margin: 0px;
			padding: 0px;
		}

		.searchAdvanced form ol.checkboxes p {
			font-weight: bold;
			margin-top: 1.8em;
		}

		.searchAdvanced form ol.checkboxes li {		
			width: 22%;
			float: left;
			clear: none;
		}

		.searchAdvanced form ol.options {
			margin-left: 1em;
		}

		.searchAdvanced form ol.options label{
			font-weight: bold;
			color: #000000;
		}

		.searchAdvanced form ol.options li.submit {
			float: right;
			clear: none;
			width: auto;
			padding: 0px;
			margin-top: 1.5em;
			height: auto;
		}	

		.searchAdvanced .pagination {	
		}

		.searchAdvanced .itemGrid {
		}


	/* Blog (Article) page styles */
	.blogPostBody h2 {
		width: 650px !important;
	}
	
	.blogPostBody p.date {
		margin-top: 17px;
		margin-bottom: 0px !important;
		padding: 0px;
		font-size: 0.9em;
		font-weight: bold;
		float: right;
	}

	.blogPostBody p.summary {
		clear: both;
		margin-bottom: 0px !important;		
	}

	.blogPostBody p.readMore {
		clear: both;
	}	



/* FRONT PAGE PRODUCT BLOCK */
	#productBlock {
		margin-top: 3em;
		font-size: 1em;
		width: 100%;
		clear: both;
		float: left;
		margin-bottom: 3.333em;
	}	

	#productBlock p.heading {
		margin-top: -15px;
	}	
	
	#productBlock div.itemGrid ul {
		margin-top: 1.5em;
	}

	#productBlock div.itemGrid li {
	}

	#productBlock div.itemGrid img:hover {
		border: 2px solid #4489ce;	
	}

	#productBlock div.itemGrid img {
	}

	#productBlock div.itemGrid p {
	}	

	#productBlock div.itemGrid p.price {
	}

	/* LATEST PRODUCTS */
		#latestProducts {
			float: left;
			clear: none;
			width: 458px;
			border: 1px solid #bcbcbc;			
		}
		
		#latestProducts.full {		
			width: 100%;
		}
		
		#latestProducts.full .itemGrid li {
		}

	/* MOST POPULAR */
		#popularProducts {
			float: left;
			margin-left: 0 !important;
		}

		#popularProducts div {
			margin: 0px;	
		}

		#popularProducts h4 {
			margin-left: 0 !important;	
		}

		#popularProducts ul li {
			width: 94px;
			margin: 5px;
			height: 12.6em;
		}

		#popularProducts ul li img {
			width: 90px;
			height: 70px;
		}


/* CATEGORY PAGE STYLES */
	#content.subCats h1 {
		display: none;
	}

	.categoryGrid li {
		float: left;
		clear: none;
		height: 344px;
		border: 1px solid #bcbcbc;
		margin-left: 5px;
		margin-right: 5px;		
		margin-top: 3em;
	}	
	
	.categoryGrid a.heading {
		background-color: #349007;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.167em;
		line-height: 1.286em;
		font-weight: bold;
		font-style: italic;
		color: #FFF;
		text-align: right;
		padding-right: 1.5em;
		padding-left: 1.5em;		
		margin-top: 1.643em;
		margin-bottom: 0.357em;
		position: relative;
		left: -13px;
		padding-top: 0.286em;
		padding-bottom: 0.286em;
		width: 203px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}

	.categoryGrid a.heading span {
		background-image: url(/img/structure/pageLayout/headingBG.png);
		background-repeat: no-repeat;
		display: block;
		position: absolute;
		height: 25px;
		width: 12px;
		margin-top: 6px;
	}

	.categoryGrid li p {
		background-color: #bdbdbd;
		border-bottom: 1px solid #9d9d9d;
		border-top: 1px solid #9d9d9d;
		padding-top: 1.5em;
		font-family: Verdana, Geneva, sans-serif;
		font-weight: bold;
		text-align: right;
		padding-right: 1.5em;
		clear: both;
		margin-top: -1px;
	}

	.categoryGrid li p a {
		background-color: #FFF;
		position: relative;
		top: -20px;
		padding: 5px;
		border: 1px solid #349007;
		color: #349007;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		box-shadow: 1px 1px #9d9d9d;
		-webkit-box-shadow: 1px 1px #9d9d9d;
		-moz-box-shadow: 1px 1px #9d9d9d;		
	}

	.categoryGrid li p a:hover {
		background-color: #349007;
		color: #fff;
		text-decoration: none;
	}

	.categoryGrid li ul {
		height: 289px;
	}

	.categoryGrid li ul li {
		width: 90px;
		border: none;
		height: 108px;
		font-size: 0.833em;
		line-height: 1.2em;
		margin: 1.8em 1.2em;	
		float: left;
		text-align: center;
	}
	
	.categoryGrid img {
		border: 2px solid #616161;
		width: 90px;
		height: 70px;
		float: left;
		margin-bottom: 2px;
	}


/* PRODUCT ITEM GRID PAGE STYLES */
	p.heading {
		background-color: #349007;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.167em;
		line-height: 1.286em;
		font-weight: bold;
		font-style: italic;
		color: #FFF;
		text-align: right;
		padding-right: 1.5em;
		margin-top: 1.643em;
		margin-bottom: 0.357em;
		position: relative;
		left: -12px;
		padding-top: 0.286em;
		padding-bottom: 0.286em;
		width: 203px;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	}

	p.heading span {
		background-image: url(/img/structure/pageLayout/headingBG.png);
		background-repeat: no-repeat;
		display: block;
		position: absolute;
		height: 25px;
		width: 12px;
		margin-top: 6px;
	}

	.itemGrid, .categoryGrid {
		float: left;
		clear: both;
	}

	.itemGrid li {
		float: left;
		width: 149px;
		height: 14.4em;
		margin: 1.8em 1.2em;
		text-align: center;
		font-size: 0.833em;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-align: center;
		line-height: 1.35em;		
	}

	.itemGrid img {
		border: 2px solid #616161;
		width: 145px;
		height: 113px;
		float: left;
		margin-bottom: 2px;
	}
	
	.itemGrid img:hover, .categoryGrid img:hover {
		border: 2px solid #2386eb;
	}
	
	/* ALTERNATIVE PRODUCTS */
		#alternativeProducts {
			margin-top: 3em;
			font-size: 1em;
			width: 100%;
			clear: both;
			float: left;
		}	

		#alternativeProducts p.heading {
			margin-top: -15px;
		}	
		
		#alternativeProducts div.itemGrid ul {
			margin-top: 1.5em;
		}

		#alternativeProducts div.itemGrid li {
		}

		#alternativeProducts div.itemGrid img:hover {
			border: 2px solid #4489ce;	
		}

		#alternativeProducts div.itemGrid img {
		}
	
		#alternativeProducts div.itemGrid p {
		}	
	
		#alternativeProducts div.itemGrid p.price {
		}

		/* SIMILAR PRODUCTS */
		#similarProducts {
			float: left;
			clear: none;
			width: 330px;
			border: 1px solid #bcbcbc;			
		}

		#similarProducts .itemGrid li {
			height: 12.6em;
			margin: 8px;
			width: 94px;			
		}
		
		#similarProducts .itemGrid li img {
			height: 70px;
			width: 90px;
		}
	
		#similarProducts.full {	
			width: 692px;
		}
		
		#similarProducts.full .itemGrid li {	
			height: 14.4em;
			margin: 1.8em 1.2em;
			width: 149px;
		}	
		
		#similarProducts.full .itemGrid li img {
			height: 113px;
			width: 145px;
		}
		
	
		/* CUSTOMERS ALSO BOUGHT */
		#customersAlsoBought {
			margin-left: 30px;
			float: left;
			width: 330px;
			border: 1px solid #bcbcbc;	
		}

		#customersAlsoBought .itemGrid li {
			height: 12.6em;
			margin: 8px;
			width: 94px;			
		}
		
		#customersAlsoBought .itemGrid li img {
			height: 70px;
			width: 90px;
		}

		/* YOU RECENTLY VIEWED */
		#productsPanel {
			float: left;
			clear: none;
			width: 692px;
			border: 1px solid #bcbcbc;	
			margin-top: 3em;
		}

		#productsPanel p.heading {
			margin-top: -15px;
		}	


		/* LATEST PRODUCTS */		
		.latestProducts {
		}

/* Promo Code */
	#promoCode p {
	}

	#promoCode input {
	}

	#promoCodeButton {
		padding-bottom: 0px;
	}
	
/* CHECKOUT */
	#frmBasket {
	}

	#frmPromoCode {
		margin-top: 1.5em;
	}

	#frmPromoCode p {
		font-size: 1em !important;
		line-height: 1.5em;
	}

	#frmPromoCode fieldset {
		padding-bottom: 1.5em;	
	}

	#shippingOptions {
		width: 330px;	
		margin-right: 30px;
		float: left;
		min-height: 234px;
	}
	
	#otherInfo {
		width: 330px;	
		float: left;			
	}
	
	#cartTotal {
		clear: both;	
	}

/* Member Addresses */
	.memberAddress {
		border: 1px solid black;
		float: left;
		margin: 1.5em;
		padding: 1.5em;
		width: 28.667em;
		height: 19.333em;
		background-color: #F3F3F3;
	}

	.memberAddress p.options {
		border-top: 1px solid black;
		text-align: center;
		padding-top: 1.5em;
		padding-bottom: 1.5em;
		margin-top: 1.5em;
		padding-bottom: 1.5em;
	}

/* Twitter Bubble */
	#twitterBubble {
		background-image: url(/img/structure/pageLayout/twitterBubble.png);
		background-repeat: no-repeat;
		width: 382px;
		height: 122px;
		position: absolute;
		top: 74px;
		right: 50%;
		margin-right: -39.167em;
	}
	
	#twitterBubble p {	
		width: 248px;
		margin-left: 18px;
		font-size: 11px;
		line-height: 15px;
		margin-top: 7px;
		color: #FFF;
	}
	
	#twitterBubble p span {
		width: 100%;
		display: block;
		color: #c0e0f5;
	}

#footer {
	margin: 3.917em auto 0;
	padding: 1.417em 0 0;
	clear: both;
	width: 100%;
	display: block;
	background-color: #dadada;
	position: relative;
	float: left;
}

#footer p.heading {
	margin-top: -31px;	
}

#footer div.copyright {
	float: left;
	background-image: url(/img/structure/pageLayout/logoSml.png);
	background-repeat: no-repeat;
	height: 54px;
	margin-top: 18px;
	vertical-align: middle;
	font-size: 0.833em;
	line-height: 1.8em;
	padding-left: 7em;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 3em;
	color: #626262;
	width: 84em;
	bottom: 0px;
}

#footer div.copyright p {
	float: left;
	margin-top: 1.8em;
}

#footer p#siteDesign {
	float: right;
	vertical-align: middle;
	padding-right: 2%;
	color: #626262;	
}

#footer div {
	float: left;
	width: 48%;
	font-size: 0.917em;
	color: #626262;
	line-height: 1.637em;
	padding-right: 2%
}

#footer div ul {
	float: left;
	margin-left: 2em;
	width: 25%;
}

#footer div ul li {
	background-image: url(/img/structure/pageLayout/navArrows.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0.5em;
}

/* Facebox styles */
.facebox h1 {
	font-size: 1.5em;
	line-height: 1em;
	text-align: center;
	margin-bottom: 1em;
}

.facebox p {
	text-align: center;
	margin-bottom: 1.5em;
}

.facebox form fieldset {
	border: 0px;
	background: none;
}

.facebox form fieldset legend {
	text-indent: -999999px;
}

/* CMS Containers */
.cmsContainer {
	top: 1.5em;
	padding: 3em 15px 1.5em;
	clear: both;
	width: 910px;
	display: block;
	background-color: #ebebeb;
	position: relative;
}

/* Column definitions */

.layout {
	width: 100%;
	clear: both;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	float: left;
}


.text {
	}

.text p {
	margin-bottom: 1.5em;
}

.text h2 {
}

.text dl dt {
	font-weight: bold;
}

.text dl dd {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.text ul li {
	list-style: circle;
	margin-left: 3em;
	margin-bottom: 0.75em;
}

.layout1-1 {
}

.layout1-2 {
}

.layout2-1 {
}


.border-top {
	border-top: 1px solid #9d9d9d;
	margin-bottom: -1px;
}

.border-left {
	border-left: 1px solid #9d9d9d;
	margin-right: -1px;
}

.border-bottom {
	border-bottom: 1px solid #9d9d9d;
	margin-top: -1px;		
}

.border-right {
	border-right: 1px solid #9d9d9d;
	margin-left: -1px;	
}

#side2 .block {
	background-color: #d1e6eb;
	font-size: 0.833em;
	line-height: 1.8em;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 48em;
	padding: 2em;
	margin-top: 1.9em;
}