﻿/* RESET.CSS */
html, body, div, span, h1, h2, h3, h4, 
h5, h6, p, blockquote, pre, a, code,
em, font, small, strong, center,
dl, dt, dd, ol, ul, li,form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;  
    font-size: 62.5%;  
    font-family: "Trebuchet MS", sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */

/*
@font-face {
        font-family: "GillSans Light";
        src: url("http://web-garden.co.uk/mbd/fonts/GillSansLight.PFM");
}
*/

.clearboth 
{
	clear:both;
}

h2 
{
	color: #26211d;
	font-family: "GillSans Light", Sans-Serif;
	font-size: 23px;
	margin-top: 26px;
	margin-left: 23px;
	margin-bottom: 20px;
}

h3 
{
	float:left;
	font-family:"Trebuchet MS", Sans-Serif;
	font-size: 16px;
	font-weight:normal;
	border-bottom: solid 1px #ecece0;
	padding-bottom: 8px;
	margin-bottom: 17px;
	clear:both;
	color: #26211f;
	margin-top:39px;
	width:100%;
}

input, select, textarea 
{
	border: solid 1px #e4e3df;
	color:#26211d;
	font-family:"Trebuchet MS", Sans-Serif;
	font-size: 12px;
	float:left;
}

.invalid 
{
	border: solid 1px #e0b799;
	background-color:#f7f7f7;
}

p 
{
	font-family:"Trebuchet MS", Sans-Serif;
	font-size: 12px;
	color:#26211d;
}

input 
{
	padding-left:3px;
}

#container 
{
	width:951px;
	margin:auto;
	position:relative;
	overflow:auto;
	padding-bottom:10px;
}

#header 
{
	overflow: hidden;  
    height: 100%; /* Needed for IE 6 */  
}

#header ul#topnav 
{
	float: right;  
    font-size: 11px;  
    color:#c6c6c6;
    margin-right: 47px;
    margin-top:20px;
    padding-bottom:5px;
}

#topnav 
{
	display:inline;
}

#topnav li 
{
	display: inline;
}

#topnav a 
{
    color:#9d9885;
    text-decoration:none;
}

#topnav .selected 
{
	color: #26211f;
}

#header #breadcrumb
{
	float: left;  
	font-size: 12px;
	margin-left:163px;
	padding-bottom: 8px;
	margin-top: 4px;
	display:inline;
}

#header img 
{
	border: none;
	margin-top: 57px;
	position:relative;
	left:0px;
	display:block;
}

#breadcrumb a 
{
	color: #9b9886;
	text-decoration:none;
}

#breadcrumb strong
{
	color: #26211f;
	text-decoration: underline;
	font-weight:normal;
}

#breadcrumb li 
{
	color: #9b9886;
	display:inline;
}

#navigation 
{
	width: 146px;
	margin-right: 15px;
	float:left;
	font-family: "GillSans Light", Sans-Serif;
	font-size: 13px;
	line-height:18px;
}

.navborder 
{
	border-top-color:#f1f0eb;
	border-top-style:solid;
	border-top-width:1px;
}

#navigation ul 
{
	margin-top:2px;
}

#navigation li 
{
	display: inline-block;
	width: 139px;
/*	height: 20px;*/
	background-color: #f5f5f5;
	margin-bottom:2px;
	padding-left:7px;
	padding-top:2px;
	padding-bottom:2px;
}

#navigation .selected 
{
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	background-color: #ecebe5;
	color: #2d2c27;
}

#memberslink li 
{
	color: #2d2c27;
	background-color:#ffffff;
}

#memberslink .selected 
{
	background-image:url(../images/arrow_members.png);
	background-repeat:no-repeat;
	background-position:right;
	color: #2d2c27;
	background-color:#ffffff;
}

#navigation li rollover 
{
	/*background-color:Red;*/
}

#navigation li a 
{
	color: #666562;
	text-decoration:none;
}

#memberslink ul 
{
	margin-top:40px;
}

#memberslink li 
{
	border-top: solid 1px #4d4231;
	background-color:#ffffff;
	padding-top:3px;
}

#memberslink li a 
{
	color:#4d4231;
}

#contentouter 
{
	width:730px;
	background-color:#f5f5f4;
	border-width:1px;
	border-color:#f1f1f0;
	border-style:solid;
	float:left;
	padding-bottom:28px;
}

#content 
{
	margin-left:22px;
	width: 680px;
	background-color:#ffffff;
	overflow:auto;
}

#contentrange 
{
	margin-left:22px;
	background-color:#f5f5f4;
}

#contentmember
{
	float:left;
	margin-left:20px;
	background:#ffffff;
	width: 690px;
}

#contentmember p 
{
	color: #89887f;
	line-height: 16px;
}

#contentmember p
{
	float:left;
	margin-left:38px;
	margin-top:40px;
	width:260px;
}

#contentmember ul 
{
	float:left;
	margin-left:38px;
	margin-top:32px;
	width:260px;
}

#contentmember img 
{
	float:right;
}

#contentmember li 
{
	display: inline-block;
	width: 139px;
	height: 20px;
	margin-bottom:2px;
	padding-left:2px;
	font-family: "GillSans Light", Sans-Serif;
	font-size: 14px;
	line-height:18px;
	border-bottom: solid 1px #eaeae6;
	background-image: url(/images/arrow_members.png);
	background-repeat:no-repeat;
	background-position:right;
}

#contentmember li a 
{
	color: #908f86;
	text-decoration:none;
}

#confirmation 
{
	float:left;
	margin-left:28px;
	background:#ffffff;
	width: 351px;
	margin-top:-12px;
}

#confirmation .button
{
	float:left;
	margin-left:0px;
	margin-top: 5px;
}

.recommendedouter
{
	width:544px;
	background-color:#f5f5f4;
	border-width:1px;
	border-color:#f1f1f0;
	border-style:solid;
	float:left;
	padding-bottom:28px;
	margin-left:191px;
}

.paymentresult 
{
	margin-left:33px!important;
}

#recommended 
{
	margin-left:17px;
}

#recommended h2 
{
	margin-left:0px;	
}

#registerform 
{
	float:left;
	margin-left: 30px;
	padding-bottom: 25px;
	width: 440px;	
	font-family: "GillSans Light", Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	color: #89887f;
	border-bottom: solid 1px #ecece0;
}

#registerform .validation p
{
	color:#dab7a1;
	font-size: 12px;
	font-family:"Trebuchet MS", Sans-Serif;
	line-height:16px;
	float:left;
}

.validation p
{
	color:#dab7a1;
	font-size: 12px;
	font-family:"Trebuchet MS", Sans-Serif;
	line-height:16px;
	float:left;
}

/*#options 
{
	float:left;
	width: 175px;
	margin-top:69px;
	margin-left: 95px;
	color: #89887f;
	position:relative;
}*/

#options 
{
	float:left;
	width: 175px;
	left:725px;
	bottom:220px;
	color: #89887f;
	position:absolute;
}

#options a 
{
	color: #26211d;
	font-size: 12px;
	line-height: 16px;
	float:left;
	width:80px;
}

#options p, #registerform p 
{
	color: #89887f;
}

#options p 
{
	margin-bottom:10px;
}

#options input, #registerform input, #registerform textarea
{
	width: 158px;
}

#options select 
{
	width: 163px;
}

#registerform textarea 
{
	width: 158px;
	height: 124px;
}

#registerform select 
{
	width: 162px;
}

#options .checkbox input, #registerform .checkbox input 
{
	width: auto;
	margin-left: 10px;
	float:left;
	border:none!important;
}

#options .checkboxtext, #registerform .checkboxtext
{
	font-size:12px;
	display:inline-block;
	float:left;
}

#options .checkbox 
{
	float:left;
}

.widegap 
{
	margin-left:24px !important;
}

.termscheckbox 
{
	float:left;
	margin-top:8px;
	margin-left:-4px;
	padding:0px!important;
}

#options .checkbox input
{
	margin-left:43px!important;
	margin-top:0px;
}

#options .termscheckbox input
{
	width:auto!important;
	border:none!important;
}

.terms 
{
	width:150px;
	margin-top:10px;
	float:left;
}

.terms a 
{
	float:none!important;
}

#options label 
{
	margin-top:10px;
}

.registerdetail 
{
	float:left;
	width: 220px;
}

.registerdetail checkbox 
{
	margin-top:5px;
	margin-left:5px;
}

.registerdetail label
{
	margin-top:10px;
}

.account 
{
	margin-top:10px;
	margin-left:-17px;
	float:left;
}

#deliveryAddressDetails 
{
	clear:both;
	display:block;
}

#cart 
{
	float:left;
	margin-left:30px;
	margin-top:-15px;
	color: #89887F;
}

#cart select 
{
	width: 160px;
	color: #89887F;
}

#cart input 
{
	width:156px;
	color: #89887F;
}

.cartdetails 
{
	float:left;
	clear:both;
	background-color:#f4f4f2;
	width:640px;
	height:22px;
	margin-top:28px;
	line-height:22px;
	font-size: 12px;
	position:relative;
}

.cartspacer 
{
	float:left;
	clear:both;
	margin-top:2px;
	height:24px;
	border-top: 1px solid #ecece0;
	width:640px;
}

.cartdivider 
{
	height: 22px;
	width:1px;
	background-color:#deded2;
	float:left;
	margin: 10px 10px 0px 10px;
}

.checkoutdivider 
{
	height: 22px;
	width:1px;
	background-color:#deded2;
	float:left;
	margin: 5px 10px 0px 10px;
}

.leftdetail 
{
	float:left;
	margin-left:10px;
}

.middledetail 
{
	position:absolute;
	left:217px;
}

.rightdetail 
{
	position:absolute;
	left:584px;
}

#carttotal 
{
	float:left;
	clear:both;
	font-size: 16px;
	width:640px;
	color:#26211F;
	border-bottom:solid 1px #deded2;
	padding-bottom:28px;
}

#carttotal .leftdetail 
{
	margin-left:5px!important;
}

#carttotal .rightdetail 
{
	left:762px!important;
}

.quantity 
{
	width: 45px!important;
	margin-left:7px;
	margin-top:2px;
	margin-bottom:2px;
}

.linetotal 
{
	text-align:right;
	padding-right:32px;
}

.subtotal 
{
	text-align:right;
	padding-right:0px;
}

.subtotal div a {
	float:right;
	line-height:300%;
	margin-right:2px;
}

.subtotal #top 
{
	margin-top:2px;
}

.subtotal #bottom {
	height:34px;
	margin-bottom:2px;
}

.subtotal div {
	background-color:#EBEBE5;
	float:right;
	height:30px;
	width:60px;
	margin-right:0px;
	padding-right:9px;
}

.txresult 
{
	color: #9b9886;
	margin-left: 33px;
	margin-bottom: 42px;
	float:left;
	width: 290px;
}

.txresult strong 
{
	color:#26211d;
	font-size:13px;
	font-weight: normal;
}

table 
{
	width: 637px;
	font-family: "Trebuchet MS", Sans-Serif;
	margin-top:10px;
	color:#89887f;
	font-size:12px;
	border-bottom:solid 1px #ecece0;
}

table a 
{
	color: #26211f;
}

table input 
{
	color: #89887f;
}

table #date 
{
	width: 129px;
}

table #status 
{
	width: 250px;
}

table #ordernumber 
{
	width: 175px;
}

table #ordertotal 
{
	width:83px;
}

table #product 
{
	width: 271px;
}

table #price 
{
	width: 102px;
}

table #quantity 
{
	width: 88px;
}

table #linetotal 
{
	width: 98px;
}

table #subtotal 
{
	width: 66px;
}

th 
{
	color:#26211f;
	font-weight:normal;
	font-size: 16px;
	line-height:22px;
	text-align:left;
	border-bottom:solid 1px #ecece0;
}

td 
{
	padding:0px;
	margin:0px;
	vertical-align:middle;
}

.ordernumber 
{
	padding-left:30px;
}
.ordertotal 
{
	text-align:center;
	margin-left:16px;
}

.ordertotal div
{
	background-color:#ebebe5;
	width: 60px;
	height: 30px;
	float:right;
}

/*.ordertotal #top 
{
	margin-top:2px;
}*/

.ordertotal #bottom 
{
	margin-bottom:2px;
	height:45px;
}

.ordertotal div a 
{
	float:right;
	line-height:300%;
	margin-right:8px;
}

.confirmationdetail 
{
	float:left;
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 14px;
	width: 500px;
	border-bottom: solid 1px #ecece0;
	margin-bottom: 2px;
	padding-bottom: 18px;
	padding-top: 16px;
}

.confirmationdetail label 
{
	color:#26211d;
	float:left;
	width: 203px;
	line-height:1.5;
}

.confirmationdetail p,  .confirmationdetail span 

{
	color:#9b9886;
	float:left;
	line-height: 16px;
	font-size: 12px;
}

.confirmationdetail span a 
{
	color:#26211d;
}

.total
{
	color:#26211f !important;
	font-size:16px !important;
}

#cardform 
{
	float:left;
	color: #89887f;
	width: 383px;
	border-bottom: solid 1px #ecece0;
	font-size: 12px;
	line-height: 24px;
	padding-bottom: 38px;
	margin-left: 38px;
	display:inline;
}

#cardform input, label
{
	width:158px;
	float:left;
	font-family:"Trebuchet MS", Sans-Serif;
	font-size:12px;
	line-height:22px;
}

#cardform label 
{
	float:none!important;
	width: 160px;
	display:block;
}

#cardform input 
{
		color:#26211d;
}

#loginform 
{
	float:left;
	color: #89887f;
	width: 175px;
	border-bottom: solid 1px #ecece0;
	font-size: 12px;
	line-height: 24px;
	padding-bottom: 15px;
	margin-left: 26px;
	display:inline;
}

#loginform input
{
	float:left;
	margin-bottom:10px;
	width:167px;
}

#loginform .checkbox 
{
	margin-left: -1px;
	margin-right: 7px;
	margin-top:38px;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#6c4113;
	width:auto;
	border:none;
}

#loginform .checkbox input
{
	margin-left: -1px;
	margin-right: 7px;
	margin-top:20px;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#6c4113;
	width:auto;
	border:none;
}

#loginform .checkboxtext
{
	margin-top: 15px;
	display:inline-block;
}

#login 
{
	float:left;	
	width:215px;
}

.logout 
{
	width:400px!important;
}

#login h2 
{
	margin-left:0px;
	margin-top: 18px;
}

#login .button 
{
	margin-left: 26px;
	margin-top: 6px;
	width:68px;
}

#login .button input 
{
	
}

#login p 
{
	margin-left:26px;
	color: #89887f;
	line-height: 14px;
	width: 182px;
}

#login p a 
{
	color:#26211f;
}

#loginimage 
{
	margin-left:94px;
	margin-top: -50px;
}

.selectwide 
{
	width: 162px;
}

.selectmonth 
{
	width: 43px;
	margin-right: 5px;
	text-align:center;
}

.selectyear 
{
	width:57px;
	text-align:center;
}

#cardform label 
{
	margin-top: 3px;
}

#carddetails 
{
	float:left;
	width:430px;
}

#carddetails h2 
{
	margin-left:0px;
}

#carddetails .button 
{
	margin-left: 38px;
	margin-top: 6px;
}

.carddetail1 
{
	float:left;
	width:159px;
	margin-right:58px;
	display:inline;
}

.carddetail2
{
	float:left;
	width:165px;
	display:inline;
}

.col1, .col2, .col3, .col4
{
	width:169px;	
	height:195px;
	float:left;
}

.product 
{
	background-color:#ffffff;
	color:#26211f;
	font-family:"Trebuchet MS", Sans-Serif;
	font-size:11px;
	position:relative;
}

.product .productlink 
{
	margin-left:19px;
	margin-right:19px;
	position:relative;
	line-height:1.4;
}

.productprice 
{
	float:left;
	position:absolute;
	top:30px;
}

.col4 .productlink .productprice .greaterthan {
	color:#b7945d;
}

.productlink .productprice .greaterthan 
{
	position:absolute;
	left:128px;
	text-decoration:none;
	color:#26211f;
}


.product img 
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	/*margin-left:48px;*/
	margin-top:20px;
	border:none;
}

.product a 
{
	color:#898883;
}

.range 
{
	padding:6px;
	padding-bottom: 8px;
	float:left;
	background-color:#ffffff;
	margin-right:4px;
	height:149px;
	width: 156px;
	margin-top:5px;
}

.range img 
{
	border:none;
}

.range .newbutton 
{
	margin-top:24px;
}

.newbutton 
{
	background-color: #6c4113;
	background-image:url(/images/buttonbackground.png);
	background-repeat:no-repeat;
	background-position:left;
	display:inline-block;
	border-bottom: solid 1.5px #936824;
	height: 22px;
	padding-bottom:1px;
}

.newbutton a {
	color:#FFFFFF;
	font-family:"GillSans Light",Sans-Serif;
	font-size:12px;
	line-height:22px;
	margin-left:15px;
	margin-right:10px;
	text-decoration:none;
}

.button
{
	display:inline-block;
	/*height: 22px;*/
	background-color: #6c4113;
	margin-left:2px;
	margin-top:24px;
	margin-bottom:24px;
	border-bottom: solid 1.5px #936824;
}

#checkoutbutton 
{
	float:left;
	clear:none!important;
	margin-left:0px!important;
}

.cartbutton 
{
	float:left;
	margin-left:192px;
	margin-top:10px;
}

.cartbutton input
{
	float:left;
	margin-top:1px;
	margin-left:3px;
	background-color: #6c4113;
	border:none;
	color:#ffffff;
	padding:0px;
	padding-right:7px;
	cursor:pointer;
}

.registerbutton 
{
	clear:both;
	float:left;
	margin-left:192px;
	margin-top:2px;
}

/* register for mailing list */
.listregisterbutton 
{
	margin-left:0px!important;
}

.registerbutton input
{
	float:left;
	margin-left:3px;
	background-color: #6c4113;
	border:none;
	color:#ffffff!important;
	padding:2px 8px 0px 0px;
	width:auto!important;
	margin-bottom:0px!important;
}

.registerbutton img 
{
	margin-top:5px!important;
}

.registerbutton input:hover 
{
	cursor:pointer;
}

.cartbutton input:hover 
{
	cursor:pointer;
}

.button img 
{
	margin-left: 3px;
	margin-top: 4px;
	margin-right:1px;
	float:left;
}

.button a 
{
	color: #ffffff;
	text-decoration:none;
	font-family: "GillSans Light", Sans-Serif;
	font-size: 12px;
	line-height: 20px;
	margin-left: 0px;
	margin-right: 10px;
}

.verticaldivider 
{
	width: 1px;
	height: 160px;
	margin-top: 13px;
	margin-bottom:12px;
	background-color:#eaeae6;
	float:left;
}

.horizontaldivider 
{
	height: 1px;
	width: 148px;
	margin-left:11px;
	margin-right:10px;
	background-color:#eaeae6;
	float:left;
}

#paging 
{
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 11px;
	color:#898883;
	float:right;
	margin-right:32px;
	margin-top:20px;
	margin-bottom:20px;
}

#paging #current 
{
	text-decoration: underline !important;
	font-weight:normal;
	color:#26211f;
	overflow:visible;
}

#paging a 
{
	text-decoration:none;
	color:#898883;
	line-height:120%;
}

#validation 
{
	color:#dab7a1;
	font-size: 12px;
	font-family:"Trebuchet MS", Sans-Serif;
	line-height:16px;
	float:left;
	width: 157px;
	margin-left: 95px;
	height:330px;
}

#validation p 
{
	color:#dab7a1;
}

#validation ul 
{
	margin-top:20px;
	margin-left:5px;
}

.cartvalidation 
{
	width:300px!important;
	height:100px!important;
	padding-top:30px!important;
	margin-left:30px!important;
}

.emailvalidation 
{
	width:360px!important;
	height:85px!important;
	padding-top:8px!important;
	margin-left:30px!important;
	margin-bottom:0px!important;
}

.details 
{
	float:left;
	width: 220px;
}

#productdetails 
{
	width:240px;
	margin-left:31px;
	margin-right:40px;
	float:left;
}

#productdetails h3 
{
	border-bottom:none;
	margin-bottom:10px;
	line-height:1.5;
}

#productdetails p 
{
	color:#888886;
	font-size:12px;
	line-height:18px;
	float:left;
}

#productinfo 
{
	float:left;
	clear:both;
	background-color:#f4f4f2;
	width:240px;
	height:22px;
	margin-top:0px;
	margin-bottom: 15px;
	line-height:22px;
	font-size: 12px;
	position:relative;
}

#productinfo .left 
{
	float:left;
	margin-left:3px;
	color:#26221f;
}

#productinfo .right 
{
	float:right;
	margin-right:3px;
	color:#26221f;
}

.branddetailleft 
{
	float:left;
	margin-top:30px;
	
	margin-left:-5px;
	background-color:#eaeae6;
	padding-right:8px;
}

.branddetailright 
{
	float:right;
	margin-top:30px;
	
	margin-right:-5px;
	background-color:#eaeae6;
	padding-left:8px;
}

.imgdetail 
{
	width:110px;
}

#productquantity 
{
	float:left;
	border-top: solid 1px #ebede0;
	border-bottom: solid 1px #ebede0;
	color: #888886;
	width: 240px;
	margin-bottom:15px;
	margin-top:30px;
}

#productquantity label
{
	width:61px;
}

#productquantity select, #productquantity label 
{
	margin-top:5px;
}

#productquantity .button 
{
	margin-top:5px!important;
	margin-bottom:5px!important;
	float:right;
	padding-right:5px;
	background-color: #6c4113!important;
	padding-top:2px;
}

#productquantity .button input 
{
	background-color: #6c4113;
	border:none!important;
	color:#ffffff!important;
	cursor:pointer;
}

#productimage 
{
	float:left;
	margin-top:44px;
}

#productimage img 
{
	float:left;
}

#productimage .product 
{
	width:205px;
	padding-bottom: 40px;
	float:left;
}

#productlinks 
{
	float:left;
	width:125px;
	color: #898883;
	font-size:12px;
	line-height: 18px;
	margin-top:102px;
	display:inline-block;
}

#productlinks a, #productlinks a:hover, #productlinks a:visited
{
	color: #898883;
	text-decoration:none;
	font-size:13px;
}

#productlinks img 
{
	float:left;
	margin-top:-3px;
}

#productlinks .bordertop 
{
	clear:both;
	margin:2px 0px 2px 0px;
	width:100%;
	border-top: solid 1px #eaebe6;
	overflow:hidden;
	height:1px;
}

#home 
{
	float:left;	
	padding:0px;
}

#home img 
{
	float:left;
	border:none;
}

.homeproduct 
{
	padding:7px 7px 0px 7px;
	background-color:#f1f0eb;
	float:left;
	margin-top:8px;
	margin-right:5px;
	/* margin-bottom:50px; /* for Opera */
	font-size:12px;
	color:#24231e;
	position:relative;
	height:157px;
}

.homeproduct a 
{
	line-height:24px;
	color:#888880;
	float:left;
	clear:both;
}

.homeproduct span
{
	float:left;
	clear:both;
}

.homeproduct img
{
	height:97px;
	/*width:153px;*/
	border:none;
	margin-left:auto!important;
	margin-right:auto!important;
	display:block!important;
}

.homegreaterthan 
{
	position:absolute;
	right:2px;
	top:63px;
	border:0px;
	width: 12px!important;
	height:15px!important;
}

#comingsoon 
{
	float:left;
	margin-top:8px;
	margin-left:2px;
	background-color:#4d4231;
	border-bottom:solid 2px #b1ad97;
	position:relative;	
	height:161px;
}

#comingsoon img 
{
	float:left;
}

#comingsoon .comingtext
{
	float:left;
	clear:both;
	color:#c9be62;
	font-size:13px;
	margin-top:10px;
	margin-left:15px;
	font-family: "GillSans Light", Sans-Serif;
	width: 190px;
}

#comingsoon .link 
{
	float:left;
	clear:both;
	font-size:11px;
	color:#f1f0eb;
	margin-left: 15px;
	text-decoration:none;
	width:190px;
	margin-top:5px;
}

#comingsoon .button 
{
	position:absolute;
	top:-16px;
	left:88px;
	padding-top:2px;
	padding-bottom:2px;
}

#comingsoon .button img, #comingsoon .button a
{
	margin-top:5px;
	margin-bottom:5px;
}

.incorrectlogin 
{
	float:left;
	color:#dab7a1 !important;
	margin-left:0px!important;
	width:100%;
	display:inline;
	height:15px;
}

#changepassword 
{
	float:left;
	width:275px;
	margin-left:20px;
	font-family: "Trebuchet MS",Sans-Serif;
	color:#89887F;
}

#changepassword input, #changepassword label 
{
	margin-top:10px;
}

#changepassword .button 
{
	margin-top:30px!important;
	margin-left:10px!important;
	width:90px;
}

#changepassword .button input 
{
	margin-top:0px!important;
}

#changepassword #validation 
{
	margin-top:10px;
	height:90px!important;
}

#forgottenpassword 
{
	float:left;
	width:400px;
	margin-left:20px;
	font-family: "Trebuchet MS",Sans-Serif;
	color:#89887F;
}

#forgottenpassword input, #forgottenpassword label 
{
	margin-top:10px;
}

#forgottenpassword .button 
{
	margin-top:-10px!important;
	margin-left:10px!important;
	width:90px;
}

#forgottenpassword .button input 
{
	margin-top:0px!important;
}

#forgottenpassword #validation 
{
	margin-top:10px;
	height:90px!important;
	margin-left:157px;
}

#carddetails #validation 
{
	margin-top:10px;
	height:120px!important;
}

.emptycart
{
	float:left;
	margin-left: 33px;
	font-family:"Trebuchet MS", Sans-Serif;
	font-size: 12px;
	color:#888886;
	font-size:12px;
	line-height:18px;
}

.emptycart a 
{
	color:#888886;
}

.notfound 
{
	
}

.notfound p 
{
	margin:20px;
	color:#888886;
	padding-bottom:20px;
}

.emailafriend 
{
	padding:10px;
}

.emailafriend input 
{
	margin-bottom:10px;
}

.emailafriend .button 
{
	width:90px;
	margin-top:20px;
	margin-left:0px;
}

.countryfiltered 
{
	margin-top:20px;
	margin-bottom:-10px;
	float:left;
	font-family:"Trebuchet MS",Sans-Serif;
	font-size:12px;
	width:600px!important;
}

#productlinks a img
{
	border:none;
}

.enlargelink
{
	margin-bottom: 20px;
}

.extraproductimg 
{
	margin-bottom:10px;
}

#topBanner 
{
	float:left;
	display:block;
	width:740px;
	height:104px;
}

#topBanner img 
{
	margin-top:0px!important;
	margin-left:-4px;
}

#bottomBanner 
{
	margin-left:162px;
}

#bottomBanner img 
{
	margin-top:10px;
}

#homelink 
{
	float:left;
}

#logo 
{
	margin: 5px 0px 5px 25px;
}
