/*
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-color: #ededed;
	
		min-height: 100%;
	}

	#mainContainer {
		background-color: #FFF;
		/* background-image: url(/img/structure/pageLayout/hgridbg.png); */
		width: 78.333em;
		padding-left: 0.833em;
		padding-right: 0.833em;
		margin: auto;
		max-width: 98%;
		height: 100%;
		float: left;
		position: relative;
		left: 50%;
		margin-left: -39.167em;
	}

	#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;
	}


/* Page layout styles */
	#logo {
		position: absolute;
		z-index: 1;
		margin-left: 3.333em;
		margin-top: 1em;
	}

	#logo img {
		padding: 0px;
		margin: 0px;
		border: none;
		display: block;
	}

	#header {
		height: 36px;
	}


/* Search Bar */
	#frmSearch {
		width: 18em;
		padding: 0px;
		font-size: 1em;
		position: absolute;
		margin-top: -1.5em;
		z-index: 1000;
	}
	
	#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 {
		background: url(/img/structure/icons/iconSearch.gif) no-repeat 0.5em 0.25em;
		text-indent: -9000px;
		width: 2em;
		float: left;
		font-size: 1em;
		margin-right: 0px;
	}
	
	#frmSearch fieldset input {
		float: left;
		border: 1px solid #9d9d9d;
		font-size: 1em;
		padding-top: 0.083em;
		padding-bottom: 0.083em;
		vertical-align: middle;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		width: 10.5em;
		margin-top: 0px;
	}
	
	#frmSearch fieldset button {
		position: absolute;
		top: 0px;
		right: 0px;
		border: 1px solid #9d9d9d;
		font-size: 1em;
		display: block;
		padding: 0px;
		margin: 0px;
		width: 5em;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;		
	}
	
	#frmSearch fieldset ol li a {
		float: right;
	}


/* Navigation styles */
	#navigation {
		margin-top: 126px;
	}

	#navigation ul {
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.166em;
		font-weight: bold;
		line-height: 1.286em;
		text-transform: uppercase;
		margin-bottom: 0.286em;
		position: relative;
		z-index: 3;
	}

	#navigation ul li {
		float: left;
		border-right: 1px dotted black;		
	}

	#navigation ul li a {
		padding-left: 1.9em;
		padding-right: 1.5em;
		text-align: center;
		display: block;
		color: #000;
		background-image: url(/img/structure/pageLayout/navArrow.png);
		background-repeat: no-repeat;
		background-position: 1.2em 0.4em;			
	}

	#navigation ul li a:hover {
		color: #3f90e3;
		text-decoration: none;
	}

	#navigation p {
		clear: both;
		float: none;
		width: 100%;
		background-color: #d1e6eb;
		text-align: right;
		font-size: 0.917em;
		font-weight: bold;
	}

	#navigation p a {
		color: #000;
		margin-right: 5.455em;
		background-image: url(/img/structure/pageLayout/navArrow.png);
		background-repeat: no-repeat;
		background-position: 0 0.35em;
		padding-left: 1em;
		position: relative;
		z-index: 10;
	}

	#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 {
		clear: left;
	}
	
	#panel h4 {
	}

	/* Shopping Cart Toplinks */
		#cartDetails {
			position: absolute;
			top: 0em;
			line-height: 2em;
			z-index: 100;
			text-align: right;
			width: 28.333em;
			margin-left: 56.25em;
			margin-top: 0.5em;
			font-weight: bold;
		}
	
		#cartDetails p a, #cartDetails p span {
			display: block;
			float: left;
			margin-right: 1.5em;
		}	
	
		#cartDetails p span {
			background-image: url(/img/structure/pageLayout/cartIcon.gif);	
			background-repeat: no-repeat;
			background-position: 0;
			padding-left: 2em;
			padding-right: 1.5em;
			margin-left: 0.5em;
			border-right: 1px dotted black;				
		}

		#cartDetails p a::first-letter {	
			background-image: url(/img/structure/pageLayout/navArrow.png);
			background-repeat: no-repeat;
			background-position: 0 0.35em;
			padding-left: 0.833em;
		}
	
		#cartDetails p a:hover {
			text-decoration: none;
			color: #761816;
		}	


	/* Side Panel Member box */
		#panel #memberPanel {
			position: absolute;
			float: right;
			top: 3em;
			right: 50%;
			margin-right: -39.167em;
		}
	
		#panel #memberPanel h4 {
			float: left;
			display: none;
		}
	
		#panel #memberPanel ul {
			float: left;
			padding-top: 0.417em;
		}	

		#panel #memberPanel ul li {
			float: left;
		}	

		#panel #memberPanel ul li a {
			font-family: Rockwell, Georgia, Times, "Times New Roman", serif;
			color: #FFF;
			font-size: 14px;
			background-image: url(/img/structure/pageLayout/loginButtons.gif);
			background-position: 0 0;
			background-repeat: no-repeat;
			width: 77px;
			height: 25px;
			display: block;
			text-align: center;
			margin-left: 6px;
		}
	
		#panel #memberPanel ul li a:hover {
			background-position: 0px -25px;
			text-decoration: none;
		}
	
		#panel #memberPanel p.loggedIn {
			float: left;
		}
		
		#panel #memberPanel p.loggedIn {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
			line-height: 1.5em;
			font-weight: bold;
		}

		#panel #memberPanel ul.loggedIn {
			padding-top: 0;
			padding-bottom: 0;
			border-left: 1px dotted black;
			border-right: 1px dotted black;	
			margin-left: 1em;
			margin-right: 1em;
			width: 7.5em;
			text-align: center;
			color: #3d94ed;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
			line-height: 1.5em;
			font-weight: bold;
		}
	
		#panel #memberPanel ul.loggedIn li {
			float: none;
		}

		#panel #memberPanel ul.loggedIn li ul {
			float: none;
			margin: 0px;
			padding-top: 0px;
			border: none;
		}

		#panel #memberPanel ul.loggedIn li ul li a {
			background-color: #408ede;
			color: #FFF;
			display: block;
			width: 100%;
			margin: 0px;
			padding: 0px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
			line-height: 1.5em;
			font-weight: bold;
			text-align: left;
			padding-left: 1em;
			padding-top: 0.25em;
			padding-bottom: 0.25em;
			height: auto;
		}
		
		#panel #memberPanel ul.loggedIn li ul li a:hover {
			background-color: #d1e6eb;
			color: #000;
		}

		#panel #memberPanel ul.loggedIn li a {
			background: none;
		}

	/* Side Panel Mailing List */
		#footer div#mailingList {
			font-size: 1.091em;
			line-height: 1.5em;
			width: 18.333em;
			clear: both;
			margin-left: 26px;
			margin-top: 1.5em;
		}
		
		#footer div#mailingList h4 {
			font-size: 0.917em;
			line-height: 1.637em;
			font-family: Verdana, Geneva, sans-serif;
			font-weight: bold;
		}

		#mailingList form fieldset {
			border: none;
			background: none;
			margin: 0px;
		}
	
		#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: 0px;
			border: 1px solid #9d9d9d;
			font-size: 1em;
			display: block;
			padding: 0px;
			margin: 0px;
			width: 5em;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
		}	
	
		#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 {
		float: left;
		width: 100%;
	}

	#content.categoryPage #categoryDescription {
		margin-top: 1.5em;
		background-color: #d1e6eb;
		padding: 1.5em;
	}

	#content h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #FFF;
		font-size: 1.167em;
		line-height: 29px;
		background-image: url(/img/structure/pageLayout/headingBG.png);
		background-repeat: repeat-x;
		height: 29px;
		text-transform: uppercase;
		position: absolute;
		margin-left: 3em;
		top: 17.071em;
		z-index: 100;
		right: 50%;
		margin-right: -420px;
	}

	#content.productPage h1 {
		margin-left: 37.143em;
		margin-right: 0px;
		right: auto;
	}

	#content.frontPage h1 {
		display: none;
	}

	#content h1 span.first {
		background-image: url(/img/structure/pageLayout/headingBGLeft.png);
		background-repeat: no-repeat;
		position: absolute;
		left: -33px;
		width: 33px;
	}

	#content h1 span.last {	
		background-image: url(/img/structure/pageLayout/headingBGRight.png);
		background-repeat: no-repeat;
		position: absolute;
		right: -33px;
		width: 33px;
	}

	#content h2 {
	}

	#content #breadCrumb {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 1.167em;
		line-height: 1.285em;
		margin-top: 1em;
	}

#content .pagination {
	font-size: 1em;
	padding: 0 0 2px 0;
	text-align: 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 #side1 {
			width: 460px;	
		}

		#content p.heading, #footer p.heading {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: #FFF;
			font-size: 1.167em;
			line-height: 29px;
			background-image: url(/img/structure/pageLayout/headingBG.png);
			background-repeat: repeat-x;
			height: 29px;
			text-transform: uppercase;
			position: absolute;
			margin-left: 3em;			
		}		
		
		#content p.heading span.first, #footer p.heading span.first {
			background-image: url(/img/structure/pageLayout/headingBGLeft.png);
			background-repeat: no-repeat;
			position: absolute;
			left: -33px;
			width: 33px;
		}
	
		#content p.heading span.last, #footer p.heading span.last {	
			background-image: url(/img/structure/pageLayout/headingBGRight.png);
			background-repeat: no-repeat;
			position: absolute;
			right: -33px;
			width: 33px;
		}

		#content #description {
			width: 35em;
			min-height: 17.8em;
			background-color: #d1e6eb;
			font-family: Verdana, Geneva, sans-serif;
			margin-left: 40em;
			padding: 1.5em;
			margin-top: 1.583em;
		}
	
		#content #productImageDiv {
			width: 460px;
			margin-bottom: 18px;				
			border: 1px solid #9d9d9d;
			float: left;
			margin-top: 0.417em;
		}

		#content #productImageDiv #productImage {
			width: 440px;
			display: block;
			padding: 10px;
			max-height: 440px;
			min-width: 440px;			
		}

		#content #alternatePhotos {
			width: 38.333em;
			font-size: 1em;
			padding-top: 2em;
			padding-bottom: 0.917em;
			border-top: 1px solid #bcbcbc;
			border-bottom: 1px solid #bcbcbc;			
			float: left;
			position: absolute;
			top: 61.417em;
		}	
	
		#content #alternatePhotos li {
			display: inline;
			margin-right: 12px;
		}

		#content #alternatePhotos p.heading {
			margin-top: -2.786em;
		}

		#content #alternatePhotos li.endRow {
			margin-right: 0px;
		}
		
		#content #alternatePhotos li img {
			border: 1px solid #bcbcbc;
			width: 80px;
			height: 80px;
			padding: 10px;
		}

		#content #alternatePhotos li img:hover {
			background-color: #3d94ed;
		}

		
		/* ADD TO CART FORM */
			#content #frmAddToCart {
				margin-left: 40em;
				width: 38.333em;
			}

			#content #frmAddToCart fieldset {
				border: none;
				background: none;
				margin: 0px;
				padding-bottom: 0px;
				height: 72px;
			}
			
			#content #frmAddToCart fieldset.submit {
				height: auto;
			}
		
			#content #frmAddToCart fieldset legend {
				display: none;
			}

			#content #frmAddToCart fieldset ol {
				padding: 0px;
				margin-top: 1.2em;
			}

			#content #frmAddToCart fieldset ol li {
				clear: none;
				width: auto;
				padding-bottom: 0px;
				margin: 0px;
				font-size: 0.833em;
				line-height: 1.2em;
				font-family: Verdana, Geneva, sans-serif;
				font-weight: bold;
				width: 100%;
				margin-bottom: 1.2em;
			}	

			#content #frmAddToCart fieldset ol li label {
				display: block;
				float: left;
			}	
	
			#content #frmAddToCart fieldset ol li select {
				border: 1px solid #a4b97f;
				color: #185a89;
				padding-left: 0.5em;
				width: 10em;
			}
	
			#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;
				font-size: 1em;
				position: absolute;
			}

			#content #frmAddToCart fieldset ol li#price {
				position: absolute;
				text-align: right;
				font-family: Arial, Helvetica, sans-serif;
				color: #3d94ed;
				font-weight: bold;
				font-size: 2.5em;
				line-height: 1em;
				width: 3em;
				margin-left: 12em;
			}

			#content #frmAddToCart fieldset ol li p.price {
			}

			#content #frmAddToCart fieldset ol li#price p.oldPrice, #content #frmAddToCart fieldset ol li#price p.saving {
				font-size: 0.4em !important;
			}
		
			#content #frmAddToCart p {
				font-size: 1em !important;
			}

			#content #frmAddToCart fieldset ol li p#shippingText {
				color: #9f9f9f;
				display: none;
			}
			
			#content #frmAddToCart fieldset.submit ol {
				margin: 0px;
				margin-top: 2.25em;
			}
			
			#content #frmAddToCart fieldset.submit ol li {
				margin-top: 0.9em;
				margin-bottom: 0;
			}

			#content #frmAddToCart fieldset.submit button {
				width: 100%;
				font-size: 2.4em;
				background-color: #d1e6eb;
				width: 19.167em;
				border: none;
				font-family: Arial, Helvetica, sans-serif;
				-moz-border-radius: 0px;
				-webkit-border-radius: 0px;
				text-align: center;
				margin: 0px;
				padding: 0px;
				height: 2.25em;
				line-height: 2.25em;
			}
			
			#content #frmAddToCart fieldset.submit a {
				width: 100%;
				font-size: 1.4em;
				background-color: #d1e6eb;
				width: 32.858em;
				border: none;
				font-family: Arial, Helvetica, sans-serif;
				-moz-border-radius: 0px;
				-webkit-border-radius: 0px;
				text-align: center;
				margin: 0px;
				padding: 0px;
				height: 1.929em;
				line-height: 1.929em;				
			}
			
			#content #frmAddToCart fieldset.submit button:hover, #content #frmAddToCart fieldset.submit a:hover {
				background-color: #428cd7;
				color: #FFF;
			}

			#content #frmAddToCart fieldset.submit button img, #content #frmAddToCart fieldset.submit a img{	
			}
		
			#content #frmAddToCart fieldset.submit button:hover {
			}	
		
		
			#content #frmAddToCart fieldset.submit #guestWishList {
			}
		
			#content #frmAddToCart fieldset.submit #guestWishList img {
			}
		
			#content #frmAddToCart fieldset.submit #wishListLink button {
			}
			
			/* 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;
				width: 100%;
				background-color: #e3effa;
			}
			
			#content div.categoryLinks a {
				display: block;
				padding: 1.5em;
			}
		
			#content div.categoryLinks ul li {
				float: left;
			}
	
			#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 {
		width: 130px;
		height: 150px;
	}

	#productBlock div.itemGrid img:hover {
		border: 2px solid #4489ce;	
	}

	#productBlock div.itemGrid img {
		width: 128px;
		height: 100px;
		border: 2px solid #616161;
	}

	#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 {
			margin: 1.5em 1.167em;
			width: 128px;
		}

	/* MOST POPULAR */
		#popularProducts {
			margin-left: 20px;
			float: left;
			width: 458px;
			border: 1px solid #bcbcbc;	
		}


/* WORDPRESS BLOG FRONTPAGE STYLES */
	#blog {
		background-color: #e3effa;
		border: 1px solid #cccccc;
		float: left;
		margin-top: 13px;
		font-size: 1.167em;
		line-height: 1.286em;		
	}
	
	#blog .latest {
		width: 28em;
		color: #626262;
		padding: 1em;
		float: left;
		margin-right: 2.858em;
		text-align: justify;
	}

	#blog .latest a.readMore {
		float: right;
		background-image: url("/img/structure/pageLayout/navArrow.png");		
		background-position: 1.2em 0.4em;
		background-repeat: no-repeat;
		padding-left: 32px;
	}

	#blog .previous {
		width: 30.214em;
		color: #626262;
		padding: 1em 2.857em 1em 14px;
		float: left;
	}

	#blog .previous ul {
		margin-top: 3px;
		padding-top: 1.286em;
	}

	#blog .previous li {
		background-image: url("/img/structure/pageLayout/navArrow.png");
		background-position: 1.2em 0.4em;
		background-repeat: no-repeat;
		padding-left: 32px;
	}
	
	#blog .previous li.last {
		text-align: right;
		float: right;
	}

	#blog .comments {
		width: 30.214em;
		color: #626262;
		padding: 1.929em 2.857em 1em 1em;
		float: left;
	}

	#blog span.line {
		width: 31.429em;
		background-color: #CCC;
		height: 1px;
		position: absolute;
		margin-top: -15px;
		margin-left: -1em;
		z-index: 1;
		display: block;
	}

	#blog .comments p {
		margin-top: 0.929em;
		margin-bottom: 1.286em;	
		margin-left: 15px;
	}

	#blog .subscribe {
		width: 30.214em;
		color: #626262;
		padding: 1.929em 2.857em 1em 1em;
		float: left;
	}

	#blog .subscribe a {
		background-repeat: no-repeat;
		background-position: right top;
		height: 14px;
		display: block;
		width: 12.857em;
		vertical-align: middle;
		padding-top: 14px;
		padding-bottom: 14px;
		float: left;		
		margin-left: 15px;
		margin-right: 1em;
		margin-top: 1.214em;
	}

	#blog .subscribe a.email {
		background-image: url(/img/structure/pageLayout/subscribeEmail.gif);
	}

	#blog .subscribe a.rss {
		background-image: url(/img/structure/pageLayout/subscribeRSS.gif);
		width: 12.143em;
	}

	#blog .subscribe a:hover {
		background-position: right bottom;
	}

	#blog h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #FFF;
		line-height: 29px;
		background-image: url(/img/structure/pageLayout/headingBG.png);
		background-repeat: repeat-x;
		height: 29px;
		text-transform: uppercase;
		position: absolute;
		margin-left: 2em;
		margin-top: -29px;
		z-index: 2;		
	}		
	
	#blog h3 span.first {
		background-image: url(/img/structure/pageLayout/headingBGLeft.png);
		background-repeat: no-repeat;
		position: absolute;
		left: -33px;
		width: 33px;
	}

	#blog h3 span.last {	
		background-image: url(/img/structure/pageLayout/headingBGRight.png);
		background-repeat: no-repeat;
		position: absolute;
		right: -33px;
		width: 33px;
	}

	#blog .latest h4 {
		font-size: 1.714em;
		line-height: 1.5em;
		font-weight: bold;
		margin-top: 3px;
	}

	#blog .latest p {
		margin-bottom: 1.286em;	
	}

/* CATEGORY PAGE STYLES */
	#content.subCats h1 {
		display: none;
	}

	.categoryGrid li {
		float: left;
		clear: none;
		width: 458px;
		height: 344px;
		border: 1px solid #bcbcbc;
		margin-left: 5px;
		margin-right: 5px;		
		margin-top: 3em;
	}	
	
	.categoryGrid a.heading {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #FFF;
		font-size: 1.167em;
		line-height: 29px;
		background-image: url(/img/structure/pageLayout/headingBG.png);
		background-repeat: repeat-x;
		height: 29px;
		text-transform: uppercase;
		margin-top: -1em;
		margin-left: 3em;
		margin-right: 0px;
		right: auto;
		position: absolute;
	}

	.categoryGrid a.heading span.first {
		background-image: url(/img/structure/pageLayout/headingBGLeft.png);
		background-repeat: no-repeat;
		position: absolute;
		left: -33px;
		width: 33px;
	}

	.categoryGrid a.heading span.last {	
		background-image: url(/img/structure/pageLayout/headingBGRight.png);
		background-repeat: no-repeat;
		position: absolute;
		right: -33px;
		width: 33px;
	}

	.categoryGrid li p {
		background-color: #d1e6eb;
		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;
		-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: #4090E1;
		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 */
	.itemGrid, .categoryGrid {
		float: left;
		clear: both;
	}

	.itemGrid li {
		float: left;
		width: 132px;
		height: 12em;
		margin: 1.5em 0.917em;
		text-align: center;
		font-size: 1em;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-align: center;
		line-height: 1.5em;		
	}

	.itemGrid img {
		border: 2px solid #616161;
		width: 128px;
		height: 100px;
		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 {
			width: 120px;
			height: 150px;
		}

		#alternativeProducts div.itemGrid img:hover {
			border: 2px solid #4489ce;	
		}

		#alternativeProducts div.itemGrid img {
			width: 128px;
			height: 100px;
			border: 2px solid #616161;
		}
	
		#alternativeProducts div.itemGrid p {
		}	
	
		#alternativeProducts div.itemGrid p.price {
		}

		/* SIMILAR PRODUCTS */
		#similarProducts {
			float: left;
			clear: none;
			width: 458px;
			border: 1px solid #bcbcbc;			
		}
		
		#similarProducts.full {		
			width: 100%;
		}
		
		#similarProducts.full .itemGrid li, #productsPanel .itemGrid li, #content.categoryPage .itemGrid li {
			margin: 1.5em 1.167em;
			width: 128px;
		}
	
		/* CUSTOMERS ALSO BOUGHT */
		#customersAlsoBought {
			margin-left: 20px;
			float: left;
			width: 458px;
			border: 1px solid #bcbcbc;	
		}

		/* YOU RECENTLY VIEWED */
		#productsPanel {
			float: left;
			clear: none;
			width: 100%;
			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 {
		width: 580px;
		margin-right: 20px;
		float: left;
	}

	#frmPromoCode {
		width: 340px;
		margin-top: 1.5em;
		float: left;
	}

	#frmPromoCode p {
		font-size: 1em !important;
		line-height: 1.5em;
	}

	#frmPromoCode fieldset {
		padding-bottom: 1.5em;	
	}

	#shippingOptions {
		width: 480px;	
		margin-right: 20px;
		float: left;
		min-height: 216px;
	}
	
	#otherInfo {
		width: 400px;	
		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 10px;
	padding: 1.417em 0 0;
	clear: both;
	width: 100%;
	display: block;
	background-color: #ebebeb;
	position: relative;
	float: left;
}

#footer p.heading {
	margin-top: -31px;	
}

#footer div.copyright {
	float: left;
	background-image: url(/img/structure/pageLayout/logoSml.gif);
	background-repeat: no-repeat;
	height: 3.6em;
	margin-top: 3.6em;
	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;	
}

#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;
}