/* CSS reissue 2008 - By Visited
-------------------------------------------------- */

/* Kleuren
--------------------------------------------------
-- groen 			a8e600
-- fel groen		98ff13
-- zwart 			000
-- wit 				fff
-- donker grijs		313131		(input, minicart)
-------------------------------------------------- */

/* Reset
-------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-size: 100%;font-family:Verdana, Arial, Helvetica, sans-serif;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

/* Algemeen
-------------------------------------------------- */

img, div { behavior: url(iepngfix.htc) }
body {
	text-align: center;
	font-size: 62.5%;
	background: url(../img/main_bg.jpg) top center fixed #111;
	color: #fff;
}
body, h1, h2, h3, p, a, span, input {
	letter-spacing: 1px;
}
img {
	border: none;
}
a, p, span {
	line-height: 1.6em;
}
a {
	color: #98ff13;
	text-decoration: none;
	border-bottom: solid 1px transparent;
}
a:hover {
	color: #fff;
	border-bottom: solid 1px #98ff13;
}

#socialmedia {
  margin-top: 20px;
}
ul#socialmedia a, ul#socialmedia a:hover {
	border-bottom: none;
	float: left;
	margin-right: 10px;
}

div.addthis_toolbox a, div.addthis_toolbox a:hover {
	border-bottom: none;
}
table, td {
	empty-cells: show;
	border-spacing: 0px;
	border-collapse: collapse;
	vertical-align: top;
}
#logo {
	height: 70px;
	width: 135px;
	text-indent: -9999px;
	outline: none;
	background: url(../img/logo.gif) no-repeat bottom left;
}

h2.home {
	color: #fff;
	font-size: 1.8em;
	margin-top: 15px;
	margin-bottom: 25px;
	width: 500px;
}
div.clear {
	clear: both;
}
.error {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Algemeen
-------------------------------------------------- */

#wrapper {
	width: 960px;
	margin: auto;
	text-align: left;
}

/* header
-------------------------------------------------- */
#header {
	padding: 0px 20px;
}

/* main
-------------------------------------------------- */
#main {
	border-top: solid 1px #313131;
	border-bottom: solid 1px #313131;
	padding: 20px;
	min-height: 450px;
}

/* menu
-------------------------------------------------- */
#menu {
	width: 140px;
	float: left;
}
	#menu li {
		list-style: none;
	}
	#menu a {
		color: #fff;
		text-decoration: none;
		border-bottom: solid 1px transparent;
		line-height: 20px;
	}
	#menu a:hover, #menu .current {
		border-bottom: solid 1px #98ff13;
	}
	#menu h2 {
		color: #98ff13;
		margin-top: 30px;
		line-height: 20px;
	}
	
/* content
-------------------------------------------------- */
#content {
	margin-left: 160px;
	margin-right: 200px;
	width: 540px;
}
	#content p {
		margin-bottom: 15px;
	}

/* rechter kolom
-------------------------------------------------- */
#col_right {
	width: 180px;
	float: right;
}
#col_right h1 {
	margin-bottom: 35px;
	margin-left: 10px;
}
.r_col {
	padding: 10px 20px;
}
.rss {
	border: none;
	display: block;
	float: right;
	text-indent: -9999px;
	outline: none;
	width: 46px;
	height: 50px;
	background: url(../img/rss.gif) no-repeat top;
}
.rss:hover {
	border: none;
	background: url(../img/rss.gif) no-repeat bottom;
}
.meer_blog {
	border: none;
	background: url(../img/meer_blog.gif) no-repeat top;
	width: 60px;
	height: 28px;
	display: block;
	text-indent: -9999px;
	outline: none;
	margin-top: 3px;
}
.meer_blog:hover {
	border: none;
	background: url(../img/meer_blog.gif) bottom;
}

/* footer
-------------------------------------------------- */
#footer {
	padding: 15px 20px 10px 20px;
	text-align: right;
}
	#footer a {
		color: #98ff13;
		text-decoration: none;
		border-bottom: solid 1px transparent;
	}
	#footer a:hover {
		color: #fff;
		border-bottom: solid 1px #98ff13;
	}
	#footer p {
		text-align: right;
	}

/* subscribe
-------------------------------------------------- */
#subscribe {
	color: #fff;
	float: left;
	text-align: left;
}
	#subscribe p {
		margin-bottom: 5px;
		text-align: left;
	}
	#subscribe_btn {
		color: #fff;
		text-decoration: none;
		border-bottom: solid 1px transparent;
		border-top: none;	
		border-left: none;	
		border-right: none;	
		background-color: transparent;
		font-size: 11px;
		padding: 0px;
	}
	#subscribe_btn:hover {
		border-bottom: solid 1px #98ff13;
		border-top: none;	
		border-left: none;	
		border-right: none;	
	}
	#subscribe_input {
		width: 138px;
		height: 14px;
		padding: 1px 1px 1px 5px;
		line-height: 16px;
		background-color: #313131;
		border: none;
		font-size: 11px;
	}
	.alert {
		color: #98ff13;
	}

/* mini_blog
-------------------------------------------------- */
.mini_blog_item {
	margin-bottom: 20px;
	background: #000;
	padding: 10px;
}
	.mini_blog_item h2 {
		color: #98ff13;
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	.mini_blog_item p {
		color: #666;
	}
	.mini_blog_item div {
		text-align: right;
	}
	.mini_blog_item a {
		text-decoration: none;
		color: #666;
		border-bottom: solid 1px transparent;
	}
	.mini_blog_item a:hover {
		color: #fff;
		border-bottom: solid 1px #98ff13;
	}


/* blog
-------------------------------------------------- */
.blog_list_img {
	display: block;
	height: 100px;
	width: 520px;
	margin-bottom: 10px;
	border: none;
}
.blog_list_img:hover {
	border: none;
}
.blog_item, .blog_big {
	padding: 10px;
	width: 520px;
	margin-bottom: 15px;
	background-color: #000;
}
.blog_item span {
	color: #333;
	float: right;
}
.blog_big img {
	margin-bottom: 15px;
}
.blog_big span {
	color: #333;
	display: block;
	margin-bottom: 10px;
}
.blog_big p {
	margin-bottom: 15px;
}
.reacties {
	width: 520px;
	background-color: #000;
	padding: 10px;
	margin-bottom: 15px;
}
.reacties p {
	margin-bottom: 15px;
}
.reacties h3 {
	width: 300px;
	font-size: 1.4em;
	color: #98ff13;
	margin-bottom: 15px;
}
.reacties span {
	float: right;
	color: #666;
}

.reactie_add {
	width: 520px;
	background-color: #000;
	padding: 10px;
}
.reactie_add input {
	width: 510px;
}
.reactie_add input.btn_form {
	width: 120px;
	float: right;
}
.reactie_add textarea {
	width: 510px;
	height: 150px;
}
.reactie_add td {
	padding: 5px 0px;
}

/* Home raster
-------------------------------------------------- */
.home_raster h1 {
	font-size: 1.8em;
	margin: 20px 0px 20px 10px;
}
.home_raster p {
	color: #ccc;
	padding-left: 10px;
}
.home_raster img {
	margin: 0px 10px 10px 0px;
}

/* Shop
-------------------------------------------------- */

/* Mini cart
-------------------------------------------------- */
.mini_cart {
	background: url(../img/mini_cart.gif) no-repeat #000;
	margin-bottom: 10px;
	width: 172px;
	height: 149px;
}
	.mini_cart table {
		margin: 15px;
	}
	.mini_cart a {
		color: #98ff13;
		text-decoration: none;
		border-bottom: solid 1px transparent;
	}
	.mini_cart a:hover {
		color: #fff;
		border-bottom: solid 1px #98ff13;
	}
	.mini_cart table td {
		color: #fff;
		padding: 5px 0px; 
	}

/* Product list
-------------------------------------------------- */
.products {
	min-height: 410px;
}
	.product {
		height: 125px;
		width: 125px;
		margin: 0px 10px 10px 0px;
		float: left;
		background: no-repeat #333;
		cursor: hand;
	}
	.product div {
		display: block;
		background: url(../img/product_bg_alpha.png);
		height: 105px;
		width: 105px;
		padding: 10px;
		color: #ccc;
	}
	.product div h2 {
		color: #98ff13;
		height: 87px;
	}
	.product div a {
		color: #ccc;
		float: right;
	}

/* Winkelwagen
-------------------------------------------------- */
.cart {
	background: #000;
	padding: 10px;
	width: 520px;
}
	.cart table {
		width: 520px;
	}
	.cart table thead td {
		background-color: #171717;
		color: #fff;
		border-bottom: none;	
	}
	.cart table td {
		padding: 5px;
		color: #fff;
		border-bottom: solid 2px #313131;
		line-height: 18px;
	}
	tr.cart_totaal td {
		border-bottom: none;	
	}

/* Order stappen
-------------------------------------------------- */
.stappen {
	width: 150px;
}
	.stappen div {
		text-indent: -9999px;
  	outline: none;
	}
	.stap1 {
		width: 150px;
		height: 97px;
		background: url(../img/stappen_01.gif) no-repeat;
	}
	.stap2 {
		width: 150px;
		height: 90px;
		background: url(../img/stappen_02.gif) no-repeat;
	}
	.stap3 {
		width: 150px;
		height: 90px;
		background: url(../img/stappen_03.gif) no-repeat;
	}
	.stap4 {
		width: 150px;
		height: 90px;
		background: url(../img/stappen_04.gif) no-repeat;
	}
	.stap1nu {
		width: 150px;
		height: 97px;
		background: url(../img/stappen_01_nu.gif) no-repeat;
	}
	.stap2nu {
		width: 150px;
		height: 90px;
		background: url(../img/stappen_02_nu.gif) no-repeat;
	}
	.stap3nu {
		width: 150px;
		height: 90px;
		background: url(../img/stappen_03_nu.gif) no-repeat;
	}
	.stap4nu {
		width: 150px;
		height: 90px;
		background: url(../img/stappen_04_nu.gif) no-repeat;
	}

/* Registreren / inloggen
-------------------------------------------------- */
.reg_col {
	float: left;
	width: 245px;
	padding: 10px;
	background: #000;
}
	.reg_col input {
		background-color: #313131;
		border: none;
		padding: 2px;
		color: #fff;
		float: right;
		width: 140px;
	}
	input.form_btn {
		float: right;
		color: #98ff13;
		background-color: transparent;
	}
	input.form_btn:hover {
		color: #fff;
	}
	.reg_col table {
		width: 245px;
	}
	.reg_col table thead td {
		background-color: #313131;
		color: #fff;
		border-top: none;	
	}
	.reg_col table td {
		padding: 5px 0px;
		color: #98ff13;
		border-top: solid 2px #1a1a1a;
		line-height: 18px;
	}

/* Prodcut detail
-------------------------------------------------- */
.prod_detail {
	float: left;
	width: 160px;
}
	.prod_detail select {
		width: 130px;
		margin-top: 5px;
	}
	.prod_detail_stap {
		width: 130px;
		margin-bottom: 15px;
		background-color: #333;
		padding: 10px;
		color: #fff;
	}
	.prod_images {
		width: 330px;
		float: left;
	}
	.prod_img {
		width: 300px;
		height: 300px;
	}
	.prod_thumbs img {
		width: 90px;
	}
	.prod_thumbs a {
		margin: 15px 15px 0px 0px;
		display: block;
		height: 90px;
		width: 90px;
		float: left;
	}
	
.adres {
	float: left;
	width: 245px;
	padding: 10px;
	background: #000;
	height: 190px;
	line-height: 26px;
}
	.adres div {
		float: right;
		width: 130px;
	}
	.adres div input {
		width: 125px;
		margin-bottom: 5px;
	}
	.adres_radio {
		margin-bottom: 10px;
		display: block;
		float: left;
	}
	.adres h3 {
		color: #98ff13;
		margin-bottom: 10px;
		padding-left: 25px;
		width: 140px;
		text-align: center;
	}
	
.thumb {
	width: 315px;
	float: left;
}

.ideal_logo {
	height: 50px;
	width: 56px;
	display: block;
	text-indent: -9999px;
	outline: none;
	background: url(../img/ideal.gif) top no-repeat;
	margin: 20px 0px 0px 60px;
	border-bottom: none;
}
	.ideal_logo:hover {
		background: url(../img/ideal.gif) bottom no-repeat;	
		border-bottom: none;
	}

.button {
	margin-top: 20px;
	float: right;
	color: #98ff13;
	text-decoration: none;
	border-bottom: solid 1px transparent;
}
.button:hover {
	color: #fff;
	border-bottom: solid 1px #98ff13;
}

.pagination {
}
.pagination p {
	color: #666;
}
.pagination a, .pagination p {
	margin: 5px;
	display: block;
	float: left;
}

.contact_col {
	float: left;
	width: 170px;
	margin-top: 20px;
}
.contact_img {
	margin-bottom: 15px;
}
h3 {
	color: #98ff13;
	margin-bottom: 10px;
}
.adres_groot {
	background: #000;
	padding: 10px;
	line-height: 25px;
}
input.betaal_ideal {
	width: 150px;
	height: 137px;
	display: block;
	border: none;
	background: #000 url(../img/betaal_ideal.gif) no-repeat top;
	text-indent: -9999px;
	outline: none;
}
input.betaal_ideal:hover {
	cursor: hand;
	background: #000 url(../img/betaal_ideal.gif) no-repeat bottom;
	border: none;
}
input.button {
	width: 150px;
	height: 39px;
	display: block;
	border: none;
	background: #000 url(../img/verder.gif) no-repeat top;
	text-indent: -9999px;	
	outline: none;
}
input.button:hover {
	cursor: hand;
	background: #000 url(../img/verder.gif) no-repeat bottom;
	border: none;
}
.bestelling_afronden {
	width: 419px;
	height: 39px;
	display: block;
	border: none;
	background: #000 url(../img/bestelling_afronden.gif) no-repeat top;
	text-indent: -9999px;
	outline: none;
	margin-top: 10px;
	float: right;	
}
.bestelling_afronden:hover {
	cursor: hand;
	background: #000 url(../img/bestelling_afronden.gif) no-repeat bottom;
	border: none;
}
.terug {
	width: 130px;
	height: 39px;
	display: block;
	border: none;
	background: #000 url(../img/terug.gif) no-repeat top;
	text-indent: -9999px;
	outline: none;
}
.terug:hover {
	cursor: hand;
	background: #000 url(../img/terug.gif) no-repeat bottom;
	border: none;
}
input.registreer {
	width: 238px;
	height: 39px;
	display: block;
	border: none;
	background: #000 url(../img/registreer.gif) no-repeat top;
	text-indent: -9999px;	
	outline: none;
}
input.registreer:hover {
	cursor: hand;
	background: #000 url(../img/registreer.gif) no-repeat bottom;
	border: none;
}
input.login {
	width: 128px;
	height: 39px;
	display: block;
	border: none;
	background: #000 url(../img/login.gif) no-repeat top;
	text-indent: -9999px;	
	outline: none;
}
input.login:hover {
	cursor: hand;
	background: #000 url(../img/login.gif) no-repeat bottom;
	border: none;
}
input.verzend {
	width: 172px;
	height: 39px;
	display: block;
	border: none;
	background: #000 url(../img/verzend.gif) no-repeat top;
	text-indent: -9999px;
	outline: none;
	float: right;
}
input.verzend:hover {
	cursor: hand;
	background: #000 url(../img/verzend.gif) no-repeat bottom;
	border: none;
}
input.bestel {
	width: 150px;
	height: 39px;
	display: block;
	border: none;
	background: #000 url(../img/bestel.gif) no-repeat top;
	text-indent: -9999px;
	outline: none;
}
input.bestel:hover {
	cursor: hand;
	background: #000 url(../img/bestel.gif) no-repeat bottom;
	border: none;
}

.home h2 {
	text-indent: -9999px;
	outline: none;
	width: 411px;
	height: 69px;
	background: url(../img/home_h2.gif) no-repeat;
}
.home {
	width: 470px;
	height: 250px;
	background: url(../img/home.gif) bottom no-repeat;	
	padding: 30px;
}
.home p {
	width: 300px;
}
#flashcontent {
	margin-bottom: 20px;
}

h2.sifr {
	color: #fff;
	font-size: 3em;
	margin-bottom: 25px;
	width: 500px;
	display: table;
}
h2.sifr a {
	font-size: 1.8em;
}

#menu a.onlineBestellen {
  background: url(../img/bestel_online.png) no-repeat left;
  width: 120px;
  height: 120px;
  display: block;
  text-indent: -9999px;
  outline: none;
  margin-top: 60px;
}
#menu a.onlineBestellen:hover {
  border: 0;
}
