

body {
	font-size: 13px;
	font-family:Trebuchet,"Trebuchet MS",Helvetica,Arial,sans-serif;
	color: #333;
	text-align: left;
	margin:0;
	padding:0;
	line-height:1.4;
	background:#FFF url('/img/bg.jpg') repeat-x;
	}


/* TEXT */

a {
	text-decoration:underline;
	color:#724412;
	}	
a:hover {
	text-decoration:none;
	color:#724412;
	}	
	
h1 {
	color:#724412;
	padding:0;
	margin: 0 0 15px 0;
	font-weight: lighter;
	font-size:28px;
}

h1 a {
	color:#724412;
	padding:0;
	margin: 0 0 10px 0;
	font-weight: lighter;
	font-size:21px;
	text-decoration:none;
}

h1 a:hover {
	color:#0D5E35;
	padding:0;
	margin: 0 0 10px 0;
	font-weight: lighter;
	font-size:21px;
}

h2 {
	color:#724412;
	padding:0;
	margin: 10px 0 0 0;
	font-weight: lighter;
	font-size:15px;
}

h3 {
	
	padding:0;
	margin:0;
	font-weight: lighter;
	font-size:14px;
	color:#724412;
}

p {
	margin: 0 0 10px 0;
}

form {
	margin:0;
	padding:0;
}

hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #666; 
	border-style: none none dotted; 
	clear:both;
	height:1px;
}

img {	
	border:none;
}

/*BLOCKS*/

#wrap {
	width:900px;
	margin:0px auto;
	padding:0 25px;
	background:#FFF url('/img/bg_2.jpg') no-repeat;
}

#header {
	padding:0;
	margin:0;
	width:900px;
	height:150px;
	text-align:right;
	background:transparent url("/img/header.jpg") no-repeat;

}

#phone {
	font-size:14px;
	font-weight:bold;
	background:#FFF url("/img/phone_icon.gif") no-repeat;
	padding:2px 0 0 50px;
	margin:0 0 20px 0;
}

#phone h2{
	margin:0;
	font-size:21px;
}

.background_right {
	background:#FFF url('/img/background.gif') repeat-x left top ;
}
.background_left {
	padding:100px 0 0 0;
	background:#FFF url('/img/background2.gif') repeat-x right top ;
}

#content {
	padding:0 15px;
	margin:0;
	width:870px;
	
}
#leftSide {
	padding:0px;
	margin:0;
	width:230px;
	float:left;
	text-align:left;
	
}

#searchText{
	color:#999;
	
}

#searchText {
	width:145px;
}

#subNav {
	padding:0;
	margin:0 0 20px 0;
	width:230px;
	text-align:left;
	
}

#subNav ul.subNav {
	padding:0 0 0 20px;
	
}

#subNav ul.subNav li a.subnav-current-sub {
	color:#0D5E35;
	font-weight:bold;
}

#subNav ul li a.subnav-current {
	color:#0D5E35;
	font-weight:bold;
}

#subNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background:#E3DDD6;
}

#subNav li {
	border-bottom:1px dotted #666;
}

#subNav li a {
	margin: 0;
	padding:5px;
	display:block;
	width:220px;
	color:#111;
	text-decoration:none;
	background:#E3DDD6;
}

#subNav li a:hover {
	background:#D0C7BE;
}



#subNav ul.subNav {
	padding:0 0 0 15px;
}

#subNav ul.subNav li a {
	margin:0;
	padding:5px;
	display:block;
	width:205px;
	color:#333;
	text-decoration:none;
}




#subNav li a:hover {
	color:#0D5E35;
	text-decoration:none;
}

#subNav ul.subNav li a:hover {
	color:#0D5E35;
	text-decoration:none;
}

#latestProduct {
	margin:0;
	padding:0;
	
}


#rightSide {
	padding:0;
	margin:0;
	width:620px;
	float:right;
	text-align:left;
}

#rightSide .product {
	padding:0;
	margin:0 30px 15px 0;
	width:180px;
	float:left;
	color:#222;
	
}

#rightSide .product_title {
	width:183px;
	padding:5px 0;
}

#rightSide .product_title h3 a:hover {
	color:#0D5E35;
	text-decoration:none;
}

#rightSide .product_title h3 a {
	text-decoration:none;
}




#rightSide .product p {
	width:180px;
	padding:5px 0 0 0;
	color:#333;
}

#rightSide .product del {
	color:#999;
}

#container {
	background:#FFF url('/img/line.gif') repeat-y;
}

#rightSide .product_cart a  {
	text-decoration:none;

}




#rightSide .product_title h3 a {
	font-size:14px;
	color:#724412;
	text-decoration:none;
	margin:0;
	padding:0;
}
#rightSide .product_title h3 a:hover {
	text-decoration:underline;
}

#rightSide .product_price {
	color:#0D5E35;
	font-size:14px;
	width:170px;
	padding:0;
}


#rightSide .product_reduced {
	color:#333;
	font-size:12px;
	float:right;
}

.cart_item {
	border-bottom:1px dotted #666;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
}

.cart_item_light {
	padding:5px;
	position: relative;
	text-decoration:none;
	background:#E3DDD6;
}
.cart_item_dark {
	padding:5px;
	position: relative;
	text-decoration:none;
	background:#D0C7BE;
}

#cart_mid {
	padding:10px;
	border:1px solid #724412;
}

#cart_bot {
	margin:0 0 15px 0;
	padding:0 10px;
	line-height:30px;
	background:#724412;
	color:#FFF;
}

#cart_bot a{
	font-size:16px;
	color:#FFF;
}



#footer {
	font-size:12px;
	height:30px;
	width:890px;
	padding:12px 0 0 10px;
	margin:10px 0 0 0;
	color:#333;
	text-align:left;
	border-top:3px solid #999;
}
#footer a {
	color:#333;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
	text-decoration:underline;
}



#albumSelect img {
	float:left;
}

#betweenTheSheets {
	width:236px;
	height:245px;
	padding:5px;
	background:#000 url('/img/theBathroom2.jpg') no-repeat;
	float:right;
}

#theDressingRoomText {
	width:380px;
	float:left;
	margin:0 0 10px 0;
}

#betweenTheSheetsText {
	width:245px;
	float:right;
	margin:0 0 10px 0;
}

#theDressingRoom {
	width:370px;
	height:245px;
	padding:5px;
	background:#000 url('/img/dressing_room.jpg') no-repeat;
	float:left;
}

#theBedroom {
	width:300px;
	height:250px;
	padding:5px;
	background:#000 url('/img/theBedroom.jpg') no-repeat;
	float:left;
}

#theBedroomText {
	width:300px;
	float:left;
	margin:10px 0;
}

#theFour {
	width:315px;
	height:250px;
	float:right;
}

#theKitchen {
	float:right;
	width:140px;
	height:96px;
	padding:5px;
	background:#000 url('/img/theKitchen.jpg') no-repeat;
}

#theLounge {
	float:left;
	width:140px;
	height:96px;
	padding:5px;
	background:#000 url('/img/theLounge.jpg') no-repeat;
}

#forTheKids {
	float:right;
	width:140px;
	height:96px;
	padding:5px;
	background:#000 url('/img/forTheKids.jpg') no-repeat;
}

#theBathroom {
	float:left;
	width:140px;
	height:96px;
	padding:5px;
	background:#000 url('/img/between_the_sheets2.jpg') no-repeat;
}


#theKitchenText {
	float:right;
	width:150px;
	padding:5px 0;
	margin:0;
}

#theLoungeText {
	float:left;
	width:150px;
	padding:5px 0;
	margin:0;
}

#forTheKidsText {
	float:right;
	width:150px;
	padding:5px 0;
}

#theBathroomText {
	float:left;
	width:150px;
	padding:5px 0;
}

#indexPage a {
	color:#0D5E35;
	text-decoration:none;
	display:block;
}

#indexPage a:hover {
	color:#000;
	text-decoration:none;
}

#indexPage table {
	width:640px;
}
#indexPage table td div {
	padding:5px;
	width:190px;
	background:#0D5E35;
}

#indexPage table td div a {
	color:#FFF;
	text-decoration:none;
	display:block;
	font-weight:bold;
}

#indexPage table td div a:hover {
	color:#000;
	text-decoration:none;
}

/*FORM */
#AddNew, #SubmitNew, #CancelNew {
display:none;
}
inplaceeditor-form {
	float:left;
}
.editor_field {
	padding:3px;
	margin:2px 0;
	border:1px solid #999;
	height:16px
}
dl {
	border:1px solid #D0C7BE;
	margin:0 0 1em 0;
	padding:2px;
	width:100%;
	background-color:#E3DDD6;
	clear:left;
	color:#333;
}
dt {
	float:left;
	margin:1px 0 0 0;
	padding:5px;
	width:11em;
	text-align:right;
	
}
dd {
	background-color:#D0C7BE;
	margin:1px 0 0 12em ;
	padding:5px;
}

dl span {
	color:#0D5E35;
}

.searchField {
	padding:3px;
	width:160px;
	margin-top:2px;
	border:1px solid #999;
}
.textfield {
	padding:3px;
	width:395px;
	margin:2px 0;
	border:1px solid #999;
	height:16px
}
.dropdown {
}
.password {
	padding:3px;
	width:200px;
	margin:2px 0;
	border:1px solid #999;
	height:16px
}

.postcode {
	padding:3px;
	width:60px;
	margin:2px 0;
	border:1px solid #999;
	height:16px
}
.textarea {
	height:100px;
	padding:3px;
	width:395px;
	margin:2px 0;
	border:1px solid #999;
}

.CardNumber {
	margin:0;
	padding:3px 5px;
	width:40px;
	border:1px Solid #999;
}

.submit {
	text-align:center;
	margin:10px 0;
}

#personalise_instructions {
	display:none;
}

/*Navigaation*/
#logout {
	height:20px;
	padding:0 0px 0 0;
	color:#FFF;
	text-align:right;
	width:685px;
}
#logout a {
	text-decoration:none;
	color:#999;

}
#logout a:hover {
	text-decoration:none;
	color:#666;

}
#logolink {
	padding:0;
	width:400px;
	height:68px;
	display:block;
}

#mainnav {
	width:900px;
	text-align:left;
	padding:0px;
	margin:0;
	height:50px;
	line-height:50px;
	clear:both;
	
	}
	
#nav {
	height:50px;
	margin: 0;
	padding: 0;
	
	}
	
	
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

#nav li {
	margin: 0;
	padding:0;
	float:left;
}

#nav li a {
	margin: 0;
	padding:0 10px;
	position: relative;
	float:left;
	text-decoration:none;
	color:#FFF;
	font-size:13px;
	border-right:1px dotted #756025;
	border-left:1px solid #937E3A;
	text-transform:uppercase;
}
#nav li a:hover {
	color:#FFF;
	background-color:#756025;
}
.current  {
	color:#FFF;
	background-color:#756025;
}
 #searchBox {
 	padding:5px;
	background:#E3DDD6E3DDD6;
	border:1px solid #D0C7BE;
	margin:0 0 20px 0;
 }
 #searchBox img{
 	padding:0;
	margin:0;
 }
 .searchText {
 	background:#FFF url('/img/loading_small.gif') no-repeat 99% 0%;
 }
 .greyBox {
 	width::220px;
	padding:3px 5px;
	background:#0D5E35;
	color:#FFF;
 }

 .orangeBox {
	width::220px;
	padding:5px;
	background:#724412;
 	color:#fff;
 }


/*ADMIN*/
.admin_buttons {
	float:right;
}
.admin_buttons img{
	border:none;
}


#admin ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color:#333;
}
#admin li.light {
	padding:5px;
	position: relative;
	text-decoration:none;
	background:#E3DDD6;
}
#admin li.dark {
	padding:5px;
	position: relative;
	text-decoration:none;
	background:#D0C7BE;
}
#personalise_instructions a {
	color:#0D5E35;
}
#messageBox{
	width:610px;
	padding:5px;
	margin:0 0 10px 0;
	color:#CC0000;
	border:1px solid #CC0000;
	background:#FBECEC;
	display:none;
}
.closeMessageBox a {
	float:right;
	padding:0px;
	margin:0px;
	color:#CC0000;
	text-decoration:none;
}
.closeMessageBox a:hover {
	float:right;
	padding:0px;
	margin:0px;
	color:#CC0000;
	text-decoration:underline;
}



/*PAGE NAVIGATION*/
.pages {
	padding:20px 0 0 0;
    font-size: 12px;
    text-align:center;
	width:100%;
}
.pages a, .pages span {
    padding: 2px 6px;
    margin-right: 0.5px;
    border: 1px solid #fff;
    background: #fff;
    color: #333;
}

.pages span.current {
    border: 1px solid #D0C7BE;
    background: #D0C7BE;
    color: #666;
}

.pages a {
    border: 1px solid #D0C7BE;
    text-decoration: none;
}

.pages a:hover {
    border-color: #D0C7BE;
    background-color: #E3DDD6;
    color: #000;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #D0C7BE;
}

.pages span.nextprev {
        border: 1px solid #D0C7BE;
        color: #D0C7BE;
}
.required, .resetOutput{
	color:#0D5E35;
}
