/* Generic elements */

*
{
	font-family: Arial, sans-serif;
}

body
{
	margin: 0;
	padding: 0;
	color: black;
	background: white url(../images/bg.png) top left repeat-x;
}

form
{
	display: inline;
}

img
{
	border: none;
}

a
{
	color: #867C96;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline !important;
}

/* Main container - fixed-width centered layout */

#Container
{
	width: 776px;
	margin: 0 auto 0 auto;
}

#Container .Padding
{
	border-left: 1px solid #818181;
	border-right: 1px solid #818181;
	border-top: none;
	border-bottom: 1px solid #867C96;
	background: white url(../images/left-bg.png) 0 230px repeat-y;
}

/* Header */

#Header
{
	height: 230px;	
	background: white url(../images/header-bg.jpg) 0 69px no-repeat;
}

#Header .Navigation
{
	margin: 50px 10px 0 0;
	color: #4A485E;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	width: 430px;
	float: right;
}

#Header .Navigation a
{
	color: #4A485E;
}

#Header .Logo
{
	width: 320px;
	float: left;
	margin-top: 13px;
}

/* Left hand menu */

#Left
{
	width: 140px;
	float: left;
	padding-top: 18px;
}

/* Department list */

#Left ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Left ul a
{
	color: #383963;
	font-weight: bold;
	padding-left: 8px;
	font-size: 12px;
}

/* Nested department list */

#Left ul ul
{
	display: none;
}

#Left ul ul a
{
	color: #3D5728;
	font-size: 11px;
	padding-left: 25px;
	font-weight: normal;
}

#Left ul .Selected ul 
{
	display: block;
}

#Left .Soil
{
	text-align: center;
	padding-top: 120px;
}

#Left h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	color: #383963;
}

/* Search box */

#Left .Search
{
	margin: 0 0 15px 8px;
}

#Left .Search .Text
{
	width: 90px;
	margin: 0 0 0 0;
}


/* Main content */

#Content
{
	padding-top: 18px;
	width: 610px;
	margin-left: 155px;
	min-height: 300px;
	_height: 350px;
}

#Content p, 
#Content li
{
	font-size: 12px;
	padding-top: 5px;
	margin: 0;
}

#Content p
{
	padding-bottom: 10px;
}

#Content li p
{
	padding-bottom: 5px;
}

#Content hr
{
	clear: both;
	border-style: none;
	border-top: 1px solid #545855;
	height: 0px;
	background-color: transparent;
}

#Content h1
{
	font-size: 15px;
	color: #666666;	
	margin: 0 0 12px 0;
}

#Content h2
{
	font-size: 14px;
	margin: 0 0 12px 0;
}

#Content h3
{
	font-size: 12px;
	margin: 0 0 12px 0;
}

#Content table
{
	font-size: 11px;
	width: 100%;
}

#Content th,
#Content thead td
{
	font-weight: bold;
}

#Content .Previous
{
	width: 45%;
	float: left;
}

#Content .Next
{
	width: 45%;
	float: right;
	text-align: right;
}

#Content div.Cart
{
	text-align: right;
	font-size: 11px;
	margin-top: -8px;
	margin-bottom: 8px;
}

/* Footer */

#Footer
{
	background: url(../images/footer.png) no-repeat top center;
	border-top: 1px solid #867C96;
	height: 26px;
	margin: 0;
	padding: 0;
}

#Footer p
{
	padding-top: 6px;
	margin: 0;
	line-height: 100%;
	text-align: center;
}

#Footer p,
#Footer p a
{
	color: white;
	font-size: 10px;
}

/* Catalogue styles */

.ProductsTable
{	
	width: 100%;
	font-size: 11px;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.ProductsTable td
{
	padding: 8px 0 5px 8px;
	vertical-align: top;
}

#Content .ProductsTable .Skus 
{
	width: 40%;
}

.ProductsTable table td
{
	padding-top: 0;
}

.ProductsTable .Quantity
{
	width: 25%;	
}

.ProductsTable input.Quantity
{
	width: 70%;
}


.ProductsTable .UnitOfSale
{
	width: 45%;
}

.ProductsTable .Actions
{
	width: 30%;
}

.ProductsTable .Description
{
	border-bottom: 1px solid #545855;
}

.ProductsTable .Description,
.ProductsTable .Description p
{
	font-size: 11px;
	color: #606182; /* slightly lighter purple than the headings */
}

.ProductsTable .Name
{
	font-size: 12px;
	font-weight: bold;
	color: #383963;
}

.ProductsTable .Thumbnail
{
	float: left;
	margin-right: 10px;
}

.ProductsTable .NoImage
{
	margin: 0;
	padding: 0;
	float: right;
}

.Actions
{
	text-align: right;
}

.Thumbnail
{
	border: 1px solid #545855;
}

.NoImage
{
	border: none;
}

/* Form styles */

fieldset
{
	border: 1px solid #545855;
	padding: 10px;
	margin: 0 0 5px 0;
}

fieldset div
{
	clear: both;
	margin-bottom: 4px;
	font-size: 12px;
}

fieldset.Buttons
{
	padding: 0;
	border: none;
	height: 20px;
}

label
{
	width: 125px;
	float: left;
	text-align: right;
	margin-right: 8px;
}

legend
{
	font-size: 12px;
	margin-bottom: 5px;
	color: #666666;
	font-weight: bold;
}

input 
{
	font-size: 11px;
}

.Button input,
input.Button
{
	background-color: #C6E3C8;
	color: #545855;
	border: 1px solid #545855;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.Text input,
input.Text 
{
	padding: 1px 3px;
	margin-right: 5px;
	border: 1px solid #545855;
	vertical-align: middle;
}

.Medium input,
input.Medium
{
	width: 175px;
}

.Quantity input,
input.Quantity
{
	text-align: center;
	width: 30px;
}

.Checkbox label
{
	float: none;
}


.Required,
.Error,
.ReallyObvious
{
	color: red;	
	margin-right: 2px;
}

.Spacer
{
	clear: both;
	margin-bottom: 10px;
}

/* Checkout step styles */

#CheckoutSteps 
{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #545855;
	margin-bottom: 8px;
	padding-bottom: 8px;
	height: 22px;
}

#CheckoutSteps a 
{
	padding-right: 15px;
	padding-left: 26px;
	padding-top: 3px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	height: 20px;
}

.Complete a
{
	background-image: url(../images/complete.png);
}

.NotApplicable a
{	
	background-image: url(../images/notapplicable.png);
}

.InProgress a
{	
	background-image: url(../images/inprogress.png);
}

.Incomplete a
{
	background-image: url(../images/incomplete.png);
}

