body {
	font: 0.8em Helvetica, Arial;
	color: #262626;
	background-color: #eee;
	/*background-color: #BDBDC0;*/
	margin: 0;
}

a {
	color: #262626;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
h1 {
	margin-top: 5px;
	font-size: 1.3em;
	font-weight: bold;
	color: #3A6738;
}
h2 {
	margin-top: 5px;
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	margin-top: 5px;
	font-size: 1.1em;
	font-weight: bold;
}

/* service */
ul.service {
	width: 900px;
	margin: 0 auto;
	text-align: right;
	padding: 7px 10px;
	list-style-type: none;
	font-size: 0.9em;
}
ul.service a {
	text-decoration: underline;
}
ul.service li {
	margin-left: 20px;
	display: inline;
}
ul.service li.safety {
	position: relative;
	top: 5px;
	padding: 2px;
}
ul.service li.lang {
	padding-left: 25px;
	font-weight: bold;
}
ul.service li.lang-nl {
	background: url(../images/nl.png) 0px 2px no-repeat;
}
ul.service li.lang-fr {
	background: url(../images/fr.png) 0px 2px no-repeat;
}
ul.service li.lang-en {
	background: url(../images/gb.png) 0px 2px no-repeat;
}

#container {
	width: 930px;
	margin: 0 auto;
	text-align: left;
	margin-top: 10px;
	background-color: #FAFAFA;

	-moz-box-shadow: 4px 1px 5px 0 #ddd, -4px 1px 5px 0 #ddd;
	-webkit-box-shadow: 4px 1px 5px 0 #ddd, -4px 1px 5px 0 #ddd;

	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;

	box-shadow: 4px 1px 5px 0 #ddd, -4px 1px 5px 0 #ddd;
	border-radius: 19px;
	behavior: url(/media/js/PIE.htc);
}

/* header */
#header {
	position: relative;
	background: url(wdg/header-zonnebloem.jpg) 0 0 no-repeat;
	height: 256px;

	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;

	border-radius: 19px;
	behavior: url(/media/js/PIE.htc);
}
body.locale-nl #header {
	background: url(wdg/header-sierlijk-nl.jpg) 0 0 no-repeat;
}
#header #logo {
	position: absolute;
	left: 15px; top: 0;
	padding: 20px 20px 10px;
	background-color: white;

	-moz-box-shadow: 2px 2px 0.5em #C8C8C8;
	-webkit-box-shadow: 2px 2px 0.5em #C8C8C8;

	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;

	box-shadow: 2px 2px 0.5em #C8C8C8;
	border-radius: 0 0 3px 3px;
	behavior: url(/media/js/PIE.htc);
}
#header #menu {
	position: absolute;
	bottom: 0px;
	background-color: #AC205F;
	color: white;
	width: 100%;
	height: 27px;
	overflow: hidden;

	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;

	border-radius: 0 0 15px 15px;
}
#header #menu ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
#header #menu li {
	/*float: left; width: 185px; padding: 5px 0;*/
	float: left; padding: 5px 16px;
	border-left: 1px solid #C2618D;
	text-align: center;
}
#header #menu li:first-child {
	border-left: 0;
}
#header #menu a {
	color: white;
	font-weight: bold;
	font-size: 0.9em;
}

/* content */
#content {
	/*background-color: #FAFAFA;*/
	background-color: white;
	padding-bottom: 10px;
}
.content-dualpane #breaker {
	clear: both;
	height: 1px; /* 1px prevents the sidebar from jumping right in IE6 */
	overflow: hidden;
}
.content-dualpane #sidebar {
	float: right;
	width: 210px;
	padding-top: 55px;
	padding-right: 20px;
	overflow: hidden;
}
.content-dualpane #pagecontent {
	float: left;
	width: 660px;
}
.content-singlepane {
	/* Wat speciaals indien er maar een enkele pane is? */
}
#pagecontent {
	padding: 0 15px;
	overflow: hidden;
}

/* breadcrumbs */
#breadcrumbs {
	list-style-type: none;
	padding: 0; margin: 10px 0;
	overflow: hidden;
	min-height: 1%;
}
#breadcrumbs li {
	float: left;
	margin-right: 10px;
	padding-left: 15px;
	background: url(wdg/breadcrumb-separator.gif) 0 3px no-repeat;
}
#breadcrumbs li:first-child {
	padding-left: 0;
	background: none;
}
#breadcrumbs a {
	text-decoration: underline;
}

#copyright {
	margin-top: 10px;
	font-size: 0.75em;
	text-align: center;
}

/* infobar */
#infobar {
	padding: 0 15px;
	/*background-color: #FAFAFA;*/
	background-color: white;
	overflow: hidden;
	height: 1%;
}
#infobar .menu {
	float: left;
	width: 300px;
	margin-right: 20px;
}

/* links */
#links {
	background-color: #AC205F;
	padding: 15px 20px 20px;
	overflow: hidden;
	font-size: 0.9em;
	height: 1%;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft:  15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;

	border-radius: 0 0 15px 15px;
	behavior: url(/media/js/PIE.htc);
}
#links, #links a {
	color: white;
}
#links ul {
	float: left;
	width: 198px;
	list-style-type: none;
	margin: 0; padding: 0;
}
#links ul + ul {
	margin-left: 30px;
}
#links li {
	padding: 3px 0;
}
#links li.header {
	font-weight: bold;
	border-bottom: 1px dotted white;
	padding-bottom: 5px;
	margin-bottom: 2px;
}

/* sidebar menu */
#sidebar .menu, #pagecontent .menu, #infobar .menu {
	padding: 15px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	/*background-color: white;*/
	background-color: #FAFAFA;
	font-size: 0.9em;
	overflow: hidden;
}
#sidebar .menu .header, #pagecontent .menu .header, #infobar .menu .header {
	font-weight: bold;
	overflow: hidden;
}
#sidebar .menu .content, #pagecontent .menu .content, #infobar .menu .content {
	padding-top: 5px;
}
#sidebar .menu .content .button {
	overflow: hidden;
	text-align: right;
	padding: 0 4px 4px 0;
}
#sidebar .menu ul, #pagecontent .menu ul, #infobar .menu ul {
	list-style-type: none;
	margin: 0; padding: 0;
	margin-bottom: 5px;
}
#sidebar .menu li {
	margin: 0; padding: 0;
}
#sidebar .menu button, #sidebar .menu a.button {
	margin-top: 10px;
	font-size: 0.95em;
}
#sidebar .menu input[type=text] {
	width: 170px;
}
#sidebar .menu select {
	width: 172px;
}

/* buttons */
button, a.button {
	display: inline-block;
	background-color: #EC008C;
	border: 2px solid white;
	padding: 3px 8px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	overflow: visible;

	-moz-box-shadow: 2px 2px 0.5em #C8C8C8;
	-webkit-box-shadow: 2px 2px 0.5em #C8C8C8;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-background-clip: padding-box;

	box-shadow: 2px 2px 0.5em #C8C8C8;
	border-radius: 5px;
}
a.button:hover {
	text-decoration: none;
}

/* input elements */
input[type=text], input[type=password], textarea {
	padding: 3px;
	background: #fff url(wdg/input.gif) top left repeat-x;
	border-left: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
	border-top: 1px solid #858585;
	border-bottom: 1px solid #E1E1E1;
	font-size: 0.9em;
}

/* pascal backlink */
#pagecontent #backlink {
	float:left; 
	width: 200px; 
	margin-right: 50px; 
	position: relative
}

/* special menus */
.categorylist-menu .subtitle {
	color: #AC205F; /* purple */
	font-weight: bold;
}

.banner-menu {
	padding: 0 !important;
	border: 0 !important;
}

.productsearch-menu .content form, .searchbylocation-menu .content form {
	margin: 0px;
}
.productsearch-menu .content .key {
	padding: 2px;
}
.productsearch-menu .content select {
	margin-bottom: 2px;
}

.searchbylocation-menu .content input[type=text] {
	margin: 5px 0px;
}

.basket-menu .header {
	font-size: 10pt;
	text-decoration: underline;
}

.orderflowers-menu .content {
	text-align: center;
}

.randomprofile-menu .content {
	text-align: center;
}
.randomprofile-menu .content div {
	padding: 5px;
}

.selectedflorist-menu .content {
	text-align: center;
}
.selectedflorist-menu .clear, .selectedflorist-menu .note {
	margin-top: 10px;
}
.selectedflorist-menu .clear a {
	text-decoration: underline;
}

.citylist-menu .content, .countylist-menu .content {
	height: 200px;
	overflow: auto;
}
.citylist-menu .content ul, .countylist-menu .content ul, 
.citytop12-menu .content ul, .provinces-menu .content ul {
	list-style-type: none;
	margin: 0px; padding: 0px;
}
.citylist-menu .content ul li, .countylist-menu .content ul li, 
.citytop12-menu .content ul li, .provinces-menu .content ul li {
	padding-bottom: 5px;
	padding-left: 5px;
}

.productorder-menu .header {
	text-align: center;
}
.productorder-menu .content form {
	margin: 0px; padding: 0px;
}
.productorder-menu .content ul.prices {
	list-style-type: none;
	margin: 0px; padding: 0px;
	padding-top: 10px;
}
.productorder-menu .content ul.prices li {
	padding: 5px;
	padding-top: 0px;
}
.productorder-menu .content ul.prices li input {
	vertical-align: middle;
}
.productorder-menu .content li.custom .num input {
	width: 60px;
	margin: 3px 0px 3px 24px;
}
.productorder-menu .content li.custom .note {
	margin-left: 24px;
}
.productorder-menu .content .custom_num .title {
	font-weight: bold;
}
.productorder-menu .content .custom_num input {
	width: 60px;
	margin: 3px 0px 3px 30px;
}
.productorder-menu .content .price .title {
	font-size: 13pt;
	color: black;
}
.productorder-menu .content .price .note {
}
.productorder-menu .content .buttons {
	padding-top: 10px;
	text-align: center;
}

.rating-menu .content span.average {
	font-weight: bold;
	color:#EA0081;
	font-size:20px;
}

/* product listing (tiles) */
div.productlist {
	width: 680px;
	overflow: hidden;
}

/* tiles */
div.banner-box {
	float: left;
	margin-right: 5px;
	padding: 3px;
	margin-right: 10px;
}

div.product-box {
	float: left; margin-right: 11px; width: 185px; height: 284px; 
	margin-bottom: 6px;
	/*background: url(wdg/product-tile.gif) 0 0 no-repeat;*/
	padding: 10px 15px;
	text-align: center;
}
div.product-box div.thumbnail img {
	/*width: 178px;*/
	width: 200px;
}
div.product-box div.description {
	height: 35px;
	margin-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}
div.product-box div.prices {
	margin-bottom: 2px;
}
div.product-box div.place-order {
	margin-top: 5px;
	margin-left: -2px;
}

div.profile-box {
	position: relative;
	padding-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #ddd;
	clear: both;
	overflow: hidden;
	height: auto;
	zoom: 1; /* Give the box layout so IE6 displays the borders */
}
div.profile-box .photo {
	float: left;
}
div.profile-box .photo img {
	border: 1px solid black;
}
div.profile-box .details {
	padding: 5px;
	float: right;
	margin: auto;
	width: 490px;
}
div.profile-box .name {
	width: 300px;
}
div.profile-box .name h3 {
	margin: 0px; padding: 0px;
}
div.profile-box .name img {
	vertical-align: middle;
}
div.profile-box .select {
	position: absolute;
	right: 5px;
	top: 10px;
}
div.profile-box .address {
	padding-top: 5px;
}
div.profile-box .description {
	padding-top: 5px;
}

/* pager */
.pager {
	clear: both;
	text-align: right;
	margin: 10px 0px;
	padding: 5px;
}
.pager .prev {
	margin-right: 4px;
}
.pager .page {
	padding: 0px 4px;
	text-align: center;
}
.pager .active {
	font-weight: bold;
	color: #BF2222; /* red */
}
.pager .total {
	text-align: left;
	margin-left: 10px;
}

.page-Search .pager {
	background-color: #eee;
	border: 1px solid #ddd;
}

/* view product */
.productview {
	margin-bottom: 25px;
	background: url(wdg/dots_vertical.gif) 325px 10px repeat-y;
}
.productview .clearfix {
	display: block;
	height: 10px;
	background: url(wdg/dots_horizontal.gif) bottom left repeat-x;
}
.productview .photo {
	float: left;
	width: 300px;
	position: relative;
}
.productview .photo IMG {
	height: 300px; width: 300px;
}
.productview .photo .zoom {
	font-weight: bold;
	text-align: center;
}
.productview .photozoom {
	position: absolute;
	top: -1px; right: -1px;
}
.productview .photozoom img {
	height: auto; width: auto;
	border: 1px solid black;
}
.productview .description {
	float: left;
	width: 320px;
	padding: 0 20px 0 0;
}
.productview .description h1 {
	margin: 0px; padding: 0px;
}
.productview .description span.title {
	color: #EC008C;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
}
.productview .description p {
	padding: 10px 10px 5px 20px;
	font-size: 0.9em;
}
.productview .description .instock, .productview .description .delivery {
	font-weight: bold;
/*	color: #30801E;         */
}
.productview .description .delivery {
	color: #006738;
}
.productview .description .deliverynote {
	color: black;
}
.productview .order {
	float: right;
	width: 230px;
}
.productview .order .menu {
	/*border: 0 !important;
	background-color: transparent !important;*/
}
.productview .order .menu .header {
	font-size: 1.5em;
	color: #3A6738;
	text-align: left;
	padding-bottom: 10px;
}
.productview .order div.title {
	color: #EC008C;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 1.3em;
}
.productview .order .price .title {
	font-size: 1.6em;
	color: #006738;
	margin: 0;
	padding: 10px 0 0 0;
}
.productview .order button {
	padding: 6px 16px;
}
.productview form button {
	font-size: 1.2em;
	text-transform: uppercase;
}

/* checkout */
#checkout-coupon {
	margin-top:-20px;
}
.checkout .partial-header {
	padding: 20px 0 !important;
	margin: 0 !important;
	font-family: Helvetica, Arial, Verdana !important;
	font-weight: bold !important;
	color: #AC205F !important;
	border: 0 !important;
	background: none !important;
}

.checkout table {
	border-collapse: inherit;
	border-spacing: 0;
}

.checkout table tr.row td.name, .checkout table tr.row td.field {
	padding: 5px 10px;
	background: none;
	background-color: #F4F4F4;
	border-top: 1px solid white;
	border-bottom: 1px solid #E1E1E1;
}

.checkout table tr.row td.name {
	padding: 10px;
	font-weight: bold;
	width: 230px;
}

.checkout table tr.row td.field {
	width: 330px;
}

.checkout table .row .field INPUT.text, 
.checkout table .row .field SELECT, 
.checkout table .row .field TEXTAREA,
#receiver_address_postalcode,
#receiver_address_number,
#sender_address_postalcode,
#sender_address_number {
	border: 1px solid #B7B7B7;
	width: 318px;
	padding: 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
}

#receiver_address_postalcode,
#receiver_address_number,
#sender_address_postalcode,
#sender_address_number {
	width: 82px;
}

div.checkout button {
	font-size: 1.2em;
	font-weight: bold;
}

/* columns */
.two-columns, .three-columns {
	text-align: center;
	overflow: hidden;
	height: 1%;
}
.two-columns .column {
	float: left;
	width: 45%;
	margin: 10px;
	width: 300px;
	text-align: left;
}
.three-columns .column {
	float: left;
	width: 30%;
	margin: 10px;
	width: 180px;
	text-align: left;
}

/* USPs */
ul.usps {
}
ul.usps li {
	background: url(../images/b_enabled.gif) 0 0 no-repeat;
	padding-left: 20px !important;
	margin-top: 5px !important;
}
ul.usps li:first-child {
	margin-top: 0 !important;
}

/* debug notes */
#notes {
	font-size: 8pt;
	margin-top: 10px;
	text-align: center;
	color: #595959;
}

/**
* Bootstrap 2.0.2 alerts
*/
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

/**
* Themes for specific occasions
*/

/* Christmas */
html.christmas body.locale-nl #header {
	/*background: url(wdg/header-christmas-nl.jpg) 0 0 no-repeat;*/
	background: url(themes/header-christmas-nl-be.jpg) 0 0 no-repeat;
}
html.christmas body.locale-fr #header {
	background: url(themes/header-christmas-fr-be.jpg) 0 0 no-repeat;
}
html.christmas body.locale-en #header {
	background: url(themes/header-christmas-en-be.jpg) 0 0 no-repeat;
}
html.christmas #header #logo {
	/* Remove shadow */
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/* Move outside header */
	margin-top: -55px;
	height: 25px;
	border-radius: 0;
	background-color: transparent;
}
html.christmas a.button, html.christmas button {
	background: #DFCA81 url(wdg/christmas-btn-bg.png) bottom left repeat-x;
	border: 1px solid #FBF8D1;
	/*background-color: #DDC779;*/

	-moz-box-shadow: 1px 1px 0.5em #C8C8C8;
	-webkit-box-shadow: 1px 1px 0.5em #C8C8C8;
	box-shadow: 1px 1px 0.5em #C8C8C8;
}
html.christmas h1 {
	color: #DDA41D;
}

/* New year */
html.newyear body.locale-nl #header {
	/*background: url(wdg/header-newyear-nl.jpg) 0 0 no-repeat;*/
	background: url(themes/header-newyear-nl-be.jpg) 0 0 no-repeat;
}
html.newyear body.locale-fr #header {
	background: url(themes/header-newyear-fr-be.jpg) 0 0 no-repeat;
}
html.newyear body.locale-en #header {
	background: url(themes/header-newyear-en-be.jpg) 0 0 no-repeat;
}
html.newyear #header #logo {
	/* Remove shadow */
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/* Move outside header */
	margin-top: -55px;
	height: 25px;
	border-radius: 0;
	background-color: transparent;
}
html.newyear a.button, html.newyear button {
	background: #DFCA81 url(wdg/christmas-btn-bg.png) bottom left repeat-x;
	border: 1px solid #FBF8D1;
	/*background-color: #DDC779;*/

	-moz-box-shadow: 1px 1px 0.5em #C8C8C8;
	-webkit-box-shadow: 1px 1px 0.5em #C8C8C8;
	box-shadow: 1px 1px 0.5em #C8C8C8;
}
html.newyear h1 {
	color: #DDA41D;
}

/* Valentine */
html.valentine body.locale-nl #header {
	background: url(themes/header-valentine-1-nl.jpg) 0 0 no-repeat;
}
html.valentine body.locale-fr #header {
	background: url(themes/header-valentine-1-fr.jpg) 0 0 no-repeat;
}
html.valentine body.locale-en #header {
	background: url(themes/header-valentine-1-en.jpg) 0 0 no-repeat;
}
html.valentine #header #logo {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Tulips */
html.tulips body.locale-nl #header {
	background: url(themes/header-tulips-nl_BE.jpg) 0 0 no-repeat;
}
html.tulips body.locale-fr #header {
	background: url(themes/header-tulips-fr_BE.jpg) 0 0 no-repeat;
}
html.tulips body.locale-en #header {
	background: url(themes/header-tulips-en_BE.jpg) 0 0 no-repeat;
}
html.tulips #header #logo {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Mother's Day */
html.mothersday body.locale-nl #header {
	background: url(themes/header-mothersday-nl.jpg) 0 0 no-repeat;
}
html.mothersday body.locale-fr #header {
	background: url(themes/header-mothersday-fr.jpg) 0 0 no-repeat;
}
html.mothersday body.locale-en #header {
	background: url(themes/header-mothersday-en.jpg) 0 0 no-repeat;
}
html.mothersday #header #logo {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}