﻿.homepage div
{
	float: left;
	margin-top: 5px;
	height: 350px;
}

.homepage div.left
{
	width: 253px;
	background-color: #d8d2c4;
}

.homepage div.center
{
	width: 252px;
	background-color: #e9e6df;
	margin-left: 1px;
	margin-right: 1px;
}

.homepage div.right
{
	width: 253px;
	background-color: #d8d2c4;
}

.homepage h2
{
	font-size: 2.0em;
	text-transform: uppercase;
	border-bottom: 3px solid #000000;
	padding: 25px 20px 5px 20px;
	margin: 0;
	height: 70px;
	line-height: 0.9em;
	color: #2c2723;
	text-decoration: none;
	cursor: pointer;
}

.homepage h2 a
{
	text-decoration: none;
}

.homepage h2 span
{
	font-size: 0.65em;
	font-style: italic;
	color: #979086;
	vertical-align: top;
}

.homepage div.selected h2 a
{
	color: #979086;
}

.homepage div.selected h2 span
{
	color: #2c2723;
}

.homepage div.selected h2 a
{
	color: #979086;
}

.homepage img
{
	margin-top: 26px;
}

.homepage h3
{
	font-size: 1.4em;
	line-height: 0.9em;
	margin-top: 18px;
	color: #494845;
}

.homepage div.left h2
{
	background-color: #e9e6df;
}

.homepage div.center h2
{
	background-color: #d8d2c4;
}

.homepage div.right h2
{
	background-color: #d8d2c4;
}

.homepage p
{
	font-style: italic; 
	margin: 16px;
	color: #24231e;
}

.homepage a
{
	text-decoration: underline;
}

/*
 * Product Listing
 */
 
div.ProductListing
{
	padding: 0;
	margin: 0;
}

.ProductListing div.Product
{
	float: left;
	width: 252px;
	height: 300px;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
	.ProductListing div.Product div
	{
		height: 290px;
		border: 5px solid #ffffff;
	}
	.ProductListing div.Product div:hover
	{
		border: 5px solid #f0f0f0;
	}

	.ProductListing div.Product img
	{
		width: 200px;
		height: 200px;
		padding-top: 20px;
	}
	
	.ProductListing div.Product h4
	{
		text-transform: none;
		font-style: italic;
	}

/*
 * Register
 */

.Register
{
	background-color: #ffffff;
}

.Register .Column50Left
{
	width: 250px;
	padding: 10px 40px 10px 80px;
	float:left;
}

.Register .Column50Right
{
	width: 250px;
	padding: 10px 80px 10px 40px;
}

.Register label
{
	width: 190px;
	text-align: left;
	margin-bottom: 2px;
}

.Register .aspFix label
{
	width: 170px;
	text-align: left;
}

.Register input[type=text], input[type=password], .Secure select
{
	width: 200px;
}

.Register .Continue
{
	margin: 25px auto 30px auto;
	display: block;
	padding-top: 24px;
	background-image: url(../Img/Buttons/next.png);
	background-position: top center;
	background-repeat: no-repeat;
}

/*
 * Contact Us
 */

.ContactUs h2
{
	
}

.ContactUs p
{
	margin-left: 20px;
	margin-right: 20px;
}

/*
 * Basket pages
 */
	
div.Basket h3
{
	margin: 20px 0 20px 0;
}

div.Basket h4
{
	margin: 5px auto 12px auto;
	font-size: 1.3em;
	padding: 0 30px 0 30px;
	color: #494845;
}

div.Basket div.Info
{
	background-color: #DBD5C7;
	padding: 10px 20px 10px 20px;
	width: 212px;
	height: 225px;
	border-right: 1px solid #BDAF94;
	float: left;
}

div.Basket div.Info ul
{
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

div.Basket div.Info li
{
	padding: 10px 0 10px 0;
	font-size: 0.9em;
	font-style: italic;
	color: #6e6254;
}

div.Basket a.PrintQuote
{
	display: block;
	padding-top: 30px;
	background: url(../Img/Buttons/pdf.png) no-repeat top center;
	font-style: italic;
	text-decoration: underline;
	margin: 20px 0 20px 0;
	clear: both;
	float: left;
	width: 100px;
}

div.Basket a.Continue
{
	display: block;
	padding-top: 24px;
	background: url(../Img/Buttons/next.png) no-repeat top center;
	font-style: italic;
	text-decoration: underline;
	margin: 20px 0 20px 0;
	float: right;
	width: 100px;
}

/*
 * Basket Summary
 */
 
div.BasketSummary div.BasketItem
{
	height: 130px;
	border-bottom: 1px solid #DBD5C7;
	background-color: #ffffff;
}
 
div.BasketSummary div.BasketItem a.View
{
	display: block;
	text-indent: -6667px;
	background: url(../Img/Buttons/edit.png);
	width: 18px;
	height: 18px;
	float: left;
	margin: 55px 20px 0 10px;
}

div.BasketSummary div.BasketItem a.Remove
{
	display: block;
	text-indent: -6667px;
	background: url(../Img/Buttons/remove.png);
	width: 18px;
	height: 18px;
	float: right;
	margin: 55px 10px 0 20px;
}

div.BasketSummary div.BasketItem img.ProductImage
{
	float: left;
	margin: 5px 10px 0 5px;
}

div.BasketSummary div.BasketItem div.ItemSummary
{
	float: left;
	margin: 20px 15px 0 15px;
	text-align: left;
	width: 245px;
	color: #6E6254;
}
	div.BasketSummary div.BasketItem strong
	{
		display: block;
		margin-bottom: 6px;
		text-transform: uppercase;
		font-size: 1.2em;
		color: #494845;
		font-weight: normal;
	}

div.BasketSummary div.BasketItem div.QuantityEdit
{
	float: left;
	margin: 55px 15px 0 15px;
	width: 100px;
}
	div.BasketSummary div.BasketItem div.QuantityEdit input
	{
		float: none;
		margin: 0 0 0 6px;
		border: 1px solid #DBD5C7;
	}


div.BasketSummary div.BasketItem div.Price
{
	margin: 55px 15px 0 25px;
	font-weight: bold;
	float: left;
	width: 70px;
}

div.BasketSummary div.Totals
{
	background-color: #ffffff;
	padding: 40px 0 40px 0;
	text-align: right;
	font-style: italic;
	border-bottom: 1px solid #DBD5C7;
}

div.BasketSummary div.Totals label
{
	display: block;
	padding-left: 460px;
	padding-right: 0;
	text-align: right;
	float: left;
	clear: none;
	width: 100px;
}

div.BasketSummary div.Totals span
{
	display: block;
	float: right;
	padding-right: 75px;
	font-weight: bold;
	font-size: 1.2em;
}

.materials div.option
{
	float: left;
	padding: 10px;
	width: 125px;
	height: 125px;
}

.Interiors div.content, .Craftsmanship div.content
{
	margin-top: -4px;
	background-color: #e6e2d9;
	padding: 40px 100px 40px 100px;
}

#CategoryLongDescription
{
	position: absolute;
	width: 755px;
	z-index: 6000;
	border-bottom: 1px solid #E5E1D8;
}

	#CategoryLongDescription p
	{
		text-align: left;
		font-style: normal;
	}
	
#BasketLoader
{
	background-color: #ffffff;
	padding: 30px 0 30px 0;
}

div#MandatoryFields
{
	background-color: #F6F2EC;
	border-top: 1px solid #E8E4DE;
	border-bottom: 1px solid #E8E4DE;
	text-align: right;
	padding: 8px 12px 8px 8px;
	font-size: 0.9em;
	font-style: italic;
	color: #A0A0A0;
	margin-bottom: 20px;
}

