/* ---- /css/reset.css ---- */
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}



/* force a vertical scrollbar to prevent a jumpy page */
html {
    overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
    vertical-align: top;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

pre {
    white-space: pre;
    /* CSS2 */
    white-space: pre-wrap;
    /* CSS 2.1 */
    white-space: pre-line;
    /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word;
    /* IE */
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

.ie6 input {
    vertical-align: text-bottom;
}

select,
input,
textarea {
    font: 99% sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover,
a:active {
    outline: none;
}

small {
    font-size: 85%;
}

strong,
th {
    font-weight: bold;
}

td,
td img {
    vertical-align: top;
}

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
button {
    cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
    margin: 0;
}

/* make buttons play nice in IE */
button {
    width: auto;
    overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
    -ms-interpolation-mode: bicubic;
}

/* let's clear some floats */
.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
;
}

body {
    font: 13px Helmet, Freesans, sans-serif;
}

/* using local fonts? make sure to read up on Paul Irish's
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body,
select,
input,
textarea {
    color: #333;
}

a {
    color: #03f;
}

a:hover {
    color: #69f;
}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
    background: #fcd700;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #fcd700;
    color: #fff;
    text-shadow: none;
}

/*	j.mp/webkit-tap-highlight-color */
a:link {
    -webkit-tap-highlight-color: #fcd700;
}

ins {
    background-color: #fcd700;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #fcd700;
    color: #000;
    font-style: italic;
    font-weight: bold;
}





/* Print styles!
-------------------------------------------------------------------------------*/
@media print {}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {}

@media all and (orientation: portrait) {}

@media all and (orientation: landscape) {}

/* ---- /css/nivo-slider.css ---- */
/*
 * jQuery Nivo Slider v2.5.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* ---- /css/layout.css ---- */
html,
body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #F0F0F0;
	color: #666666;

	font-size: 11px;
	font-family: Arial;
}

table {
	width: 100%;
}

a,
a:link,
a:visited,
a:focus {
	color: #999;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



#back2 {
	background-color: #000;
	height: 180px;
	width: 100%;
	position: absolute;
}

#container {
	position: absolute;
	top: 0px;
	width: 950px;
	left: 50%;
	margin-left: -475px;
}

.logo {
	float: left;
}

header {
	padding-top: 15px;
	height: 77px;
	background-color: #FFF;
}

header .account {
	width: 300px;
	float: right;
	color: white;
}

header .account a {
	color: white;
	text-decoration: none;
}

header .topbox {
	background-color: #AFAFAF;
	color: #666666;
	padding: 7px 10px;
	margin-top: 10px;
	height: 40px;
}


nav {
	width: 100%;
	height: 40px;
	background-color: #000;
}

nav li {
	display: block;
	float: left;
	height: 40px;
}

nav li a:link,
nav li a:visited,
nav li a:active {
	height: 15px;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Droid Sans', arial, serif;
	padding: 13px 18px 9px 18px;
}

nav li:hover a {
	background-color: #FFFFFF;
	color: #00A9E0;
}

footer {
	background-color: #000;
	bottom: 0px;
	padding: 10px 10px;
	color: white;
	height: 210px;
	width: 930px;
}

footer a:link,
footer a:visited,
footer a:active,
footer a:hover {
	color: white;
	text-decoration: none;
}

footer>ul {
	width: 950px;
	display: block;
	clear: both;
	margin: 0px auto;
}

footer>ul>li {
	float: left;
	width: 230px;
	color: #00A9E0;
	text-transform: uppercase;
}

footer>ul>li>ul {
	margin-left: 15px;
	margin-top: 10px;
	text-transform: none;
	line-height: 20px;
}

footer .copyright {
	clear: both;
	padding-top: 20px;
}

#content {
	padding: 25px 0px 10px 0px;
	min-height: 1px;
	line-height: 19px;
}

#content ul {
    display: block;
    list-style-type: disc;
    margin: 1em 0 1em 40px;
}

.block {
	border: solid 1px #DEDEDE;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}

.block>div {
	padding: 9px;
}

.home .block {
	min-height: 410px;
}


.l,
.c,
.r,
.lc,
.cr,
.lcr {
	float: left;
}

.home .l,
.home .c,
.home .r,
.home .lc,
.home .cr,
.home .lcr {
	height: 430px;
}


.l {
	width: 250px;
	margin: 0px 15px 0px 0px;
}

.c {
	width: 370px;
	margin: 0px 15px 0px 0px;
}

.r {
	width: 300px;
}

.lc {
	width: 635px;
	margin: 0px 15px 0px 0px;
}

.cr {
	width: 683px;
}


.lcr {
	width: 950px;
}



ul.cartnav {
	width: 100%;
}

ul.cartnav li {
	width: 25%;
	float: left;
	border-top: solid 12px #DEDEDE;
	font-size: 13px;
	padding-top: 10px;
	text-align: center;
}

ul.cartnav li.active {
	border-color: #ABABAB;
}


table.cart {
	width: 100%;
}

table.cart th {
	border-bottom: solid 1px #DEDEDE;
	padding: 8px 10px;
	background-color: #000;
	color: white;
	text-align: left;
	font-weight: bold;
}

table.cart td {
	background-color: white;
	border-bottom: solid 1px #DEDEDE;
	padding: 5px 10px;
	background-color: white;
}



.spotlight {
	width: 615px;
	float: left;
}

.spotlight .product {
	border: solid 1px #00A9E0;
	padding: 5px;
	width: 270px;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

.spotlight .product img {
	float: left;
	margin-right: 10px;
}

.spotlight .product h2 {
	display: block;
	font-size: 15px;
	font-family: 'Maven Pro', arial, serif;
}



a.button {
	display: block;
	float: left;
	margin-bottom: 25px;
	padding: 8px 12px;

	background-color: #00A9E0;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;

	width: 276px;
	height: 35px;
}

h1 {
	font-size: 30px;
	margin-bottom: 20px;
	font-family: 'Droid Sans', arial, serif;
	color: #000;
}

h2 {
	font-size: 15px;
	margin-bottom: 10px;
	background-color: #000;
	margin-left: -10px;
	margin-top: -10px;
	padding: 5px 10px;
	width: 100%;
	color: #FFF;
	border-bottom: solid 3px #3B6F8F;
}

#content label {
	width: 170px;
	height: 20px;
	margin-bottom: 5px;
	display: block;
	float: left;
}

#content input[type="text"],
#content input[type="password"] {
	width: 220px;
	height: 11px;
	padding: 3px 8px;
	margin-bottom: 5px;
	display: block;
}

#content select {
	height: 22px;
	margin-bottom: 5px;
	padding-left: 8px;
	display: block;
	float: left;
}

#content .editform select {
	width: 240px;
}


ul.submenu>li {
	font-weight: bold;
}

ul.submenu>li>ul {
	font-weight: normal;
	margin-left: 25px;
	margin-bottom: 25px;
}


.categories {
	width: 985px;
	margin-bottom: 10px;
}

.categories .category {
	margin-right: 15px;
	margin-bottom: 15px;

	background-color: #FFF;
	border: solid 1px #DEDEDE;
	padding: 15px;

	float: left;
	width: 150px;
	height: 455px;
}

.categories .category a {
	color: #666666;
}

.categories .category h2 {
	font-size: 11px;
}


.relatedproducts {}

.relatedproducts div {

	background-color: #FFF;
	padding: 15px;
	float: left;
	width: 120px;
}

.relatedproducts div:hover {
	background-color: #DEDEDE;
}

.relatedproducts div a {
	color: #666666;
}

.product {
	width: 150px;
	height: 320px;
	border: solid 1px #DEDEDE;
	background-color: #FFFFFF;
	padding: 15px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}


.product h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

.product-image {
	width: 150px;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
}

.product-info {
	width: 125px;
	float: left;
}

.product-info b {
	width: 120px;
	font-weight: bold;
	display: block;
	float: left;
}


.product-price span {
	font-size: 20px;
	display: block;
	margin-top: 10px;
	font-weight: bold;
}




.categories2 {
	width: 100%;
	margin-bottom: 10px;
}

.categories2 .category {
	margin: 10px;
	width: 120px;
	float: left;
}

.categories2 a {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}

.product-thumb {
	overflow: hidden;
	width: 66px;
	height: 66px;
	float: left;
	margin: 2px 2px 2px 2px;
}

.product-thumb img {
	min-width: 100%;
	min-height: 100%;
}

ul.checks {
	list-style-image: url(/uploads/kitmarkers/content/vinkje.gif);
	margin-left: 30px;
}

div.tmp_message {
	width: 924px;
	padding: 10px;
	background-color: #FEFEFE;
	border: solid 3px #000;
	margin-bottom: 15px;
	font-weight: bold;
}


img.ribbon {
	position: absolute;
	margin-left: 68px;
	margin-top: -20px;
	pacity: 0.9;
}




/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
	width: 950px;
	margin: 0 auto;
}

#slider {
	position: relative;
	width: 100%;
	height: 280px;
	background: url(/images/slider/loading.gif) no-repeat 50% 50%;
}

#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#slider a {
	border: 0;
}

.nivo-controlNav {
	position: absolute;
	float: right;
	margin-top: 255px;
	text-align: center;
	width: 100%;
}

a.nivo-control {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(/images/slider/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;

}

.nivo-controlNav a.active {
	background-position: 0 -22px;
}

.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(/images/slider/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	top: 25px;
}

a.nivo-nextNav {
	background-position: -30px 0;
	right: 25px;
}

a.nivo-prevNav {
	left: 25px;
}

.nivo-caption {
	text-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
	float: right;
	width: 310px;
	height: 230px;
	position: relative;
	display: block;
	padding: 10px;
}

.nivo-caption a {
	color: #efe9d1;
	text-decoration: underline;
}

#recaptcha_table input#recaptcha_response_field {
	width: 145px !important;
	position: absolute !important;
	bottom: 7px !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 11px;
	height: 15px;
}

.clr {
	clear: both;
}

