/*
Global Style Sheet

Version:   2.0
Author:    Gary Stanton - Simian Enterprises
Email:     info@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;
	}
	
	:focus {
		outline: 0;
	}
	
	body {
		color: black;
		font-size: 75%;
		line-height: 1.5em;
		font-family: Verdana, Geneva, 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/12-col.gif);
		background-repeat: repeat-y;
		background-position: center top;
		*/
	}

	#mainContainer {
		padding-left: 0.833em;
		padding-right: 0.833em;
		width: 78.333em;
		margin: auto;
		min-height: 100%;
		max-width: 98%;
		position: relative;
	}

	#instructions {
		background-color: #ebebeb;
		margin-top: 1.5em;
		padding: 1.5em;
		margin-bottom: 1.5em;
		clear: both;
	}
	
	.box {
		padding: 1.417em 1em;
		margin: 1.5em 1em;
		border: 1px solid black;
		line-height: 1.5em;
		background-image: -moz-linear-gradient(top, #fdfdfd, #d5d4d4); /* FF3.6 */
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #fdfdfd),color-stop(1, #d5d4d4)); /* Saf4+, Chrome */
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#d5d4d4'); /* IE6,IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#d5d4d4')"; /* IE8 */			
	}
	
	#content {
		float: left;
	}	
	
	/* Pagination */
		p.pagination {
			width: 54.28em;
			text-align: right;
			font-size: 1.167em;
			line-height: 1.286em;
			margin-bottom: 1.286em;
			text-transform: capitalize;
			float: right;
		}	
	
		p.pagination a {
			padding-left: 0.357em;
			padding-right: 0.357em;		
			color: #000;		
			-moz-border-radius: 8px; /* FF1+ */
			-webkit-border-radius: 8px; /* Saf3+, Chrome */
			border-radius: 8px; /* Opera 10.5, IE 9 */
		}	
	
		p.pagination a:hover {
			background-color: #838383;
			color: #FFF;
			text-decoration: none;
		}	
	
		p.pagination strong {
			background-color: #838383;
			color: #FFF;
			padding-left: 0.357em;
			padding-right: 0.357em;
			font-weight: normal;
			-moz-border-radius: 8px; /* FF1+ */
			-webkit-border-radius: 8px; /* Saf3+, Chrome */
			border-radius: 8px; /* Opera 10.5, IE 9 */
		}
	
/* Header styles */
	h1 {
	}
	
	h2 {
		font-size: 1.5em;
		line-height: 1em;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 1em;
		clear: both;
	}

/* Link styles */
	a {
		color: #4090e1;
		text-decoration: none;
	}
	
	a:hover {
		color: #05e9fd;
		text-decoration: underline;
	}


/* Page layout styles */
	#logo {
		width: 340px;
		height: 113px;
		display: block;
	}
	
	#logo img {
		padding: 0px;
		margin: 0px;
		border: none;
		width: 340px;
		height: 113px;
	}

	#header {
		width: 78.333em;
		background-color: #FFF;
	}

	#header p {
		font-size: 0.75em;
		line-height: 1.5em;
		position: absolute;
		top: 50px;
		margin-left: 102px;
		text-align: center;	
	}

/* Search Bar */
	#frmSearch {
		width: 24.917em;
		padding: 0px;
		font-size: 1em;
		position: absolute;
		right: 11px;
		top: 10px;
	}
	
	#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;
		margin: 0;
	}
	
	#frmSearch fieldset input {
		border: 1px solid #000;
		font-size: 1em;
		font-weight: bold;
		margin-top: 0px;
		width: 218px;		
		height: 22px;
		-moz-border-radius: 0;
		box-shadow: 1px 1px #888888;
		-webkit-box-shadow: 1px 1px #888888;
		-moz-box-shadow: 1px 1px #888888;		
	}
	
	#frmSearch fieldset button {
		background-color: #000;
		-moz-border-radius: 0;
		width: 72px;
		height: 26px;
		position: absolute;
		top: 0px;
		right: 0px;
		font-size: 1em;
		display: block;
		padding: 0px;
		margin: 0px;
		border: none;
		color: #FFF;
		box-shadow: 1px 1px #888888;
		-webkit-box-shadow: 1px 1px #888888;
		-moz-box-shadow: 1px 1px #888888;
		text-transform: uppercase;
	}

	#frmSearch fieldset button:hover {
		background-position: bottom;
	}

	#frmSearch fieldset ol li a {
		float: right;
		font-size: 0.833em;
		line-height: 1.8em;
	}

	#frmSearch fieldset ol li a:before {
		content: "\00BB \0020";
	}

/* Navigation styles */
	#navigation {
		height: 2.4em;
		background-color: #000;
		font-size: 0.833em;
		line-height: 2.4em;		
		text-transform: uppercase;
		font-weight: bold;	
		position: relative;		
	}

	#footerNav ul li {
		font-size: 0.833em;
		line-height: 2.4em;		
		text-transform: uppercase;
		font-weight: bold;			
	}

	#navigation ul li, #footerNav ul li {
		display: inline;
		float: left;
	}

	#navigation ul li a, #footerNav ul li a {
		color: #FFF;
		display: block;
		padding: 0 1.9em;
	}

	#navigation ul li a:hover, #footerNav ul li a:hover {
		color: #000;
		background-color: #f2f2eb;
		text-decoration: none;
	}

	#footerNav {
		height: 1.8em;
		background-color: #000;
		width: 78.333em;
		float: left;
		clear: both;
	}


	/* Account styling */
		#accountLinks {
			background-color: #464646;
			color: #FFF;
			display: inline;
			float: right;
		}

		ul#accountLinks li a {
			padding: 0 1em;
			float: right;
		}
		
		ul#accountLinks li a:before {
			content: "\00BB \0020";
		}

/* Shopping cart badge */
	#cartDetails {
		width: 21.833em;
		position: absolute;
		right: 10px;
		top: 72px;
		background-image: url(/img/structure/pageLayout/shoppingBasket.gif);
		background-repeat: no-repeat;
		padding-left: 38px;
	}

	#cartDetails p {
		font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
		font-size: 1.5em;
		line-height: 1em;
		font-weight: bold;
		color: #bfbfbf;
	}	

	#cartDetails ul {
		font-size: 0.833em;
		line-height: 1.8em;
		float: left;
	}	
	
	#cartDetails ul#links {
		width: 60%;	
	}
	
	#cartDetails ul#links li {
		display: inline;
		margin-right: 15px;
	}

	#cartDetails ul#links li:before {
		content: "\00BB \0020";
	}

	#cartDetails ul#items {
		margin-top: -1.8em;
		width: 40%;
	}

	#cartDetails ul#items.discount {
		margin-top: -3.6em;
	}		
	
	#cartDetails ul#items.discount li:nth-of-type(2) {
		color: #0C6;	
	}
	
	#cartDetails ul#items li {
		display: block;
		text-align: right;
		color: #616161;
		font-weight: bold;
	}
	
	#cartDetails ul#items li:first-child {
		font-size: 1.4em;	
		line-height: 1.286em;
	}
		
/* Phone number */
	#cartDetails+p {
		position: absolute;
		font-size: 0.917em;
		line-height: 1.09em;
		margin-top: -45px;
		width: 21.819em;
		text-align: center;
		margin-left: 100px;
		text-transform: uppercase;
	}
		
		
/* Front page promo blocks */
	#fpPromoBlock {
		height: 257px;
		width: 938px;
		border-left: 1px solid black;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
		margin: auto;
		z-index: 0;
	}
	
	#fpPromoBlock div.details {
		margin-top: 112px;
		height: 146px;
		background-color: rgba(0, 0, 0, 0.7);
		color: #FFF;
		position: relative;
	}	

	#fpPromoBlock div.details div {
		float: left;
		width: 540px;
	}

	#fpPromoBlock div.details h2 {
		font-size: 54px;	
		font-weight: normal;
		font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
		text-transform: capitalize;
		line-height: 54px;
		padding-top: 7px;
		padding-bottom: 3px;
		padding-left: 8px;
		margin-bottom: 0;
		float: left;
	}
	
	#fpPromoBlock div.details div p {
		font-size: 1em;
		line-height: 1.5em;
		padding-left: 10px;
		padding-right: 20px;
	}	
	
	#fpPromoBlock div.details ul {
		float: left;
		width: 398px;
		margin-top: 9px;
	}

	#fpPromoBlock div.details ul li {
		float: left;
		font-size: 0.833em;
		line-height: 1.35em;
		text-transform: uppercase;
		width: 80px;
		margin-right: 5px;
		margin-left: 12px;		
	}
	
	#fpPromoBlock div.details ul li img {
		width: 72px;
		height: 72px;
		clear: both;
		border: 1px solid black;
		margin-bottom: -2px;
	}	
	
	#fpPromoBlock div.details ul li img:hover {	
		border: 1px solid #05e9fd;	
	}
	
	#fpPromoBlock div.details ul li a {
		color: #FFF;	
	}
	
	#fpPromoBlock div.details p.link a {
		color: #FFF;
		text-align: right;
		float: right;
		font-size: 0.833em;
		line-height: 1.8em;
		background-color: #000;
		text-transform: uppercase;
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 17px;
		position: absolute;
		right: 0;
		top: 12em;
	}	

	#fpPromoBlock div.details p.link a:before {
		content: "\00BB \0020";
	}

	#fpPromoBlock div.details p.link a:hover {
		background-color: #05e9fd;
		color: #000;
		text-decoration: none;
	}
	
	#fpPromoBlock div.noProducts {
		height: 90px;
		margin-top: 168px;
		position: relative;		
	}
	
	#fpPromoBlock div.noProducts h2 {
		font-size: 48px;
		line-height: 48px;
		padding-bottom: 0;
		padding-top: 0;
	}	

	#fpPromoBlock div.noProducts div {
		width: 100%;
	}

	#fpPromoBlock div div p {
		clear: both;
	}

	#fpPromoBlock div.noProducts p.link {
		position: absolute;
		right: 0;
		top: 10px;		
	}

	#fpPromoBlock.noJS {
		height: auto;
		width: auto;
		border: none;
		display: none;
	}
	
	#fpPromoBlock.noJS div.details {
		margin-top: 1.5em;
		height: auto;
		background-color: #000;
		background-color: rgba(0, 0, 0, 0.7);
		color: #FFF;
		padding-bottom: 1.5em;
		margin-bottom: 1.5em
	}	

	#fpPromoBlock.noJS div.details div {
		float: left;
		width: auto;
		width: 50%;
	}	

	#fpPromoBlock.noJS div.details h2 {
		font-size: 2em;	
		font-weight: normal;
		font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
		text-transform: capitalize;
		line-height: 0.75em;
		padding-top: 10px;
		padding-bottom: 8px;
		padding-left: 10px;
		margin-bottom: 0;
		float: left;
	}

	#fpPromoBlock.noJS div.details p.link a {
		color: #FFF;
		text-align: right;
		float: right;
		font-size: 0.833em;
		line-height: 1.8em;
		background-color: #000;
		text-transform: uppercase;
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 17px;
	}

	#fpPromoBlock.noJS div.noProducts {
		height: auto;
		margin-top: 0;
		position: relative;		
	}
	
	#fpPromoBlock.noJS div.noProducts h2 {
		font-size: 2em;
		line-height: 0.75em;
		padding-top: 10px;
		padding-bottom: 8px;
		padding-left: 10px;
	}	

	#fpPromoBlock.noJS div.noProducts div {
		width: 50%;
	}

/* Generic promo blocks */
	.promoBlock {
		clear: both;
		width: 100%;
		float: left;
	}

	.promoBlock h2 {
		border: 1px solid black;
		float: left;
		font-size: 24px;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 36px;
		margin-bottom: 0.75em;
		clear: none;
	}
	
	.promoBlock a {
		display: block;
		padding-top: 126px;
		color: #FFF;
	}

	.promoBlock a:hover {
		background-color: none;
		background-color: rgba(0, 0, 0, 0.2);
		text-decoration: none;
	}

	.promoBlock a strong {
		background-color: rgba(0, 0, 0, 0.7);
		padding-left: 8px;		
		padding-bottom: 9px;
		padding-top: 9px;
		display: block;
	}	
	
	/* Full blocks */
		.promoBlock.full h2 {
			width: 938px;
			height: 178px;
		}

		.promoBlock.half a {
			width: 938px;
		}
		
		.promoBlock.half a strong {	
			width: 930px;
		}	
	
	/* Half blocks */
		.promoBlock.half h2 {
			width: 458px;
			height: 179px;
			margin-left: 0.208em;
			margin-right: 0.208em;
		}

		.promoBlock.half h2:nth-of-type(2n+1) {
			margin-left: 0;
			margin-right: 0.833em;
		}
	
		.promoBlock.half h2:nth-of-type(2n+2) {
			margin-left: 0;
			margin-right: 0;
		}
		
		.promoBlock.half a {
			width: 458px;
		}
		
		.promoBlock.half a strong {	
			width: 450px;
		}
		
	/* Third blocks */
		.promoBlock.third h2 {
			width: 298px;
			height: 178px;
			margin-left: 0.25em;
			margin-right: 0.25em;
			overflow: hidden;
		}
	
		.promoBlock.third h2:nth-of-type(3n+1), .promoBlock.third h2:nth-of-type(3n+2) {
			margin-left: 0;
			margin-right: 0.833em;
		}

		.promoBlock.third h2:nth-of-type(3n+3) {
			margin-left: 0;
			margin-right: 0;
		}

		.promoBlock.third a {
			width: 298px;
		}
		
		.promoBlock.third a strong {	
			width: 290px;
		}

/* Masthead */
	#masthead {
		width: 78.167em;
		background-color: #FFF;
		border-right: 1px solid black;
		border-left: 1px solid black;
		float: left;
		margin-bottom: 1.5em;
		min-height: 5em;		
	}

	#masthead div {
		display: block;
		background-color: #000;
		background-color: rgba(0, 0, 0, 0.7);
		vertical-align: bottom;
		padding-top: 6px;
		padding-bottom: 2px;
		padding-left: 16px;
		border-bottom: 1px solid black;
		border-right: 1px solid black;
		border-left: 1px solid black;
		margin-left: -1px;
		margin-right: -1px;
		margin-top: 9px;
	}	

	#masthead h1 {
		font-size: 2em;
		line-height: 1em;
		text-transform: uppercase;
		color: #FFF;
		font-weight: bold;
	}
	
	#masthead div p {
		text-transform: uppercase;
		color: #FFF;
	}

	#masthead div p a {
		color: #FFF;
	}


/* Item grid */
	.itemGrid {
		float: left;
		clear: both;
	}

	.itemGrid li {
		float: left;
		font-size: 0.833em;
		line-height: 1.2em;
		text-transform: uppercase;
		width: 140px;
		height: 198px;
		margin-right: 2em;
	}

	.itemGrid li:nth-of-type(6n+6) {
		margin-right: 0;
	}

	.itemGrid li:nth-of-type(6n+7) {
		clear: both;
	}

	.itemGrid img {
		float: left;
		margin-bottom: 2px;
		width: 138px;
		height: 138px;
		border: 1px solid #000;
		margin-bottom: 2px;
	}
	
	.itemGrid img:hover, .categoryGrid img:hover {
		border: 1px solid #2386eb;
	}


/* Category grid */
	.categoryGrid {
		float: left;
		clear: both;
		width: 100%;
	}

	.categoryGrid li {
		float: left;
		border: 1px solid #000;
		width: 458px;
		height: 178px;
		margin-left: 1.667em;
		margin-bottom: 1.5em;
		position: relative;
	}	
	
	.categoryGrid li:nth-of-type(odd) {
		margin-left: 0;
		clear: both;
	}
	
	.categoryGrid li h2 {	
		position: absolute;
		bottom: 0;
		font-size: 2em;
		line-height: 1.5em;
		text-transform: uppercase;
		font-weight: bold;
		background-color: #000;
		background-color: rgba(0, 0, 0, 0.7);
		width: 100%;
		padding-top: 0.375em;
		padding-bottom: 0.375em;
		display: block;
		z-index: 2;
		margin-bottom: 0;
	}

	.categoryGrid li h2 a {
		padding-left: 10px;
		color: #FFF;
		padding-top: 0.75em;
		padding-bottom: 0.75em;		
		padding-right: 1em;
	}

	.categoryGrid li ul {
		float: left;
		width: 100%;
		padding-top: 1.5em;
		height: 13.333em;
		background-color: #000;
		background-color: rgba(0, 0, 0, 0.7);
		opacity: 0.7;
		z-index: 1;
	}

	.categoryGrid li ul:hover {
		opacity: 1;
	}

	.categoryGrid li ul li {
		height: auto;
		border: none;
		text-transform: uppercase;
		padding-left: 3%;
		width: 47%;
		display: inline;
		margin-left: 0;
		margin-bottom: 0;
		clear: none;
		color: #FFF;
	}
	
	.categoryGrid li ul li a {	
		color: #FFF;
	}
	
	.categoryGrid li ul li h3:before, .categoryGrid li p:before {
		content: "\00BB \0020";
	}	

	.categoryGrid li p {
		position: absolute;
		font-size: 0.833em;
		line-height: 1.8em;
		bottom: 0px;
		right: 10px;
		text-transform: uppercase;
		color: #FFF;
		z-index: 10;
	}
	.categoryGrid li p a {
		color: #FFF;
	}

/* Product sort menu */
	#sortOrder {
		text-transform: uppercase;
		font-size: 0.833em;
		line-height: 1.6em;
		border: 1px solid #000;
		float: left;
		margin-bottom: 1.8em;
		background-color: #ebebeb;
	}

	#sortOrder p {
		float: left;
		background-color: #000;
		color: #FFF;
		padding: 0 0.5em;
	}
	
	#sortOrder p:hover {
		cursor: pointer;
	}

	#sortOrder ul {
		position: absolute;
		margin-top: 1.7em;
		left: 1em;
		width: 15em;	
		background-color: #FFF;
		border: 1px solid black;
	}

	#sortOrder ul li {
	}
	
	#sortOrder ul li a, #sortOrder ul li strong {
		padding: 0.2em 1em;
		display: block;
	}

	#sortOrder ul li a:hover {
		background-color: #6FF;
		color: #000;
		text-decoration: none;
	}	

	#sortOrder.noJS {
		width: 93.8em;
		border: 1px solid #999898;
		position: relative;
	}

	#sortOrder.noJS p {
		margin: 0 2em 0 0;		
	}

	#sortOrder.noJS ul {
		width: auto;
		border: none;
		background: none;
		position: relative;
		left: 0;
		margin-top: 0;
	}

	#sortOrder.noJS ul li {
		float: left;
		margin: 0 0.1em;		
	}
	
	#sortOrder.noJS ul li a, #sortOrder.noJS ul li strong {
		padding: 0em 2.4em;
	}
		

/* Featured Products (Category pages) */
	#featuredProducts {
		text-transform: uppercase;
	}
	
	#featuredProducts p {
		text-transform: uppercase;
		color: #656262;
		text-shadow: 1px 1px 0px #e5e4e4;
		font-weight: bold;
	}

	
	/* Enhanced styling for carousel */
		#featuredProducts.enhanced {
			background-image: -moz-linear-gradient(top, #cbcaca, #f0f0f0); /* FF3.6 */
			background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #cbcaca),color-stop(1, #f0f0f0)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbcaca', endColorstr='#f0f0f0'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbcaca', endColorstr='#f0f0f0')"; /* IE8 */			
			clear: both;
			position: relative;
			border: 1px solid #999898;
			height: 214px;	
			width: 938px;
			margin: 0 auto 1.5em;
		}

		#featuredProducts.enhanced div {
			margin: auto;
		}

		#featuredProducts.enhanced li {
			float: left;
			font-size: 0.833em;
			line-height: 1.2em;
			text-transform: uppercase;
			width: 140px !important;
			height: 194px;
			margin-right: 1em;
			margin-left: 1em;
			display: block;
		}
		
		#featuredProducts.enhanced img {
			float: left;
			margin-bottom: 2px;
			width: 138px;
			height: 138px;
			border: 1px solid #000;
			margin-bottom: 2px;
		}
		
		#featuredProducts.enhanced p {
			margin-left: 3px;
			margin-bottom: 2px
		}
					
		#featuredProducts.enhanced ul {
			float: left;
		}

		#featuredProducts.enhanced ul li {
		}
		
		#featuredProducts.enhanced ul li a {
			color: #585858;
			text-transform: uppercase;
		}
		
		#featuredProducts a.prev, #featuredProducts a.next {
			width: 29px;
			float: left;
			display: block;
			text-indent: -9000px;
			height: 83px;
			position: absolute;
			z-index: 2;
		}
		
		#featuredProducts a.prev {
			background-image: url(/img/structure/pageLayout/gradientLrgButtons.gif);
			background-position: 0 0;
			cursor: pointer;
			left: 0;
			top: 54px;
		}
		
		#featuredProducts a.prev:hover {
			background-position: 0 -83px;
		}
		
		#featuredProducts a.next {
			background-image: url(/img/structure/pageLayout/gradientLrgButtons.gif);
			background-position: -29px 0;
			cursor: pointer;
			right: 0;
			top: 54px;
		}	
		
		#featuredProducts a.next:hover {
			background-position: -29px -83px;
		}	


/* Product Page */

	/* Product Details */
		#productDetailsDiv {
			float: right;
			width: 31.667em;
			position: relative;
			margin-bottom: 1.5em;
		}
		
		#productDetailsDiv h2 {
			font-size: 2em;
			line-height: 1.125em;
			font-weight: bold;
			text-transform: uppercase;
			display: block;
			height: 2.25em;
			margin-bottom: 0;
		}

		#productDetailsDiv #description {
			text-align: justify;
		}

	/* Size guide link */
		#sizeInfo {
			position: absolute;
			font-size: 0.833em;
			line-height: 2em;
			width: 14em;
			vertical-align: middle;
			text-align: center;
			right: 0;
			margin-top: 1.8em;
			z-index: 2;
		}

		#sizeInfo a {
			background-color: #000;
			color: #FFF;
			text-transform: uppercase;
			display: block;
		}
		
		#sizeInfo a:hover {
			background-color: #05e9fd;
			color: #000;
			text-decoration: none;
		}

	/* Shipping info */
		#shippingText {
			color: #9f9f9f;
			position: absolute;
			font-size: 0.833em;
			margin-top: -14em;
		}
	

	/* Product Image */
		#productImageDiv {
			/* border: 1px solid #9d9d9d; */
			float: left;
			width: 540px;
			background-image: url(/img/elements/loadingSml.gif);
			background-repeat: no-repeat;
			background-position: 180px 180px;
		}
		
		#productImageDiv #productImageLink {
			float: left;
			border: 1px solid black;			
		}

		#productImageDiv #productImage {
			display: block;
			width: 378px;
			height: 376px;
			float: left;
		}
		
		#alternatePhotos {
			float: left;
			width: 108px;
			margin-left: 1.667em;
			margin-bottom: 9px;
		}	
	
		#alternatePhotos li {
			margin-bottom: 27px;
		}

		#alternatePhotos li.endRow {
		}
		
		#alternatePhotos li img {
			border: 1px solid #000;
			width: 106px;
			height: 106px;
			display: block;
		}

		#alternatePhotos li img:hover {
			border: 1px solid #38bbff;
		}

	/* Add to cart form */
		#frmAddToCart {
			margin-top: 1.5em;
			z-index: 1;
		}

		#frmAddToCart fieldset {
			margin: 0px;
			border: none;
			background: none;
			padding-bottom: 0px
		}
	
		#frmAddToCart fieldset legend {
			display: none;
		}

		#frmAddToCart fieldset ol {
			padding: 0px;
		}

		#frmAddToCart fieldset ol li {
			width: auto;
			padding-bottom: 0px;
			margin: 0px;
			clear: both;
		}	

		#frmAddToCart fieldset ol li label {
			display: none;
		}	

		#frmAddToCart fieldset ol li select {
			border: 1px solid #a4b97f;
			color: #185a89;
			font-size: 1.167em;	
			padding-left: 0.5em;
			float: left;
			width: 15.714em;
			margin-bottom: 1.071em;
		}

		#frmAddToCart fieldset ol li.error label {
			background: none !important;
		}

		#frmAddToCart fieldset ol li.error select {
			background-color: #FBE9EB;
			color: #E23750;
			border: 1px solid #E23750;
		}

		#frmAddToCart fieldset ol li p {
			font-size: 1em;
			line-height: 1.5em;
			margin: 0px;
		}

		#frmAddToCart fieldset ol li.error strong {
			margin: 0px;
		}

		#frmAddToCart fieldset ol li p.price {
			font-size: 3em !important;
			line-height: 1em;
			margin-top: 0.5em;
		}

		#frmAddToCart fieldset ol li p.oldPrice, #content #frmAddToCart fieldset ol li p.saving {
		}

		#frmAddToCart ol.primaryAction {
			position: absolute;
			right: 0;
			margin-top: -3em;
		}
		
		#frmAddToCart ol.primaryAction li button {
			width: 220px;
			background-color: #000;	
			border: none;
			color: #FFF;
			font-size: 1.5em;
			height: 2em;
			text-transform: uppercase;
			font-weight: normal;
			margin: 0;
			padding: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;			
			border-radius: 0;
		}
		
		#frmAddToCart ol.primaryAction li button:hover {
			background-color: #05e9fd;
			color: #000;
			text-decoration: none;
		}
		
		#frmAddToCart ol.secondaryAction {
			clear: both;
			float: left;
			width: 100%;
			margin-top: 1.5em;
			height: 4.5em;
			position: relative;
			background-color: #c4c4c4;
		}
		
		#frmAddToCart ol.secondaryAction li {
			float: left;
			clear: none;
			width: 33.3%;
		}
		
		#frmAddToCart ol.secondaryAction li#wishListLink button, #frmAddToCart ol.secondaryAction li#wishListLink a {
			background: #c4c4c4 url(/img/structure/pageLayout/cartButtons.png) no-repeat center -18px;
			padding: 36px 0 0 0;
			margin: 0;
			font-size: 0.833em;
			line-height: 1.8em;
			text-transform: uppercase;
			color: #FFF;
			font-weight: normal;
			width: 126px;
			text-align: center;
			display: block;
			border: none;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;			
			border-radius: 0;		
		}
		
		#frmAddToCart ol.secondaryAction li#wishListLink button {
			padding: 38px 0 2px 0;
		}
		
		#frmAddToCart ol.secondaryAction li#wishListLink button:hover, #frmAddToCart ol.secondaryAction li#wishListLink a:hover {
			background: #afafaf url(/img/structure/pageLayout/cartButtons.png) no-repeat center -98px;
		}

		#frmAddToCart ol.secondaryAction li#wishListLink span {
			position: absolute;
			left: 47px;
			top: 20px;
			width: 12px;
			text-align: center;
			color: #FFF;
			font-size: 0.667em;
		}
		
		#frmAddToCart ol.secondaryAction li#tellAFriend button, #frmAddToCart ol.secondaryAction li#tellAFriend a {
			background: #c4c4c4 url(/img/structure/pageLayout/cartButtons.png) no-repeat center -178px;
			padding: 36px 0 0 0;
			margin: 0;
			font-size: 0.833em;
			line-height: 1.8em;
			text-transform: uppercase;
			color: #FFF;
			font-weight: normal;
			width: 127px;
			text-align: center;
			display: block;
			border: none;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;			
			border-radius: 0;			
		}
		
		#frmAddToCart ol.secondaryAction li#tellAFriend button:hover, #frmAddToCart ol.secondaryAction li#tellAFriend a:hover {
			background: #afafaf url(/img/structure/pageLayout/cartButtons.png) no-repeat center -258px;
		}		
		
		#frmAddToCart ol.secondaryAction li#shippingInfo button, #frmAddToCart ol.secondaryAction li#shippingInfo a {
			background: #c4c4c4 url(/img/structure/pageLayout/cartButtons.png) no-repeat center -338px;
			padding: 36px 0 0 0;
			margin: 0;
			font-size: 0.833em;
			line-height: 1.8em;
			text-transform: uppercase;
			color: #FFF;
			font-weight: normal;
			width: 127px;
			text-align: center;
			display: block;
			border: none;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;			
			border-radius: 0;			
		}
		
		#frmAddToCart ol.secondaryAction li#tellAFriend button:hover, #frmAddToCart ol.secondaryAction li#shippingInfo a:hover {
			background: #afafaf url(/img/structure/pageLayout/cartButtons.png) no-repeat center -418px;
		}

		/* 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;	
			}

	/* Product attibutes */	
		#productAttributes {
			font-size: 0.833em;
			line-height: 1.3em;
			margin-top: 10px;
			text-transform: uppercase;
		}

		#productAttributes li ul li {
			float: left;
			margin-right: 10px;
		}

		#productAttributes li ul li:after {
			content: ",";	
		}


	/* Related products */
		#relatedItems {
			border-top: 1px solid #000;
			margin-top: 1.5em;
			margin-bottom: 1.5em;
			font-size: 1em;
			width: 100%;
			clear: both;
			float: left;
			padding-top: 1.417em;
		}	

		#relatedItems p.heading {
			font-size: 2em;
			line-height: 0.75em;
			font-weight: bold;
			text-transform: uppercase;
			margin-bottom: 0.75em;
		}	
		

	/* Add to cart error responses */
		#submissionResponse {
			float: left;
			border: 0.1em solid;
			font-size: 0.833em;
			line-height: 1.8em;
			padding-top: 0.8em;
			padding-bottom: 0.8em;
			padding-left: 3em;
			font-weight: bold;
			margin-bottom: 1.8em;
			display: block;
			width: 90.8em;
		}

		#submissionResponse.error {
			background-color: #fbe9eb;
			background-image: url(/img/elements/icons/error.png);
			background-repeat: no-repeat;
			background-position: 0.8em 0.8em;
			border-color: #e23750;
		}
		
		#submissionResponse.error ul {
			color: #e23750;
		}
		
		#submissionResponse.success {
			background-color: #effbe9;
			background-image: url(/img/elements/icons/tick.png);
			background-repeat: no-repeat;
			background-position: 0.8em 0.8em;
			border-color: #6fe237;
		}		

/* Account pages */

	/* Generic styles */
		.accountPage h2 {
			font-size: 1em;
			line-height: 1.8em;			
			background-color: #000;
			color: #FFF;
			font-weight: bold;
			text-transform: uppercase;
			padding: 0.4em 0 0.4em 1em;
			margin-bottom: 0.9em;
		}
		
		.accountPage h3, .accountPage caption {
			font-size: 1em;
			line-height: 1.8em;			
			color: #FFF;
			font-weight: bold;
			text-transform: uppercase;
			padding-left: 1em;
			border-left: 1px solid black;
			border-right: 1px solid black;
			border-top: 1px solid black;
			margin-top: -1px;
		}		

		.accountPage caption.positive {
			background-color: #6C0;
		}
		
		.accountPage caption.negative {
			background-color: #F03;
		}
		
		.accountPage table {
			width: 98%;
			border: 1px solid black;
			margin: 0.5em auto 0.6em;
			text-transform: uppercase;
		}

		.accountPage table thead th {
			padding: 0.2em 0.2em 0.3em 0.2em;	
			background-color: #646464;
			text-align: center;
			color: #FFF;
		}

		.accountPage table tbody tr td {
			padding: 0 0.5em;
			height: 9em;
			text-align: center;
			vertical-align: middle;
			border-bottom: 1px solid #949494;
		}	

		.accountPage table tbody tr td.left {
			text-align: left;
		}

		.accountPage table th.alternate {
			background-color: #b2b2b2;
		}
		
		.accountPage table .alternate {
			background-color: #FFF;
			background-color: rgba(255, 255, 255, 0.3);
		}
		
		.accountPage table tbody tr td.small, .accountPage table thead tr th.small {
			width: 6em;	
		}
		
		.accountPage p {
			padding: 0 1em;	
		}
		
		.accountPage p.options {
			float: right;
			margin: 0.9em 1em 0.8em;
			text-transform: uppercase;
		}

		/* Wrapper divs */
		.accountPage div.wrapper {
			float: left;
			width: 38.333em;
		}
		
		/* Table buttons */
			.accountPage table tbody tr td a.positive, .accountPage table tbody tr td a.negative,.accountPage table tbody tr td a.moveToCart {
				width: 100%;
				height: 16px;
				text-indent: -99999px;
				display: block;
				margin: auto;
			}
		
			.accountPage table tbody tr td a.negative {
				background-image: url(/img/elements/icons/btnCross.gif);
				background-position: bottom;
				background-repeat: no-repeat;
			}
			
			.accountPage table tbody tr td a.negative:hover {		
				background-position: top;
			}
			
			.accountPage table tbody tr td a.positive {
				background-image: url(/img/elements/icons/btnTick.gif);
				background-position: bottom;
				background-repeat: no-repeat;
			}
			
			.accountPage table tbody tr td a.positive:hover {		
				background-position: top;
			}

			.accountPage table tbody tr td a.moveToCart {
				background-image: url(/img/elements/icons/btnCart.png);
				background-position: bottom;
				background-repeat: no-repeat;
			}
			
			.accountPage table tbody tr td a.moveToCart:hover {		
				background-position: top;
			}

			.accountPage table tbody tr td img.icon {
				margin-top: 6px;	
			}

	/* Account details */
		.accountForm {
			width: 38.167em;
			border: 1px solid black;
			float: left;
			background-image: -moz-linear-gradient(top, #fdfdfd, #d5d4d4); /* FF3.6 */
			background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #fdfdfd),color-stop(1, #d5d4d4)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#d5d4d4'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#d5d4d4')"; /* IE8 */	
			margin-bottom: 1.5em;
			height: 25.333em;
		}
		
		.accountForm fieldset {	
			border: none;
			margin: 0;
			-moz-border-radius: 0px; /* FF1+ */
			-webkit-border-radius: 0px; /* Saf3+, Chrome */
			border-radius: 0px; /* Opera 10.5, IE 9 */
			background: none;
		}
		
		.accountForm fieldset legend {	
			background-color: #000;
			color: #FFF;
			display: block;
			font-style: normal;
			font-size: 0.833em;
			line-height: 1.8em;
			margin-left: 0;
			padding-left: 1em;
			padding-right: 0;
			padding-top: 0.4em;
			padding-bottom: 0.4em;
			width: 44.8em;
			text-transform: uppercase;
		}
	
		.accountForm fieldset div {
			font-size: 0.833em;
			margin: 0 0 0 1em;
			line-height: 1.8em;
		}
		
		.accountForm fieldset ol {
			font-size: 0.833em;
			line-height: 1.8em;
		}
		
		.accountForm fieldset ol li {
			padding-bottom: 1.2em;
		}
	
		.accountForm fieldset ol li label {
			text-transform: uppercase;	
			height: 2.4em;
			line-height: 2.4em;
		}
	
		.accountForm fieldset ol li input, .accountForm fieldset ol li select {
			text-transform: uppercase;	
			-moz-border-radius: 0px; /* FF1+ */
			-webkit-border-radius: 0px; /* Saf3+, Chrome */
			border-radius: 0px; /* Opera 10.5, IE 9 */
			height: 2em;
			padding-left: 0.5em;
			margin-top: 0;
			width: 29em;
		}
		
		.accountForm fieldset ol li select {	
			height: 2.4em;
			margin-bottom: 0;
		}
	
		.accountForm fieldset ol li select option {	
			height: 1.6em;
			padding-top: 0.2em;
		}
	
		.accountForm fieldset ol li input[type="checkbox"] {
			width: 1em;	
		}
	
		.accountForm fieldset ol li input.short {
			width: 12em;	
		}
	
		.accountForm fieldset ol li input.extraShort {
			width: 6em;	
		}
		
		.accountForm fieldset ol li.error label {
			background: url("/img/elements/icons/cross.png") no-repeat scroll 100% 0.4em transparent !important
		}
	
		.accountForm fieldset ol li button {
			text-transform: uppercase;	
		}



	/* Member Addresses */
		#memberAddress {
			font-size: 0.833em;
			width: 45.8em;			
			border: 1px solid black;
			float: left;
			line-height: 1.8em;
			background-image: -moz-linear-gradient(top, #fdfdfd, #d5d4d4); /* FF3.6 */
			background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #fdfdfd),color-stop(1, #d5d4d4)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#d5d4d4'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#d5d4d4')"; /* IE8 */	
			margin-bottom: 1.8em;
			margin-left: 2em;
		}

	/* Other blocks */
		#stockReminders, #wishlistProducts, #previousOrders {
			font-size: 0.833em;
			width: 45.8em;			
			border: 1px solid black;
			float: left;
			margin-bottom: 1.8em;
			padding-bottom: 1.7em;			
			line-height: 1.8em;
			background-image: -moz-linear-gradient(top, #fdfdfd, #d5d4d4); /* FF3.6 */
			background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #fdfdfd),color-stop(1, #d5d4d4)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#d5d4d4'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#d5d4d4')"; /* IE8 */	
		}

	/* Orders */
		#previousOrders {
			margin-left: 2em;
		}


/* Cart / Checkout */
	#frmUpdateCart {
		clear: both;
	}

	#frmPromoCode {
		margin-top: 1.5em;
	}

	#frmPromoCode p {
		font-size: 1em !important;
		line-height: 1.5em;
	}
	
	#cartTotal {
		clear: both;	
	}	


/* 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;
		padding-bottom: 1em;
	}

	.searchAdvanced form ol.checkboxes li:hover label {
		color: #00F;
		cursor: pointer;
	}

	.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;
	}

	/* Advanced search facebox form */
		#searchAdvanced form p {
			text-align: left	
		}

		#searchAdvanced form fieldset {
			width: 740px;
		}
		
		#searchAdvanced form fieldset legend {
			display: none;
		}





/* Promo Code */
	#promoCode p {
	}

	#promoCode input {
	}

	#promoCodeButton {
		padding-bottom: 0px;
	}
	



/* Footer */
	#footer {
		clear: both;
		width: 92.6em;
		display: block;
		background-color: #ebebeb;
		position: relative;
		font-size: 0.833em;
		line-height: 1.8em;
		color: #585858;
		padding: 0.9em 7px;
		float: left;
	}

	#footer p.vcard {
		width: 21.3em;
		margin-right: 2em;
		float: left;
	}

	#footer #quickLinks {	
		float: left;
		width: 14em;
		margin-right: 2em;
	}

	#footer #quickLinks ul li:before {
		content: "\00BB \0020";	
	}

	#footer div.copyright {
		float: left;
		clear: both;
		margin-top: 1.8em
	}

	#footer div.copyright p {
		float: left;
	}
	
	#footer p#siteDesign {
		position: absolute;
		right: 5px;
	}
	
	#footer ul#shopLinks {
		clear: both;
		width: 100%;
		display: block;
		margin-top: 1.8em;
	}
	
	#footer ul#shopLinks li {
		margin-right: 2em;
		display: inline;
	}

	/* Recently viewed products */
		#recentlyViewed {
			float: left;	
			width: 30em;
		}
		
		#recentlyViewed ul li {
			float: left;
			width: 80px;
			margin-right: 1em;
			font-size: 0.9em;
			line-height: 1.333em;
			height: 73px;
			margin-top: -1px;
			overflow: hidden;
			display: block;
		}
		
		#recentlyViewed img {
			width: 38px;
			height: 38px;
			border: 1px solid black;
			display: block;
		}	
		
		/* Enhanced styling for carousel */
			#recentlyViewed.enhanced {
			}
			
			#recentlyViewed.enhanced p {
				margin-bottom: 0.6em;
			}
						
			#recentlyViewed.enhanced ul {
				background-image: url(/img/structure/pageLayout/gradientSmlBG.gif);
				background-position: 0 -27px;
				border-top: 1px solid #888888;
				border-bottom: 1px solid #888888;
				float: left;
				height: 9.5em;
			}

			#recentlyViewed.enhanced ul li {
				padding-top: 10px;
				padding-left: 7px;
				width: 70px;
				height: 80px;
			}
			
			#recentlyViewed.enhanced ul li a {
				color: #585858;
				text-transform: uppercase;
			}
			
			#recentlyViewed.enhanced ul li img {
				margin-bottom: 1px;
			}			
			
			#footer a.prev, #footer a.next {
				width: 19px;
				border-bottom: 1px solid #888888;
				border-top: 1px solid #888888;
				float: left;
				display: block;
				text-indent: -9000px;
				margin-top: 2.4em;
				height: 9.5em;
			}
			
			#footer a.prev {
				background-image: url(/img/structure/pageLayout/gradientSmlButtons.gif);
				border-left: 1px solid #888888;
				border-right: 1px solid #888888;
				background-position: 0 -27px;
				cursor: pointer;
			}
			
			#footer a.prev:hover {
				background-position: 0 -177px;
			}
			
			#footer a.next {
				background-image: url(/img/structure/pageLayout/gradientSmlButtons.gif);
				border-left: 1px solid #d9d8d8;
				border-right: 1px solid #888888;
				background-position: -19px -27px;
				cursor: pointer;				
			}	
			
			#footer a.next:hover {
				background-position: -19px -177px;
			}			

	/* Footer Mailing List */	
		#footer #mailingList {
			float: right;	
			width: 203px;
			padding-right: 10px;
		}

		#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 {
			border: 1px solid #000;
			font-size: 1.2em;
			font-weight: bold;
			width: 200px;		
			height: 20px;
			-moz-border-radius: 0;
			box-shadow: 1px 1px #888888;
			-webkit-box-shadow: 1px 1px #888888;
			-moz-box-shadow: 1px 1px #888888;
			margin-top: -14px;
		}
		
		#mailingList form button {
			background-color: #000;
			-moz-border-radius: 0;
			width: 72px;
			height: 20px;
			position: absolute;
			right: 1px;
			top: 20px;
			font-size: 1em;
			display: block;
			padding: 0px;
			margin: 0px;
			border: none;
			color: #FFF;
			box-shadow: 1px 1px #888888;
			-webkit-box-shadow: 1px 1px #888888;
			-moz-box-shadow: 1px 1px #888888;
			text-transform: uppercase;
		}	

		#mailingList form button:hover {	
		}
	
		#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;
			margin-top: 21px;
		}

		#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;
			margin-top: 21px;			
		}


/* 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 {
	clear: both;
	display: block;
}

/* Column definitions */
.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;
}



/* Button styles
Thanks to Kevin Hale @ Particle Tree
http://particletree.com/features/rediscovering-the-button-element */

a.button {
    display:block;
    float:left;
    margin:4px 7px 4px 0;
    background: #f7f7f7;
    border:1px solid #c2c2c2;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    padding: 5px 12px 6px 9px; /* Links */

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

    width: auto;
    overflow: visible;
}

a.button img {
    margin: -1px 6px -4px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}

/* STANDARD */

a.button:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
a.button:active {
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

a.button.positive {
    color:#529214;
}
a.button.positive:hover {
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
a.button.positive:active {
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

a.button.negative {
    color:#d12f19;
}
a.button.negative:hover {
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
a.button.negative:active {
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
