/* Catalogue content												*/
/* Styles to align the content in the main part of the catalogue	*/
#content {
	position: relative;
	color: #000000;
	height: auto;
	width: auto;
	min-width: 770px;
	padding-top: 4px;
	margin-left: 166px;
	margin-right: 50px;
	margin-bottom: 10px;
	float: left;
	z-index: 4;
}

/* Fix for IE5.5 and IE6 */
#content {
	_margin-left: 83px; 
	_margin-right: 25px;
	_width: 770px; /* Delete when javascript is inserted */
}

#growers {
	position: absolute;
	border-right: solid 4px #ffffff;
	width: 162px;
	height: 167px;
	left: 0px;
	top: 64px;
	z-index: 5;
}
#orient {
	background-image:url(../images/grower_orient.gif);
	height: 45px;
}
#prins {
	background-image:url(../images/grower_prins.gif);
	height: 45px;
}
#aphrodite {
	background-image:url(../images/grower_aphrodite.gif);
	height: 45px;
}

.company {
	background-repeat: no-repeat;
	width: 162px;
	cursor: pointer;
	background-position: left bottom;
}

.company a
{
  width: 162px;
  height: 45px;
  display: block;
}

.grower_active {
	background-position: left top; 
}

#categorynavigation {
	position: absolute;
	width: 162px;
	background-color: #ffffff;
	border-right: solid 4px #ffffff;
	height: auto;
	left: 0px;
/*	top: 161px; */
	z-index: 6;
}

.categories {
	background-repeat: no-repeat;
	width: 158px;
	height: 30px;
	margin-left: 4px;
	margin-top: 8px;
	cursor: pointer;
}

/* Left side of content	*/
/* Contains all the categories	*/
.categories a {
  width: 158px;
  height: 30px;
  display: block;
 }

#categorynavigation.active {
	background-position: left top;
}

/* Right side of content	*/
/* Contains all the logo's	*/
#categorylogoside,
#categorylogo {
	height: 43px;
	width: 43px;
	background-repeat: no-repeat;
}

#categorylogoside {
	margin-top: 60px;
	margin-bottom: 5px;
}

#categorylogo {
	float: right;
	margin-right: 5px;
}

/* Center of content			*/
/* Contains all the products	*/
#catalogus {
	position: relative;
	float: left;
	height: auto !important;
	height: 545px;
	min-height: 545px;
	width: 100%; 
	z-index: 5;
}

#cat-id {
	position: relative;
	float: left;	
	background-repeat: no-repeat;
	margin-bottom: 4px;
	margin-right: 4px;
	height: 184px;
	width: 184px;
}
#orderTable tr {
	height: 24px;
}

.orderFormTable2 td,
#orderTable td {
	color: #494949;
	font-size: 11px;
}

.product {
	position: relative;
	float: left;	
	margin-bottom: 4px;
	margin-right: 4px;
	height: 184px;
	width: 184px;
}

.soldout {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 78px;
	width: 78px;
	background-repeat: no-repeat;
	opacity: .9;
	filter: alpha(opacity=90);	
	z-index: 4;
}

.soldoutfast {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 78px;
	width: 78px;
	background-repeat: no-repeat;
	opacity: .9;
	filter: alpha(opacity=90);	
	z-index: 10001;
}

.productimg {
	background-image: url(../images/prod_nopic.gif); 
	background-repeat: no-repeat;
	height: 184px;
	width: 184px;
}

.productfooter {
	position:absolute;
	bottom: 0px;
	left: 0px;
	background-repeat: repeat-x;
	width: 184px;
	height: 28px;
	opacity: .5;
	filter: alpha(opacity=50);
	z-index: 2;	
}

.productfootercontainer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 184px;
	height: 28px;
	z-index: 3;	
}

.productno {
	position: relative;
	float: left;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
	width: 60px;
	height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
}

.productadd, 
.productinfo {
	position: relative;
	float: right;
	width: 22px;
	height: 28px;
}

.productadd img, 
.productinfo img {
	padding-top: 6px;
}

.productlabel  {
	position: absolute;
	right: 0px;
	bottom: 23px;
	width: auto;
	height: 27px;
	background-repeat: no-repeat;
	background-position: left top;	
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	z-index: 3;
}

.productlabelinfoarrow {
	height: 27px;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 4px 8px 3px 8px;	
}

.productlabeladdarrow {
	height: 27px;
	background-repeat: no-repeat;
	background-position: right top;			
	padding: 4px 8px 3px 8px;	
}

#footer {
	position: relative;
	float: left;
	background-repeat: repeat-x;
	padding-top: 6px;
	width: 100%;
	height: 24px;
	text-align: right;
	z-index: 5;
}

#footer img {
	vertical-align: middle;
}

/* Contains orderform content */
#orderform {
	position: relative;
	height: auto !important;
	min-height: 530px;
	color: #494949;
	width: 760px;
	height: auto;
	padding-top: 4px;
	padding-left: 10px;
	float: left;
}
.title_order {
	width: 760px;
	height: 24px;
	border-bottom: 1px solid #bdbdbd;
	color: 	#C00075;
}
.star {
	color: #C00075;
}
.order_info {
	color: #494949;
	height: 20px;
	padding-right: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	vertical-align: top;
}
.order_comment {
	width: 368px;
	height: 20px;
	font-weight: bold;
	font-size: 11px;
}
input.formlarge{
	width: 186px;
	border: 1px solid #8f8779;
	padding-left: 4px;
	font-size: 11px;
	font-family: Arial;
}
input.formmiddle{
	width: 120px;
	border: 1px solid #8f8779;
	padding-left: 4px;
	font-size: 11px;
	font-family: Arial;
}
input.formsmall{
	width: 90px;
	border: 1px solid #8f8779;
	padding-left: 4px;
	font-size: 11px;
	font-family: Arial;
}
input.date{
	width: 60px;
	border: 1px solid #8f8779;
	padding-left: 4px;
	font-size: 11px;
	font-family: Arial;
}
input.time{
	width: 60px;
	border: 1px solid #8f8779;
	padding-left: 4px;
	font-size: 11px;
	font-family: Arial;
}
textarea{
	background: #ffffff;
	color: #000000;
	overflow: auto;
	width: 398px;
	height: 80px;
	border: 1px solid #8f8779;
	font-size: 11px;
	font-family: Arial;
}
.tr_list {
	height: 20px;
	padding-left: 4px;
	border-bottom: 1px solid #bfbfbf;
	font-size: 11px;
}
.tr_product{
	height: 20px;
	padding-left: 4px;
	border-bottom: 1px solid #bfbfbf;
	font-size: 11px;
	font-weight: bold;
}
.tr_title {
	height: 20px;
	background-color: #f1f1f1;
	padding-left: 4px;
	border-bottom: 1px solid #bfbfbf;
	font-weight: bold;
	font-size: 11px;
}
.tr_nr {
	height: 20px;
	padding-left: 4px;
	border-bottom: 1px solid #bfbfbf;
	font-weight: bold;
	color: #8f8779 !important;
	font-size: 11px;
}


/* Layer																				*/
/* Divs to put in the back of the popups and add a white glow over the rest of the site	*/
.overlay {
	position: absolute;
	margin: 0px;
	top: 0px;
	left: 0px;
	background-color: #111111;
	opacity: .8;
	filter: alpha(opacity=80);
}

.overlaycontainer {
	position: absolute;
	margin: auto;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* Productinfo popup 								*/
/* Div to show the information about the product	*/
#productinfopopup {
	position: relative;
	margin: 0px auto 0px;
	width: 728px;
	height: 428px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 10px;
}

#infopopupleft {
	position: relative;
	float: left;
	width: 300px;
	height: 408px;
	padding-top: 20px;
	padding-left: 20px;
}

#infopopupleftfooter a,
#infopopupleftfooter a:active,
#infopopupleftfooter a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#infopopupleft td.element {
	font-weight: bold;
	line-height: 18px;
}

.infopopupleftfooter {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 290px;
	height: 22px;
	margin-left: 20px;
	padding-top: 4px;
	text-align: right;
}

.infopopupleftfooter a,
.infopopupleftfooter a:active,
.infopopupleftfooter a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#infopopupright {
	position: relative;
	float: left;
	width: 400px;
	height: 350px;	
	margin-left: 8px;
}

.soldoutinfo {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 161px;
	width: 161px;	
	background-repeat: no-repeat;
	opacity: .9;
	filter: alpha(opacity=90);	
	z-index: 3;
}

.infopopupimg {
	background-image: url(../images/prod_info_nopic.gif); 
	background-repeat: no-repeat;
	height: 400px;
	width: 400px;
}

.infopopupgrower {
	position: absolute;
	top: 350px;
	left: 0px;
	width: 400px;
	height: 50px;
	text-align: right;
}	

#logogrowerhorizontal {
	float: right;
	height: 33px;
	width: 138px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 5px;
}

.infopopuprightfooter {
	background-repeat: repeat-x;
	width: 400px;
	height: 28px;
	text-align: center;
	vertical-align: bottom;
	padding-top: 8px;
	margin-top: 0px;
}

.infopopupno {
	position: relative;
	float: left;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 1px;
	width: 60px;
	height: 28px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
}

/* Productorder popup 						*/
/* Div to order a product from the webshop	*/
#productorderpopup {
	position: relative;
	margin: 0px auto 0px;
	width: 559px;
	height: 225px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 10px;
}

#orderpopupleft {
	position: relative;
	float: left;
	color: #FFFFFF;
	width: 306px;
	height: 205px;
	padding-top: 20px;
	padding-left: 20px;
}

#orderpopupleft td.element {
	font-weight: bold;
	line-height: 18px;
}

.orderpopupleftfooter {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 296px;
	height: 20px;
	margin-left: 20px;
	padding-top: 2px;
	text-align: right;
}

.orderpopupleftfooter a,
.orderpopupleftfooter a:active,
.orderpopupleftfooter a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#orderpopupright {
	position: relative;
	float: left;
	width: 225px;
	height: 225px;	
	margin-left: 8px;
	background-image: url(../images/prod_order_nopic.gif); 	
	background-repeat: no-repeat;	
}

/* Editorder popup 						*/
/* Div to edit an order from the basket	*/
#editorderpopup {
	position: relative;
	margin: 80px auto 0px;
	width: 559px;
	height: 225px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 10px;
}

#editorderpopupleft {
	position: relative;
	float: left;
	color: #ffffff;
	width: 306px;
	height: 205px;
	padding-top: 20px;
	padding-left: 20px;
	background-color: #8f8779;	
}

#editorderpopupleft td.element {
	font-weight: bold;
	line-height: 18px;
	color: #FFFFFF;
}

.editorderpopupleftfooter {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 296px;
	height: 20px;
	margin-left: 20px;
	text-align: right;
	border-top: 1px solid #c00075;
	padding-top: 2px;	
}

.editorderpopupleftfooter a,
.editorderpopupleftfooter a:active,
.editorderpopupleftfooter a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#editorderpopupright {
	position: relative;
	float: left;
	width: 225px;
	height: 225px;	
	margin-left: 8px;
	background-image: url(../images/prod_order_nopic.jpg); 	
	background-repeat: no-repeat;	
}

#editorderpopupleft input.order, 
#editorderpopupleft select {
	background-color: #c00075;
	color: #ffffff;
	border: 1px solid #FFFFFF;
}


/* fastorder popup 						*/
/* Div to edit an order from the basket	*/
#fastorderpopup {
	position: relative;
	margin: 80px auto 0px;
	width: 559px;
	height: 225px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 10px;
}

#fastorderpopupalert
{
	position: absolute;
	top: 10px;
	left: 10px;
	float: left;
	color: #ffffff;
	width: 519px;
	height: 185px;
	padding: 20px;
	background-color: #8f8779;
	z-index: 20000;
}

#fastorderpopupalert a
{
	color: #ffffff;
	text-decoration: none;
}

#fastorderpopupalert a:link
{
	color: #ffffff;
	text-decoration: none;
}

#fastorderpopupalert a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#fastorderpopupalert a:hover
{
	color: #ffffff;
	text-decoration: underline;
}


#fastorderpopupleft {
	position: relative;
	float: left;
	color: #FFFFFF;
	width: 306px;
	height: 205px;
	padding-top: 20px;
	padding-left: 20px;
	background-color: #8f8779;	
}

#fastorderpopupleft td.element {
	font-weight: bold;
	line-height: 18px;
	color: #FFFFFF;
}

.fastorderpopupleftfooter {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 296px;
	height: 20px;
	margin-left: 20px;
	text-align: right;
	border-top: 1px solid #ece561;
	padding-top: 2px;	
}

.fastorderpopupleftfooter a,
.fastorderpopupleftfooter a:active,
.fastorderpopupleftfooter a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#fastorderpopupright {
	position: relative;
	float: left;
	width: 225px;
	height: 225px;	
	margin-left: 8px;
	background-image: url(../images/prod_order_nopic.jpg); 	
	background-repeat: no-repeat;	
}

#fastorderpopupleft input.order, 
#fastorderpopupleft select {
	background-color: #ece561;
	color: #8f8779;
	border: 1px solid #FFFFFF;
}

/* chooseorder popup 						*/
/* Div to edit an order from the basket	*/
#chooseorderpopup {
	position: relative;
	margin: 80px auto 0px;
	width: 559px;
	height: 225px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 10px;
}

#chooseorderpopupalert
{
	position: absolute;
	top: 10px;
	left: 10px;
	float: left;
	color: #ffffff;
	width: 519px;
	height: 185px;
	padding: 20px;
	background-color: #8f8779;
	z-index: 20000;
}

#chooseorderpopupalert a
{
	color: #ffffff;
	text-decoration: none;
}

#chooseorderpopupalert a:link
{
	color: #ffffff;
	text-decoration: none;
}

#chooseorderpopupalert a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#chooseorderpopupalert a:hover
{
	color: #ffffff;
	text-decoration: underline;
}


#chooseorderpopupleft {
	position: relative;
	float: left;
	color: #FFFFFF;
	width: 306px;
	height: 205px;
	padding-top: 20px;
	padding-left: 20px;
	background-color: #8f8779;	
}

#chooseorderpopupleft td.element {
	font-weight: bold;
	line-height: 18px;
	color: #FFFFFF;
}

.chooseorderpopupleftfooter {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 296px;
	height: 20px;
	margin-left: 20px;
	text-align: right;
	border-top: 1px solid #ece561;	
}

.chooseorderpopupleftfooter a,
.chooseorderpopupleftfooter a:active,
.chooseorderpopupleftfooter a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#chooseorderpopupright {
	position: relative;
	float: left;
	width: 225px;
	height: 225px;	
	margin-left: 8px;
	background-image: url(../images/prod_order_nopic.jpg); 	
	background-repeat: no-repeat;	
}

#chooseorderpopupleft input.order, 
#chooseorderpopupleft select {
	background-color: #ece561;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

/* Begin deleteorder popup 	*/
#deleteorderpopup {
	position: relative;
	margin: 80px auto 0px;
	width: 559px;
	height: 225px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 10px;
}

#deleteorderpopupalert
{
	position: absolute;
	top: 10px;
	left: 10px;
	float: left;
	color: #ffffff;
	width: 519px;
	height: 185px;
	padding: 20px;
	background-color: #8f8779;
	z-index: 20000;
}

#deleteorderpopupalert a
{
	color: #ffffff;
	text-decoration: none;
}

#deleteorderpopupalert a:link
{
	color: #ffffff;
	text-decoration: none;
}

#deleteorderpopupalert a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#deleteorderpopupalert a:hover
{
	color: #ffffff;
	text-decoration: underline;
}


#deleteorderpopupleft {
	position: relative;
	float: left;
	color: #FFFFFF;
	width: 306px;
	height: 205px;
	padding-top: 20px;
	padding-left: 20px;
	background-color: #8f8779;	
}

#deleteorderpopupleft td.element {
	font-weight: bold;
	line-height: 18px;
	color: #FFFFFF;
}

.deleteorderpopupleftfooter {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 296px;
	height: 20px;
	margin-left: 20px;
	text-align: right;
	border-top: 1px solid #ece561;	
}

.deleteorderpopupleftfooter a,
.deleteorderpopupleftfooter a:active,
.deleteorderpopupleftfooter a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#deleteorderpopupright {
	position: relative;
	float: left;
	width: 225px;
	height: 225px;	
	margin-left: 8px;
	background-image: url(../images/prod_order_nopic.jpg); 	
	background-repeat: no-repeat;	
}

#deleteorderpopupleft input.order, 
#deleteorderpopupleft select {
	background-color: #ece561;
	color: #8f8779;
	border: 1px solid #FFFFFF;
}

/* End deleteorder popup 	*/

#titlebar {
	position: relative;
	top: 0px;
	margin-top: 4px; 
	padding-top: 14px;
	height: 26px;
	width: 100%;
	color:#FFFFFF;
}
#category_name{
	position: absolute;
	top: 12px;
	left: 176px;
	z-index: 1;	
	letter-spacing: 0.1em;
}

.category_name_sub{
	position: absolute;
	top: 40px;
	left: 20px;
	z-index: 1;	
	letter-spacing: 0.1em;
}
.category_name_sub h2 {
    font-size: 20px;
}
#logo_fh {
	position: absolute;
	height: 24px;
	background-image: url(../images/logo_fh.png);
	background-repeat: no-repeat;
	width: 122px;
	left: 748px;
	top: 8px;
	z-index: 1;
}
.subcategory {
	position: relative;
	top: 0px;
	margin-top: 4px; 
	padding-top: 14px;
	margin-bottom: 4px;
	height: 100px;
	min-width: 99%;
	width: 99%;
	color:#FFFFFF;
	background-color: #FFFFFF;
	float: left;
}

#neutral_longlady {
	background-image: url(../images/bar_neutral_longlady.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#neutral_dutchwoman {
	background-image: url(../images/bar_neutral_dutchwoman.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#fall_forestgirl {
	background-image: url(../images/bar_fall_forestgirl.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#fall_pomona {
	background-image: url(../images/bar_fall_pomona.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#halloween_forestgirl {
	background-image: url(../images/bar_halloween_forestgirl.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#halloween_pomona {
	background-image: url(../images/bar_halloween_pomona.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#christmas_angel {
	background-image: url(../images/bar_christmas_angel.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#christmas_snowwhite {
	background-image: url(../images/bar_christmas_snowwhite.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#christmas_rudolphthereindeer {
	background-image: url(../images/bar_christmas_rudolphthereindeer.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#christmas_ladysanta {
	background-image: url(../images/bar_christmas_ladysanta.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#christmas_goinghomeforchristmas {
	background-image: url(../images/bar_christmas_goinghomeforchristmas.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#christmas_cozychristmas {
	background-image: url(../images/bar_christmas_cozychristmas.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#christmas_halloffame {
	background-image: url(../images/bar_christmas_halloffame.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#christmas_astarisborn {
	background-image: url(../images/bar_christmas_astarisborn.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#valentine_madamedepraline {
	background-image: url(../images/bar_valentine_madamedepraline.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#valentine_sweety {
	background-image: url(../images/bar_valentine_sweety.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#valentine_rose {
	background-image: url(../images/bar_valentine_rose.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#valentine_amora {
	background-image: url(../images/bar_valentine_amora.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#valentine_sisi {
	background-image: url(../images/bar_valentine_sisi.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#valentine_cinderella {
	background-image: url(../images/bar_valentine_cinderella.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#grandmothersday_caribeangirl {
	background-image: url(../images/bar_grandmothersday_caribeangirl.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#grandmothersday_catherine {
	background-image: url(../images/bar_grandmothersday_catherine.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#grandmothersday_joy {
	background-image: url(../images/bar_grandmothersday_joy.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#grandmothersday_sunshine {
	background-image: url(../images/bar_grandmothersday_sunshine.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#mothersday_caribeangirl {
	background-image: url(../images/bar_mothersday_caribeangirl.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#mothersday_catherine {
	background-image: url(../images/bar_mothersday_catherine.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#mothersday_joy {
	background-image: url(../images/bar_mothersday_joy.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#mothersday_sunshine {
	background-image: url(../images/bar_mothersday_sunshine.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#eastern_flylikeabird {
	background-image: url(../images/bar_eastern_flylikeabird.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#eastern_newlife {
	background-image: url(../images/bar_eastern_newlife.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#eastern_happyeaster {
	background-image: url(../images/bar_eastern_happyeaster.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#grandmothersday_daisy, #mothersday_daisy, #womensday_daisy {
	background-image: url(../images/bar_daisy.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#neutral_ladieschoice, #grandmothersday_ladieschoice, #mothersday_ladieschoice, #womensday_ladieschoice {
	background-image: url(../images/bar_neutral_ladieschoice.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#neutral_flowertakeaway, #grandmothersday_flowertakeaway, #mothersday_flowertakeaway, #womensday_flowertakeaway {
	background-image: url(../images/bar_neutral_flowertakeaway.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}


#warmautumn {
	background-image: url(../images/bar_autumn_warmautumn.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#warmautumnhalloween {
	background-image: url(../images/bar_autumn_warmautumn.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#autumntreasures {
	background-image: url(../images/bar_autumn_autumntreasures.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#autumntreasureshalloween {
	background-image: url(../images/bar_autumn_autumntreasures.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#whiteangels {
	background-image: url(../images/bar_christmas_whiteangels.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	width: 99%;
}
#christmasangels {
	background-image: url(../images/bar_christmas_christmasangels.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#homesweethome {
	background-image: url(../images/bar_christmas_homesweethome.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#starlight {
	background-image: url(../images/bar_christmas_starlight.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#shineonme {
	background-image: url(../images/bar_christmas_shineonme.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#theatredeluxe {
	background-image: url(../images/bar_christmas_theatredeluxe.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#presentswithlove {
	background-image: url(../images/bar_valentine_presentswithlove.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#iloveyoupresents {
	background-image: url(../images/bar_valentine_iloveyoupresents.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#luxuryandlove {
	background-image: url(../images/bar_valentine_luxurylove.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#sweetpinkhearts {
	background-image: url(../images/bar_valentine_sweetpinkhearts.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#cherishme {
	background-image: url(../images/bar_valentine_cherishme.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#sweetlove {
	background-image: url(../images/bar_valentine_sweetlove.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#mothersgardenlove {
	background-image: url(../images/bar_mothersday_gardenlove.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#fruitykitchen {
	background-image: url(../images/bar_mothersday_fruitykitchen.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#mothersgardenlovemoederdag {
	background-image: url(../images/bar_mothersday_gardenlove.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#fruitykitchenmoederdag {
	background-image: url(../images/bar_mothersday_fruitykitchen.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#happyeaster {
	background-image: url(../images/bar_eastern_happyeaster.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#sunnyeaster {
	background-image: url(../images/bar_eastern_sunnyeaster.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#pastelsnature {
	background-image: url(../images/bar_mothersday_pastelsnature.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#pastelsandnature {
	background-image: url(../images/bar_mothersday_pastelsnature.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#natureintheair {
	background-image: url(../images/bar_mothersday_natureintheair.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#natureintheairmoederdag {
	background-image: url(../images/bar_mothersday_natureintheair.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#butterflygarden {
	background-image: url(../images/bar_mothersday_butterflygarden.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#longlady {
	background-image: url(../images/bar_mothersday_longlady.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#asiandream {
	background-image: url(../images/bar_neutral_asiandream.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#beachstories {
	background-image: url(../images/bar_neutral_beachstories.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#cocktailparty {
	background-image: url(../images/bar_neutral_cocktailparty.jpg);
	background-repeat: repeat-x;
	position: top left;
}
#tropicalbeauties {
	background-image: url(../images/bar_neutral_tropicalbeauties.jpg);
	background-repeat: repeat-x;
	position: top left;
}