/*--------------------------------------------------------------------
Shop Style Sheet

Version: 1.0
Copyright: 2009, dicode® VOF - understanding internet
W: www.dicode.nl
E: info@dicode.nl
T: 0570-750680
--------------------------------------------------------------------*/

/* Menu
-------------------------------------------------------------------------*/
div#shopmenu {
	position: relative;
	width: 996px; /* 1000px */
	padding: 0 0 0 4px;
	top: -10px;
}

div#shopmenu div.wrapper {
	width: 996px; /* 1000px */
	padding: 0 0 0 4px;
	background: url(css/images/shop/bg_shopmenu.png) no-repeat;
}

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

div#shopmenu ul li {
	float: left;
	height: 21px; /* 29px */
	padding: 8px 15px 0 15px;
	white-space: nowrap;
	background: url(css/images/shop/bg_menuli.jpg) no-repeat bottom right;
}

div#shopmenu ul li a {
	color: #4a4a4a;
	font-size: 11px;
	text-decoration: none;
}

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

div#shopmenu ul li.sel a {
	color: #fa2638;
}

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


/* Menu
-------------------------------------------------------------------------*/
div.left ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

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

div.left ul li.title {
	color: #4a4a4a;
	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/shop/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: url(css/images/shop/img_arrowsel.jpg) no-repeat 20px 10px;
}

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

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;
}


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

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

div.right.shop {
	width: 182px;
}


/* Middle articles
-------------------------------------------------------------------------*/
div.middle ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

div.middle ul li h2 {
	font-weight: bold;
	font-family: verdana;
	font-size: 12px;
}

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;
	display: none;
}

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

/* Shoppingcart
-------------------------------------------------------------------------*/
div.right div#sc {
	position: relative;
	top: -142px;
	left: 0;
	width: 186px;
}

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

div.right div#sc div#scmiddle {
	position: relative;
	width: 168px;
	text-align: center;
	color: #98999b;
	font-size: 9px;
	padding-bottom: 10px;
	background: url(css/images/shop/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: 168px;
	height: 3px;
	background: url(css/images/shop/bg_shoppingcartbottom.png) no-repeat;
}

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 #ebebeb;
}

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

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


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


/* Offer
-------------------------------------------------------------------------*/
div.right div#offer {
	position: relative;
	width: 160px; /* 184px */
	height: 263px; /* 313px */
	padding: 50px 12px 0 12px;
	color: #fa2638;
	background: url(css/images/shop/bg_offer.jpg) no-repeat;
}

div.right div#offer h2 {
	margin: 0;
	padding: 0;
}

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: 220px;
	left: 14px;
	margin: 0 0 0 0px;
	padding: 0;
}

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

div.right div#offer ul li img {
	vertical-align: middle;
}

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

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


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

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

div.middle table.article {
	border: solid 1px #ebebeb;
	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;
}

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

div#moreinfoform table td {
	white-space: nowrap;
}

div#moreinfoform input, div#moreinfoform textarea {
	border: solid 1px #ebebeb;
	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;
}

/* 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 #d68255;
}

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

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

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

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

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 #ebebeb;
}

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 #ebebeb;
}

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: #ebebeb url(css/images/shop/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;
	color: #4a4a4a;
}

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 #e5e5e5;
}

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

table.step4 td {
	color: #959698;
}

td.pms {
	vertical-align: top;
}

td.pms input, table.sctable tr.articletext td input, td.logo input {
	border: solid 1px #e5e5e5;
	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 #e5e5e5;
	color: #98999b;
	padding: 3px 5px;
	margin: 5px 0;
	font-size: 11px;
	width: 200px;
}

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

div#admininfo {
	position: absolute;
	width: 500px;
	right: 48px;
	top: 0;
	color: #5e5e5e;
	border: solid 2px #e5e5e5;
	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;
}


div#footer {
	margin-top: 20px;
}


	/* Right :: search
	---------------------------------------------------------------------*/
		div.search {
			position: relative;
			width: 146px; /* 182px */
			height: 137px; /* 147px */
			padding: 10px 18px 0 18px;
			margin-bottom: 10px;
			background: url(css/images/shop/bg_search.jpg) no-repeat;
		}
	
		div.search p {
			color: #b4b4b4;
			font-size: 11px;
			margin: 0;
			padding: 0 0 10px 0;
		}
	
		div.search h2 {
			color: #c5c5c5;
			padding: 0;
			margin: 0;
			font-size: 22px;
		}
	
		div.search input {
			width: 126px; /* 146px */
			height: 25px; /* 31px */
			padding: 6px 10px 0 10px;
			margin: 0 0 5px 0;
			font-size: 15px;
			color: #b7b7b7;
			border: none;
			background: url(css/images/bg_inputnewsletternext.jpg) no-repeat;
		}

		div.search a {
			display: block;
			width: 146px;
			text-align: right;
		}


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;
	line-height: 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;
}