@import "base.css";
body {
	/*
		this imagefile does not exist.
		background: #ffffff url(../images/layout/bg_body.png) repeat-x top;
	*/
	background-color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
	color: #666666;
	padding: 0px;
	margin: 0px;
}
body#popup, body.popup {
	padding: 5px;
	text-align: left;
}
body.popup #close {
	float: right;
}
button {
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	cursor: pointer;
}
button.search {
	float: left;
	margin: 0;
	width: 63px;
	height: 28px;
	background: url(../images/buttons/search.gif) no-repeat 0px 0px;
}
button.search:hover {
	background-position: 0px -28px;
}
input.continue {
	display: inline;
	margin: 0;
	border: none;
}
button.continue {
	display: inline;
	margin: 0;
	width: 96px;
	height: 31px;
	background: url(../images/buttons/continue.png) no-repeat 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
}
button.continue:hover {
	background-position: 0px -31px;
}
h1.big {
	font-weight: bold;
	color: #5F4740;
	font-size: 2.4em;
}
hr.big {
	clear: both;
	width: 100%;
	background-color: #D9D9D9;
	border: 3px #D9D9D9 solid;
}
hr.small {
	clear: both;
	width: 100%;
	background-color: #D9D9D9;
	border: 1px #D9D9D9 solid;
}
.clear {
	clear: both;
}
a {
	color: #508BBF;
	text-decoration: underline;
}
a:hover {
	color: #30688D;
}
input {
	font-size: 14px;
	color: #666;
	padding: 5px;
	border: 1px solid #ccc;
}
label {
	font-weight: normal;
}
.message {
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 1.2em;
	background: #FFFFCC;
	margin-bottom: 12px;
}
.warning {
	border: 1px solid #995555;
	padding: 10px;
	font-size: 1.2em;
	background: #FFFFCC;
	margin-bottom: 12px;
	color: #550000;
}
.greybox {
	padding: 30px;
	border: 1px solid #CCC;
	background: #F2F2F2;
	margin: 0 0 20px 0;
}
.borderbox {
	margin: 0 0 20px 0;
	padding: 20px;
	border: 1px solid #ccc;
}
.stock-msg {
	margin: 0 0 0 3px;
	color: #ff0000;
}
button.addtobasket {
	float: left;
	width: 115px;
	height: 28px;
	background: url(../images/buttons/addtobasket.png) no-repeat 0px 0px;
}
button.addtobasket:hover {
	background-position: 0px -28px;
}
button.checkout {
	float: right;
	margin: 0 0 0 10px;
	width: 102px;
	height: 31px;
	background: url(../images/buttons/checkout.png) no-repeat 0px 0px;
}
button.checkout:hover {
	background-position: 0px -31px;
}
input.checkout {
	float: right;
	border: none;
	padding: 0;
	margin: 0 0 0 10px;
}
button.updatetotal {
	float: right;
	margin: 0 0 0 10px;
	width: 128px;
	height: 31px;
	background: url(../images/buttons/updatetotal.png) no-repeat 0px 0px;
}
button.updatetotal:hover {
	background-position: 0px -31px;
}
input.updatetotal {
	float: right;
	border: none;
	padding: 0;
	margin: 0 0 0 10px;
}
a.continueshopping {
	display: block;
	float: left;
	margin: 0;
	width: 164px;
	height: 31px;
	background: url(../images/buttons/continueshopping.png) no-repeat 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
}
div#wrapper_header {
	clear: both;
	width: 964px;
	margin: 0px auto;
}
div#wrapper_nav {
	clear: both;
	width: 964px;
	margin: 0px auto 20px auto;
}
div#wrapper_content {
	clear: both;
	width: 964px;
	margin: 0px auto 40px auto;
	text-align: left;
}
div#wrapper_info {
	clear: both;
	width: 964px;
	margin: 0px auto 30px auto;
}
/* 
-------------------------------------------------------------------------------
START: HEADER
*/

div#wrapper_header div#header {
	/*	height: 130px;
*/	text-align: left;
}
div#header img#logo {
	float: left;
	margin: 36px 0 0 0;
}
div#header div#basket-block {
	float: right;
}
div#header img#basket {
	float: left;
	margin: 20px 0 0 0;
}
div#header div#account {
	float: left;
	margin: 20px 0 0 0;
	padding: 5px 0 0 5px;
	font-size: 1em;
}
div#header div#subinfo {
	float: right;
	width: 600px;
	margin: 24px 0 0 0;
}
div#subinfo div#search_box {
	float: left;
	margin: 0;
	width: 260px;
	height: 28px;
	padding: 0;
}
div#search_box input.searchbox {
	float: left;
	width: 180px;
	height: 18px;
	margin: 0 5px 0 0;
}
div#subinfo div#callus {
	float: left;
	width: 325px;
	text-align: right;
	margin: 5px 15px 0 0;
	padding: 0;
	font-size: 1.3em;
	color: #aaa;
}
div#callus span.phonenumber {
	color: #a6bc09;
}
div#results div#big_search_box {
	float: left;
	width: 688px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #FFFFED;
	border:1px solid #AAAAAA;
}
div#big_search_box p {
	font-size: 1.2em;
	margin: 0 0 10px 0;
}
div#big_search_box input.searchbox {
	float: left;
	width: 440px;
	height: 18px;
	margin: 0 5px 0 0;
}
div#big_search_box button.search {
	float: left;
	margin: 0;
	width: 63px;
	height: 28px;
	background: url(../images/buttons/search.gif) no-repeat 0px 0px;
}
div#big_search_box button.search:hover {
	background-position: 0px -28px;
}
/* 
-------------------------------------------------------------------------------
START: NAV
*/

div#wrapper_nav div#nav {
	height: 380px;
	text-align: left;
	margin: 0px 0px 20px 0px;
}
div#nav div#blurb {
	float: left;
	width: 472px;
	height: 379px;
	background-color: #a6bc09;
	overflow: hidden;
}
div#nav div#blurb p {
	margin: 10px;
	font-size: 0.9em;
	color: #fff;
}
div#nav #blurb_img {
	position: relative;
	width: 472px;
	height: 246px;
	overflow: hidden;
}
div#nav .inner_blurb_img {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 472px;
	height: 280px;
}
div#nav div#menu {
	float: right;
	width: 472px;
	height: 380px;
}
div#menu a .nav_item {
	width: 226px;
	height: 114px;
	float: left;
	text-indent: -9999px;
}
div#menu a:hover .nav_item {
	background-position: 0px -114px;
}
div#menu a .left {
	border-bottom:19px solid #FFFFFF;
	border-right:19px solid #FFFFFF;
}
div#menu a .right {
	border-bottom:19px solid #FFFFFF;
}
div#menu a .room_1 {
	background: url(../images/buttons/bedroom.jpg) no-repeat 0px 0px;
}
div#menu a .room_2 {
	background: url(../images/buttons/bath-v2.jpg) no-repeat 0px 0px;
}
div#menu a .room_3 {
	background: url(../images/buttons/living-v2.jpg) no-repeat 0px 0px;
}
div#menu a .room_4 {
	background: url(../images/buttons/kitchen.jpg) no-repeat 0px 0px;
}
div#menu a .room_5 {
	background: url(../images/buttons/outdoor-v2.jpg) no-repeat 0px 0px;
}
div#menu a .room_6 {
	background: url(../images/buttons/gifts-v2.jpg) no-repeat 0px 0px;
}
/* 
-------------------------------------------------------------------------------
START: EXTRAS
*/

div#wrapper_content div#extras {
	float: left;
	width: 226px;
	padding: 0px;
	text-align: left;
}
div#extras div.text {
	font-size: 11px;
	line-height: 1.2em;
}
div#extras div#bigadvert_box {
	width: 226px;
	height: 231px;
	background: url(../images/layout/banner_dropshadow.gif) no-repeat bottom center;
	margin: 0 0 5px 0;
}
div#extras div#bigadvert {
	height: 224px;
	border: 1px solid #d3d7da;
	overflow: hidden;
}
div#extras div#bigadvert a {
	display: block;
}
div#bigadvert div.text {
	margin: 120px 0 0 17px;
	width: 70px;
}
/* these extras are also manipulated further down under 'horizontalextras' */

div#weddinglist {
	width: 224px;
	height: 98px;
	margin: 0 0 10px 0;
	background: url(../images/layout/weddinglist.jpg) no-repeat bottom center;
	border: 1px solid #d3d7da;
	overflow: hidden;
}
div#weddinglist div.text {
	margin: 43px 0 0 72px;
	width: 139px;
}
div#giftvouchers {
	width: 224px;
	height: 98px;
	background: url(../images/layout/giftvouchers.jpg) no-repeat bottom center;
	border: 1px solid #d3d7da;
	overflow: hidden;
}
div#giftvouchers div.text {
	margin: 40px 0 0 75px;
	width: 139px;
}
div#neednextdaydelivery {
	width: 224px;
	height: 98px;
	background: url(../images/layout/neednextdaydelivery.jpg) no-repeat bottom center;
	border: 1px solid #d3d7da;
	overflow: hidden;
}
div#neednextdaydelivery div.text {
	margin: 63px 0 0 75px;
	width: 139px;
}
div#giftwrapping {
	width: 224px;
	height: 98px;
	background: url(../images/layout/giftwrapping.jpg) no-repeat bottom center;
	border: 1px solid #d3d7da;
	overflow: hidden;
}
div#giftwrapping div.text {
	margin: 43px 0 0 76px;
	width: 139px;
}
.gifttext textarea {
	width: 300px;
	height: 65px;
}
.button_links_box {
	width: 226px;
	height: 105px;
	background: url(../images/layout/banner_dropshadow.gif) no-repeat bottom center;
	margin: 0 0 5px 0;
}
/* 
-------------------------------------------------------------------------------
START: BESTSELLERS
*/

div#wrapper_content #bestsellers {
	float: right;
	width: 206px;
	min-height: 654px;
	margin: 0px 21px 0px 0px;
	background: #F2F2F2;
	border: 1px solid #aaa;
	padding: 10px 10px 0px 10px; /* no bottom padding, as this'll come from the box bottom padding */
	text-align: left;
}
div#results #bestsellers {
	margin: 0px 11px 0px 0px;
}
#bestsellers h2 {
	width: 105px;
	height: 14px;
	background: url(../images/text/bestsellers.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
}
#bestsellers div.box {
	background: #fff;
	border: 1px solid #aaa;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}
#bestsellers img {
	display: block;
	float: left;
}
#bestsellers .description {
	float: left;
	width: 100px;
	margin: 0px 0px 0px 5px;
}
#bestsellers a.product, #bestsellers a.product:hover {
	margin: 0px 0px 0.8em 0px;
	font-size: 1em;
	font-weight: normal;
}
#bestsellers .price {
	margin: 0.8em 0px 0px 0px;
	font-weight: bold;
	font-size: 1em;
	color: #999;
}
.prev_price {
	text-decoration: line-through;
	color: #ff0000;
	font-weight: normal;
	font-size: 0.9em;
}
/* 
-------------------------------------------------------------------------------
START: HIGHLIGHTED PRODUCTS
*/

div#wrapper_content #highlighted {
	float: right;
	width: 206px;
	min-height: 654px;
	margin: 0px 21px 0px 0px;
	background: #F2F2F2;
	border: 1px solid #aaa;
	padding: 10px 10px 0px 10px; /* no bottom padding, as this'll come from the box bottom padding */
	text-align: left;
}
div#results #highlighted {
	margin: 0px 11px 0px 0px;
}
#highlighted h2 {
	width: 105px;
	height: 14px;
	background: url(../images/text/bestsellers.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
}
#highlighted div.box {
	background: #fff;
	border: 1px solid #aaa;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}
#highlighted img {
	display: block;
	float: left;
}
#highlighted .description {
	float: left;
	width: 100px;
	margin: 0px 0px 0px 5px;
}
#highlighted a.product, #highlighted a.product:hover {
	margin: 0px 0px 0.8em 0px;
	font-size: 1em;
	font-weight: normal;
}
#highlighted .price {
	margin: 0.8em 0px 0px 0px;
	font-weight: bold;
	font-size: 1em;
	color: #999;
}
/* 
-------------------------------------------------------------------------------
START: FEATURED
*/

div#wrapper_content #featured {
	float: right;
	width: 449px;
	min-height: 654px;
	border: 1px solid #aaa;
	padding: 10px 10px 0px 10px; /* no bottom padding, as this'll come from the table bottom padding */
	text-align: left;
}
#featured table.featured {
	width: 100%;
}
table.featured td.image {
	width: 136px;
	text-align: center;
	vertical-align: top;
	padding: 10px 0px 10px 0px;
}
table.featured td.description {
	width: auto;
	text-align: left;
	vertical-align: top;
	padding: 10px 0px 10px 10px;
}
#featured h2 {
	width: 182px;
	height: 14px;
	background: url(../images/text/featuredproducts.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
}
#featured h4 {
	margin: 0px 0px 2px 0px;
	color: #5F4740;
	font-size: 1.3em;
	font-weight: bold;
}
#featured a.product {
	margin: 0px 0px 0.8em 0px;
	font-size: 1.1em;
	font-weight: normal;
}
#featured p {
	margin: 0px 0px 0.8em 0px;
}
#featured .price {
	float: left;
	margin: 0.4em 0px 0px 10px;
	font-weight: bold;
	font-size: 1.4em;
	color: #999;
}
/* 
-------------------------------------------------------------------------------
START: FROM OUR BLOG
*/

div#wrapper_info div#fromourblog {
	float: left;
	width: 479px;
	padding: 0;
	text-align: left;
}
div#fromourblog h2 {
	float: left;
	width: 141px;
	height: 32px;
	background: url(../images/text/fromourblog.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
}
div#fromourblog img.rss {
	float: left;
	margin: 0 0 0 10px;
}
div#fromourblog div.box {
	float: left;
	width: 212px;
	margin: 0 20px 0 0;
}
div#fromourblog div.date {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	margin: 0 0 0.2em 0;
}
div#fromourblog a.title {
	font-size: 1.5em;
	margin: 0 0 0.8em 0;
}
div#fromourblog p {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
/* 
-------------------------------------------------------------------------------
START: WHAT OUR CUSTOMERS SAY
*/

div#wrapper_info div#whatourcustomers {
	float: right;
	width: 227px;
	text-align: left;
	padding: 0;
	margin: 0 20px 0 0;
}
div#whatourcustomers h2 {
	width: 203px;
	height: 32px;
	background: url(../images/text/whatourcustomers.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
}
div#whatourcustomers div.top {
	width: 100%;
	height: 11px;
	margin: 0;
	padding: 0;
	background: #f2f2f2;
}
div#whatourcustomers div.top img.left {
	float: left;
}
div#whatourcustomers div.top img.right {
	float: right;
}
div#whatourcustomers div.middle {
	z-index: 1;
	background: #f2f2f2;
	padding: 10px;
}
div#whatourcustomers div.middle img.quotes {
	z-index: 2;
	float: left;
}
div#whatourcustomers div.middle p {
	z-index: 2;
	display: block;
	float: right;
	width: 157px;
	font-style: italic;
	font-size: 0.9em;
	color: #666666;
}
div#whatourcustomers div.middle a {
	color: #666666;
	text-decoration: none;
}
div#whatourcustomers div.middle a:hover {
	text-decoration: underline;
}
div#whatourcustomers div.bottom {
	clear: both;
	width: 100%;
	height: 11px;
	margin: 0;
	padding: 0;
	background: #f2f2f2;
}
div#whatourcustomers div.bottom img.left {
	float: left;
}
div#whatourcustomers div.bottom img.right {
	float: right;
}
div#whatourcustomers div.info {
	height: 11px;
	vertical-align: top;
}
div#whatourcustomers div.info img {
	float: left;
	margin: 0 0 0 26px;
}
div#whatourcustomers div.info div.name {
	float: left;
	margin: 0.3em 0 0 10px;
	font-size: 0.9em;
	font-weight: bold;
}
div.testimonials {
	position: relative;
	margin: 0 0 30px 0;
}
div.testimonials div.top {
	width: 100%;
	height: 11px;
	margin: 0;
	padding: 0;
	background: #f2f2f2;
}
div.testimonials div.top img.left {
	float: left;
}
div.testimonials div.top img.right {
	float: right;
}
div.testimonials div.middle {
	z-index: 1;
	background: #f2f2f2;
	padding: 10px;
}
div.testimonials div.middle img.quoteleft {
	z-index: 2;
	position: absolute;
	top: 11px;
	left: 7px;
}
div.testimonials div.middle img.quoteright {
	z-index: 2;
	position: absolute;
	top: 11px;
	right: 7px;
}
div.testimonials div.middle p {
	z-index: 2;
	display: block;
	width: 580px;
	margin: 0 0 0 48px;
	font-style: italic;
	font-size: 1.2em;
	color: #666666;
}
div.testimonials div.bottom {
	clear: both;
	width: 100%;
	height: 11px;
	margin: 0;
	padding: 0;
	background: #f2f2f2;
}
div.testimonials div.bottom img.left {
	float: left;
}
div.testimonials div.bottom img.right {
	float: right;
}
div.testimonials div.info {
	height: 11px;
	vertical-align: top;
}
div.testimonials div.info img {
	float: left;
	margin: 0 0 0 26px;
}
div.testimonials div.info div.name {
	float: left;
	margin: 0.3em 0 0 10px;
	font-size: 0.9em;
	font-weight: bold;
	color: #A6BC09;
}
/* 
-------------------------------------------------------------------------------
SITE ECO CREDENTIENALS / PRODUCT ECO CREDENTIENALS
*/

div#oureco {
	float: right;
	width: 223px;
	text-align: left;
	padding: 0;
}
div#oureco h2 {
	width: 191px;
	height: 32px;
	background: url(../images/text/ethicalcredentials.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
}
div#oureco ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
div#oureco ul li {
	float: left;
	clear: left;
	width: 110px;
	margin: 0 0 8px 0;
	line-height: 1.2em;
}
div#oureco ul li.right {
	float: right;
	clear: right;
}
div#oureco ul li img {
	vertical-align: top;
	float: left;
	margin-right: 4px;
}
/*
div#oureco ul {
	float: left;
	width: 49%;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

div#oureco ul li {
	padding: 0.3em 0 0 35px;
	height: 34px;
	line-height: 1em;
	vertical-align: top;
}
*/

div#oureco .findout {
	clear: both;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
ul#producteco {
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
}
ul#producteco li {
	width: 110px;
	height: 30px;
	display: block;
	float: left;
	padding: 0.4em 8px 0 35px;
	font-size: 0.8em;
	line-height: 1em;
}
/* the following li. can be used in any lists, hence loose selectors */
li.energy {
	background: url(../images/icons/energy.png) no-repeat 0px 0px;
}
li.organic {
	background: url(../images/icons/organic.png) no-repeat 0px 0px;
}
li.recycled {
	background: url(../images/icons/recycled.png) no-repeat 0px 0px;
}
li.ecofriendly {
	background: url(../images/icons/ecofriendly.png) no-repeat 0px 0px;
}
li.fair {
	background: url(../images/icons/fair.png) no-repeat 0px 0px;
}
li.recyclable {
	background: url(../images/icons/recyclable.png) no-repeat 0px 0px;
}
li.locally {
	background: url(../images/icons/locally.png) no-repeat 0px 0px;
}
li.freight {
	background: url(../images/icons/freight.png) no-repeat 0px 0px;
}
/* 
-------------------------------------------------------------------------------
CONTENT / BREADCRUMB
*/

div#breadcrumb {
	clear: both;
	width: 964px;
	margin: 0;
	padding: 8px 0 8px 0;
	border-top: 1px solid #ccc;
	font-size: 1em;
	font-weight: normal;
	color: #30688D;
	text-align: left;
}
div#breadcrumb.bottom {
	border-bottom: 1px solid #ccc;
	margin-bottom: 32px;
}
div#breadcrumb a, div#breadcrumb a {
	text-decoration: underline;
}
div#breadcrumb span.current {
	/*color: #a6bc09;*/
	color: #666;
	font-weight: bold;
}
/* 
-------------------------------------------------------------------------------
CONTENT / CATEGORY BLURB
*/

div#wrapper_content div.category_blurb {
	clear: both;
	position: relative;
	width: 964px;
	height: 280px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
}
div#room_1_blurb {
	background: url(../images/layout/category_bedroom_bg.jpg) repeat-x;
}
div#room_2_blurb {
	background: url(../images/layout/category_bath_bg.jpg) repeat-x;
}
div#room_3_blurb {
	background: url(../images/layout/category_living_bg.jpg) repeat-x;
}
div#room_4_blurb {
	background: url(../images/layout/category_kitchen_bg.jpg) repeat-x;
}
div#room_5_blurb {
	background: url(../images/layout/category_outdoor_bg.jpg) repeat-x;
}
div#room_6_blurb {
	background: url(../images/layout/category_gifts_bg.jpg) repeat-x;
}
div.category_blurb img {
	margin: 0;
	padding: 0;
}
div.category_blurb h2 {
	position: absolute;
	top: 90px;
	left: 500px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
}
div#room_1_blurb h2 {
	width: 157px;
	background: url(../images/text/bedroom.gif) no-repeat 0px 0px;
}
div#room_2_blurb h2 {
	width: 77px;
	background: url(../images/text/bath.gif) no-repeat 0px 0px;
}
div#room_3_blurb h2 {
	width: 102px;
	background: url(../images/text/living.gif) no-repeat 0px 0px;
}
div#room_4_blurb h2 {
	width: 131px;
	background: url(../images/text/kitchen.gif) no-repeat 0px 0px;
}
div#room_5_blurb h2 {
	width: 172px;
	background: url(../images/text/outdoor.gif) no-repeat 0px 0px;
}
div#room_6_blurb h2 {
	width: 80px;
	background: url(../images/text/gifts.gif) no-repeat 0px 0px;
}
div.category_blurb div.text {
	position: absolute;
	width: 440px;
	top: 140px;
	left: 500px;
	font-size: 1.3em;
	color: #fff;
}
/* 
-------------------------------------------------------------------------------
CONTENT / BROWSE
*/

div#wrapper_content div#browse {
	clear: both;
	position: relative;
	width: 930px;
	margin: 0 0 20px 0;
	padding: 16px;
	border: 1px solid #d0d0d0;
	line-height: 1.2em;
	background: #f2f2f2;
	text-align: left;
}
div#browse a, div#browse a:hover {
	cursor: pointer;
	text-decoration: none; /* for IE */
}
div#browse h2 {
	height: 14px;
	margin: 0 0 20px 0;
	text-indent: -9999px;
	overflow: hidden;
}
div#browse.room_1 h2 {
	width: 269px;
	background: url(../images/text/browsebedroomcategories.gif) no-repeat 0px 0px;
}
div#browse.room_2 h2 {
	width: 228px;
	background: url(../images/text/browsebathcategories.gif) no-repeat 0px 0px;
}
div#browse.room_3 h2 {
	width: 240px;
	background: url(../images/text/browselivingcategories.gif) no-repeat 0px 0px;
}
div#browse.room_4 h2 {
	width: 259px;
	background: url(../images/text/browsekitchencategories.gif) no-repeat 0px 0px;
}
div#browse.room_5 h2 {
	width: 275px;
	background: url(../images/text/browseoutdoorcategories.gif) no-repeat 0px 0px;
}
div#browse.room_6 h2 {
	width: 220px;
	background: url(../images/text/browsegiftcategories.gif) no-repeat 0px 0px;
}
div#browse div.box {
	float: left;
	margin: 0 2px 22px 0;
	padding: 3px;
	text-align: left;
	border: 1px solid transparent;
}
div#browse div.box .image {
	border: 5px solid #fff;
	width: 212px;
	height: 116px;
}
div#browse div.box .cat_text {
	display: block;
	clear: left;
	margin: 5px 0 5px 5px;
	font-size: 1.1em;
}
.category_hover {
	background-color: #e0e0e0;
	color: #3971A2;
	border: 1px solid #c0c0c0;
}
.product_hover {
	background-color: #eee;
	border: 1px solid #d0d0d0;
}
/* 
-------------------------------------------------------------------------------
CONTENT / HORIZONTAL EXTRAS
these are inheriting the previous extras, but changing them slighty to make them work hoizontally
*/

div#wrapper_content div#horizontalextras {
	clear: both;
	position: relative;
	width: 964px;
	height: 105px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	line-height: 1.2em;
	font-size: 0.9em;
}
div#horizontalextras .button_links_box {
	float: left;
	margin: 0 20px 0 0;
}
div#horizontalextras .button_links_box.last {
	margin: 0;
}
/* 
-------------------------------------------------------------------------------
CONTENT / SUB-CATEGORIES
*/

div#wrapper_content ul#subcategories {
	clear: both;
	position: relative;
	width: 204px;
	margin: 0 0 10px 0;
	padding: 20px 10px;
	background: #f2f2f2;
	border: 1px solid #d0d0d0;
	list-style: none;
}
ul#subcategories li {
	width: 100%;
	min-height: 12px;
	margin: 0 6px 3px 0;
}
ul#subcategories li a {
	display: block;
	width: 100%;
	padding: 0.2em 0px 0.2em 3px;
	font-size: 1.1em;
	color: #666;
	text-decoration: none;
	background: url(../images/layout/arrow.gif) no-repeat right;
}
ul#subcategories li a:hover {
	background: #d0d0d0 url(../images/layout/arrow.gif) no-repeat right;
	text-decoration: none;
}
ul#subcategories li.selected {
	font-weight: bold;
}
/* sitemap */

ul.sitemaplist {
	font-size: 14px;
	font-weight: bold;
}
ul.sitemaplistinner {
	font-size: 12px;
	font-weight: normal;
}
ul.sitemaplist, ul.sitemaplistinner {
	width: 350px;
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}
ul.sitemaplist li {
	margin-bottom: 5px;
}
ul.sitemaplistinner li {
	margin-bottom: 0;
}
ul.sitemaplistinner li.prodsit {
	padding-left: 20px;
	font-size: 11px;
}
#sitemapleft {
	width: 500px;
	float: left;
	margin-bottom: 40px;
	border-right: 1px solid #A6BC09;
}
#sitemapright {
	width: 400px;
	float: right;
}
/* 
-------------------------------------------------------------------------------
CONTENT / RESULTS
*/

div#wrapper_content div#results {
	float: right;
	width: 710px;
	margin: 0 0 20px 0;
	text-align: left;
}
div#results h1, h2 {
	font-size: 2.4em;
	font-weight: normal;
	color: #5F463F;
	margin: 0.2em 0 0.4em 0;
}
div#results div.header {
	width: 100%;
	height: 1.7em;
	font-size: 1em;
	font-weight: normal;
	color: #666;
	padding: 0.1em 0;
	margin: 20px 10px 20px 0;
}
div#results div.header div.sort {
	float: left;
}
div#results div.header div.view {
	float: right;
}
div.itemrow {
	margin: 0 0 40px 0;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 700px;
}
div.itemrow.last {
	border-bottom: none;
}
div#media div.itemrow {
	border: none;
}
div.itemrow div.box {
	float: left;
	width: 144px;
	height:220px;
	background: #fff;
	border: 1px solid #fff;
	margin: 0 8px 10px 0;
	padding: 10px;
}
div.itemrow div.box img {
	margin: 0;
	border: 1px solid #fff;
}
.mediaImageBlank {
	width: 130px;
	height: 190px;
	background: #CCC;
	padding: 6px;
}
div.itemrow div.box div.smalltext {
	margin: 5px 0 0 0;
	font-size: 1.1em;
	color: #666;
}
div.itemrow div.box div.bigtext {
	margin: 5px 0 0 0;
	font-size: 1.4em;
	color: #666;
	font-weight: bold;
}
span.stocklvl {
	font-size: 0.7em;
	color: #FF0000;
	font-weight: normal;
}
span#nostock {
	font-size: 1.2em;
	color: #FF0000;
	font-weight: bold;
}
div#results div.footer, div#page div.footer {
	clear: both;
	width: 100%;
	text-align: right;
	margin: 35px 0 25px 0;
}
div.footer div.pagination {
	color: #aaa;
	letter-spacing: 0.1em;
}
div.pagination a {
	margin-left: 6px;
	border: 1px solid #aaa;
	padding: 3px;
	text-decoration: none;
	background: #fff;
	color: #508BBF;
}
div.pagination a:hover {
	text-decoration: none;
	background: #ccc;
	color: #508BBF;
}
div.pagination strong {
	margin-left: 6px;
	border: 1px solid #ccc;
	padding: 3px;
	font-weight: normal;
}
div.pagination a.current, div.pagination a.current:hover {
	text-decoration: none;
	background: #A6BC09;
	color: #fff;
}
/* 
-------------------------------------------------------------------------------
GENERAL PAGE
*/

div#wrapper_content div#page {
	float: right;
	width: 710px;
	margin: 0 0 20px 0;
	text-align: left;
}
div#page h2 {
	font-size: 2.4em;
	font-weight: normal;
	color: #5F463F;
	margin: 0.2em 0 0.6em 0;
}
div#page h3 {
	font-size: 1.9em;
	font-weight: normal;
	color: #A6BC09;
	margin: 0 0 0.6em 0;
}
div#page p {
	font-size: 1em;
}
div#page p.bigger {
	font-size: 1.2em;
}
/* 
-------------------------------------------------------------------------------
START: DETAILS
*/

div#wrapper_content div#details {
	margin: 0 0 23px 0;
	width: 964px;
	padding: 20px 0 20px 0;
}
div#details .leftcolumn {
	width: 49%;
	float: left;
	text-align: center;
}
.leftcolumn #prod-image {
	background: transparent none no-repeat 0 0;
	width: 317px;
	height: 317px;
}
.leftcolumn #alternative {
	width: 100%;
	text-align: center;
	height: 80px;
	margin: 20px 0 0 0;
}
.leftcolumn #alternative img {
	margin: 5px;
	border: 1px solid #ddd;
	cursor: pointer;
}
div#details .rightcolumn {
	width: 49%;
	float: right;
	text-align: left;
	font-size: 1.1em;
}
div#details h2 {
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1em;
	color: #5F463F;
	margin: 0.2em 0 0.5em 0;
}
div#details div.price {
	margin: 0.5em 0px 1.1em 0px;
	font-weight: bold;
	font-size: 1.5em;
	color: #999;
}
div#details div.description {
	float: left;
	width: 45%;
	margin: 0 20px 20px 0;
}
div#details div.bullets {
	float: left;
	width: 45%;
	margin: 0 20px 20px 0;
}
div#details ul.description li {
	background: url(../images/icons/dot.gif) no-repeat 0px 4px;
	padding: 0 0 0 13px;
	color: #333;
	margin: 0 0 0.3em 0;
}
div#details div.add {
	float: left;
	width: 100%;
	border: 1px solid #CCC;
	background-color: #EEF3F9;
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
	padding: 18px 12px;
	width: 449px;
	margin-bottom: 16px;
}
div#details div.add div.quantity {
	width: 110px;
	float: left;
	margin-left: 20px;
}
div#details div.add input.quantity {
	padding: 3px;
	margin: 0;
	width: 40px;
}
div#details .options {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 200px;
}
div#details .options select {
	float: right;
}
div#details .options .stock-msg {
	float: left;
}
div#details ul.options li {
	margin: 0 0 3px 0;
	padding: 0;
}
div#details ul.options li input {
	margin: 0 3px 0 0;
}
/* 
-------------------------------------------------------------------------------
START: ECO CREDENTIALS 
*/

.credentialsRow {
	width: 700px;
	float: left;
	clear: both;
}
.credentialsBlock {
	width: 175px;
	float: left;
	margin-bottom: 20px;
	min-height: 250px;
}
.credentialsBlock img {
	float: left;
	margin-right: 6px;
}
div#page .credentialsBlock h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 8px;
	color: #666;
}
.credentialsBlock .text {
	clear: left;
	padding-top: 6px;
	margin-right: 12px;
	margin-bottom: 6px;
}
/* 
-------------------------------------------------------------------------------
START: ECO CREDENTIALS  - INDIVIDUAL ECO PAGES WITH PRODUCT LINKS
*/

.credentialRow {
	width: 700px;
	float: left;
}
.credentialBlock {
	float: left;
	min-height: 100px;
}
.credentialBlock img {
	float: left;
	margin-right: 6px;
}
div#page .credentialBlock h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 8px;
	color: #666;
}
.credentialBlock .text {
	clear: left;
	padding-top: 6px;
	margin-right: 12px;
	margin-bottom: 6px;
}
div#page .credentialLinks h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 30px;
	color: #A6BC09;
}
div#page .credentialLinks h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 12px 0px 0px 0px;
	color: #666;
}
/* 
-------------------------------------------------------------------------------
START: RELATED PRODUCTS
*/

div#wrapper_content div#relatedproducts {
	width: 947px;
	margin: 0 0 20px 0;
	background: #F2F2F2;
	border: 1px solid #aaa;
	padding: 15px 0px 15px 15px;
	text-align: left;
}
div#relatedproducts h2 {
	width: 168px;
	height: 14px;
	background: url(../images/text/relatedproducts.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
}
div#relatedproducts div.box {
	float: left;
	width: 209px;
	background: #fff;
	border: 1px solid #aaa;
	margin: 0px 15px 10px 0px;
	padding: 5px;
	height: 76px;
	text-align: left;
}
div#relatedproducts img {
	display: block;
	float: left;
}
div#relatedproducts div.description {
	float: left;
	overflow: hidden;
	height: 57px;
	width: 125px;
	margin: 0 0 2px 5px;
}
div#relatedproducts a.product, div#relatedproducts a.product:hover {
	margin: 0px 0px 0.8em 0px;
	font-size: 1.0em;
	font-weight: normal;
}
div#relatedproducts div.price {
	float: left;
	margin: 0 0 0 5px;
	font-weight: bold;
	font-size: 1.2em;
	color: #999;
}
/* 
-------------------------------------------------------------------------------
TABLE: BASKET
*/

div#wrapper_content div#basket {
	padding: 0 0 50px 0;
	position: relative;
}
div#basket h2 {
	font-size: 2.4em;
	font-weight: normal;
	color: #5F463F;
	margin: 0.2em 0 0.8em 0;
}
#total-block {
	margin: 20px 0 10px 0;
}
div#basket img.secpay {
	float: left;
	margin: 0 10px 0 0;
}
div#basket img.thawte {
	float: left;
	margin: 0 30px 0 0;
}
div#basket div.security {
	float: left;
	width: 300px;
	margin: 0 0 15px 0;
}
div#basket div.offers {
	clear: right;
	float: right;
	text-align: right;
	width: 300px;
	font-size: 0.9em;
}
div#basket div.offers label {
	width: 180px;
	margin: 0 10px 0 0;
	font-size: 1.2em;
}
div#basket div.offers input {
	width: 120px;
	margin: 0 0 5px 0;
}
div#basket img.cards {
	float: left;
	margin: 0px 0 30px 0;
}
div#basket div.totaltext {
	float: right;
	text-align: right;
	margin: 0px 10px 30px 0;
	font-size: 2.1em;
	color: #999999;
}
div#basket div.totaltext small {
	display: block;
	font-size: 0.4em;
}
div#basket div.totalprice {
	float: right;
	margin: 0 20px 30px 0;
	font-size: 2.5em;
	line-height: 1em;
	color: #333;
	font-weight: bold;
}
table.basket {
	width: 964px;
	background: #F2F2F2;
	border-bottom: 1px solid #999;
	margin: 0;
}
table.basket tr {
	border: 1px solid #d0d0d0;
}
table.basket td {
	padding: 10px;
	color: #999;
	font-size: 1.3em;
	border-top: 1px solid #999;
}
table.basket td.image {
	width: 90px;
	text-align: left;
	border-left: 1px solid #999;
}
table.basket td.image img {
	border: 1px solid #999;
}
table.basket td.title {
	width: 300px;
	text-align: left;
}
table.basket td.title a {
	font-size: 1.4em;
}
table.basket td.price, table.basket td.stock {
	text-align: left;
}
table.basket td.quantity {
	width: 160px;
	text-align: left;
	font-size: 1em;
}
table.basket td.quantity input {
	width: 40px;
}
table.basket td.subtotal {
	width: 90px;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
}
table.basket td.remove {
	width: 20px;
	text-align: right;
	border-right: 1px solid #999;
}
table.basket td.remove button {
	text-indent: 0;
	overflow: auto;
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
.basket-redeem {
	text-align: right;
	margin: 3px 0px;
}
.basket-redeem input.text {
	width: 120px;
	margin: 0px 6px;
}
#promo-block {
	margin: 20px 0 0 0;
}
/*Banner Styles: Added by Ed Vinicombe(Freshegg Ltd) 09/11/09*/
div#postagebanner .postage-fullspan {
	background:url(../images/misc/biome-xmas-banner.jpg) no-repeat scroll 0 0;
	width:964px;
	height:0;
	padding-top:55px;
	overflow:hidden;
	float:left;
	margin:10px 0 10px 0;
}
div#postagebanner .sale {
	background:url(../images/misc/biome-sale-banner.gif) no-repeat scroll 0 0;
	width:470px;
	padding-top:55px;
	height:0;
	overflow:hidden;
	float:left;
	margin:10px 0 10px 0;
}
div#postagebanner .postage {
	background:url(../images/misc/banner.png) no-repeat scroll 0 0;
	width:963px;
	padding-top:55px;
	height:0;
	overflow:hidden;
	float:left;
	margin:10px 0 10px 0;
	display:block;
}
div#postagebanner .xmas-orders {
	width:470px;
	padding-top:0px;
	overflow:hidden;
	float:left;
	margin:10px 0 10px 0;
	color:#f53a35;
	font-weight:bold;
}
span.freedelivery {
	color:#F00;
}
/* 
-------------------------------------------------------------------------------
PROGRESS
*/


div#wrapper_content div#progress {
	width: 964px;
	height: 30px;
	font-size: 14px;
	margin: 0 0 30px 0;
	position: relative;
}
.step1 {
	background: url(/images/layout/progress_step1.png) no-repeat 0px 0px;
}
.step2 {
	background: url(/images/layout/progress_step2.png) no-repeat 0px 0px;
}
.step3 {
	background: url(/images/layout/progress_step3.png) no-repeat 0px 0px;
}
.step4 {
	background: url(/images/layout/progress_step4.png) no-repeat 0px 0px;
}
div#progress div#step1text {
	position: absolute;
	width: 200px;
	top: 7px;
	left: 15px;
}
div#progress div#step2text {
	position: absolute;
	width: 200px;
	top: 7px;
	left: 272px;
}
div#progress div#step3text {
	position: absolute;
	width: 200px;
	top: 7px;
	left: 505px;
}
div#progress div#step4text {
	position: absolute;
	width: 200px;
	top: 7px;
	left: 742px;
}
div#progress .current {
	color: #fff;
}
div#wrapper_content div#signin {
	position: relative;
	width: 290px;
	height: 220px;
	float: left;
	border: 1px solid #ccc;
	font-weight: normal;
	padding: 10px;
	margin:0px 13px 24px 0px;
	background: #EDF2CE;
}
div#signin h2 {
	color: #666666;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 18px 0;
}
div#signin h3 {
	color: #666666;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 0.8em 0;
}
div#signin .signin {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 185px;
	width: 92px;
	height: 31px;
	background: url(../images/buttons/signin.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
}
div#signin .signin:hover {
	background-position: 0px -31px;
	cursor: pointer;
}
div#signin label, div#signin label.password {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	padding: 0.4em 0 0 0;
	margin: 0 15px 7px 0;
	font-weight: normal;
}
div#signin label.checkbox {
	float: none;
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
}
div#signin input.email, div#signin input.password {
	width: 140px;
	margin: 0 0 7px 0;
}
div#signin a.forgottenpassword {
	display: block;
	margin: 0 0 10px 115px;
}
div#signin input.remember {
	margin: 0 5px 0 115px;
}
div#signin .remindme {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 185px;
	width: 92px;
	height: 31px;
	background: url(../images/buttons/remindme.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
}
div#signin .remindme:hover {
	background-position: 0px -31px;
	cursor: pointer;
}
div#wrapper_content div#createaccount {
	position: relative;
	width: 290px;
	height: 220px;
	float: left;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0px 13px 0px 0px;
	background: #EDF3F8;
}
div#createaccount h2 {
	color: #508BBF;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 18px 0;
}
div#createaccount h3 {
	color: #666666;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 0.8em 0;
}
div#createaccount a.createaccount {
	display: block;
	float: left;
	position: absolute;
	bottom: 30px;
	left: 120px;
	width: 156px;
	height: 31px;
	background: url(../images/buttons/createaccount.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
}
div#createaccount a.createaccount:hover {
	background-position: 0px -31px;
}

div#wrapper_content div#nonregister {
	position: relative;
	width: 290px;
	height: 220px;
	float: left;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0;
	background: #EDF3F8;
}
div#nonregister h2 {
	color: #508BBF;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 18px 0;
}
div#nonregister h3 {
	color: #666666;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 0.8em 0;
}
div#nonregister a.nonregister {
	display: block;
	float: left;
	position: absolute;
	bottom: 30px;
	left: 120px;
	width: 156px;
	height: 31px;
	background: url(../images/buttons/checkout-now.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
}
div#nonregister a.nonregister:hover {
	background-position: 0px -31px;
}
/* 
-------------------------------------------------------------------------------
CONFIRMATION 
*/

div#confirmation h2 {
	font-size: 2.4em;
	font-weight: normal;
	color: #5F463F;
	margin: 0.2em 0 0.7em 0;
}
div#confirmation h3 {
	display: inline;
	color: #333;
	font-weight: normal;
	font-size: 1.6em;
	margin: 0 15px 15px 0;
}
div#confirmation p {
	margin: 15px 0 15px 0;
	padding: 0;
}
div#confirmation div#deliveryaddress {
	float: left;
	width: 420px;
	margin: 0 0 20px 0;
	padding: 20px;
	border: 1px solid #ccc;
}
div#confirmation div#billingaddress {
	float: right;
	width: 420px;
	margin: 0 0 20px 0;
	padding: 20px;
	border: 1px solid #ccc;
}
div#confirmation div.total {
	text-align: right;
	margin: 40px 0 40px 0;
	font-size: 2.9em;
	font-weight: normal;
	color: #666;
}
div.total span.price {
	color: #333;
	font-weight: bold;
}
div#confirmation table#yourorder {
	background: #F2F2F2;
	border: 1px solid #ccc;
	margin: 0 0 30px 0;
	clear: both;
}
table#yourorder th, table#yourorder td {
	background: #F2F2F2;
	padding: 20px;
}
table#yourorder tbody td {
	padding: 3px 20px 3px 20px;
	border-bottom: 1px solid #ccc;
	font-size: 1.1em;
}
table#yourorder td.title {
	text-align: left;
}
table#yourorder td.price {
	text-align: right;
}
table#yourorder th a, table#yourorder th a:hover {
	display: inline;
	text-decoration: underline;
}
table#yourorder tfoot td {
	text-align: right;
	font-size: 1.7em;
	font-style: normal;
}
div#confirmation table#deliveryoptions {
	width: 500px;
	float: right;
}
table#deliveryoptions tr.border td {
	border-bottom: 1px solid #ccc;
}
table#deliveryoptions td {
	padding: 3px;
}
table#deliveryoptions td.description {
	font-size: 1.2em;
}
table#deliveryoptions td.price {
	width: 140px;
	text-align: right;
	font-size: 1em;
}
table#deliveryoptions td.checkbox {
	width: 10px;
	text-align: right;
}
/* 
-------------------------------------------------------------------------------
ORDER
*/
div#confirmation div.products {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
/* 
-------------------------------------------------------------------------------
START: LINKS
*/

div#wrapper_links {
	clear: both;
	width: 100%;
	border-top: 3px solid #ddd;
	padding: 15px 0;
}
div#wrapper_links div#links {
	width: 964px;
	margin: 0 auto;
	padding: 0;
}
div#links div.box {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	text-align: left;
}
div#links div.box h3 {
	font-weight: bold;
	font-size: 1em;
	color: #A5BB08;
	margin: 0 0 1em 0;
}
div#links div.box p {
	font-size: 0.9em;
	margin: 0 0 1em 0;
}
div#links div.box ul {
	float: left;
	width: 46%;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#links div.box ul li {
	font-size: 1.2em;
	margin: 0 0 0.2em 0;
}
div#links .social_bookmarking {
	margin: 4px 0 0 0;
}
div#links div.logos_box {
	height: 40px;
}
div#links div.logos_box img {
	float: left;
	margin: 0 7px 0 0;
}
div#links input.subscribebox {
	float: left;
	width: 180px;
	height: 16px;
}
button.subscribe {
	display: block;
	float: left;
	margin: 0 0 0 10px;
	width: 75px;
	height: 28px;
	background: url(../images/buttons/subscribe.png) no-repeat 0px 0px;
	overflow: hidden;
	text-indent: -9999px;
	border: none;
}
button.subscribe:hover {
	background-position: 0px -28px;
	cursor: pointer;
}
/* 
-------------------------------------------------------------------------------
START: CATEGORIES
*/

div#wrapper_categories {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	background: #F2F2F2;
}
div#wrapper_categories div#categories {
	width: 964px;
	margin: 0 auto;
	padding: 0;
}
div#categories div.box {
	float: left;
	width: 160px;
	text-align: left;
}
div#categories div.box h3, div#categories div.box h3 a, div#categories div.box h3 a:hover {
	font-weight: bold;
	font-size: 1em;
	color: #A5BB08;
	margin: 0 0 1em 0;
}
div#categories div.box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#categories div.box ul li {
	font-size: 0.9em;
	margin: 0 0 0.1em 0;
	color: #aaa;
}
div#categories div.box a {
	color: #aaa;
	text-decoration: none;
}
div#categories div.box a:hover {
	color: #aaa;
	text-decoration: underline;
}
/* 
-------------------------------------------------------------------------------
START: FOOTER 
*/

div#wrapper_footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #A5BB08;
	color: #fff;
	line-height: 1em; /* sorts out bottom page problem ?! */
}
div#wrapper_footer div#footer {
	width: 964px;
	margin: 0 auto;
	padding: 1.8em 0;
}
div#footer div.copyright {
	float: left;
}
div#footer div.links {
	float: right;
}
div#footer div.links a {
	color: #fff;
	text-decoration: none;
}
div#footer div.links a:hover {
	color: #fff;
	text-decoration: underline;
}
#wrapper_footer_txt {
	padding: 15px 0;
	background: #F2F2F2 none repeat scroll 0 0;
}
#footer_txt {
	margin: 0 auto;
	font-size:0.8em;
	line-height:1.3em;
	width: 964px
}
/* Sign up tables */

.input {
	border: 1px solid #CCCCCC;
}
.input table {
	background: #F2F2F2;
	padding: 12px;
	margin: 0px;
}
.hform p.formbutton {
	display: block;
	margin-top: 12px;
	text-align: right;
}
form.signup p label {
	text-align: right;
	margin: 6px 24px 6px 0px;
	width: 120px;
}
/*
-------------------------------------------------------------------------------
FOR JAVASCRIPT / JQUERY / SCRIPTS
*/

.ui-tabs {
	padding: .2em 0 0 0;
}
.ui-tabs .ui-tabs-nav {
	list-style: none;
	position: relative;
	padding: .2em 0 0 0;
	margin: 0 0 0 10px;
}
.ui-tabs .ui-tabs-nav li {
	background: #ddd;
	position: relative;
	float: left;
	margin: 0 .5em -1px 0;
	padding: 0;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	text-decoration: none;
	padding: .5em 1em;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background-color: #fff;
	padding-bottom: 1px;
	border-bottom-width: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
	color: #333;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	padding: 1.6em 0 0 0;
	display: block;
	border-width: 0;
	background: none;
	text-align: left;
	clear: both;
	border-top: 1px solid #999;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
/* DAN ELLIS STYLE */

.ItemNameWrap {
	width: 144px;
	position: absolute;
	margin-top: 154px;
}
.CatNameWrap {
	width: 220px;
	position: absolute;
	margin-top: 129px;
}

