body {
	font-size: 11px;
	font-family: Verdana, Arial, Sans serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	background: url('../images/gradient1x400.png') 0px 100px repeat-x;
}
table, tr, td {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Sans serif;
	color: #000;	
}
a, a:visited, a:link {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: black;
	cursor: pointer;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.7em;
	font-weight: bold;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	font-weight: normal;
	color: #666;
}
LI LI, LI P, TD P, BLOCKQUOTE P {
	font-size: 1.0em;
}
/* sidebar styles */

#left-sidebar {
	position: absolute;
	left: 10px;
	top: 110px;
	width: 150px;
	overflow: hidden;
	background: white;
}
#left-sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#left-sidebar ul li {
	clear: both;
	font-size: 1.0em;
	font-weight: bold;
	color: black;
	margin: 0px;
	padding: 0px;
	text-transform: Capitalize;
}
#left-sidebar ul li a {
	color: black;
	font-weight: bold;
}
#left-sidebar ul li ul {
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 7px;
}
#left-sidebar ul li ul li {
	font-size: 0.9em;
	font-weight: normal;
	text-transform: none;
}
#left-sidebar ul li ul li a {
	color: #000;
	font-weight: normal;
}
#left-sidebar form input {
	vertical-align: middle;
	width: 96px;
	padding-left: 2px;
	padding-right: 1px;
	border: none;
	border-right: 1px solid gray;
}
#left-sidebar h3 {
	font-size: 1.1em;
}
#left-sidebar ul#sitemenu h3 {
	color: white;
}
#left-sidebar ul#sitemenu li {
	display: block;	
	background: #28cacc;
	padding: 3px 5px;
	border-bottom: 1px solid white;
}
#left-sidebar ul#sitemenu li ul li {
	background: none;
	padding: 0px;
	border-bottom: none;
}
#left-sidebar ul#sitemenu li.zwembaden {
	background: #288ccc;
}
#left-sidebar ul#sitemenu li.tuin {
	background: #cfd928;
}
#left-sidebar ul#sitemenu li.speelgoed {
	background: #cb2e2e;
}
#left-sidebar ul#sitemenu li.spellen {
	background: #cb2e2e;
}
#left-sidebar ul#sitemenu li.sprookjeskleren {
	background: #d92ab7;
}
#left-sidebar ul#sitemenu ul li.thomasandfriends {
	background: #cb2e2e;
}

#searchbox {
	border: 1px solid gray;
	width: 120px;
	background: white;
	margin: 0px;
	padding: 0px;
}
#logo {
	position: absolute;
	left: 10px;
	top: 10px;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #28cacc;
	height: 100px;
	width: 100%;
}
#header h1 {
	margin: 0px;
	padding: 0px;	
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 277px;
	height: 90px;
}
#header h1 span {
	display: none;
}
/*tabset styles*/
#menu {
	position: absolute;
	top: 42px;
	left: 0px;
	width: 100%;
	padding: 0px;
}
#menu ul {
	padding: 0px;
	margin: 0px 0px 0px 300px;
}
#menu li
{
	margin: 0px;
	position:relative;
	top:1px;
	list-style:none;
	float:left;
	padding:0;	
	text-transform: capitalize;
}

#menu a
{
	margin: 0px;
	float:left;
	display:block;
	/*
	background:url("../images/button_home_left.png") no-repeat;
	background-position:0 -35px;
	*/
	padding-left:5px;
	border-bottom:1px solid white;
	text-decoration:none;
	font-size: 12px;	
}

#menu a span
{	
	float:left;
	display:block;
	/*
	background:url("../images/button_home_right.png") no-repeat right top;
	background-position:100% -35px;
	*/
	padding:4px 11px 3px 0px;
	/*color: #111;*/
}

#menu a:hover span {color:#fff}

/* !IE5-Mac \*/
#menu a span { float:none; }
/**/

#menu .active a
{
	/*background-position:0 0px;*/
	border-bottom: 1px solid white;
}

#menu .active a span
{
	/*background-position:100% 0px;*/
	color:#fff;
	font-weight:bold;
}


#menu a:hover
{
	border-bottom: 1px solid white;
}


.line
{
	clear: both;
}

#right-sidebar {
	position: absolute;
	right: 10px;
	top: 110px;
	width: 150px;
	overflow: hidden;
	background: white;
}
#right-sidebar h3 {
	font-size: 1.1em;
	
}
#right-sidebar .product-box {
	width: 130px;
	margin-right: 0;
}
#right-sidebar .product-box h3 {
	font-weight: bold;
	margin: 0px -10px 5px -10px;	
	padding: 0 5px 5px 10px;
}
#right-sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#right-sidebar ul li {
	clear: both;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0px;
	text-transform: Capitalize;
}
#right-sidebar ul li a {
	color: #000;
}
#content {
	position: relative;
	top: 110px;
	margin: 0px 170px 0px 170px;
	/*padding: 5px;*/
	background: white;	
}
.borderrow {
	height: 10px;
	line-height: 1px;
	padding:0px;
	margin:0px;
}
.left_top {
	width: 10px;
	height: 10px;
	background: url('../images/top_left.png') no-repeat 0 0;
	padding:0px;
	margin:0px;
}
.right_top {
	width: 10px;
	height: 10px;
	background: url('../images/top_right.png') no-repeat 0 0;
	padding:0px;
	margin:0px;
}

.box h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0px -10px 0 -10px;
	/*border-top: 1px solid #28cacc;*/
	padding-left: 10px;
}
.box {
	float: left;
	background: url(../images/rounded_box_home_tl.png) 0 0 no-repeat;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	margin-bottom: 10px;
}
.box div {
	background: url(../images/rounded_box_home_tr.png) 100% 0 no-repeat;
}
.box div div {
	background: url(../images/rounded_box_home_bl.png) 0 100% no-repeat;
}
.box div div div {
	background: url(../images/rounded_box_home_br.png) 100% 100% no-repeat;
	padding: 10px;
}

.product {
	float: left;
	display: block;
	margin: 10px 0px 10px 10px;
}

.product-box h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0px -10px 0 -10px;
	/*border-top: 1px solid #28cacc;*/
	padding-left: 10px;
}
.product-box {
	float: left;
	background: url(../images/rounded_box_home_tl.png) 0 0 no-repeat;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}
.product-box div {
	background: url(../images/rounded_box_home_tr.png) 100% 0 no-repeat;
}
.product-box div div {
	background: url(../images/rounded_box_home_bl.png) 0 100% no-repeat;
}
.product-box div div div {
	background: url(../images/rounded_box_home_br.png) 100% 100% no-repeat;
	padding: 10px;	
}
.product-box div div div div, 
div.product-box.spellen div div div div, 
div.product-box.zwembaden div div div div,
div.product-box.speelgoed div div div div,
div.product-box.sprookjeskleren div div div div,
div.product-box.thomasandfriends div div div div,
div.product-box.tuin div div div div {
	background: none;
	padding: 0px;	
}

div.product-box.tuin {
	background: url(../images/rounded_box_tuin_tl.png) 0 0 no-repeat;
}
div.product-box.tuin div {
	background: url(../images/rounded_box_tuin_tr.png) 100% 0 no-repeat;
}
div.product-box.tuin div div {
	background: url(../images/rounded_box_tuin_bl.png) 0 100% no-repeat;
}
div.product-box.tuin div div div {
	background: url(../images/rounded_box_tuin_br.png) 100% 100% no-repeat;
}

div.product-box.speelgoed {
	background: url(../images/rounded_box_speelgoed_tl.png) 0 0 no-repeat;
}
div.product-box.speelgoed div {
	background: url(../images/rounded_box_speelgoed_tr.png) 100% 0 no-repeat;
}
div.product-box.speelgoed div div {
	background: url(../images/rounded_box_speelgoed_bl.png) 0 100% no-repeat;
}
div.product-box.speelgoed div div div {
	background: url(../images/rounded_box_speelgoed_br.png) 100% 100% no-repeat;
}

div.product-box.spellen {
	background: url(../images/rounded_box_speelgoed_tl.png) 0 0 no-repeat;
}
div.product-box.spellen div {
	background: url(../images/rounded_box_speelgoed_tr.png) 100% 0 no-repeat;
}
div.product-box.spellen div div {
	background: url(../images/rounded_box_speelgoed_bl.png) 0 100% no-repeat;
}
div.product-box.spellen div div div {
	background: url(../images/rounded_box_speelgoed_br.png) 100% 100% no-repeat;
}

div.product-box.zwembaden {
	background: url(../images/rounded_box_zwembaden_tl.png) 0 0 no-repeat;
}
div.product-box.zwembaden div {
	background: url(../images/rounded_box_zwembaden_tr.png) 100% 0 no-repeat;
}
div.product-box.zwembaden div div {
	background: url(../images/rounded_box_zwembaden_bl.png) 0 100% no-repeat;
}
div.product-box.zwembaden div div div {
	background: url(../images/rounded_box_zwembaden_br.png) 100% 100% no-repeat;
}

div.product-box.sprookjeskleren {
	background: url(../images/rounded_box_sprookjeskleren_tl.png) 0 0 no-repeat;
}
div.product-box.sprookjeskleren div {
	background: url(../images/rounded_box_sprookjeskleren_tr.png) 100% 0 no-repeat;
}
div.product-box.sprookjeskleren div div {
	background: url(../images/rounded_box_sprookjeskleren_bl.png) 0 100% no-repeat;
}
div.product-box.sprookjeskleren div div div {
	background: url(../images/rounded_box_sprookjeskleren_br.png) 100% 100% no-repeat;
}
div.product-box.thomasandfriends {
	background: url(../images/rounded_box_thomasandfriends_tl.png) 0 0 no-repeat;
}
div.product-box.thomasandfriends div {
	background: url(../images/rounded_box_thomasandfriends_tr.png) 100% 0 no-repeat;
}
div.product-box.thomasandfriends div div {
	background: url(../images/rounded_box_thomasandfriends_bl.png) 0 100% no-repeat;
}
div.product-box.thomasandfriends div div div {
	background: url(../images/rounded_box_thomasandfriends_br.png) 100% 100% no-repeat;
}
.mark_error {
	padding: 2px;
	background: #F99D9B;
	border: solid 1px red;
}
.errors {
	color: #a63537;
	font-weight: bold;
}
div.button
{
	display:block;
	background:url("../images/button3D_left_home.png") no-repeat 0 -35px;
}
div.button input
{	
	float:left;
	display:block;
	background:url("../images/button3D_right_home.png") no-repeat 100% -35px;
	height: 35px;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 10px;
	font-size: 1.4em;
	font-weight: bold;
	border: none;
}
div.button button
{	
	float:left;
	display:block;
	background:url("../images/button3D_right_home.png") no-repeat 100% -35px;
	height: 35px;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 10px;
	font-size: 1.4em;
	font-weight: bold;
	border: none;
}

.button a
{
	float:left;
	display:block;
	background:url("../images/button3D_left_home.png") no-repeat 0 -35px;
	padding-left:11px;
	text-decoration:none;
	height: 35px;
	font-size: 1.4em;
	font-weight: bold;
}
.button a span
{	
	float:left;
	display:block;
	background:url("../images/button3D_right_home.png") no-repeat 100% -35px;
	padding:7px 11px 3px 0px;
	height: 25px;
}

.button a:hover span {
	color:#fff;	
}

.button a:hover
{
	text-decoration: none;
	background-position:0 0;
}

.button a:hover span
{
	background-position:100% 0;
}
div.active-box div {
	background: url(../images/rounded_box_home_full_tr.png) 100% 0 no-repeat;
}
div.active-box div div {
	background: url(../images/rounded_box_home_full_bl.png) 0 100% no-repeat;
}
div.active-box div div div {
	background: url(../images/rounded_box_home_full_br.png) 100% 100% no-repeat;
	padding: 10px;
}

div.full-box h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px -10px 0 -10px;
	/*border-top: 1px solid #28cacc;*/
	padding-left: 10px;
}
div.full-box {
	float: left;
	background: url(../images/rounded_box_home_full_tl.png) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: #fff;
}
left-sidebar ul li div.full-box {
	color: #fff;
}
div.full-box div {
	background: url(../images/rounded_box_home_full_tr.png) 100% 0 no-repeat;
}
div.full-box div div {
	background: url(../images/rounded_box_home_full_bl.png) 0 100% no-repeat;
}
div.full-box div div div {
	background: url(../images/rounded_box_home_full_br.png) 100% 100% no-repeat;
	padding: 10px;
}
div.full-box#speelgoed {
	background: url(../images/rounded_box_speelgoed_full_tl.png) 0 0 no-repeat;
}
div.full-box#speelgoed div {
	background: url(../images/rounded_box_speelgoed_full_tr.png) 100% 0 no-repeat;
}
div.full-box#speelgoed div div {
	background: url(../images/rounded_box_speelgoed_full_bl.png) 0 100% no-repeat;
}
div.full-box#speelgoed div div div {
	background: url(../images/rounded_box_speelgoed_full_br.png) 100% 100% no-repeat;
}

div.full-box#spellen {
	background: url(../images/rounded_box_speelgoed_full_tl.png) 0 0 no-repeat;
}
div.full-box#spellen div {
	background: url(../images/rounded_box_speelgoed_full_tr.png) 100% 0 no-repeat;
}
div.full-box#spellen div div {
	background: url(../images/rounded_box_speelgoed_full_bl.png) 0 100% no-repeat;
}
div.full-box#spellen div div div {
	background: url(../images/rounded_box_speelgoed_full_br.png) 100% 100% no-repeat;
}

div.full-box#zwembaden {
	background: url(../images/rounded_box_zwembaden_full_tl.png) 0 0 no-repeat;
}
div.full-box#zwembaden div {
	background: url(../images/rounded_box_zwembaden_full_tr.png) 100% 0 no-repeat;
}
div.full-box#zwembaden div div {
	background: url(../images/rounded_box_zwembaden_full_bl.png) 0 100% no-repeat;
}
div.full-box#zwembaden div div div {
	background: url(../images/rounded_box_zwembaden_full_br.png) 100% 100% no-repeat;
}
div.full-box#tuin {
	background: url(../images/rounded_box_tuin_full_tl.png) 0 0 no-repeat;
}
div.full-box#tuin div {
	background: url(../images/rounded_box_tuin_full_tr.png) 100% 0 no-repeat;
}
div.full-box#tuin div div {
	background: url(../images/rounded_box_tuin_full_bl.png) 0 100% no-repeat;
}
div.full-box#tuin div div div {
	background: url(../images/rounded_box_tuin_full_br.png) 100% 100% no-repeat;
}
div.full-box#sprookjeskleren {	
	background: url(../images/rounded_box_sprookjeskleren_full_tl.png) 0 0 no-repeat;
}
div.full-box#sprookjeskleren div {
	background: url(../images/rounded_box_sprookjeskleren_full_tr.png) 100% 0 no-repeat;
}
div.full-box#sprookjeskleren div div {
	background: url(../images/rounded_box_sprookjeskleren_full_bl.png) 0 100% no-repeat;
}
div.full-box#sprookjeskleren div div div {
	background: url(../images/rounded_box_sprookjeskleren_full_br.png) 100% 100% no-repeat;
}

div.full-box#thomasandfriends {
	background: url(../images/rounded_box_thomasandfriends_full_tl.png) 0 0 no-repeat;
}
div.full-box#thomasandfriends div {
	background: url(../images/rounded_box_thomasandfriends_full_tr.png) 100% 0 no-repeat;
}
div.full-box#thomasandfriends div div {
	background: url(../images/rounded_box_thomasandfriends_full_bl.png) 0 100% no-repeat;
}
div.full-box#thomasandfriends div div div {
	background: url(../images/rounded_box_thomasandfriends_full_br.png) 100% 100% no-repeat;
}

#left-sidebar div.active-box {
	width: 130px;
	overflow: hidden;
}
#left-sidebar div.box {
	width: 130px;
	overflow: hidden;
}

#left-sidebar div.full-box {
	width: 130px;
	overflow: hidden;
}
#left-sidebar div.product-box {
	width: 130px;
	overflow: hidden;
}

div.separator {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:0px;
	border-bottom: 1px solid #ccc; 
}
.info {
	padding-left: 10px;
	background: url(../images/pijl.gif) center left no-repeat;	
}
.required {
	color: red;	
}
/*
.home {
	color: #28cacc;
}
.zwembaden {
	color: #288ccc;
}
.tuin {
	color: #cfd928;
}
.speelgoed {
	color: #cb2e2e;
}
.spellen {
	color: #cb2e2e;
}
.sprookjeskleren {
	color: #d92ab7;
}
.thomasandfriends {
	color: #cb2e2e;
}
*/
.strikethrough {
	text-decoration: line-through;	
}
.promo {
	color: red;	
}
.price {
}
/**********************
/* searchform styles */
/*********************/

div.searchform h3 {
	margin: 0px 0px 2px 2px;
	padding: 0px;	
	color: #000000;
}
div.searchbox {
	background: #cccccc; /*url('../images/search_background.png') top left repeat-x;*/
	padding: 2px 2px 2px 4px;
	border: 1px solid #999999;
}
form#searchform {
	padding: 0px;
	margin: 0px 0px 10px 0px;	
}
form#searchform input {
	float: left;
	display: block;
	height: 16px;
	width: 97px;	
	margin: 2px 0px 2px 0px;
	background: #FFFFFF;
	border: none;
}
form#searchform button {
	float:left;
	height:20px;
	width: 20px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: none;
	border: none;
}
form#searchform button img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
span.lang {
	display: block;
	position: relative;
	top: 85px;
	left: 20px;
}
table.orders thead {
	background: #cecece;
}
table.orders td {
	padding: 5px;
	border-bottom: 1px solid #cecece;
}
.box-red {
        border: 1px solid #cb2e2e;
        text-align: center;
}
.box-purple {
        border: 1px solid #d92ab7;
        text-align: center;
}
.box-magenta {
        border: 1px solid #28cacc;
        text-align: center;
}
.box-green {
        border: 1px solid #cfd928;
        text-align: center;
}
.box-blue {
        border: 1px solid #288ccc;
        text-align: center;
}
a#shoppingcart {
	display: block;
	position: absolute;
	top: 80px;
	right: 15px;
}
#customer_login {
}
#customer_login div.error {
	color: #ff0000;
}
#customer_login input {
	width: 100px;
	margin-bottom: 10px;
}