html {
   padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #000000;
}

body {
   font-family: Titillium Web, Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF;
   padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.contentmainbody {
	height: auto;
}

#div_map img {  
  max-width: none; 
} 

#div_map {  
  color: black;
} 
 
#div_map label {  
  width: auto; display:inline;  
   color: black;
}

.content {
   padding: 0px 0px 20px 0px;;
}

.bodycontent {
   padding: 0px 10px 20px 10px;;
}

h1 {
   margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
   font-size: 36px;
	line-height: 38px;
	font-weight: normal;
}


h2 {
   margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
   font-size: 30px;
	line-height: 32px;
	font-weight: normal;
}

legend {
	color: white;
}

a {
	color: #53b000;
}

a:hover {
	color: #53b000;
	text-decoration: none;
}


/*** Header ***/

#headertop {
	background-color: #c8d5b7;
	padding: 4px;
	border-bottom: 1px solid #999965;
	border-left: 1px solid #999965;
	border-right: 1px solid #999965;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
margin: 0px 0px 0px 0px;
}

#headertop .vertical_bar {
	margin: 0px 5px 0px 5px;
}

#headertop a {
	color: #666666;
}

/*** Header ***/

#header {
	  background-color: #b0b0b0;
  background-image: -moz-linear-gradient(top, #C1C1C1, #b0b0b0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C1C1C1), to(#b0b0b0));
  background-image: -webkit-linear-gradient(top, #C1C1C1, #b0b0b0);
  background-image: -o-linear-gradient(top, #C1C1C1, #b0b0b0);
  background-image: linear-gradient(to bottom, #C1C1C1, #b0b0b0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C1C1C1', endColorstr='#b0b0b0', GradientType=0);   

	padding: 0px 0px 0px 0px;
}

#headerlogo img {
   float: left;
	width: 120px;
}

#headerlogo h1 {
   float: left;
	font-size: 42px;
	margin: 25px 0px 0px 10px;
	color: #ffff7f;
	text-align: left;
	font-weight: bold;
   text-shadow: 2px 2px 2px #888888;
   font-family: Titillium Web, Arial, Helvetica, sans-serif; 
}

#headerlogo p {
   float: left;
	font-size: 26px;
	padding: 0px 0px 0px 40px;
	color: #ffff7f;
	text-align: left;
	font-weight: normal;
   text-shadow: 2px 2px 2px #888888;
   font-family: Titillium Web, Arial, Helvetica, sans-serif; 
}

#header_topoptions, #header_bottomoptions {
	width: 100%;
	float: right;
	text-align: right;
}

#social_icons {
	text-align: right;
	margin: 15px 0px 0px 0px;
}

#social_icons img {
   margin: 0px 0px 0px 5px;
}

#header_topoptions {
	height: 90px;
}

#header_info p {
	color: white;
	font-size: 38px;
   text-shadow: 2px 2px 2px #666666;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
/*** Tab Menu ***/
#tabmenu {
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#tabmenu ul {
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#tabmenu li {
  float: left;
  padding: 5px 0px 5px 0px;
  margin: 0px 5px 0px 0px;
  list-style: none;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

#tabmenu a {
  text-align: center;
  float: left;
  width: 110px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  color: white;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  vertical-align: middle;
   text-shadow: 2px 2px 2px #444444;
}

#tabmenu a:hover {
	text-decoration: none;
	}

#tabmenu .selected {
	text-decoration: underline;
}

.tabimage {
	position: absolute;
	background-color: white;
	padding: 5px 0px 0px 0px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
  bottom: -10px;
}

.tabimage img {
	padding: 0px 0px 0px 0px;
	width: 70%;
}

#menubar  {
  background-color: #434242;
  background-image: -moz-linear-gradient(top, #434242, #323232);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#434242), to(#323232));
  background-image: -webkit-linear-gradient(top, #434242, #323232);
  background-image: -o-linear-gradient(top, #434242, #323232);
  background-image: linear-gradient(to bottom, #434242, #323232);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#434242', endColorstr='#323232', GradientType=0);
}


#menubar .navbar, #menubar .container {
	background: transparent;
	border: none;
	margin-bottom: 0px;
   padding: 0px 5px 0px 5px;
}


.navbar .nav>li>a {
  font-size: 18px;
  color: #eee;
	background: transparent;
   text-shadow: 2px 2px 2px #444444;
}


.navbar .nav>li>a:hover {
	color: white;
}

.yamm-content {
	background-color: white;
}

.ukpc-dropdown {
    width: 185px;
}


.dropdown-menu {
    padding-top: 0px;
}

.navbar-link:hover,
.navbar-link:focus {
  color: #eee;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
}

#menubar li.divider-vertical {
	border-left: 1px solid #434242;
	border-right: 1px solid #323232;
	min-height: 50px;
	margin: 0px 0px 0px 0px;
}

.shopmenu-content a {
    color: #666666;
    font-size: 18px;
}


/*** Crumbtrail ***/
#crumbtrail {
}

.breadcrumb {
	background-color: transparent;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #000000;
}

.breadcrumb li {
   text-shadow: none !important;
	color: #000000;
}

.breadcrumb li.active {
	color: #000000;
}

.breadcrumb li a {
	color: #000000;
}

/* Home Page */
.home-image {
	padding: 0px;
	margin: 0px;
}

.home-image-caption { 
    z-index: 50; 
    position: absolute; 
	 display: block;
    bottom: 0px; 
    background: rgba(200, 213, 183, 0.89);
	 text-align: right;
	 width: 360px;
	 padding: 5px 15px 5px 5px;
	 font-size: 20px;
	 color: #4c4c4c;
}

.home-image-caption:hover { 
    background: rgba(200, 213, 183, 1);
	 color: black;
}

.homepage_banner_overlay {
    margin-top: -300px;
}

.homepage_shop, .homepage_link {
  padding: 10px;
  /* border: 1px solid #7F9A65; */
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  color: white;
}

.homepage_link:hover {
}


.homepage_shop_richmond {
  background-color: #d8e6e6;
}

.homepage_shop_kew {
  background-color: #d4bebe;
}

.homepage_shop_sheen {
  background-color: #d3cadd;
}

#homepage_loyalty img {
  width: 140px;
}
#homepage_delivery img {
  width: 140px;
}

.homepage_link h2 {
  padding: 10px 10px 0px 10px;
}

.homepage_link p {
  font-size: 16px;
  color: #505050;
  padding: 10px;
}

.homepage_link a {
  color: #505050;
  text-decoration: underline;
}

#homepage_social img {
  margin: auto 0;
}

#homepage_social img {
  width: 48px;
}

#homepage-news h3 {
   font-size: 18px;
   margin-bottom: 5px;
}
p.news_see_more {
  margin: 5px 0 5px 0;
  cursor: pointer;
}
#homepage-news p {
   margin-bottom: 5px;
   font-size: 90%;
	color: #505050;	
}

#homebanner {
    margin-top: -10px;
}


.homepage_shop h2, #homebanner h2 {
   font-family: Titillium Web, Arial, Helvetica, sans-serif;  
   font-size: 22px;
   color: #505050;
}

.homepage_shop  a {
	color: #505050;
}

.homepage_shop .shop_marker {
  color: #f16261;
  margin-right: 5px;
 }

td {
  vertical-align: top;
 }

.homepage_shop td.homepage_shop_details {
  padding-left: 10px;
}
.homepage_shop td.homepage_shop_details  p {
  font-size: 90%;
  margin-bottom: 5px;
  color: #505050;
}

img.homepage_shopimage {
  width: 100px;
}




/*** Category Sidebar ***/

#sidebar_category_list_content {
 background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar_category_list_content .nav-list {
   background-color: #f2f2f2;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar_category_list_content .nav-list>li>a {
	margin-left: 0px;
	margin-right: 0px;
	text-shadow: none;
	padding: 5px 5px 5px 5px;
}

#sidebar_category_list_content .navtitle {
	background-color: #151515;
	padding: 5px 5px 5px 5px;
	font-weight: normal;
	color: white;
	font-size: 18px;
	   text-shadow: 2px 2px 2px #444444;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

#sidebar_category_list_content .nav-list a {
   color: #535353;
	border-bottom: 1px solid #c8d5b7;	
}

#sidebar_category_list_content .nav-list a:hover {
background-color: #666666;
color: white;
}

#sidebar_category_list_content .nav-list input {
   float: left;
	margin-left: 3px;
	margin-right: 3px;
}

#sidebar_category_list_content .nav-list li.checkfilter {
	border-bottom: 1px solid silver;	
	padding: 5px 0px 0px 0px;
}


#sidebar_category_list_content .nav-list label {
   color: #535353;
}

/*** Category Lists ***/

.span_category_grid_container {
	border: 1px solid silver;
	padding: 10px;
	margin: 0px 0px 30px 0px;
	text-align: center;
  background-color: #ffffff;
	-moz-border-radius: 3px;
 border-radius: 3px;
}

.span_category_grid_container:hover {
	border: 1px solid #c8d5b7;
}




.category_grid_caption {
   font-size: 16px;   
	color: black;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
}

.category_grid_caption_text:hover {
	text-decoration: none;
	color: red;
}


/*** Header Membership Bar ***/
#categoryhomelist {
	margin: 10px 0px 0px 0px;
}

.categoryhomelistitem {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
}


.categoryhomelistimage {
	margin: 10px 0px 10px 0px;
	text-align: center;
	background-color: white;
}

.categoryhomelistimage img {
  width: 100px;
}

.categoryhomelisttext {
	padding: 5px 10px 5px 10px;
}

.categoryhomelisttext a {
   font-size: 20px;
	color: white;
   text-shadow: 2px 2px 2px #444444;
}

/* Product List */

.product_summary {
   color: black;
	text-align: center;
	margin: 0px 0px 20px 0px;
	border: 1px solid silver;
	padding: 10px;
  background-color: #ffffff;
	-moz-border-radius: 3px;
 border-radius: 3px;
}

.product_summary:hover {
	border: 1px solid black;
}

.product_summary img {
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
}

.product_summary h2, .product_summary p {
   font-size: 16px;
	line-height: 18px;
	font-weight: normal;
}

.product_summary h2 {
	height: 44px;
}

.product_summary a {

}

.product_summary_image_container {
  height: 205px;
  line-height: 205px;
  margin: 0px 0px 10px 0px;
  background-color: white;
  text-align: center;
}

.product_summary_image {
  margin: 0px 0px 0px 0px;
  text-align: center;
}

.product_summary_image img {
  max-height: 205px;
  width: inherit;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.product_price {
	font-size: 24px;
	color: #666666;
}


/* Product Detail */

#productDetail {
	
}

#productDetail h1 {
	font-size: 28px;
}

#product_detail_option_container {
	
}

#product_detail_option_container label, #product_detail_qty_container label {
   float: left;
	font-size: 18px;
	margin-right: 10px;
}

.product_detail_container {
   min-height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

.product_detail_container h2 {
   font-size: 20px;
	padding: 10px 0px 0px 0px;
}

.product_validate_error, .validate_summary_error, .checkout_validate_error {	
	background-color: #dd0101;
	font-weight: normal;
}

.product_validate_error {
   font-size: 18px;
	margin: 10px 10px 10px 10px;
	padding: 0px 5px 0px 5px;
}

.validate_summary_error {
   font-size: 18px;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
}

.checkout_validate_error {
   font-size: 14px;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
}

.addtobasket_container {
	border: 2px solid white;
}

.productpricebox {
   margin: 0px 0px 10px 0px;
}

.productpricelabel, .productpricevalue, .productpriceenquire{
   float: left;
	padding: 7px 10px 7px 0px;;
	font-size: 28px;
	line-height: 40px;
}

/* Page Content */

.pagecontent {
	margin: 10px 0px 0px 0px;
}

.pagecontent h1 {
   font-size: 22px;
}

.pagecontent h2 {
   font-size: 18px;
}

/* ---------------------------------------------------------------------
   Checkout Table
   -------------------------------------------------------------------- */

.checkout_table {
  margin: 10px 0px 20px 0px;
  border-spacing: 10px;
  border-collapse: collapse;
  width: 100%;
}
.checkout_table th {
  background-color: #666666;
  border-bottom: 2px solid #666; 
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 10px 0px;
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
}

.checkout_table td {
  padding: 0px 10px 5px 0px;
}

tr.basket_row {
	border-bottom: 1px solid silver;
}

#checkout_content, #membership_content {
	min-height: 400px;
	padding: 20px;
}	

#checkout_content hr {
	margin: 20px 0px 20px 0px;
}

#checkout_content h1, #membership_content h1 {
	color: #666666;
  font-size: 34px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	line-height: 36px;
}	


#checkout_content h2, #membership_content h2 {
  font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	line-height: 26px;
}	



/* ---------------------------------------------------------------------
   Basket Lines
   -------------------------------------------------------------------- */

td.basketheader {
  padding-top: 3px;  
}

td.basketline {
   padding: 5px 5px 5px 5px;
}

td.basket_productimage {
   width: 80px;
	text-align: center;
}

td.basket_qty, td.basket_update {
   width: 80px;
	font-size: 18px;
}

td.basket_price, td.basket_total {
	max-width: 70px;
	font-size: 18px;
}

td.basketline {
  padding-top: 3px;  
}
td.basketsummary {
  padding-top: 8px; 
  text-align: right; 
	font-size: 18px;
}

th.basketheader.productimage {
  text-align: center;
}
th.basketheader.productname {
  text-align: left;
}
th.basketheader.lineprice {
  text-align: right;
}
th.basketheader.linetotal {
  text-align: right;
}

th.basketheader.basketremove {
  background-color: #fff;
  color: #fff;
}

p.basketline_option {
  margin: 0 0 0 0;
}

td.basketline.basket_productname {
  width: 250px;
 word-wrap: break-word;
}

td.basketline.basket_price {
  width: 100px;
  text-align: right;
}
td.basketline.basket_total {
  width: 100px;
  text-align: right;
}
td.basketline.basket_qty {
  padding-left:  15px;
  padding-right: 10px;
}
td.basketline.basket_update {
  padding-left:  10px;
  padding-right: 10px;
}
td.basketline.basket_delivery {
  padding-left:  10px;
  padding-right: 10px;
}
td.basketline.basket_remove {
  padding-left:  10px;
  padding-right: 10px;
}

td.basketdiscountdesc {
  color: #777;
}

td.basketsummary.baskettotal {
  font-weight: bold;
}

.basket_navigation {
  margin-top: 20px;
}
.basket_navigation a {
  color: #333;
}

/* ---------------------------------------------------------------------
   Checkout Progress
   -------------------------------------------------------------------- */


#checkout_progress_container {
  float: left;
  margin: 20px 20px 0px 20px;
  width: 100%;
}

.checkout_progress_image {
   float: left;
}

.checkout_progress_item {
   float: left;
   width: 225px;
	height: 80px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	background: url(/user_resources/images/site/checkoutprogress.png) top left no-repeat;
}

.checkout_progress_step {
   width: 20px;
   text-align: center;
   float: left;
   font-size: 36px;
   font-weight: bold;
   padding: 6px 5px 5px 7px;
   vertical-align: middle;
   color: #666666;
   margin: 8px 0px 0px 14px;
}
.checkout_progress_step.active {
	color: white;
   border none;
}

.checkout_progress_desc {
   float: left;
   vertical-align: middle;
   padding: 8px 10px 5px 25px;
   font-size: 24px;
	font-weight: normal;
   color: #929292;
   margin: 14px 5px 0px 10px;
}

.checkout_progress_desc.active{
   color: #ffffff;
}


/* Footer */

#footer {
  border-top: 5px solid #666666;
  padding: 0px 0px 20px 0px;
  margin: 20px 0px 0px 0px;
}

#footer, #footerContent {
  background-color: #c8d5b7;
  color: #666666;
}

#footer h3 {
	font-weight: normal;
}

#footer ul {
   margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

#footer li {
   margin: 0px 0px 3px 0px;
	padding: 0px;
}

#footer a {
	color: #666666;
	font-size: 16px;
}



/* Shop List */

#shoplist .shopitem {
   border: 1px solid #e2e2e2;
	padding: 10px 10px 10px 10px;
	background-color: #f2f2f2;
	margin: 0px 0px 20px 0px;
	font-size: 14px;
}

.shopitem p {
	font-size: 14px;
}

.shopitem a {
   color: black;
}
	
.shopitem table {
  width: 100%;
  margin-bottom: 3px;
}

.shopitem td {
  vertical-align:top;
  padding: 1px;
  border: 0;
}
.shopitem td.dayname {
	color: #666
}


.findus-content h2 {
	font-size: 20px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.locgallery img {
	margin: 0px 5px 0px 0px;
}

.payment_review {
	font-size: 26px;
}

.categoryhomelistdropdown {
	display:none;
	position: absolute;
	background-color: #f2f2f2;
	border: 1px solid silver;
  border-radius: 5px;
	z-index: 99;
	margin: 0px 0px 0px 0px;
	min-width: 200px;
	text-align: left;
	top:0px;
	left:0px;
}

.categoryhomelistdropdown ul {
	list-style: none;
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}

.categoryhomelistdropdown li {
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #d9d9d9;
}

.categoryhomelistdropdown li>a {
	color: black;
	font-size: 14px;
	text-shadow: none;
}

.accounttabs {
	margin: 0px auto 0px auto;
} 	

.accounttabs ul {
	background-color: transparent;
	border: none;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

.accounttabs ul li {
}	

.accounttabs li.menutab a {
   font-family: Titillium Web, Arial, Helvetica, sans-serif; 
	float: left;
	background-color: #c8d5b7;
	text-align: center;
	padding: 10px 15px 10px 15px;
	margin: 5px;
	vertical-align: middle;
	display: inline-block;
	border-radius: 3px;
  }


.account-clientlist-item {
	border: 1px solid silver;
	margin: 5px;
	padding: 5px;
	text-align: center;
}

.accounttabs li.menutab a:hover, .accounttabs li a.selected {
	background-color: #666666;
}	


.accounttabs a {
	color: white;
	font: 16px gillsans; 
	text-transform: uppercase; 
}

.accounttabs a:hover {
	color: white;
}


