body {
	font-family		: ubuntu, arial, helvetica, sans serif;
	font-weight   : 300;
	font-size		: 13px;
	line-height		: 1.4em;
	margin			: 0;
	background		: #FFF;
	color			: #444;
	text-align		: center;
}

a:link, a:visited {
	color			: #949;
	text-decoration	: none;
}

a:hover, a:active {
	color			: #949;
	border-bottom	: 1px solid #449;
}

h1 a:hover {
	border: 0;
	outline: 0;
}

hr {
	height:1px;
	color: #506;
	background: #506;
	border: none;
}

h1 {
	margin			: 0px;
	text-align		: center;
}

/* =============================================================================

   TOP MENU

============================================================================= */

#topmenu,
#bottommenu {
	height			: 35px;
	margin			: 0px auto;
	padding			: 0px;
	background		: #848;
	text-align: center;
}

#topmenu dl,
#bottommenu ul {
	display: inline-block;
	margin			: 0px auto;
	padding			: 0px;
	list-style-type	: none;	
}

#topmenu dt,
#topmenu dd,
#bottommenu li {
	margin			: 0px;
	padding			: 0px;
	display			: inline;
	list-style-type	: none;	
	width: auto;
}

#topmenu dt span,
#topmenu dd a,
#bottommenu li a {
	display			: inline-block;
	width				: auto;
	font-size		: 15px;
	height      : 35px;
	line-height	: 35px;
	text-align	: center;
	border			: none;
	color				: #FFF;
	font-weight	: 600;
	padding: 0 1em;
}

#topmenu dt a:hover,
#topmenu dd a:hover,
#bottommenu li a:hover {
	background		: #949;
	color			    : #fff;
}

#topmenu dt a:active,
#topmenu dd a:active,
#bottommenu li a:active {
	background		: #949;
	color			    : #fff;
}


#top_basket {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 150px;
	border: solid medium #949;
	border-radius: 0.5em;
	padding: 0;
	background: #FFF;
}

#top_basket dt {
	background: #949;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
}

#top_basket dd {
	margin: 0 0.5em;
	line-height: 1.8em;
}

#byo-layout {
	display: table;
}

#picknmix {
	display: table-cell;
	vertical-align: top;
}

#byo-frame {
	display: table-cell;
	vertical-align: top;
	width: 150px;
}

#copyright {
	background: #F5F5F5;
}

/* =============================================================================

   CONTENTS

============================================================================= */

#contents {
	padding			: 1px;
	text-align		: left;
	background		: #FFFFFF;
}


#contents .topcontent {
	min-height			: 330px;
	background		: bottom right no-repeat;
	margin			: 10px 30px 10px 30px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

* html #contents .topcontent {
	height: 330px;
}

#contents .bottomcontent {
	min-height		: 160px;
	background		: #DDE;
	padding			: 10px 10px 10px 0px;
}

#contents .bottomcontent2 {
	padding			: 10px 30px 30px 30px;
	background		: #DDE;
}

* html #contents .bottomcontent {

	width: 838px;
}

#contents .bottomcontent h3{
	margin-left: 10px;
	margin-top: 0px;
}

#contents_include {
	margin-left: 10px;
}

#contents .suppliedbybunches {
	height		: 50px;
	background		: url('/images/bottom-background.gif') top left repeat-x;
	padding			: 5px 30px 5px 5px;
	margin : 0px !important;
	font-size: 14px;
	color: #155;
	line-height: 25px;
}


.warning {
	border-width	: 0px 0px 2px 0px;
	border-color	: #F00;
	border-style	: solid;
	background		: #ff0;
	color			: #f00;
	padding			: 6px 10px;
	margin			: 0px 0px 10px 0px;
	text-align		: center;
	font-weight		: bold;
}


input, select, a.button {
	font-family		: Verdana, arial, helvetica, sans serif;
	font-size		: 9pt;
}

input.button, a.button {
	border			: 1px solid #506;
	background		: #eee;
	color			: #506;
	margin			: 0px;
	padding			: 2px 10px;
	font-weight		: bold;
	font-size		: 9pt;

}

input.button
{
	position		: relative;
	top			: 2px;
	padding			: 0px 10px;	
}

a.button {
	padding			: 2px 20px;
}
	
*:lang(en) input.button
{
	padding			: 3px 20px;
	top			: 0px;
}

*:lang(en) a.button
{
	padding			: 4px 20px;
}
	

input.button:hover, a.button:hover {
	border			: 1px solid #506;
	background		: #506;
	color			: #fff;
}



a.smallbutton {
	border			: 1px solid #506;
	background		: #eee;
	color			: #506;
	margin			: 0px;
	padding			: 3px 8px;
	font-weight		: normal;
	font-size		: 8pt;

}

a.smallbutton:hover {
	border			: 1px solid #506;
	background		: #506;
	color			: #fff;
}

.floatright {
	float	: right;
	text-align : left;
}

.nowrap {
	white-space: nowrap;
}


.category-product{
	margin: 1em 0;
}

.category-product .productimage {
	margin: 1em 0.5em;
}


.category-product h3{
	margin: 0;
	padding: 0 1em;
	background: #d1bcd5;
	line-height: 2em;
	border-radius: 5px 5px 0 0;	
}

.category-product h3 a {
	color: #6d2a79;
}

.category-product h3.bestseller {
	background: #FC0;
}

.category-product h3.bestseller a {
	color: #000;
}

.category-product a{
	border:0;
	margin: 0;
	padding: 0;
}

.category-product a img{
	border:0;
	margin: 0;
	padding: 0;
}

.category-product table{
	width: 100%;
	background: #FFF;
	border-left			: 2px solid #d1bcd5;
	border-right		: 2px solid #d1bcd5;
	border-bottom		: 2px solid #d1bcd5;
}

.category-product-bestseller table{
	width: 100%;
	background: #FFF;
	border-left			: 2px solid #FC0;
	border-right		: 2px solid #FC0;
	border-bottom		: 2px solid #FC0;
}

.category-product th, .category-product td{
	vertical-align: top;
}

.category-product th{
	text-align: right;
}

.category-product .description{
	font-size: 12pt;
	line-height: 1.4em;
	padding: 0.5em 1em;
}

.moreinfotd .pricesstartfrom {
	position: static;
	border: 0;
	margin: 5px;
}

.pricesstartfrom:hover {
	border: 0;
}


.category-product .moreinfotd{
	vertical-align: bottom;
	padding: 0.5em 1em;
}

.moreinfo {
	border: 0;
	margin: 5px;
}

.moreinfo:hover {
	border: 0;
}

.product-description {
font-weight: normal;
font-size: 16px;
line-height: 24px;
}

.childproductimage {
border: 2px solid #506;
}

.clearboth {
font-size: 1px;
clear: both;
}

#miniBasket {
background: url('/images/minibasket.png') right top no-repeat;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
line-height: 28px;
padding-right: 1em;
position: absolute;
top: 0px;
right: 1px;
cursor: pointer;
z-index: 1000;
width: 175px;
text-align: right;
}

#miniBasket a {
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}

#buyform {
clear: both;
margin-top: 2em;
}

#buyform table {
border-collapse: collapse;
}

#buyform table table tbody{
background: #FEF;
}

#buyform table table tbody td{
padding: 2px;
}



.summary{
font-size: 16px;
line-height: 1.4em;
}

.datatable {
	width			: 700px;
	border			: 1px solid #999999;
	border-collapse		: collapse;
	font-size		: 9.5pt;
}

.datatable thead th{
	border-right		: 1px solid #506;
	border-bottom		: 1px solid #506;
	padding			: 4px 10px;
	background		: #506;
	color					: #ffffff;
}

.datatable tbody th{
	width			: 150px;
	border-right		: 1px solid #999999;
	border-bottom		: 1px solid #999999;
	padding			: 4px 10px;
	background		: #F0F0F0;
	vertical-align		: top;
}

.datatable tbody td{
	border-bottom		: 1px solid #999999;
	padding			: 4px 10px;
	vertical-align		: top;
}

.datatable tbody textarea {
	width			: 500px;
	padding			: 2px 10px;
	border			: 1px solid #999999;
}

.datatable tbody input.textbox {
	width			: 500px;
	padding			: 2px 10px;
	border			: 1px solid #999999;
}

.datatable tbody select {
	width				: 520px;
	padding			: 2px 0px;
	border			: 1px solid #999999;
}

.datatable tbody select.month {
	width			: 100px;
}
.datatable tbody select.year {
	width			: 100px;
}

.datatable tbody textarea:hover, .datatable tbody input.textbox:hover, .datatable tbody input.textbox:hover {
	background		: #FFFFEE;
	border			: 1px solid #7E69AD;
}

.clearboth { font-size: 1px; line-height: 0px;}


/* =============================================================================

   WARNINGS

============================================================================= */

#general_warning {
	width			: 728px;
	margin			: 0 auto;
	background		: #c00;
	color			: #fff;
	padding			: 6px 10px;
	text-align		: center;
	font-weight		: bold;
	border			: 1px solid #506;	
}

.shipping_warning {
	border-width	: 0px 0px 2px 0px;
	border-color	: #c00;
	border-style	: solid;
	-moz-border-radius	: 6px;
	background		: #c00;
	color			: #fff;
	padding			: 6px 10px;
	margin			: 0px 0px 10px 0px;
	text-align		: center;
	font-weight		: bold;
}

#stock_warning {
	border-width	: 1px;
	border-color	: #c00;
	border-style	: solid;
	color			: #c00;
	font-size: 10px;
	line-height: 14px;
	padding			: 6px 10px;
	margin			: 0px 0px 10px 0px;
	text-align		: center;
	clear: both;
}

#mi_categories, #mi_basket {
text-indent: 10px;
	text-align: left !important;
}


.category-title {
	padding-left: 80px;
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 70px;
	margin-bottom: 1em;
}

.category-title h2{
	font-family: Ubuntu, Arial, San-Serif;
	font-size: 15pt;
	font-weight: 400;
	line-height: 20pt;
	margin: 0;
	color: #848;
}

.category-title p{
	font-family: Ubuntu, Arial, San-Serif;
	font-size: 10pt;
	font-weight: 300;
	line-height: 16pt;
	margin: 0;
	color: #666;
}

.product-title {
	padding-left: 80px;
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 70px;
	margin-bottom: 1em;
}

.product-title h2{
	font-family: Ubuntu, Arial, San-Serif;
	font-size: 30pt;
	font-weight: 400;
	line-height: 50pt;
	margin: 0;
	color: #848;
}

.page-title {
	padding-left: 60px;
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 50px;
	margin-bottom: 1em;
}

.page-title h2{
	font-family: Ubuntu, Arial, San-Serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 50px;
	margin: 0;
	color: #848;
}

.homepage-title {
	padding-left: 80px;
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 70px;
	width: 400px;
	margin-bottom: 1em;
}

.homepage-title h2{
	font-family: Ubuntu, Arial, San-Serif;
	font-size: 15pt;
	font-weight: 400;
	line-height: 20pt;
	margin: 0;
	color: #848;
}

.homepage-title p{
	font-family: Ubuntu, Arial, San-Serif;
	font-size: 12pt;
	font-weight: 300;
	line-height: 18pt;
	margin: 0;
	color: #666;
}

.slider_container {
	display: block;
	width: 100%;
	margin: 0;
}

#slider {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider li {
	display: block;
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	height: auto;
	list-style: none;
}

.slider_container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
 }
 
 .slider-button {
 	position: absolute;
 	bottom: 20px;
 	left: 0;
 }

.slider_nav {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 1em;
  left: 0;
  overflow: hidden;
  text-decoration: none;
  line-height: 2em;
  height: 2em;
  background: rgba( 0,0,0, 0.25);
  color: #FFF;
  display: none;
}

.slider_container:hover .slider_nav {
	display: block;
}

.slider_nav:active {
  opacity: 1.0;
  }

.slider_nav.prev {
	padding: 0 0.5em 0 0.25em;
  border-radius: 0 1em 1em 0;
  }
  
.slider_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
	padding: 0 0.25em 0 0.5em;
  border-radius: 1em 0 0 1em;
  }

.slider_nav:focus {
  outline: none;
  }

.slider_tabs {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
  margin: 0 auto 0 auto;
  text-align: center;
  z-index: 1000;
  }

.slider_container:hover .slider_tabs {
	display: inline-block;
}

.slider_tabs li {
  display: inline;
  float: none;
  margin-right: 5px;
  }

.slider_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: rgb(180,230,230);
  background: rgba(180,230,230, 0.8);
  display: inline-block;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(255,255,255,1);
  -moz-box-shadow: inset 0 0 3px 0 rgba(255,255,255);
  box-shadow: inset 0 0 3px 0 rgba(255,255,255,1);
  width: 9px;
  height: 9px;
  }

.slider_here a {
  background: rgba(40,140,210);
  background: rgba(40,140,210, .8);
  -webkit-box-shadow: inset 0 0 3px 0 rgba(255,255,255,1);
  -moz-box-shadow: inset 0 0 3px 0 rgba(255,255,255);
  box-shadow: inset 0 0 3px 0 rgba(255,255,255,1);  
  }  

.sliderimg {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 330px;
}  


	#categorymenu,
	.categorymenu {
		margin			: 0 auto;
		padding			: 0;
		list-style-type	: none;
		text-align: center;	
	}
	
	#categorymenu li,
	.categorymenu li {
		margin			: 0;
		padding			: 0;
		display			: inline;
		list-style-type	: none;	
	}
	
	#categorymenu a,
	.categorymenu a {
		margin			: 0;
		padding			: 0;
		border			: none;
	}
	
	#categorymenu a img,
	.categorymenu a img {
		margin			: 5px;
		padding			: 0;
		border			: none;
	}

	
	.categorymenu
	{
		text-align: left;
		padding: 20px 0 20px 20px;
	}
		
	.categorymenu li
	{
		display: inline-block;
	}
	
	.categorymenu li .category-item
	{
		position: relative;
		top: 0;
		left: 0;
		width: 200px;
		height: 200px;
		padding: 0;
	}
	
	.categorymenu li .category-item h3.category-item-title
	{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 0 0.5em;
		background: rgb(60%,30%,60%);
		background: rgba(60%,30%,60%,0.9);
		color: #FFF;
		font-size: 14px;
		line-height: 30px;
		text-align: center;
		margin: 0 !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		
	}

	.categorymenu li .category-item h3.category-item-title a
	{
		color: #FFF;
	}

	.categorymenu li .category-item div
	{
		border: 0;
		padding: 0;
	}	
	
	.categorymenu li .category-item img
	{
		height: auto;
		width: auto;
		max-width: 100%;
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	.categorymenu li .category-item p.category-item-description
	{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0;
		padding: 0.5em;
		background: rgba(100%,100%,100%, 0.75);
		display: none;
	}	

	
	.categorymenu li .category-item p.category-item-description a
	{
		color: #000;
	}	
	/*
	.categorymenu li:hover .category-item p.category-item-description
	{
		display: block;
	}	
	*/		
	
	
	#bulk-alert {
		margin: 1em 0;
		padding: 0.5em;
		border: thin solid #FF9900;
		background: #FFFF66;
		color: #000000;
	}