/*
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 {
		height: 100%;
		/* background-image: url(/img/structure/pageLayout/hgridbg.png); */
	}

	#mainContainer {
		/* background-image: url(/img/structure/pageLayout/hgridbg.png); */
		width: 78.333em;
		max-width: 98%;
		margin: auto;
		padding-left: 0.833em;
		padding-right: 0.833em;
	}


/* Link styles */
	a {
		color: #8c3e1c;
		text-decoration: none;
	}
	
	a:hover {
		color: #1C6B8D;		
		text-decoration: underline;
	}


/* Page layout styles */
	#logo img {
		padding: 0px;
		margin: 0px;
		border: none;
		display: block;
		margin: auto;
		position: relative;
		top: 25px;
	}

	#header {
		background-color: #7f7f6b;
		height: 126px;
		width: 100%;
		margin: auto;
	}
	
	#header #adminLinks {
		background-color: #CBCBAB;
		height: 1.8em;
		padding-left: 5em;
		padding-right: 5em;
		border-bottom: 2px solid #4C4C40;
		border-right: 2px solid #4C4C40;		
		position: absolute;
	}	



/* Search Bar */
	#frmSearch {
		width: 15em;
		padding: 0px;
		font-size: 1em;
		background-color: #b3b3a1;
		margin-bottom: 1.417em;
	}
	
	#frmSearch fieldset {
		background: none;
		border: 0px;
		width: 174px;
		margin: auto;
		padding-top: 1px;
	}
	
	#frmSearch fieldset legend {
		display: none;
	}
	
	#frmSearch fieldset ol {
		padding: 0px;
	}
	
	#frmSearch fieldset li {
		padding: 0px;
	
	}
	
	#frmSearch fieldset label {
		text-indent: -9000px;
		float: left;
		font-size: 1em;
		margin-right: 0px;
		width: 0px;
	}
	
	#frmSearch fieldset input {
		float: left;
		border: 1px solid #9d9d9d;
		font-size: 0.833em;
		vertical-align: middle;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		width: 12em;
		margin-top: 0px;
	}
	
	#frmSearch fieldset button {
		position: absolute;
		top: 0px;
		right: 0px;
		border: 1px solid #612B14;
		display: block;
		padding: 0px;
		margin: 0px;
		width: 50px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;	
		font-size: 0.833em;
		background-color: #8c3e1c;
		color: #FFF;
		height: 1.6em;
		line-height: 100%;
	}
	
	#frmSearch fieldset button:hover {	
		background: #FFF;
		border: 1px solid #000;
		color: #612B14;
	}
	
	#frmSearch fieldset ol li a {
		float: right;
		font-size: 0.833em;
		line-height: 1.8em;
		margin-top: -2px;
	}


/* Navigation styles */
	#navigation {
		background-color: #b3b3a1;
		height: 3.33em;
		position: absolute;
		top: 86px;
		width: 100%;
		margin: auto;
		height: 3.33em;
	}

	#navigation div {
		width: 78.333em;
		padding-left: 0.833em;
		padding-right: 0.833em;
		margin: auto;
	}

	#navigation ul {
		width: 100%;
		font-weight: bold;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: left;
		color: #FFF;
		height: 3.33em;
		display: block;
	}

	#navigation ul li {
		display: table;
		height: 3.33em;
		width: 6.94em;
		float: left;
		border-left: 1px solid #cbcbbe;
		border-right: 1px solid #cbcbbe;
		text-align: center;
	}

	#navigation ul li a {
		color: #8c3e1c;
		width: 100%;
		height: 100%;
		display: table-cell;
		vertical-align: middle;
	}

	#navigation ul li a:hover {
		color: #FFF;
		background-color: #858577;
		text-decoration: none;
	}

	#navigation ul li.active a {
		color: #FFF;
		background-color: #858577;
	}

	#navigation ul li.active a:hover {
		background-color: #858577;
		cursor: default;
	}

	#secondNav {
	}

	#secondNav ul {
	}

	#secondNav ul li {
	}

	#secondNav ul li a {
	}

	#secondNav ul li a:hover {
	}



/* Side Panels */
	#panel1 {
		/* width: 13.333em; */
		width: 15em;
		margin-left: -63.333em;
		float: left;
		margin-bottom: 1.5em;
	}
	
	#panel2 {
		/* width: 13.333em; */
		width: 15em;
		float: left;
		margin-bottom: 1.5em;		
	}
	
	/* Sub Categories */
		.productPage #subCategories {
			position: absolute;	
		}
	
		#subCategories ul li {
			text-align: left;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight: bold;		
			border-right: 1px solid;
			padding-right: 6px;
			padding-left: 7px;
			line-height: 12px;
			display: block;
			float: left;
			margin-top: 3px;
			margin-bottom: 1.75em;	
		}

		#subCategories ul li:first-of-type {
			padding-left: 0px;	
		}

		#subCategories ul li:last-of-type {
			border-right: none;
		}

	/* Side Panel Shopping Cart */
		#cartDetails {
			background-color: #b3b3a1;
			padding-left: 1.5em;
			padding-right: 1.5em;
			padding-bottom: 1.5em;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			background-image: url(/img/structure/pageLayout/shoppingBag.png);
			background-position: 10.5em 4.5em;
			background-repeat: no-repeat;
			margin-bottom: 1.5em;
		}

		#cartDetails h4 {
			color: #FFF;
			font-size: 1.167em;
			line-height: 2.571em;
			font-weight: bold;
		}
	
		#cartDetails p {
			color: #FFF;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}
	
		#cartDetails ul {
		}	
	
		#cartDetails ul li a {
		}
	
		#cartDetails ul li a:hover {
			color: #FFF;
		}	


	/* Side Panel Member box */
		#memberPanel {
			padding-left: 1.5em;
			padding-right: 1.5em;
			padding-bottom: 1.5em;			
			background-color: #b3b3a1;
			color: #FFF;
			margin-bottom: 1.5em;
		}
	
		#memberPanel h4 {
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 1.167em;
			line-height: 2.571em;
			font-weight: bold;
			background: none;
			padding-right: 0px;
			color: #FFF;
		}
		
		#memberPanel p {
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}
	
		#memberPanel ul {
		}	
	
		#memberPanel ul li {
			height: 1.5em;	
		}

		#memberPanel ul li a {
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			background: none;
		}
	
		#memberPanel ul li a:hover {
		}
	
		#memberPanel p.loggedIn {
		}
		
		#memberPanel ul.loggedIn {
		}
	
		#memberPanel ul.loggedIn li {
		}

	/* Side Panel Newsletter List */
		#newsletter {
			background-color: #b3b3a1;
			padding-bottom: 1.5em;
			padding-left: 8px;
			padding-right: 8px;
			color: #FFF;
		}
		
		#newsletter h4 {		
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 2em;
			line-height: 1.5em;
			text-align: center;
			font-weight: bold;
			margin-bottom: 1em;
			text-transform: uppercase;
			letter-spacing: 1px;
			border-bottom: dotted 3px;
			margin-bottom: 14px;
		}
		
		#newsletter p.latest {
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 1.167em;
			line-height: 1.286em;
		}

		#newsletter form {
			padding: 0px;
			margin: 1.5em 0;
		}

		#newsletter form fieldset {
			border: none;
			background: none;
			margin: 0px;
		}
	
		#newsletter form fieldset ol {
			padding: 0px;
		}
	
		#newsletter form fieldset ol li {
			clear: none;
			width: auto;
			padding: 0px;
		}
	
		#newsletter form legend {	
			display: none;
		}
	
		#newsletter form label {
			text-indent: -9000px;
			float: left;
			font-size: 1em;
			margin-right: 0px;
			width: 0px;
		}
	
		#newsletter form input {	
			float: left;
			border: 1px solid #9d9d9d;
			font-size: 0.833em;
			vertical-align: middle;
			font-weight: bold;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			width: 16em;
		}
	
		#newsletter form button {
			border: 1px solid #612B14;
			background: #8c3e1c;
			color: #FFF;
			font-size: 0.833em;
			line-height: 1em;
			display: block;
			padding: 0px;
			margin: 0px;
			width: 5em;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			float: right;
			height: 1.6em;
			margin-top: 0.2em;
			position: absolute;
			right: 0px;
			top: 1.8em;
			margin-right: 0.6em;	
		}	
	
		#newsletter form button:hover {
			background: #FFF;
			border: 1px solid #000;
			color: #612B14;			
		}

		#newsletter #subscribeResponse {
			margin-top: 1.8em;
			width: 100%;
			font-size: 0.833em;
			line-height: 1.2em;
			margin-bottom: -2.3em;
		}
		
		#subscribeResponse .error {
			background-image: url(/img/elements/icons/exclamation.png);
			background-position: 0.33em center;
			background-repeat: no-repeat;
			color: #F33;
			padding-left: 2.6em;
			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: 2.6em;
			display: block;
		}
	
	/* News summary */
		#blogSummary {
			background-color: #ddded6;
			padding-left: 1.5em;
			padding-right: 1.5em;
			padding-bottom: 1.5em;
			margin-bottom: 1.5em;
		}
		
		#blogSummary h4 {
			font-size: 2em;
			line-height: 1.5em;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: normal; 
		}

		#blogSummary p.blogTitle {
			float: left;
			font-weight: bold;
			line-height: 1.8em;
			font-size: 0.833em;
			width: 100%;
		}
		
		#blogSummary p.blogSummary {
			clear: both;
			font-size: 0.833em;
			line-height: 1.2em;
			color: #565656;
			height: 7.2em;
			overflow: hidden;
		}
	
		#panel p.blogSummary a.blogLink {
			float: right;
		}	


	/* Side panel promotion blocks */
		#sidePanelPromos {
			clear: both;
			float: left;
		}

		#sidePanelPromos a {
			border: 1px solid #999999;
			width: 178px;
			display: block;
			text-align: right;
			font-family: Georgia, "Times New Roman", Times, serif;
			background-color: #ddded8;
			margin-bottom: 1.583em;
		}

		#sidePanelPromos a img {
			border-bottom: 1px solid #999999;
			display: block;
		}

		#sidePanelPromos a:hover {
			background-color: #f0f0ec;
			text-decoration: none;
		}
	
/* Main Content */
	#content {
		float: left;
		width: 46.667em;
		margin: auto;
		margin-left: 15.833em;
		margin-right: 0.833em;
		margin-bottom: 3em;
	}

	#content.productPage {
			position: relative;
			top: 3em;	
	}

	#content h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #8c3e1c;
		font-size: 2.5em;
		line-height: 1.2em;
		font-weight: normal;

	}
	
	#content.frontPage h1 {	
		display: none;
	}

	#content h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.5em;
		line-height: 1em;
		/* margin-bottom: 1em; */
		color: #8c3e1c;
		clear: both;
	}

	#breadCrumb {
		font-size: 0.833em;
		line-height: 1.8em;
		height: 1.8em;
	}

	#content .pagination {
		font-size: 0.833em;
		line-height: 1.8em;
		float: right;
		position: absolute;
		margin-top: -5.4em;
		width: 56em;
		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: -2.417em;
		margin-bottom: 0.583em;
		position: absolute;
		margin-left: 34.833em;
	}

	#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 {
		clear: both;
		float: left;
		border-top: 1px solid #9d9d9d;
		margin-top: 4.5em;		
	}

		#content ol#viewAll li p.pagination {
			font-size: 0.833em;
			line-height: 1.8em;
			float: right;
			clear: none;
			position: relative;
			padding-top: 1.8em;
		}

	#content div.homepageContent {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1em;
		line-height: 1.5em;
		text-align: justify;
		margin-bottom: 1.5em;
		position: relative;
		display: block;
	}
	
	#fpPromotionImage {
		display: block;
		height: 377px;
	}
	
	#fpPromotionImage img {
		width: 560px;
		height: 377px;
	}

	#content div.homepageContent p.shopButton {
		margin-top: 1.5em;
	}

	#content div.homepageContent p a.buttonLink {
		font-family: Tahoma, Geneva, sans-serif;
		background-color: #8c3e1c;
		color: #FFF;
		border: 1px solid #612B14;
		font-weight: bold;
	}

	#content div.homepageContent p a.buttonLink:hover {
		color: #8c3e1c;
		background-color: #FFF;
	}

	/* 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.productPage h2 {
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #8c3e1c;
			font-size: 2.5em;
			line-height: 1.2em;
			font-weight: normal;	
			position: absolute;
			top: -1.2em;
		}

		#content.productPage h1 {
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #8c3e1c;
			font-size: 1.5em;
			line-height: 1em;
			font-weight: normal;
			margin-bottom: 0;
			width: 180px;
			display: block;
			float: right;
		}
		
		#content.productPage #subCategories {
			position: absolute;
			top: 0;				
		}
	
		#content #description {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1em;
			line-height: 1.5em;
			margin-top: 1.5em;
		}
		
		#content #enquiryText {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1em;
			line-height: 1.5em;
			margin-top: 1.5em;
		}		
		
		#content #productImageContainer {
			float: left;
			width: 370px;
			margin-right: 10px;
			margin-top: 1.5em;
		}		
	
		#content #productImageDiv {
			border: 1px solid #9d9d9d;
			width: 370px;
			float: left;
			margin-right: 10px;
			margin-top: -1.5em;
		}
		
		#content #productImageDiv.noTopMargin {		
			margin-top: 0;
		}

		#content #productImageDiv #productImage {
			display: block;
		}

		#content #productImageDragtext {
			background: #ffffff;
			color: #000;
			font-size: 1em;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			width: 370px;
			border-bottom: 1px solid #9d9d9d;
			border-left: 1px solid #9d9d9d;
			border-right: 1px solid #9d9d9d;
			float: left;
		}

		#content #productImageDragtext span {
			background: #8c3e1c;
			color: #ffffff;
			margin-right: 5px;
			display: block;
			width: 4em;
			padding-left: 0.5em;
			height: 1.583em;
			float: left;
		}		

		#content #productImageDragtext span.closeZoom {
			background: url(/img/elements/icons/tinyCrossWht.gif) no-repeat 4em 0.417em #9d9d9d;
			float: right;
			color: #ffffff;
			padding: 0px;
			padding: 0 1em 0 5px;
			margin: 0px;
			cursor: pointer;
		}

		#content #alternatePhotos {
			width: 372px;
			margin-top: 1.5em;
			font-size: 1em;
			float: left;			
			margin-right: 8px;
		}	
	
		#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 {
			clear: both;
			float: left;
			position: relative;
			margin-top: -45px;
			margin-left: 331px;
			background: url(/img/structure/buttons/btnZoom.png) center 5px no-repeat rgb(219, 219, 219);
			background-color: rgba(219, 219, 219, 0.6);			
			font-weight: bold;
			padding-top: 27px;
			width: 40px;
			text-align: center;
			-moz-border-radius-topleft: 5px;
			-webkit-border-radius-topleft: 5px;
		}
		
		#content #productAttributes {
			clear: both;
		}
	
		#content #productAttributes li ul li{
		}

		
		/* ADD TO CART FORM */
			#content #frmAddToCart {
				width: 170px;
				float: right;
			}
			
		
			#content #frmAddToCart fieldset {
				border: none;
				background: none;
				margin: 0px;
				padding-bottom: 0px;
				font-family: Georgia, "Times New Roman", Times, serif;
			}
		
			#content #frmAddToCart fieldset legend {
				display: none;
			}

			#content #frmAddToCart fieldset ol {
				padding: 0px;
			}

			#content #frmAddToCart fieldset ol li {
				clear: none;
				width: auto;
				padding-bottom: 0px;
				width: 100%;
				margin: 0px;
			}	

			#content #frmAddToCart fieldset ol li label {
				display: block;
			}	
	
			#content #frmAddToCart fieldset ol li select {
				border: 1px solid #a4b97f;
				color: #185a89;
				padding-left: 0.25em;
				clear: both;
			}
	
			#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 #price {
				margin-bottom: 1.5em;
			}

			#content #frmAddToCart fieldset ol li p.price {
				font-family: Georgia, "Times New Roman", Times, serif;
				color: #8c3e1c;
				margin-top: 1.5em;
				font-weight: bold;
			}

			#content #frmAddToCart fieldset ol li p.oldPrice, #content #frmAddToCart fieldset ol li p.saving {
				font-family: Georgia, "Times New Roman", Times, serif;
				font-weight: bold;
			}

			#content #frmAddToCart .productOptions, #content #frmAddToCart #sizes {
				margin-left: 1em;
				margin-top: 0.75em;
			}

			#content #frmAddToCart p {
				font-size: 1em !important;
			}

			#content #frmAddToCart fieldset ol li p#shippingText {
				color: #9f9f9f;
				display: none;
			}
			
			#content #frmAddToCart fieldset.submit {
				margin-top: 1.5em;
			}
						
			#content #frmAddToCart fieldset.submit button, #content #frmAddToCart fieldset.submit a {
				margin-top: 0.333em;
				margin-bottom: 0.5em;
				text-align: center;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size: 1em;
				padding: 0px;
				width: 12em;
				margin-left: 1em;
				border: 1px solid #612B14;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;	
				background-color: #8c3e1c;
				color: #FFF;
			}

			#content #frmAddToCart fieldset.submit button {
				width: 12.167em;
			}

			#content #frmAddToCart fieldset.submit button:hover, #content #frmAddToCart fieldset.submit a:hover {
				background-color: #FFF;
				color: #8c3e1c;
			}

			#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 {
					font-size: 0.833em !important;
					line-height: 1.8em;
				}
				
				#content #frmAddToCart #outOfStock p strong {
					background-image: url(/img/elements/icons/exclamation.png);
					background-repeat: no-repeat;
					background-position: left top;
					padding-left: 2em;
					display: block;
				}
				
				#content #frmAddToCart #outOfStock label {
					width: 3.333em;
				}

				#content #frmAddToCart #outOfStockBtn input {
					width: 13.333em;	
				}

				#content #frmAddToCart #outOfStockBtn button {
					border: 1px solid #9d9d9d;
					font-size: 0.833em;
					display: block;
					padding: 0px;
					margin: 0px;
					-moz-border-radius: 2px;
					-webkit-border-radius: 2px;
					float: right;
					width: 5em;
					margin-right: 0.5em;
				}

				#content #frmAddToCart #outOfStockBtn p {
					font-size: 0.833em !important;
					line-height: 1.8em;
					font-family: Tahoma, Geneva, sans-serif;
				}

				#content #frmAddToCart #membersOutOfStockBtn button {
					margin-top: 0.333em;
					margin-bottom: 0.5em;	
				}
				
				#content #frmAddToCart #membersOutOfStockBtn p {
					font-size: 0.833em !important;
					line-height: 1.8em;
				}

		/* Category Links */
			#content div.categoryLinks {
				clear: both;
			}
			
			#content div.categoryLinks a {
			}
		
			#content div.categoryLinks ul li {
			}
	
			#content div.categoryLinks ul li ul li {
			}


	/* 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;
		}

		.searchBasic #searchCMS {
			clear: both;
		}	

		.searchBasic #searchCMS li {
			margin-top: 1.5em;
		}
		
		.searchBasic #searchCMS li a {
			font-size: 1.5em;
			line-height: 1em;
		}
		
	/* 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;
	}	

/* PRODUCT ITEM GRID PAGE STYLES */
	.itemGrid, .categoryGrid {
		float: left;
		clear: both;
		margin-bottom: 1.5em;
	}

	.categoryGrid li, .itemGrid li {
		float: left;
		width: 150px;
		height: 18em;
		margin-left: 1.5em;
		margin-right: 1.5em;
		text-align: left;
		font-size: 1em;
		line-height: 1.5em;
		font-family: Georgia, "Times New Roman", Times, serif;
	}	

	.categoryGrid img, .itemGrid img {
		border: 1px solid #9D9D9D;
		width: 150px;
		height: 150px;
		float: left;
		margin-bottom: 9px;
		
	}
	
	.itemGrid img:hover, .categoryGrid img:hover {
		border: 1px solid #78B0D0;
	}

	#productsPanel {	
		float: left;
		margin-top: 1.5em;
		background-color:#B3B3A1;
		padding-left: 1.5em;
		padding-right: 1.5em;
		padding-bottom: 1.5em;
		width: 12em;
	}

	#productsPanel h4 {	
		font-size: 1.167em;
		text-align: center;
		margin-top: 0.643em;
		margin-bottom: 0.643em;		
		font-weight: bold;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #FFF;
	}	
	
	#productsPanel li {
		font-size: 0.833em;
		line-height: 1.8em;
		width: 100%;
		display: block;
	}

	/* ALTERNATIVE PRODUCTS */
		#alternativeProducts {

		}
	
		#alternativeProducts div.itemGrid li {
			width: 80px;
			height: auto;
			margin-left: 0px;
			margin-right: 20px;
			font-size: 0.833em;
		}

		#alternativeProducts div.itemGrid li:nth-of-type(5n+1){
			clear: both;
		}
	
		#alternativeProducts div.itemGrid img {
			width: auto;
			height: auto;
		}
		
		#alternativeProducts div.itemGrid li span {
			display: block;
			clear: both;
		}
	
		#alternativeProducts div.itemGrid p {
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #8c3e1c;
			margin-bottom: 0.75em;
		}	
	
		#alternativeProducts div.itemGrid p.price {
		}

		/* SIMILAR PRODUCTS */
		#similarProducts {
			width: 100%;
			float: left;
			clear: both;			
			margin-top: 1.417em;
			border-top: 1px solid #acacac;			
		}
	
		/* CUSTOMERS ALSO BOUGHT */
		#customersAlsoBought {
			width: 100%;
			float: left;
			clear: both;			
			margin-top: 1.417em;
			border-top: 1px solid #acacac;			
		}
		
		/* LATEST PRODUCTS */		
		.latestProducts {
		}

/* Promo Code */
	#promoCode p {
	}

	#promoCode input {
	}

	#promoCodeButton {
		padding-bottom: 0px;
	}

/* 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;
	}

/* Footer */
	#footer {
		background-color: #b3b3a1;
		margin: auto;
		clear: both;
		width: 100%;
		height: 10.5em;
	}

	#footer div {
		width: 78.333em;
		max-width: 98%;
		margin: auto;
		padding-top: 1.5em;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #000;
		font-size: 1em;
	}


	#footer p#siteDesign {
		float: right;
		position: relative;
		top: 9em;
		font-size: 0.833em;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		right: 1em;
	}

	/* Footer CMS Edit buttons */
	#footer div div {
		width: auto;
		position: relative;
		padding-top: 0px;
		width: 15em;
		float: left;
		margin-right: 5em;
	}

	#footer div div.end {
		margin-right: 0em;
	}

	#footer div div a.cmsEditButton {
		position: absolute;
		left: 0;
		float: left;
		width: 80px;
		margin-top: 90px;
	}



/* 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;
}

/* 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;

}

.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;	
}
