/*--------------------------------------------------------------------
Basic Style Sheet

Version: 1.0
Copyright: 2008, dicode® VOF
Email: info@dicode.nl
Website: http://www.dicode.nl
--------------------------------------------------------------------*/

/* Global settings
-------------------------------------------------------------------------*/

* { 
	font-family: verdana, sans-serif; 
	font-size: 12px; 
	color: #93b633;
}

img {
	border: 0;
}

h1 {
	margin: 0;
	padding: 0 0 10px 0;
	color: #99b947;
	font-size: 14px;
}

h2 {
	margin: 0;
	padding: 0 0 5px 0;
}

h2.newsletter {
	font-size: 13px;
	color: #d40c1a;	
	width: 100px;
}

p {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

div#site {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

/* Header
-------------------------------------------------------------------------*/
div#header {
	position: relative;
	height: 136px;
	width: 1000px;
	background: url(/css/images/bg_header.jpg) no-repeat;
}

div#header div#logo {
	position: absolute;
	top: 20px;
	left: 37px;
}

div#header div#logotext {
	position: absolute;
	top: 58px;
	left: 225px;
}

div#header div#logotext span {
	font-weight: bold;
	font-size: 14px;
}

div#printheader {
	display: none;
}

/* Header Topmenu
-------------------------------------------------------------------------*/
div#header div#topmenu {
	position: absolute;
	top: 5px;
	right: 16px;
	width: 346px;
	padding-left: 34px;
	color: #99b947;
	font-size: 10px;
}

div#header div#topmenu a {
	font-size: 10px;
	color: #99b947;
	text-decoration: none;
}
div#header div#topmenu a:hover {
	color: #bebebe;
	text-decoration: underline;
}


/* Header search
-------------------------------------------------------------------------*/
div#header div#search {
	position: absolute;
	top: 40px;
	right: 16px;
	width: 346px;
	padding-left: 34px;
	color: #bebebe;
}

div#header div#search div {
	color: #bebebe;
}

div#header div#search div#id_searchdiv {
	position: absolute;
	top: 20px;
	left: 0px;
	height: 48px;
	width: 282px;
	padding: 15px 0 0 50px;
	background: url(/css/images/bg_inputsearch.png) no-repeat;
}

div#header div#search input {
	height: 22px;
	width: 272px;
	font-size: 16px;
	border: none;
	background: none;
}

div#header div#search a {
	position: absolute;
	top: 7px;
	left: 338px;
}

/* Menu
-------------------------------------------------------------------------*/
div#menu {
	position: relative;
	width: 996px; /* 1000px */
	padding: 0 0 0 4px;
	background: url(/css/images/bg_menu.jpg) no-repeat;
}

div#menu ul {
	margin: 0;
	padding: 0;
	width: 800px;
	list-style: none;
}

div#menu ul li {
	float: left;
	height: 20px;
	padding: 3px 15px 0 15px;
	white-space: nowrap;
	background: url(/css/images/bg_menuli.jpg) no-repeat bottom right;
}

div#menu ul li a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

div#menu ul li a:hover {
	text-decoration: underline;
}

div#menu ul li.sel a {
	color: #ffdf00;
}

div#menu div#menu_bottom {
	position: absolute;
	width: 1000px;
	left: 0;
	height: 7px;
	bottom: -5px;
	background: url(/css/images/bg_menubottom.jpg) no-repeat;
}


/* Left
-------------------------------------------------------------------------*/
div#left {
	position: relative;
	float: left;
	margin-top: 10px;
	padding-left: 13px;
	width: 220px;
}

div#left ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

div#left ul li {
	border-top: solid 1px #f0f8db;
	color: #99b947;
	font-weight: bold;
	padding: 6px 32px;
	background: url(/css/images/img_arrow.jpg) no-repeat 20px 10px;
}

div#left ul li.title {
	background: none;
	padding-left: 12px;
}

div#left ul li a {
	color: #98999b;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

div#left ul li.sub {
	padding: 6px 32px 6px 44px;
	background: url(/css/images/img_arrowsmall.jpg) no-repeat 32px 10px;	
}

div#left ul li.sub a {
	color: #8fb22f;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}

div#left ul li.sel {
	background: #b6de49 url(/css/images/img_arrowsel.jpg) no-repeat 20px 10px;
}

div#left ul li.sel a {
	color: #fff;
}

div#left ul li.subsel {
	padding: 6px 32px 6px 44px;
	background: #b6de49 url(/css/images/img_arrowsmallsel.jpg) no-repeat 32px 10px;
}

div#left ul li.subsel a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}

div#left ul.topproducts li.title {
	color: #aad72e;
	background: none;
	padding-left: 12px;
}

/* Middle
-------------------------------------------------------------------------*/
div#middle {
	position: relative;
	float: left;
	margin: 10px 0 0 15px;
	width: 558px;
}

* html div#middle {
	width: 552px;
	margin: 60px 0 0 10px;
}

div#middle div#pagecontent {
	color: #98999b;
	line-height: 18px;
}

div#middle div#pagecontent * {
	color: #98999b;
}

div#middle ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#middle ul li {
	position: relative;
	display: inline;
	float: left;
	width: 141px;
	height: 200px;
	margin: 0 19px 18px 0;
	padding: 11px;
	border: solid 1px #f0f8db;
	font-size: 11px;
	vertical-align: bottom;
}

div#middle ul li div.thumb {
	position: relative;
	height: 109px;
	width: 115px;
	text-align: center;
}

div#middle ul li div.buttons {
	position: absolute;
	bottom: 7px;
	right: 10px;
}

div#breadcrumbs {
	padding-bottom: 10px;
	font-size: 10px;
	color: #98999b;
}

div#breadcrumbs a {
	color: #98999b;
	font-size: 10px;
	text-decoration: none;
}

div#breadcrumbs a:hover {
	text-decoration: underline;
}

div#sort {
	position: absolute;
	right: 30px;
	font-weight: bold;
	font-size: 10px;
	color: #99b947;
}

div#sort a img {
	vertical-align: middle;
}

div.page {
	width: 540px;
	color: #5e5e5e;
	font-size: 11px;
	line-height: 18px;
}

div.page * {
	color: #5e5e5e;
	font-size: 11px;
	line-height: 18px;
}

div.page h1 {
	color: #93b633;
	font-size: 16px;
	margin: 0;
	padding: 10px 0 5px 0;
}

div.page h2 {
	color: #93b633;
	font-weight: bold;	
	margin: 0;
	padding: 10px 0 5px 0;
}

/* Search
-------------------------------------------------------------------------*/

div#middle ul.search {
	
}

div#middle ul.search li {
	position: relative;
	display: block;
	float: none;
	width: 510px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 10px;
	border: solid 1px #f0f8db;
}

div#middle ul.search li table {
	display: block;
}

div#middle ul.search li td {
	vertical-align: top;
}

div#middle ul.search li td.image {
	width: 170px;
}

div#middle ul.search li td.buttons {
	line-height: 25px;
	width: 100px;
}

div#middle ul.search li td.buttons img {
	vertical-align: middle;
}

div#middle ul.search li td.buttons a {
	text-decoration: none;
	font-size: 11px;
}

div#middle ul.search li td.buttons a:hover {
	text-decoration: underline;
}

div#middle ul.search li td.price {
	font-size: 40px;
	width: 208px;
}

div#middle ul.search li td.for {
	font-size: 12px;
	color: #5e5e5e;
	width: 50px;
	padding-top: 8px;
}

div#middle ul.search li td.description {
	color: #5e5e5e;
	font-size: 11px;
	line-height: 18px;
	height: 110px;
}

div#middle ul.search li td.description h2 {
	font-size: 16px;
	font-weight: normal;
}

/* Article
-------------------------------------------------------------------------*/

div#middle div.buttons a.morebuttons {
	text-decoration: none;
	font-size: 10px;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
}

div#middle div.buttons a.morebuttons:hover {
	font-size: 10px;
	text-decoration: underline;
}

div#middle table.article img.article {
	margin: 0 4px 4px 0;
	border: solid 1px #aed446;
	cursor: pointer;
}

div#middle table.article {
	border: solid 1px #f0f8db;
	width: 540px;
}

div#middle table.article td {
	vertical-align: top;
	padding: 10px;
}
div#middle table.article td.price {
	font-size: 40px;
	width: 180px;
}

div#middle table.article td.for {
	font-size: 12px;
	color: #5e5e5e;
	width: 50px;
	padding-top: 8px;
}

div#middle table.article td.description {
	color: #5e5e5e;
	font-size: 11px;
	line-height: 18px;
	height: 110px;
}

div#middle table.article td.description h2 {
	font-size: 16px;
	font-weight: normal;
}

div#middle table.article td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#middle table.article td ul li {
	border: 0;
	border-top: solid 1px #f0f8db;
	height: auto;
	margin: 0;
	padding: 0;
	color: #5e5e5e;
	line-height: 18px;
	width: 240px;
	clear: both;
}

div#middle table.article td ul li.last {
	border-bottom: solid 1px #f0f8db;
}

div#middle table.article td.colors ul.colors li {
	width: 15px;
	height: 15px;
	border: 0;
	float: left;
	clear: none;
	margin: 0 15px 0 0;
	padding: 0;
	border: solid 1px #bbb;
}

div#middle table.article td.colors {
	color: #5e5e5e;
	font-weight: bold;
	font-size: 11px;
}

div#middle table.article td.colors select, div#middle table.article td.colors select option {
	color: #5e5e5e;
	font-size: 11px;
}

div#middle table.article td.staffel {
	text-align: right;
	color: #5e5e5e;
	font-size: 11px;
}

div#middle table.article td.staffel b {
	color: #5e5e5e;
}

div#middle table.article td.staffel select, div#middle table.article td.staffel select option {
	color: #5e5e5e;
	font-size: 11px;
}

div#middle table.article td.staffel table {
	display: inline;
}

div#middle table.article td.staffel table th {
	background-color: #bbb;
	border-right: dashed 1px #fff;
	padding: 7px 8px;
	color: #fff;
	width: 50px;
	text-align: right;
}

div#middle table.article td.staffel table th.first {
	border-left: dashed 1px #fff;
	text-align: left;
}

div#middle table.article td.staffel table td {
	border-right: dashed 1px #bbb;
	padding: 7px 8px;
	color: #5e5e5e;
	border-bottom: solid 1px #efefef;
	text-align: right;
	font-size: 11px;
}

div#middle table.article td.staffel table td.first {
	border-left: dashed 1px #bbb;
	text-align: left;
}

div#middle table.article td.staffel table tr.last td {
	border-bottom: 0;
}

div#middle table.article td table.orderdetails {
	display: inline;
}

div#middle table.article td table.orderdetails th {
	background-color: #fff;
	border: 0;
	padding: 0 10px 8px 0;
	color: #5e5e5e;
	width: auto;
	text-align: left;
	font-size: 11px;
}

div#middle table.article td table.orderdetails td {
	border: 0;
	padding: 0 0 8px 0;
	color: #5e5e5e;
	width: auto;
	text-align: left;
	font-size: 11px;
}

div#middle table.article td table.orderdetails td * {
	color: #5e5e5e;
	font-size: 11px;
}

div#middle div#tellafriend {
	position: absolute;
	right: 20px;
}

div#middle div#tellafriend img {
	vertical-align: middle;
}

div#middle img.article {
	margin: 0 4px 4px 0;
	border: solid 1px #aed446;
}

/* Shoppingcart
-------------------------------------------------------------------------*/

div#shopmiddle {
	position: relative;
	float: left;
	margin: 10px 0 0 15px;
	width: 744px;
}

table.scstate {
	border-collapse: collapse;
}

table.scstate tr.first td {
	height: 10px;
	border: solid 1px #93b633;
}

table.scstate tr.first td.fill {
	background: url(/css/images/bg_scstate.jpg) repeat-x;
}

table.scstate tr.second td {
	height: 7px;
	border-right: solid 1px #93b633;
}

table.scstate tr.third td {
	padding: 0 20px 0 8px;
	font-size: 11px;
}

table.sctable {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #f0f8db;
}

table.sctable th {
	padding: 15px 0;
	vertical-align: top;
}

table.sctable th span.small {
	font-size: 10px;
	font-weight: normal;
}

table.sctable td {
	color: #5e5e5e;
	font-size: 11px;
	padding: 20px 0;
	border-bottom: solid 1px #f0f8db;
}

table.sctable td b {
	color: #5e5e5e;
	font-size: 11px;
}

table.sctable td a {
	font-size: 10px;
	text-decoration: none;
}

table.sctable td a:hover {
	text-decoration: underline;
}

table.sctable th.spacer {
	width: 20px;
	border: 0;
}

table.sctable td.spacer {
	width: 20px;
	border: 0;
}

table.sctable td img.article {
	border: solid 1px #aed446;
}

table.sctable td table {
	width: 95%;
	border-collapse: collapse;
	border: 0;
}

table.sctable td table td {
	color: #93b633;
	font-weight: bold;
	font-size: 11px;
	padding: 0;
	border: 0;
}

table.sctable td a.color {
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
}

table.sctable td a.color:hover {
	text-decoration: none;
}

table.sctable td a.color img {
	vertical-align: middle;
}

table.sctable td table td * {
	color: #5e5e5e;
}

table.buttons {
	width: 95%;
}

table.buttons td.second {
	text-align: right;
}

table.sctable tr.edit td {
	padding: 0;
	text-align: right;
}

div.details {
	position: relative;
	margin: -10px 0 10px auto;
	background: #e9f5c8 url(/css/images/bg_detailstop.jpg) no-repeat;
	padding: 44px 15px 15px 15px;
	width: 448px;
}

table.sctable td div.details table td {
	padding: 2px;
	border-bottom: solid 1px #fff;
	text-align: left;
}

table.sctable td div.details table td.button {
	vertical-align: bottom;
	text-align: right;
	border: 0;
	padding: 0;
}

table.sctable tr.sel td {
	border: 0;
	padding: 20px 0 0 0;
}

table.sctable tr.total td {
	padding: 5px 0;
}

table.step4 {
	width: 100%;
	border: solid 1px #f0f8db;
}

table.step4 th {
	font-weight: normal;
	text-align: left;
}

table.step4 td {
	color: #cecece;
}

td.pms {
	vertical-align: top;
}

td.pms input, table.sctable tr.articletext td input, td.logo input {
	border: solid 1px #b6de49;
	color: #cecece;
	padding: 3px 5px;
	margin: 5px 0;
	font-size: 11px;
}

table.sctable tr.articletext td {
	padding: 0;
	text-align: left;
}

td.logo {
	vertical-align: top;
}

table.details th {
	font-weight: normal;
}

table.details td input {
	border: solid 1px #b6de49;
	color: #98999b;
	padding: 3px 5px;
	margin: 5px 0;
	font-size: 11px;
	width: 200px;
}

div.page input, div.page textarea {
	border: solid 1px #b6de49;
	padding: 3px 5px;
}

div#admininfo {
	position: absolute;
	width: 500px;
	right: 48px;
	top: 0;
	color: #5e5e5e;
	border: solid 2px #b6de49;
	background-color: #fff;
	padding: 5px;
	z-index: 5;
}

div#editinfo {
	position: absolute;
	width: 500px;
	right: 48px;
	color: #5e5e5e;
	border: solid 2px #b6de49;
	background-color: #fff;
	padding: 5px;
}

/* Right
-------------------------------------------------------------------------*/
div#right {
	position: relative;
	float: left;
	z-index: 4;
	margin-top: 10px;
	/*	padding-top: 100px;*/
}

div#right div#sc {
	position: relative;
	top: -112px;
	left: -10px;
	width: 186px;
}

div#right div#sc div#sctop {
	position: relative;
	width: 193px;
	height: 12px;
	background: url(/css/images/bg_shoppingcarttop.png) no-repeat;
}

div#right div#sc div#scmiddle {
	position: relative;
	width: 193px;
	text-align: center;
	color: #98999b;
	font-size: 9px;
	padding-top: 5px;
	padding-bottom: 10px;
	background: url(/css/images/bg_shoppingcartmiddle.png) repeat-y;
}

div#right div#sc div#scmiddle b {
	font-size: 12px;
	color: #98999b;
}

div#right div#sc div#scbottom {
	position: relative;
	width: 193px;
	height: 14px;
	background: url(/css/images/bg_shoppingcartbottom.png) repeat-y;
}

div#right div#sc div#sccontent {
	position: relative;
	padding: 10px 0;
	color: #98999b;
	font-size: 9px;
}

div#right div#sc div#sccontent ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 145px;
}

div#right div#sc div#sccontent ul li {
	color: #000;
	text-align: left;
	width: 145px;
	font-size: 11px;
	padding: 5px 0;
	border-top: solid 1px #f0f8db;
}

div#right div#sc div#sccontent ul li.total {
	border-bottom: solid 1px #f0f8db;
}

div#right div#sc div#sccontent ul li span.green {
	color: #99bb3e;
	font-weight: bold;
}

div#right div#rightother {
	position: relative;
	top: -110px;
}


div#right div#offer {
	position: relative;
	width: 150px;
	height: 253px;
	padding: 50px 8px 0 8px;
	background: url(/css/images/img_offer.jpg) no-repeat;
}

div#right div#offer div.thumb {
	position: relative;
	height: 120px;
	width: 156px;
	text-align: center;
}

div#right div#offer div.buttons {
	position: absolute;
	top: 195px;
	right: 15px;
}

div#right div#offer ul {
	position: absolute;
	list-style: none;
	top: 228px;
	left: 10px;
	margin: 0 0 0 0px;
	padding: 0;
}

div#right div#offer ul li {
	margin: 0;
	color: #fff;
	font-size: 11px;
	padding: 0 0 4px 0;
	white-space: nowrap;
}

div#right div#offer ul li a {
	color: #fff;
	font-size: 11px;
	text-decoration: underline;
	white-space: nowrap;
}

div#right div#offer ul li a:hover {
	text-decoration: none;
}

div#right div#newsletter {
	position: relative;
	width: 155px; /* 197px */
	height: 122px; /* 182px */
	padding: 30px 5px;
	background: url(/css/images/bg_nieuwsbrief.jpg) no-repeat -25px top;
}

div#right div#newsletter p {
	font-size: 11px;
	color: #fff;
}

div#right div#newsletter input {
	width: 150px;
	color: #b3b3b3;
}

div#right div#newsletter div#newsletter_btn {
	position: relative;
	top: 10px;
	left: 60px;
}

/* Footer
-------------------------------------------------------------------------*/
div#footer {
	position: relative;
	margin-top: 40px;
	width: 1000px;
	height: 162px;
	background: url(/css/images/bg_footer.jpg) no-repeat;
}

div#footer div#searchterms {
	position: absolute;
	top: 33px;
	left: 45px;
	width: 676px;
	color: #fff;
}

div#footer div#searchterms a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

div#footer div#searchterms a:hover {
	text-decoration: underline;
}

div#footer div#searchterms h1 {
	font-weight: bold;
	display: inline;
	padding: 0;
	margin: 0;
}

div#footer div#searchterms h1 a {
	font-size: 17px;
}

div#footer div#searchterms h2 {
	font-weight: normal;
	display: inline;
	padding: 0;
	margin: 0;
}

div#footer div#searchterms h2 a {
	font-size: 15px;
}

div#footer div#searchterms h3 {
	font-weight: normal;
	display: inline;
	padding: 0;
	margin: 0;
}

div#footer div#searchterms h1.title {
	display: block;
	color: #607628;
	font-size: 11px;
	margin: 0;
	padding: 0 0 10px 0;
}

div#footer ul#footermenu {
	position: absolute;
	left: 857px;
	top: 63px;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#footer ul#footermenu li a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

div#footer ul#footermenu li a:hover {
	text-decoration: underline;
}

div#footer div#vat {
	position: absolute;
	color: #98999b;	
	top: -20px;
	text-align: center;
	width: 1000px;
	font-size: 10px;
}

div#contactgegevens {
	display: none;
}

/* Other
-------------------------------------------------------------------------*/
div.clear {
	clear: both;
}

div#moreinfoform {
	position: relative;
	margin-top: 20px;
	display: none;
	border: solid 1px #f0f8db;
	padding: 15px;
	width: 508px; /* 538px */
}

div#moreinfoform input, div#moreinfoform textarea {
	border: solid 1px #b6de49;
	color: #98999b;
	padding: 3px 5px;
	margin: 5px 0;
	font-size: 11px;
	width: 200px;
}

div#moreinfoform input.radio {
	border: none;
	color: #98999b;
	padding: 0;
	margin: 0;
	font-size: 11px;
	width: auto;
}

