body
{
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-size: 100%;
	color: #ddd;
	background: #000;
}

h1
{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.9em;
	margin: 0 0 0.8em 0;
	color: #FFF;
}


h2
{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0 0 10px 0;
	color: #FFF;
}


h3
{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
	color: #FFF;
}


a
{
	color: #fff;
	text-decoration: none;
	outline: 0;

}

a:hover
{
	text-decoration: underline;
cursor: pointer;
}

.red-arrow
{
	color: #D12D43;
	background: url('http://cdn.layerslondon.com/images/btn_arrow_red_right.gif') no-repeat right;
	padding-right: 10px;
}

p
{
	margin: 0 0 1em 0;
}

img
{
	border: 0;
}

input, textarea, select
{
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-size: 1em;
	background: #e8e8e8;

}

form
{
	margin: 0;
	padding: 0;
}

.error
{
	border: 1px solid #D12D43;
	padding: 10px 10px 0 10px;
	margin: 0 0 20px 0;
}

p.warning 
{
	border: 1px solid #D12D43;
	padding: 10px 10px 10px 10px;
	margin: 0 0 20px 0;
}

.msg
{
	border: 1px solid #999;
	padding: 10px 10px 0 10px;
	margin: 0 0 20px 0;
}


.no-image
{
	background: url('http://cdn.layerslondon.com/images/no-image.png') center no-repeat;
}

.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



img#bg
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

div#wrapper
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

	img#intro-bg
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2000;
		background: #000;
	}
	
	#intro
	{
		margin: 0 auto 0 auto;
		width: 975px;
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 2001;
	}
	
	#intro:hover
	{
		cursor: pointer;
	}

	#intro-no-script
	{
			margin: 200px auto 0 auto;
			width: 975px;
			position: absolute;
			display: block;
			top: 0;
			left: 0;
			width: 100%;
			text-align: center;
			z-index: 2001;
			font-size: 0.8em;
	}

		#intro-no-script img
		{
				margin-bottom: 20px;
		}


	div#wrapper div#header
	{
		width: 975px;
		margin: 40px auto 0 auto;
		background: url('http://cdn.layerslondon.com/images/logo.png') no-repeat;
		position: relative;
		height: 60px;
	}

		.blog #wrapper #header
		{
			background: url('http://cdn.layerslondon.com/images/logo.png') 345px 0 no-repeat;
		}

		div#header div#logo a
		{
			position: absolute;
			top: 0;
			left: 0;
			width: 290px;
			height: 60px;
			display: block;
			
		}

			div#header div#logo a span
			{
				display: none;
			}

		div#header div#breadcrumb
		{
			float: right;
			text-align: left;
			width: 685px;
		}

			div#breadcrumb ul
			{
				margin: 0;
				padding: 40px 0 0 0;
				list-style: none;
				font-size: 0.75em;
				color: #999;
			}

				div#breadcrumb ul li
				{
					float: left;
					text-transform: uppercase;
				}
				
					div#breadcrumb ul li a
					{
						border-right: 1px solid #ccc;
						padding-right: 10px;
						margin-right: 10px;

					}

	div#wrapper div#content
	{
		width: 975px;
		margin: 20px auto;
	}

		div#content div#left
		{
			float: left;
			width: 290px;
		}

		ul#nav
		{
			padding: 30px 0 0 25px;
			margin: 0;
			list-style: none;
			font-family: Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
			width: 265px;
		}
		
		ul#nav li
		{
			margin-bottom: 4px;
			position: relative;
			display: block;
			width: 190px;
			line-height: 1em;
			background: none;
			z-index: 1000;
		}

		ul#nav li.sale
		{
			margin-top: 25px;
		}

		ul#nav li.sale li
		{
			margin-top: 0;
		}
		
		ul#nav li a
		{
			text-decoration: none;
			color: #DDD;
			text-transform: uppercase;
			font-size: 0.89em;
			padding: 6px 0 4px 7px;
			display: block;
			line-height: 1em;
		}
		
		
		/* links with no subs */
		ul#nav li a:hover,
		ul#nav li.hi a
		{
			color: #D12D43;
		}
		
		/* links with subs */
		ul#nav li.dir a:hover,
		ul#nav li.dir-on a
		{
			color: #D12D43;
			background: url('http://cdn.layerslondon.com/images/bg_grey_dark.png');
		}
	
			/* level 2 styles */
			ul#nav li ul
			{
				display: none;
				position: absolute;
				top: 0;
				left: 190px;
				list-style: none;
				margin: 0;
				font-size: 22px;
				padding: 0;
				font-family: Lucida Sans Unicode, Lucida Grande, Arial, Sans-Serif;
				z-index: 1000;
			}

				ul#nav li ul li
				{
					margin-bottom: 0 !important;
					float: left;
					line-height: 0.8em;
					width: 180px;
					position: relative;
				}

				ul#nav li.designers ul li
				{
					width: 440px;
				}

				ul#nav li.designers ul.mens li
				{
					width: 480px;
				}

				ul#nav li.dir-on a,
				ul#nav li.dir-on li.dir-on a,
				ul#nav li.dir-on li.dir-on li.dir-on a
				{
					color: #D12D43;
				}
				
				#nav li.dir-on li a,
				#nav li.dir-on li.dir-on li a,
				#nav li.dir-on li.dir-on li.dir-on li a
				{
					color: #FFF;
					display: inline;
					display: block;
					padding: 1px 7px 1px 7px;
				}

				
				
				ul#nav ul li.first a
				{
					padding-top: 4px;
				}
					
				ul#nav ul li.last a
				{
					padding-bottom: 4px;
				}

				ul#nav ul li a:hover
				{
					color: #D12D43 !important;
				}

				/* seasons block */
				#nav ul li .seasons
				{
					position: absolute;
					right: 0px;
					bottom: 2px;
					font-size: 0.55em;
					width: 150px;
				}

					#nav ul li .seasons a
					{
						background: none !important;
						padding-top: 9px;
						padding-right: 5px;
					}

					.seasons .latest,
					.seasons .second,
					.seasons .archive
					{
						float: left;
						width: 40px;
						height: 20px;
					}

					/* level 3 styles */
					ul#nav li ul ul
					{
						left: 180px;
					}

	/* secondary nav */
	ul#nav-extra
	{
		margin: 0;
		padding: 30px 0 0 30px;
		list-style: none;
		font-size: 0.8em;
	}

		ul#nav-extra li
		{
			margin-bottom: 5px;
			text-transform: lowercase;
		}

		ul#nav-extra li a
		{
			text-decoration: none;
		}

ul li.search span
{
background: url("http://cdn.layerslondon.com/images/icon_search.gif") no-repeat scroll right top transparent;
padding-right: 15px;
}


	/* browse area */
	div#browse 
	{
		margin: 30px 0 0 30px;
	}

		div#browse h3
		{
			font-weight: normal;
			font-size: 0.9em;
		}

			div#browse h3 a
			{
				padding-right: 12px;
				color: #DDD;
				background: url('http://cdn.layerslondon.com/images/icon_search.gif') no-repeat top right;
			}

	div#browse form
	{
		display: none;
		font-size: 0.75em;
	}

		div#browse input
		{
			background: none;
		}

		div#browse form select 
		{
			display: none;
			margin: 5px 0;
			width: 160px;
			height: 120px;
			background: #ccc;
			opacity: 0.85;
			color: #000;
	border: 1px solid #ccc;		
		}

		div#browse form #select-wrapper
		{
			height: 120px;
		}

		div#browse form select option.sub
		{
			font-weight: normal;
		}

ul#nav-extra li a:hover
{
	text-decoration: underline;
}

	div#content div#right
	{
		width: 685px;
		float: right;
		font-size: 0.8em;
	}

div#content div#right a
{
	color: #D12D43;
}

	div#content.generic div#right
	{
		padding-top: 28px;
	}

	div#footer
	{
		width: 975px;
		margin: 20px auto 0 auto;
		font-size: 0.69em;
		color: #999;
	}

		div#footer a
		{
			color: #999;
		}
		
		div#footer p
		{
		float: left;
		width: 630px;
		margin-left: 290px;
		}

		div#footer #social
		{
			float: right;
			width: 50px;
			text-align: right;
		}

		div#footer #social a
		{
			margin-left: 2px;
		}

		div#footer div#strapline
		{
			background: url('http://cdn.layerslondon.com/images/strapline.png') no-repeat top left;
			border-bottom: 1px dotted #999;
			width: 685px;
			float: right;
			height: 30px;
			margin-bottom: 10px;
		}

			div#strapline span
			{
				display: none;
			}

/* product page */

div#product-left
{
	float: left;
	width: 320px;
}

	div#product-left div#product-img
	{
		margin-bottom: 5px;
	}

	div#product-img a
	{
		background: #000;
	}

	div#product-img.no-image
	{
		border: 1px solid #999;
		height: 479px;
	}


	div#product-left div#zoom 
	{
		text-align:right;
		margin-bottom: 5px;
	}

		div#product-left div#zoom span
		{
			font-size: 0.9em;
			background: url('http://cdn.layerslondon.com/images/icon_viewer.gif') no-repeat 0 1px;
			padding: 0 0 0 15px;
		}

	div#product-thumbs
	{
		text-align:right;
		float: right;
		display: inline;
	}

		div#product-thumbs a
		{
			margin: 1px 0 1px 8px;
			background: #000;
			display: block;
			float: left;
		}

			div#product-thumbs a.hi img,
			div#product-thumbs a:hover img
			{
				opacity: 1;
				margin: 0;
			}

			div#product-thumbs a img
			{
				opacity: 0.5;
				display: block;
			}

#product-right
{
	float: left;
	width: 320px;
	margin-left: 30px;
}

	#product-right h1
	{
		margin-bottom: 0;
	}

	#product-right h2
	{
		color: #D12D43;
		margin-bottom: 5px;
		font-size: 1.4em;
	}

	#product-right p#product-price
	{
		color: #FFF;
		font-weight: bold;
		margin: 0 0 1em 0;
	}

	p#product-price .price-currency
	{
		font-weight: normal;
		color: #ccc;
		font-size: 0.9em;
		margin-left: 5px;
	}
		
	.price-sale
	{
		background: #D12D43;
		padding: 3px;
	}
	
	.price-original
	{
		color: #ccc;
		text-decoration: line-through;
		font-size: 0.9em;
		padding-left: 5px;
	}

	.designer-thumb .price-sale
	{
		margin-top: 5px;
		padding: 2px;
		float: left;
		color: #FFF;
	}

	#product-right div#product-desc
	{
	}

		#product-right table.product-table
		{
			margin: 1em 0 1em 0;
		}

			table.product-table th
			{
				text-align: left;
				vertical-align: top;
				padding: 5px 0 5px 0;
			}

			table.product-table td
			{
				padding: 5px 0 5px 10px;
				vertical-align: top;
			}

				table.product-table ul
				{
					list-style: none;
					margin: 0;
					padding: 0;
				}
				
					table.product-table ul li
					{
						float: left;
						margin-right: 10px;
					}
					
						div#content div#right table.product-table ul li a
						{
							
							padding: 0px;
							display: block;
							color: #FFF;
						}
						
						
						div#content div#right table.product-table ul li a:hover
						{
						
							color: #D12D43;
text-decoration: none;
						}

						div#content div#right table.product-table ul li.hi a
						{
							color: #D12D43;
text-decoration: none;
							
						}

table.product-table .material
{

}


table.product-table .material p
{
margin-bottom: 5px;
}

ul.modifiers-size li.ruler
{
margin-left: 20px;
}

	ul.modifiers-size li.ruler a
	{
		border: 0 !important;
		font-size: 0.9em;
		text-transform: lowercase;
		padding-left: 10px;
	}
	
		div#content div#right ul.modifiers-size li.ruler a:hover
		{
			background: none;
		}
	
		table.size-guide
		{
			display: none;
		}
	
		table.size-guide th.top
		{
			border-bottom: 1px dotted #ccc;
			padding: 3px;
		}
		
		table.size-guide th.left
		{
			border-right: 1px dotted #ccc;
			padding: 3px;
			text-align: right;
		}
		
		table.size-guide td
		{
			padding: 3px 5px 3px 5px;
		}

	input.product-submit
	{
		margin: 20px 0 0 0;
	}

	input.product-submit:hover
	{
		cursor: pointer;
		border-bottom: 1px solid #D12D43;
	}

	
	#product-assoc
	{
		margin: 30px 0 0 0;
		padding-bottom: 0;
		border-bottom: 1px dotted #999;
	}

		#product-assoc p
		{
			border-bottom: 1px dotted #999;
			padding-bottom: 3px;
			margin: 0 0 0 0;
		}
		
		/* note scrollbar styles are in sep css */

#product-right .sold-out
{
	background: #AF152D;
	display: inline;
	padding: 4px;
	color: #FFF;
	font-weight: bold;
	font-size: 0.95em;
}


/* designer profile */
div#content.designer h2
{
margin-top:30px;
}

.designer-thumb
{
	width: 160px;
	float: left;
	margin: 0px 10px 0px 0;
	padding-bottom: 20px;
	position: relative;
}

.designer-thumb .out-of-stock
{
	position: absolute;
	top: 10px;
	left: 0px;
	background: #000;
	padding: 5px;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
}

	.designer .designer-thumb img
	{
		padding-bottom: 7px;
		border-bottom: none;
		margin-bottom: 4px;
		display: block;
	}



	div#content div#right .designer-thumb a
	{
		font-weight: bold;
color: #FFF;
	}

	.designer-thumb:hover a
	{
		color: #D12D43;
	}

	.designer-thumb a.no-image
	{
		width: 160px;
		height: 246px;
		border: 1px solid #999;
		display: block;
margin-bottom: 4px;
	}



/* formgenerator forms */
form.fg
{
	margin: 20px 0 20px 0
}

	form.fg div.box.odd,
	form.fg div.box.even
	{
		padding: 7px 0 7px 0;
		margin-bottom: 10px;
	}


	form.fg div.box.odd
	{

	}
	
	
	form.fg div.row
	{
		margin-bottom: 5px;
	}

	form.fg div label
	{
		float: left;
		width: 145px;
		min-height: 20px;
		margin-right: 10px;
	}
	
	/* diff width so submit buttons lines up */
	form.fg div.box label
	{
		width: 130px;
	}

	form.fg input
	{
		border: 0px solid #cccccc;
		padding: 2px;
		color: #0D0D0D;
		width: 200px;
	}

	 form.fg input.radio
	{
		background: none;
	}

	form.fg input.radio
	{
		width: auto;
		border: 0;
	}

	form.fg textarea
	{
		border: 0px solid #cccccc;
		padding: 2px;
		color: #0D0D0D;
		width: 320px;
	}


	form.fg input:hover,
	form.fg textarea:hover,
	form.fg select:hover
	{
		background: #e8e8e8;
	}

	form.fg select
	{
		border: 0px solid #cccccc;
		padding: 2px;
		color: #0D0D0D;
	}

form.fg div.inner div.submit
	{
		margin-left: 155px;
	}

	form.fg div.submit
	{
		margin-left: 140px;
	}
	
	
	
	form.fg .forgot-password
	{
		padding-left: 140px;
	}
	
	form.fg span.error
	{
		border: 0;
		color: #D12D43;
	}

	form.fg div.error
	{
		border: 0;
		padding: 0;
	}
	
	form.fg h2
	{
		font-size: 1em;
		font-weight: bold;
	}
	
	.submit-button, 
	form.fg div.submit input
	{
		border: 0;
		color: #D12D43;
		padding: 0 7px 1px 0;
		text-transform: uppercase;
		font-size: 0.85em;
		height: auto;
		background: url('http://cdn.layerslondon.com/images/btn_arrow_red_right.gif') no-repeat right;
		margin: 10px 0 1px 0;
		width: auto;
		text-align: left;
		border-bottom: 1px solid transparent;
	}

	.submit-button:hover,
	form.fg div.submit input:hover
	{
		cursor: pointer;
		border-bottom: 1px solid #D12D43;
		margin-bottom: 0;
	}

/* payment form */
form#staged-payment-form label
{
	width: 200px;
}

form#staged-payment-form div.submit
{
	margin-left: 210px;
}

/* news */

div.news-summary
{
	border-top: 1px dotted #999;
	margin: 20px 0 20px 0;
	padding: 20px 0 0px 0;
	width: 400px;
}

	div.news-summary h2
	{
		
		margin: 0 0 5px 0;
	}

	div.news-summary .date,
	div#content.news .date
	{
		background: #AF152D;
		display: inline;
		color: #FFF;
		font-size: 0.93em;
		padding: 2px;
	}

	div.news-summary .summary,
	div#content.news .summary
	{
		margin-top: 10px;
	}

	div.news-summary img,
	div#content.news div.news-images
	{
		float: right;
		margin: 0 0 0 20px;
	}

div#content.news div.news-images img
{
margin-bottom: 10px;
}
	
	div#content.news h1
	{
		margin: 0 0 5px 0;
	}

	div#content.news p.back
	{
		margin: 20px 0 0 0;
	}

		div#content.news p.back a
		{
			color: #D12D43;
		}

ul#news-year-list
{
margin: 0;
padding: 0;
list-style: none;
font-size: 1.3em;
}

/* basket */

.basket
{
	margin-bottom: 50px;
width: 100%;
}

	.basket th
	{
		background: #D12D43;
		border-bottom: 0px solid #BEB7AF;
		padding: 4px 7px 4px 7px;
		color: #FFF;
		text-align: left;
		border-right: 0px solid #000;
		text-transform: uppercase;
	}

	.basket td
	{
		padding: 10px 7px 10px 7px;
		vertical-align: top;
	}



	.basket tr.item td
	{
		border-bottom: 1px dotted #999;
	}

	.basket input
	{
		width: 40px;
		text-align: center;
		padding: 2px;
		border: 0;
	}

.basket .item-image
	{
		width: 70px;
		padding-left: 0;
	}

.basket .item-name a
	{
		font-weight: bold;
		text-transform: uppercase;
	}

	.basket .item-quantity
	{
		width: 60px;
		text-align: center;
	}

	.basket .item-remove
	{
		width: 15px;
		text-align: center;
		padding-left: 0;
	}

	.basket .item-price
	{
		width: 100px;
		text-align: right;
	}

	.basket .item-line
	{
		width: 80px;
		text-align: right;
	}
	
	.basket .item-modifiers
	{
		font-size: 0.9em;
	}
	
	.basket .subtotal-title,
	.basket .vat-title,
	.basket .discount-title,
	.basket .total-title,
	.basket .del-title
	{
	font-weight: bold;
	}


	.basket .subtotal,
	.basket .vat,
	.basket .discount,
	.basket .total,
	.basket .del
	{
	text-align: right;
	}

	
	.basket .total-title,
	.basket .total
	{
		border-top: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
		font-weight: bold;
		color: #FFF;
	}

	#basket .info
	{
	position: relative;
	}

	#basket .tax
	{
	position: absolute;
	width: 300px;
	font-size: 0.9em;
	left: 0;
	top: 25px;
	}



.discount-block
{
	background: none;
	border: 1px dotted #999;
	padding: 10px 10px 0 10px;
}

	.discount-block input
	{
		width: 80px;
		text-align: center;
		border: 0px solid #cccccc;
		padding: 2px;
		margin-left: 10px;
	}

.basket-buttons
{
	text-align: right;
	margin: 20px 0 30px 0;
}

	.basket-buttons div
	{
		width: 160px;
		display: inline;
		margin: 0 5px 0 5px;
	}
	
#delivery_options label
{
	width: auto;
}

#delivery_options input.radio
{
	float: left;
	margin: 0 5px 0 0;
}

#delivery_options p
{
	padding: 0 0 0 35px;
}


#checkout-login,
#checkout-guest
{
	display: none;
	border-top: 1px dotted #999;
	margin-top: 30px;
	padding-top: 30px;
}

#checkout-options
{
	margin: 0;
	padding: 0;
	list-style: none;
}

	#checkout-options li
	{
		font-size: 1.4em;
		margin-bottom: 5px;
	}

/* contact us */
div#contact-wrapper
{
	border-top: 1px dotted #999;
	margin-top: 20px;
	padding-top: 20px;
}

	table#opening-hours
	{
		margin: 0 0 20px 0;
	}
	
	table#opening-hours td
	{
		padding: 0 10px 0 0;
	}
	
	
	#contact
	{
		width: 370px;
		float: left;
	}
	
	#google-map
	{
		margin-top: 50px;
		float: right;
	}

/* category */
div.description
{
	margin-bottom: 20px;
}

ul.nav-sub-cats
{
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0;
	font-size: 1.2em;
	text-transform: uppercase;
}

/* table of date */

table.data
{
	width: 100%;
	margin-bottom: 20px;
}

	table.data th
	{
		background: #D12D43;
		border-bottom: 0px solid #BEB7AF;
		padding: 4px 7px 4px 7px;
		color: #FFF;
		text-align: left;
		border-right: 0px solid #000;
		text-transform: uppercase;
	
	}
	
		
	table.data td
	{
		padding: 10px 7px 10px 7px;
		vertical-align: top;
		border-bottom: 1px dotted #FFF;
	}


/* order history table */
table .oh-date
{
	width: 130px;
}

table span.oh-item
{
	font-weight: bold;
}

table .oh-total
{
	width: 70px;
	font-weight: bold;
}

table .oh-ref
{
	width: 90px;
}

table.table-data td
{
vertical-align:top;
padding: 0 5px 5px 0;
}

/* sitemap */
ul.sitemap
{
text-transform: uppercase;
}

/* add this */

.addthis_toolbox
{
margin: 30px 0 0 0;
}

.addthis_button_facebook span
{
background: url('http://cdn.layerslondon.com/images/icon_facebook.gif') no-repeat;
}
.addthis_button_twitter span
{
background: url('http://cdn.layerslondon.com/images/icon_twitter.gif') no-repeat;
}
.addthis_button_myspace span
{
background: url('http://cdn.layerslondon.com/images/icon_myspace.gif') no-repeat;
}

.addthis_button_compact span
{
background: url('http://cdn.layerslondon.com/images/icon_addthis.gif') no-repeat;
}

/************************ gallery */
.gallery
{
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

	.gallery a
	{
		margin: 0 10px 0 0;
		float: left;
		padding: 7px 0 7px 0;
	}
	
		.gallery a:hover
		{
			background: url("/images/bg_red.png") repeat scroll 0 0 transparent;
		}
		
		.gallery img
		{
			display: block;
		}


