@CHARSET "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700);

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,del,dfn,font,img,ins,kbd,q,s,samp,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0px;
	padding: 0px;
	border: 0;
	color: #7c7c7c;
	font-weight: inherit;
	font-family: 'Oxygen', sans-serif;
	font-variant: inherit;
	font-style: inherit;
	line-height: 1.8em;
	outline: 0;
	vertical-align: baseline;
}

*:focus {
	outline: 0;
}

body {
	background-color: #ffffff;
		font-size: 62.5%;
}

a {
	color: #7c7c7c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	background: #7e7e7e;
	padding: 0 5px;
}

p {
	font-size: 1.2em;
	margin: 1em 0;
}

ol,ul {
	font-size: 1.2em;
	margin: 1em 0 1em 1.5em;
}

hr {
	border: none;
	height: 1px;
	background: #7c7c7c;
	margin: 20px 0;
}

ul.list {
	list-style: none;
	margin: 1em 0;
}

ul.list * {
	list-style: none;
	margin: 0;
}

ul.nolist,ol.nolist {
	list-style: none;
}

table {
	border-collapse: collapse;
	font-size: inherit;
	width: 100%;
}

th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid 2;
}

img {
	max-width: 100%;
	height: auto;
}

/* CLASSES */

.wrapper {
	position: relative;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -475px;
	width: 950px;
}

.clear {
	clear: both;
}

.header {
	position: relative;
		background-color: rgba(255,255,255,0);
		background-image: url(../../../images/32/1422876347_header2.jpg);
	background-repeat: no-repeat;
	background-position: center;
		}

.shopheader {
	position: relative;
		height: 350px;
	padding: 0 10px;
}

.shopheader img {
	position: absolute;
	left: 10px;
	top: 50%;
}

.footer {
	position: relative;
		background-color: #59585b;
	}

.shopfooter {
	position: relative;
		padding: 0;
	font-size: 0.9em;
}

.bottom_footer {
    display: none;
}

.shopfooter * {
	color: #ffffff;
}

.shopfooter h1,.shopfooter h2,.shopfooter h3,.shopfooter h4,.shopfooter h5,.shopfooter h6 {
	background-color: transparent;
	padding: 0;
	color: #b7ecf7;
}

.navigatie {
		background: #000000;
	}

.shopnavi {
		color: #ffffff;
}

.content {
	background-color: rgba(255,255,255,0);
	padding: 20px 0;
	min-height: 400px;
}

.column {
	float: left;
	margin: 10px;
}

.left,.right {
	width: 170px;
}

.half {
	width: 50%;
	margin: 0;
}

.middle {
	width: 570px;
	margin: 10px 0;
}

.medium {
	width: 760px;
	margin: 10px 0;
}

.full {
	width: 950px;
	margin: 10px 0;
}

.midcontent, .noMargin {
	background-color: rgba(124,124,124,0);
	border: 0px solid #7e7e7e;
	margin: 0 10px 20px 10px;
	position: relative;
}

.midcontent {
	}

.midcontent h1, .midcontent h2, .midcontent h3, .midcontent h4, .midcontent h5, .midcontent h6 {
		margin: auto;
	}


.footcol {
	width: 170px;
}

.doublefootcol {
	width: 360px;
}

.copyright {
	text-align: right;
	font-size: 0.9em;
}

.catlist {
	font-size: 1.2em;
	width: 25%;
	display: block;
	float: left;
}

p.tags {
	font-size: 1.1em;
}

/* MODULES */

.module {
	background: rgba(227,227,227,0);
	border: 0px solid #7e7e7e;
	margin: 0 0 20px 0;
}

.module h2 {
	background: #7c7c7c;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	padding: 0 5px;
	border-bottom: 1px solid #7e7e7e;
}

.module p {
	margin: 0;
}

.module a {
	color: #7c7c7c;
}

.modcontent {
	padding: 5px;
}

.mod_logos {
	background: none;
	text-align: center;
}

.full .module {
	float: left;
	margin: 10px;
	width: 170px;
}

/* NAVIGATIE */

.menulink {
	display: none;
}

.menulink:hover {
    cursor: pointer;
}

ul.menu {
	clear: both;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	padding: 0;
	margin: 0;
	width: auto;
	z-index: 9999;
}

/* Top level list items */
ul.menu>li {
	position: relative;
	display: block;
	float: left;
	z-index: 999;
}

/* Top level menu link items style*/
ul.menu>li>a {
	cursor: pointer;
	position: relative;
	display: block;
	margin: 0;
	width: auto;
	padding: 5px 10px;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

* html ul.menu li a {
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

ul.menu li a.active,ul.menu li a:hover {
	color: #b7ecf7;
}

/* 1st sub level menu*/
ul.menu li ul {
	position: absolute;
	display: block;
	visibility: hidden;
	border: none;
	font-size: 0.85em;
	width: auto;
}

/*Sub level menu list items (undo style from Top level List Items)*/
ul.menu li ul li {
	display: list-item;
	float: none;
	border: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
ul.menu li ul li ul {
	top: 0;
}

/* Sub level menu links style */
ul.menu li ul li a {
	display: block;
	min-width: 120px; /*width of sub menus*/
	border: none;
	padding: 5px 20px;
}

ul.menu li ul li a.active { /*sub menus hover style*/
}

/* SIDE MENU */

.module ul.list {
	clear: both;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	padding: 0;
	margin: -5px;
	width: auto;
	z-index: 9999;
}

/* Top level list items */
.module ul.list>li {
	position: relative;
	display: block;
	z-index: 999;
}

/* Top level menu link items style*/
.module ul.list>li>a {
	display: block;
	padding: 2px 5px;
	color: #7c7c7c;
	background: #ffffff;
	border-bottom: 1px solid #7e7e7e;
	text-decoration: none;	
}

* html .module ul.list li a {
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.module ul.list li a.active {
	font-weight: bold;
}

.module ul.list li a:hover {
	background: #7c7c7c;
	color: #ffffff;
}

/* 1st sub level menu*/
.module ul.list li ul {
	background: transparent;
	border: none;
	font-size: 0.85em;
	width: auto;
	list-style: none;
	margin: 0;
}

/* Sub level menu list items (undo style from Top level List Items)*/
.module ul.list li ul li {
	display: list-item;
	float: none;
	border: none;
}

/* All subsequent sub menu levels vertical offset after 1st level sub menu */
.module ul.list li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.module ul.list li ul li a {
	display: block;
	min-width: 120px; /*width of sub menus*/
	border: none;
	color: #7c7c7c;
	padding: 3px 10px;
	background: #ffffff;
	border-bottom: 1px solid #7e7e7e;
	text-decoration: none;
}

.module ul.list li ul li a.active { /*sub menus hover style*/
}

/* PRODUCTS */

.prod_title {
	font-size: 16px;
}

.prodlist {
	float: left;
	width: 190px;
	min-height: 330px;
}

.product {
	background-color: rgba(199,199,199,1);
	border: 2px solid #ffffff;
	margin: 0 10px 20px 10px;
	padding: 0;

    display: grid;
    grid-template-rows: auto 55px auto;
}

.prodblock {
	position: relative;
	margin: 0;
}

.prodimg {
	position: relative;
	display: block;
	width: 166px;
	height: 166px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.prodimg img,.thumblist img {
	position: absolute;
	top: 50%;
	left: 50%;
}

.prodpayoff {
	display: none;
	background: rgba(255,255,255,0.5);
	padding: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #7c7c7c;
	font-size: 1.4em;
	z-index: 999;
}

.proddetail {
	color: #7c7c7c;
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
	padding: 5px;
}

.prodprice {
	text-align: right;
	padding: 5px;
	font-size: 2.4em;
}

.prodrate {
	padding: 0 5px;
	height: 22px;
}

.prodRating {
	position: absolute;
	top: 3px;
	right: 0;
	padding: 2px 10px;
}

.rating {
	float: left;
}

.reviewRating {
	float: right;
	text-align: right;
}

.review {
	margin: 20px 0;
}

.review * {
	margin: 0;
}

.votenr {
	color: #ffffff;
	float: right;
}

span.option {
	display: inline-block;
	min-width: 1.5em;
	background: #ccc;
	padding: 2px 10px 0 10px;
	margin: 2px;
	text-align: center;
	font-size: 1.1em;
	color: #7c7c7c;
	cursor: pointer;
}

span.option:hover,span.activeOpt {
	background: #7c7c7c;
}

input.option:hover,input.activeOpt {
	border: 1px solid #7c7c7c;
}

span.color {
	border: none;
	padding: 2px;
	width: 28px;
	height: 28px;
}

.theColor,.sColor {
	display: block;
	width: 24px;
	height: 24px;
	border: 2px solid #fff;
}

.sColor {
	background-image: url(/shop/images/patterns.png);
	background-repeat: no-repeat;
}

.panter {
	background-position: 0 0;
}

.zebra {
	background-position: -24px 0;
}

.houndstooth {
	background-position: -48px 0;
}

.tijger {
	background-position: -72px 0;
}

.koe {
	background-position: -96px 0;
}

.slang {
	background-position: -120px 0;
}

.polkadot {
	background-position: -144px 0;
}

.multicolor {
	background-position: 0 -24px;
}

.gestreept {
	background-position: -24px -24px;
}

.gemeleerd {
	background-position: -48px -24px;
}

.roderuitjes {
	background-position: -72px -24px;
}

.blauweruitjes {
	background-position: -96px -24px;
}

.schotsgroen {
	background-position: -120px -24px;
}

.schotsrood {
	background-position: -144px -24px;
}

.goud {
	background-position: 0 -48px;
}

.zilver {
	background-position: -24px -48px;
}

.prodprice .discount {
	font-size: 0.5em;
}

.discount, .discount * {
	color: #f00;
	text-decoration: line-through;
}

.featured {
	background-image: url(/images/featured.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 32px;
}

div.featured {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 32px;
	height: 32px;
	z-index: 1;
}

.images {
	margin-left: 0;
	width: 180px;
}

.options {
		width: 350px;
		margin-right: 0;
}

.thumblist {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
}

.largethumb {
	width: 170px;
	height: 170px;
	margin: 2px;
}

.smallthumb {
	width: 85px;
	height: 85px;
	margin: 2px;
}

/* CART */

table.cart {
	font-size: 1.2em;
}

table.cart td,table.cart th {
	font-size: inherit;
	padding: 5px 0;
	vertical-align: top;
}

.cartitem {
	border-bottom: 1px solid #eee;
}

.currency {
	width: 16px;
}

.cartNumber {
	width: 50px;
}

.amount {
	text-align: right;
	vertical-align: top;
}

.total {
	border-top: 1px solid 2;
}


/* BREADCRUMBS */
.crumbs {
	font-size: 1.1em;
	position: absolute;
	top: 5px;
	margin: 0 10px;
}

.crumbs, .crumbs * {
	color: #7c7c7c;
}

/* FORMS */

.siteform label {
	width: 150px;
	display: inline-block;
	vertical-align: top;
}

.siteform label.nowidth {
	width: auto;
}

input.form, textarea.form {
	padding: 5px 10px;
	margin: 1px 0;
	height: auto;
	border: 1px solid #ddd;
	font-family: 'Oxygen', sans-serif;
	font-size: 1.2em;
	color: #000 !important;
}

.module input.form {
	max-width: 80%;
}

input.small {
	max-width: 100px;
}

input.medium {
	max-width: 145px;
}

input.large {
	max-width: 250px;
}

input.order {
	font-size: 1.5em;
}

input[type=submit],input[type=button],input.button {
	color: #ffffff;
	cursor: pointer;
	border: none;
	background: #7e7e7e;
	font-family: 'Oxygen', sans-serif;
	font-size: 1.2em;
	padding: 5px 10px;
	text-align: center;
}

input.button {
	min-width: 1.5em;
}

a.button {
	background: #7e7e7e;
	border: none;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.2em;
	padding: 0px 10px;
	text-align: center;
	text-decoration: none;
}

a.button:hover,input[type=submit]:hover,input[type=button]:hover,input.button:hover  {
	color: #ffffff;
	background-color: #cccccc;
}

input[type=submit].delBtn {
	background: transparent url(/images/delete.png) center no-repeat;
	height: 16px;
	width: 16px;
	text-indent: -9999px;
	margin-bottom: -2px;
}

a.bigbtn {
	background: #7e7e7e;
	color: #ffffff;
	display: block;
	font-size: 1.4em;
}

input.orderBtn {
	font-size: 1.5em;
	width: 2em;
	padding: 6px;
}

input.cartNum {
	width: 2em;
	text-align: center;
	padding: 3px;
}

/* NEWS */

.newsThumb {
	display: block;
	float: left;
	margin-right: 20px;
	width: 110px;
}

.newsSmall {
	display: block;
	float: left;
	width: 420px;
}

.newsWide {
	display: block;
}

.small {
	font-size: 0.8em;
}

#colorbox {
	z-index: 9999;
}

/* EXTRA DESIGN OPTIES */

