/* MAIN elements*/
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	
	/* Last view item scroll bar styles */
	scrollbar-face-color: #D2DBCA;  
	scrollbar-highlight-color: #EFEFEF; 
	scrollbar-shadow-color: #D2DBCA; 
	scrollbar-3dlight-color: #CCCCCC; 
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-track-color: #EFEFEF; 
	scrollbar-darkshadow-color: #EFEFEF; 
	scrollbar-base-color: #EFEFEF;
	line-height: 105%;
}


/* FORM elements */
form {
	margin: 0px;
	padding: 0px;
}
caption {
	display: none;
}

/* DISPLAY STUFF */
.no_display {
	display: none;
}
.no_border {
	border: none;
}
.centerme {
	text-align: center;
}
.margin10 {
	padding: 10px;
}

/* HEADINGS */
h2 {
	color: #BDC44B;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: bold;
}

/*  CENTER CONTAINER elements */
#bg_container {
	position: relative;
	width: 100%;
	background-color: #EFEFEF;
}
.center_container {
/*  This does the main content centering */
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 768px;
	padding: 0px;
	border: none;
}
#content_area {
	position: relative;
	width: 768px;
	clear: both;
}

/* HEADER */
#headermain {
	position: relative;
	width: 768px;
}
#headermain table p, #headermain table label {
	font-size: 70%;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}
#headermain a.linkcolour1 {
	color: #C2CB5A;
	text-decoration: none;
}
#headermain a.linkcolour2 {
	color: #84979b;
	text-decoration: none;
}
#headermain .colour2 {
	color: #84979b;
}
#headermain input {
	width: 15px; height: 15px;
	background-color: #E0E7D7;
  /*background-color: #EBF9FA;*/
	border: none;
	font-size: 11px;
  font-weight: bold;
	color: #000000;
  /*color: #84979b;*/
}
#headermain input.searchbox {
	width: 80px !important;
	background-color: #FFFFFF !important;
	border: 1px solid #d2dbca;
	height: 13px;
}
.white_horiz_line {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 768px;
	clear: both;
	border-bottom: 1px solid #000000;
}
#logo {
	position: relative;
	float: left;
	background-repeat: no-repeat;
	height: 40px;
	width: 115px;
	background-position: 10px 2px;
}
#earthworks {
	position: relative;
	float: left;
}
#earthworks a {
	display: block;
}
h1 {
	background-repeat: no-repeat;
	height: 40px;
	/*width: 253px;*/
  width: 300px;
	background-position: 0px 10px;
	margin: 0px; padding: 0px;
}
#homestore {
	position: relative;
	float: left;
	height: 40px;
	/*width: 313px;*/
	width: 266px;
	background-repeat: no-repeat;
	/*background-position: 133px 12px;*/
	background-position: 106px 12px;
}
#basket_icon {
	position: relative;
	float: right;
    margin-top: 8px;
    margin-right: 5px;
}
#headermain .bottomgap {
	margin-bottom: 3px;
}

/* Left Hand Side */
#LHS {
	position: relative;
	float: left;
	width: 106px;
	margin-top: 75px;
	font-size: 75%;
	overflow: hidden;
}

#mainmenu {
	position: relative;
	width: 85px;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-weight: bold;
}
#mainmenu a {
	color: #9d8a09;
	text-decoration: none;
	display: block;
}
#mainmenu a:hover {
	text-decoration: underline;
}

#mainmenu ul {
	position: relative;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#mainmenu li {
	position: relative;
	margin: 0px; padding: 0px;
	width: 85px;
	list-style: none;
	float: left;
}
#mainmenu li li {
	text-align: right;
	float: none;
}
#mainmenu li a {
	display: block;
	width: 85px;
}
#mainmenu li li a {
  /*color: #ffffff;*/
	color: #68c5bc;
}
#mainmenu li a.selected {
	text-decoration: underline;
}
#mainmenu li li a.selected {
	text-decoration: underline;
}


/* Right Hand Side (Main content area) */
#RHS {
	position: relative;
	float: right;
	width: 661px;
	border-left: solid 1px #000000;
}
#RHS_left {
	position: relative;
	float: left;
	width: 428px;
	clear: left;
}
#RHS_right {
	position: relative;
	float: left;
	width: 232px;
}
#RHS_bottom {
	position: relative;
	float: left;
	width: 662px;
	clear: both;
}
#RHS p {
	font-size: 80%;
	color: #57AAB9;
}
#RHS a {
	color: #57AAB9;
	font-weight: bold;
}
#top_prod_strip { /* containing related and last viewed products */
	position: relative;
	width: 662px;
	margin-top: 2px;
}
#top_prod_strip p {
	position: relative;
	color: #BDC44B;
	font-weight: bold;
	font-size: 70%;
	float: right;
}
#top_prod_strip img {
	position: relative;
	float: right;
	margin: 2px;
}
#section_banner {
	position: relative;
	float: left;
	width: 212px;
	text-align: right;
}
#prod_related {
	position: relative;
	float: left;
	width: 428px;
	text-align: right;
}
#prod_last_viewed {
	position: relative;
	float: left;
	width: 232px;
	text-align: right;
}

#prod_big_images {
	position: relative;
	float: left;
	width: 428px;
	margin-top: 15px;
	overflow: hidden;
}
.prod_big_image {
	position: relative;
	float: left;
}
#prod_text {
	position: relative;
	float: left;
	padding: 12px;
	margin-top: 12px;
	width: 208px;
	overflow: hidden;
}
.buy_button {
	position: relative;
	margin: 0px 0px 0px 20px;
}
.prod_tiny {
	position: relative;
	float: left;
	margin-right: 10px;
}
#prod_boxes1 {
	position: relative;
	width: 428px;
	float: left;
	/*margin-top: 40px;*/
	margin-top: 10px;
	clear: both;
  line-height: 0.9em;
}
#prod_boxes2 {
	position: relative;
	width: 662px;
	float: left;
	/*margin-top: 40px;*/
	margin-top: 10px;
	clear: both;
  line-height: 0.9em;
}
.prod_box {
	position: relative;
	float: left;
	width: 112px;
	overflow: hidden;
	margin: 7px;
	/*height: 150px;*/
  height: 158px;
}
.group_box {
	position: relative;
	float: left;
	width: 112px;
	overflow: hidden;
	margin: 7px;
	/*height: 150px;*/
  height: 132px;
}
.prodbox_left {
	position: relative;
	float: left;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	width: 68px;
}
.prodbox_right {
	position: relative;
	float: right;
	color: #9d8a09;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	width: 40px;
	text-align: right;
}
.sectionbox_left {
	position: relative;
	float: left;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
  /*width: 100%;*/
  width: 112px;
}
.prod_box img {
	width: 112px;
	clear: both;
}
.group_box img {
	width: 112px;
	clear: both;
}
.groupbox_left {
	position: relative;
	float: left;
	color: #68c5bc;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
  /*width: 100%;*/
  width: 112px;
}

/* FOOTER */
#footer {
	position: relative;
	float: left;
	width: 768px;
	clear: both;
	border-top: 1px solid #OOOOOO;
	text-align: center;
}
#footer p {
	font-size: 70%;
	color: #666666;
	margin: 10px;
}
#footer a {
	color: #666666;
}
/* CMS STUFF */
.pinktext {
	color: #b22171;
}
#RHS p.biggertext {
	font-size: 90%;
}

/* PRODUCT SCROLLER */
#LV_scroller {
	position: relative;
	float: right;
	width: 110px;
	height: 80px;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	
	white-space: nowrap;	
}
#LV_item_capsual{
	width: 300px;
	height: 52px;
	float: left;
	margin-left:0px;
}
#lv_items{
	width: 52px;
	height: 52px;
	float: left;
	margin-left:0px;
	text-align: left;
}

/* SHOPPING BASKET BITS */
.text {
  font-size: 75%;
  padding-top: 4px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  color: #000000;
}
label.text {
  font-size: 100%;
  color: #774C21;  
}
.text .shopping_title {
  color: #ffffff;
  font-weight: bold;
  padding-top: 0px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 0px;
  margin: 0px;
  border: 0px;
}
.text input {
  font-size: 75%;
  height: 16px;
  border: 1px solid #000000;
  /*border: 1px solid #68c5bc;
  border: 0px;*/
  margin-top: 0px;
  margin-bottom: 2px;
}
input.no_border {
  border: 0px;
  height: 27px;
  width: 108px;
}
.text img.cartButton {
  border: 0px;
  padding: 0px;
  margin: 0px;
  margin-right: 8px;
}
.text small {
  font-size: 80%;
}
img.cartThumb {
  display: inline;
  float: left;
  clear: left;
  width: 112px;
  height: 112px;
  border: 0px;
  margin-top: 2px;
  margin-left: 4px;
  margin-right: 12px;
  margin-bottom: 8px;
  padding: 0px;
}
.text td {
  /*border-bottom: 1px solid #FDDDE7;
  border-right: 1px dotted #FDDDE7;*/
}
.text tr.cartBorder td {
  border-bottom: 1px solid #000000;
}
input.form_button {
  margin-top: 4px;
  margin-bottom: 4px;
  border: 0px;
  height: 27px;
  width: 108px;
}
.error {
  color: #D97213;
  padding-bottom: 12px;
}
.text select {
  font-size: 80%;
  height: 16px;
  /*width: 160px;*/
  border: 1px solid #OOOOOO;
  margin-top: 0px;
  margin-bottom: 0px;
}
.text textarea {
  font-size: 80%;
  height: 100px;
  width: 300px;
  border: 1px solid #000000;
  margin-top: 0px;
  margin-bottom: 0px;
}
.form_title {
  background-color: #68c5bc;
  color: #ffffff;
  font-weight: bold;
  padding-top: 1px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 1px;
}
#cart_steps {
  width: 100%;
  height: 18px;
  background-color: #68c5bc;
  color: #ffffff;
  border: 1px solid #OOOOOO;
  font-size: 72%;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0px;
  text-align: right;
}
h4 {
	font-size: 140%;
  font-weight: normal;
  color: #32CDC9;
}
a:visited, a:link, a:hover, a:active {
  text-decoration: none;
  color: #DF0172;
}
table.text tr td {
  /*color: #774C21;*/  
}
img.shopLeft, input.shopLeft {
 float: left; clear: left; margin-left: 16px; height: 24px; border: 0px;
}
img.shopRight, input.shopRight {
 float: right; clear: right; margin-right: 16px; height: 24px; border: 0px;
}
textarea.shopping_inputbox {
  font-size: 100%;
  border: 1px solid #000000;
  /*border: 1px solid #68c5bc;
  border: 0px;*/
  margin-top: 0px;
  margin-bottom: 2px;
}
#RHS_right #prod_text #wishlist_name {
  display: block;
  float: left;
  clear: none;
  margin: 0;
  margin-bottom: 4px;
  border: 1px solid #000000;
  background-color: #9d8a09;
  color: #fff;
  width: 100%;
  padding: 2px;
  padding-left: 8px;
  font-size: 80%;
  font-weight: bold;
}
.basket_wishlist_item {
  display: inline;
  margin: 0;
  border: 1px solid #000000;
  background-color: #9d8a09;
  color: #fff;
  padding: 1px;
  padding-left: 8px;
  padding-right: 4px;
  font-size: 90%;
  font-weight: bold;
}
.basket_wishlist_item a.wishlist {
  color: #fff;
}
