* {
	margin: 0; 
	padding: 0;
	color:#434d3e;
	line-height:1.4em;
}


HTML {
	overflow: -moz-scrollbars-vertical;
}

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	background:url('../../images/background-white.jpg') #fff center top no-repeat fixed;
}

BODY.nature {
    background:url('../../images/Nature-background.jpg') #fff center top no-repeat fixed;
}

BODY.love {
    background:url('../../images/Love-background.jpg') #fff center top no-repeat fixed;
}

BODY.art {
    background:url('../../images/Art-background.jpg') #fff center top no-repeat fixed;
}

IMG {
	border:0;
}

P {
	margin:10px 0 10px 0;
}

UL {
    list-style:none;
}

H1, H2 {
	font-size:120%;
}

H2 {
	font-weight:normal;
}

H3 {
	color:#96a5d6;
	font-size:100%;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px #999 dotted;
}
H3 A {
	color:#96a5d6;
	text-decoration:none;
}



h4 {
    color:#8E8BAD;
}

LABEL {
    font-weight:bold;
}

STRONG {
	Xcolor:#333;
}

A:hover {
	color:#4a5ca9;
}
A.selected {
    font-weight:bold;
    color:#4a5ca9;
}

.header {
	height:100px;
}

.header .logo {
    margin:10px 0;
}

.primaryNavContainer {
	margin:0 auto;
}

.primaryNavContainer .menubar {
	padding:3px 3px 0 3px;
	border-top:1px #999 dotted;
	border-bottom:1px #999 dotted;
	margin-top:10px;
	margin-bottom:30px;
	height:21px;
}

.primaryNavContainer A {
	text-decoration:none;
}

.primaryNavContainer .primaryLinks A {
	margin:0 10px;
}
.primaryNavContainer .primaryLinks A.first {
	margin-left:0;
}
.primaryNavContainer .primaryLinks A {
	text-decoration:none;
}

.secondaryLinks A {
	text-decoration:none;	
}
.secondaryLinks A:hover {
}

.secondaryLinks h3 {
	border:none;
	padding:0;
	margin:0;
}


.secondaryLinks UL UL LI {
    margin-left:10px;
}


.viewBasket, .viewBasket IMG {
	vertical-align:top;
}

.currency {
	text-align:right;
}


.searchContainer {
	float:right;
	margin:47px 0 0 0;
}

/* This doesn't work IE6 and below*/
.searchContainer INPUT {
	margin:2px;
}

.searchContainer INPUT[type=text] {
	padding:0 3px 2px 3px;
}

.addtobasket IMG {
	margin-top:5px;
}

.productsContainer {
	float:left;
	width:715px;
	padding-top:0px;
}

.currencyDisclaimer {
	margin-top:50px;
	color:#4a5ca9;
	width:190px;
}

.footerContainer {
	margin-top:100px;
	border-bottom:1px dotted #999;
	padding-bottom:5px;
	margin-bottom:5px;
}

.footerContainer A {
	text-decoration:none;
	margin:0 10px;
}

.footerContainer A:hover {
}
.footerContainer A.first {
	margin-left:0;
}

.credit {
	font-size:0.8em;
}
.credit A {
}



.productLink {margin-bottom:20px;}
.productLink A {text-decoration:none;}
.range {font-weight:bold}
.price {font-weight:bold; color:#96a5d6;}
.priceForeign {color:#96a5d6}





/* Basket page */

TABLE.viewBasket {
	width:100%;
}
TABLE.viewBasket TD {
	border-bottom:1px solid #eee;
	padding:3px;
}
TABLE.viewBasket INPUT {
	text-align:center;
}

DIV.googleCheckout {
	float:right; 
	margin:20px 30px 0 0;
}
DIV.promotionalCode {
	margin:20px 0 0 0;
}



/* Home page */

.homeText {
	width:480px; 
	float:left;
}
.homeTrade {	
	width:150px;
	height:150px;
	float:right;
	padding:5px 10px 5px 10px;
	color:#333;
	margin-right:5px;
}
.homeTrade.type1 {
	background-image:url(../../images/trade-box.jpg);
}
.homeTrade.type2 {
	background-image:url(../../images/news-box.jpg);
}
.homeTrade A {
	color:#333;
}
.homeInspirationContainer {
	float:left;
	margin:5px;
	width:170px;
}
.homeInspirationContainer.first {
	margin-left:0;
}
.homeInspirationContainer.last {
	margin-right:0;
}

.featureContainer {
	margin:10px;
	color: #333;
}
.featureContainer P {
	color: #333;
}

.featureContainer H2 {
	color:#fff;
	margin-bottom:10px;
	font-size:200%;
}

.featureContainer H2 P {
	color:#fff;
}

DIV.featuredItems {
	margin-top:15px;
	background: url(../../images/favourites-bar.jpg) ;
	width:707px;
	height:20px;
	padding:8px 0 0 8px;
	float:left;
	color:#333;
	font-weight:bold;
	font-size:90%;
}

.draft {
	color:#CC99CC;
}


.tWPaginatorPageCurrent {
	font-weight:bold;
}

.stockist {
	margin-bottom:20px;
}

.stockist P {
	margin:0;
}

H3.stockistTitle {
	background: url(../../images/horizontal-line.jpg) bottom left no-repeat;
	padding-bottom:10px;
	margin-bottom:10px;
}

.regionList {
	width:150px;
	float:left;
	margin:0 10px 20px 0;
}





/* Homepage */
.logo {
	margin:190px auto;
	display:block;    
}

/* CS register page form styles */

form#signup input {
    margin-top: 4px;
}

form#signup input.imagebutton {
    margin-top:8px;
}
