@charset "UTF-8";

/* --------------------------------------------

	COLORS
	-------------------------------------------
	green: 			#00cc00
	yellow:			#ffcc00
	light-grey:		#cdcdcd (borders)
	dark-grey:		#666666
	black:			#000000
	
	
	CHAPTERS
	-------------------------------------------
	1.	CSS reset
	2.	Page building
	3.	Navigation
	4.	Text
	5.	Blocks
	6.	Colors
	7.	Products
	8.	Links
	9.	Footer
	10.	Forms
	11. Flash elements
	12.	Ajax elements
	*.	Helpers
	
	
	
	1. CSS RESET v1.0 | 20080212 (meyerweb.com)
-------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --------------------------------------------
	2. PAGE BUILDING
-------------------------------------------- */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 15px;
}

#container {
	width: 960px;
	margin: 20px auto;
}

#top {
	height: 27px;
	margin-bottom: 23px;
	padding: 0px 16px 0px 10px;
}
#top #logo {
	float: left;
	width: 206px;
}
#top #nav {
	float: right;
	width: 700px;
}

#theme {
	clear: left;
	margin: 0px 0px 18px 0px;
	background: #FFCC00;
	width: 960px;
	overflow: auto;
}
#theme img.title {
	margin: 28px 0px 0px 18px;
	float: left;
}

#footer {
	clear: both;
	width: 100%;
	padding-bottom: 50px;
}

.winkels #content {
	background: transparent url(img/nederland.gif) 530px 230px no-repeat;
}
/* --------------------------------------------
	3. NAVIGATION
-------------------------------------------- */

#top #nav ul {
	float: right;
}
#top #nav ul li {
	float: left;
	margin-left: 25px;
	padding-top: 14px;
}
#top #nav ul li a {
	display: block;
	float: left;
	height: 14px;
}

#top #nav ul li a.nieuw {
	width: 52px;
	background: #FFFFFF url(img/nav.gif) 0px 0px no-repeat;
}
#top #nav ul li a.nieuw:hover,
#top #nav ul li.active a.nieuw {
	background: #FFFFFF url(img/nav.gif) 0px -20px no-repeat;
}
#top #nav ul li a.kleding {
	width: 66px;
	background: #FFFFFF url(img/nav.gif) -76px 0px no-repeat;
}
#top #nav ul li a.kleding:hover,
#top #nav ul li.active a.kleding {
	background: #FFFFFF url(img/nav.gif) -76px -20px no-repeat;
}
#top #nav ul li a.schoenen {
	width: 85px;
	background: #FFFFFF url(img/nav.gif) -167px 0px no-repeat;
}
#top #nav ul li a.schoenen:hover,
#top #nav ul li.active a.schoenen {
	background: #FFFFFF url(img/nav.gif) -167px -20px no-repeat;
}
#top #nav ul li a.accessiores {
	width: 103px;
	background: #FFFFFF url(img/nav.gif) -277px 0px no-repeat;
}
#top #nav ul li a.accessiores:hover,
#top #nav ul li.active a.accessiores {
	background: #FFFFFF url(img/nav.gif) -277px -20px no-repeat;
}
#top #nav ul li a.winkels {
	width: 67px;
	background: #FFFFFF url(img/nav.gif) -405px 0px no-repeat;
}
#top #nav ul li a.winkels:hover,
#top #nav ul li.active a.winkels {
	background: #FFFFFF url(img/nav.gif) -405px -20px no-repeat;
}

#top #nav ul li a span {
	display: none;
}

#footer ul {
	width: auto;
	margin: 0px 0px 0px 70px;
}
body.homepage #footer ul {
	margin: 0px 0px 0px 295px;
}

#footer ul li {
	margin: 8px 10px;
	float: left;
}
#footer ul li span {
	display: none;
}
#footer ul li.copyright {
	display: block;
	height: 12px;
	width: 128px;
	background: transparent url(img/footer.gif?v=20080929) no-repeat;
	overflow: hidden;
}
#footer ul li.copyright {
	display: block;
	height: 12px;
	width: 128px;
	background: transparent url(img/footer.gif) no-repeat;
	overflow: hidden;
}
#footer ul li.disclaimer a {
	display: block;
	height: 12px;
	width: 73px;
	background: transparent url(img/footer.gif) -136px 0px no-repeat;
	overflow: hidden;
}
#footer ul li.disclaimer a:hover {
	background: transparent url(img/footer.gif) -136px -20px no-repeat;
}
#footer ul li.over_manzaram a {
	display: block;
	height: 12px;
	width: 110px;
	background: transparent url(img/footer.gif) -225px 0px no-repeat;
	overflow: hidden;
}
#footer ul li.over_manzaram a:hover {
	background: transparent url(img/footer.gif) -225px -20px no-repeat;
}
#footer ul li a {
	color: #333333;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #666666;
}

/* --------------------------------------------
	4. TEXT
-------------------------------------------- */
h1, h2, h3, h4 {
	font-size: 25px;
	font-family: "Arial Nrrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h2, h3, h4 {
	font-weight: bold;
	font-size: 15px;
}

a {
	color: #000000;
}

p {
	margin-bottom: 15px;
}
.text {
	clear: left;
	width: 100%;
	overflow: hidden;
	margin: 25px 0px;
	padding: 10px;
	color: #666666;
}
.text h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #000000;
}
.text strong {
	color: #000000;
	font-weight: normal;
}
.text a {
	color: #666666;
}
.text a:hover {
	color: #000000;
}
.text .right {
	width: 650px;
	overflow: hidden;
}

img.h2_title {
	margin-bottom: 10px;
}
.disclaimer .text {
	clear: left;
	width: 270px;
	overflow: hidden;
	margin: 25px 0px;
	padding: 10px;
	color: #666666;
}

/* --------------------------------------------
	5. BLOCKS
-------------------------------------------- */
.border {
	border: 1px solid #cdcdcd;
	overflow: hidden;
}
.half_colm {
	width: 446px;
	float: left;
	padding: 17px;
	position: relative;
}
.box_devider {
	background: url(img/1px_black.gif) top center repeat-y;
	width: 100%;
	overflow: auto;
}

.half_box {
	width: 45%;
	float: left;
	overflow: auto;
	overflow: visible;
}

/* --------------------------------------------
	6. COLORS
-------------------------------------------- */
.green {
	color: #00cc00;
}
.yellow {
	color: #ffcc00;
}
.bg_green {
	background: #00cc00;
}
.bg_yellow {
	background: #ffcc00;
}

/* --------------------------------------------
	7. PRODUCTS
-------------------------------------------- */
.products {
	width: 938px;
	overflow: hidden;
	padding: 10px;
	display: inline;
	display: table-cell;
}
.products_list {
	width: 640px;
	float: left;
	overflow: hidden;
}
.products .left_box {
	position: relative;
	float: left;
	width: 180px;
	padding: 15px 20px 15px 10px;
	height: 210px;
}
.products .left_box h1 {
	color: #00cc00;
}
.product {
	float: left;
	margin: 0px;
	width: 180px;
	height: 250px;
	border: 1px solid #FFFFFF;
}
.products_list .product {
	margin: 0px 30px 20px 0px;
}
.product_mouse_over {
	border: 1px solid #00cc00;
	cursor: pointer;
	width: 180px;
	height: 250px;
	background: transparent url(img/plus_green.gif) 160px 230px no-repeat;
}
body.nieuw .product {
	height: 230px;
}
body.nieuw .product_mouse_over {
	height: 230px;
	background: transparent url(img/plus_green.gif) 160px 210px no-repeat;
}
.product .product_image {
	width: 86px;
	height: 130px;
	overflow: hidden;
	margin: 10px auto 0px auto;
}
.product .product_new {
	width: 49px;
	margin: 14px auto 0px auto;
	height: 19px;
}
body.nieuw .product .product_new {
	display: none;
}
.product .product_title {
	margin-top: 14px;
	text-align: center;
}
.product .product_title a {
	text-decoration: none;
}
.product .product_price {
	text-align: center;
	color: #666666;
}
.product_highlight {
	float: right;
	width: 298px;
	_width: 296px;
	_overflow: hidden;
	padding: 10px;
	border: 1px solid #cccccc;
	display: inline;
}
.product_highlight #medium_image {
	margin: 0px 38px;
}
.product_highlight .product_thumbs {
	margin: 5px 0px 35px 0px;
}
.product_highlight .product_thumbs a {
	margin-left: 13px;
}
.product_highlight h2 {
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0px;
	padding-left: 8px;
}
.product_highlight .product_price,
.product_detail .product_price {
	display: block;
	clear: left;
	font-size: 25px;
	color: #666666;
	margin-bottom: 10px;
	padding-left: 8px;
}
.product_highlight .product_value,
.product_detail .product_value {
	display: block;
	clear: left;
	color: #666666;
	padding-left: 8px;
}
.product_highlight .product_label,
.product_detail .product_label {
	margin-top: 15px;
	display: block;
	clear: left;
	padding-left: 8px;
}
.product_medium_image {
	width: 221px;
	height: 330px;
}

.product_detail {
	width: 100%;
	overflow: auto;
}
.product_detail .left {
	float: left;
	width: 300px;
	padding: 20px 10px;
}

#taf_slider h1 {
	clear: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	text-transform: none;
	padding-left: 0px;
	clear: both;
	margin-bottom: 10px;
}
.product_detail .left h1 {
	clear:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:25px;
	padding-left:8px;
	text-transform:none;
}

.tell_a_friend a.versturen {
	float: right;
	margin-top: 10px;
}
#product_large_image {
	float: left;
	padding: 20px 80px;
}
#product_large_thumbs {
	float: right;
	width: 112px;
	padding: 20px 14px;
}
#product_large_thumbs img {
	margin-bottom: 5px;
}
#next_prev {
	margin: 25px 0px 25px 0px;
	height: 18px;
}
#next_prev .previous {
	float: left;
	margin-left: 10px;
}
#next_prev .next {
	float: right;
	margin-right: 10px;
}

#accordion {
	margin: 5px 0px 0px 0px;
}
#accordion .accordion_title {
	display: block;
	width: auto;
	height: 25px;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	line-height: 25px;
	vertical-align: middle;
	background: #f0f0f0 url(img/plus_blocked_list.gif) top right no-repeat;
	border-bottom: 1px solid #FFFFFF;
	color: #666666;
}
#accordion .accordion_title:hover {
	cursor: pointer;
}
#accordion .accordion_element {
	font-size: 13px;
	color: #666666;
}
#accordion .accordion_element strong {
	color: #000000;
	font-weight: normal;
}
#accordion div.padding {
	padding: 10px;
}


/* --------------------------------------------
	8. LINKS
-------------------------------------------- */

span.black_12 a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

/* --- nieuw_in_de_winkels --- */
a.nieuw_in_de_winkels span {
	display: none;
}
a.nieuw_in_de_winkels {
	margin-top: 6px;
	display: block;
	width: 148px;
	height: 14px;
	overflow: hidden;
	background: transparent url(img/links/nieuw_in_de_winkels.gif) no-repeat;
}
a.nieuw_in_de_winkels:hover {
	background: transparent url(img/links/nieuw_in_de_winkels.gif) 0px -14px no-repeat;
}
/* --- adres_en_contactgegevens --- */
a.adres_en_contactgegevens span {
	display: none;
}
a.adres_en_contactgegevens {
	display: block;
	width: 201px;
	height: 14px;
	overflow: hidden;
	background: transparent url(img/links/adres_en_contactgegevens.gif) no-repeat;
}
a.adres_en_contactgegevens:hover {
	background: transparent url(img/links/adres_en_contactgegevens.gif) 0px -14px no-repeat;
}
/* --- aanmelden --- */
a.aanmelden span {
	display: none;
}
a.aanmelden {
	margin: 5px 7px 0px 0px;
	display: block;
	width: 91px;
	height: 14px;
	overflow: hidden;
	background: transparent url(img/links/aanmelden.gif) no-repeat;
}
a.aanmelden:hover {
	background: transparent url(img/links/aanmelden.gif) 0px -14px no-repeat;
}
a.terug_naar_overzicht {
	margin-left: 8px;
	margin-bottom: 25px;
	width: 160px;
	height: 12px;
	display: block;
	float: left;
	background: transparent url(img/links/terug_naar_overzicht.gif) 0px 0px no-repeat;
}
a.terug_naar_overzicht:hover {
	background: transparent url(img/links/terug_naar_overzicht_over.gif) 0px 0px no-repeat;
}
a.terug_naar_overzicht span {
	display: none;
}

a.versturen {
	width: 122px;
	height: 18px;
	display: block;
	background: transparent url(img/links/versturen.gif) 0px 0px no-repeat;
}
a.versturen:hover {
	background: transparent url(img/links/versturen_over.gif) 0px 0px no-repeat;
}
a.versturen span {
	display: none;
}
a.previous {
	float: left;
	background: transparent url(img/arrow_back.gif) 0px 3px no-repeat;
	padding-left: 10px;
	color: #666666;
}
a.previous:hover {
	background: transparent url(img/arrow_back_over.gif) 0px 3px no-repeat;
}
a.next {
	float: left;
	background: transparent url(img/arrow_next.gif) right 3px no-repeat;
	padding-right: 10px;
	color: #666666;
}
a.next:hover {
	background: transparent url(img/arrow_next_over.gif) right 3px no-repeat;
}

/* --------------------------------------------
	9. FOOTER
-------------------------------------------- */

#footer .ornament {
	width: 100%;
	height: 36px;
	background: transparent url(img/1px_grey.gif) left 18px repeat-x;
}
#footer .ornament .ornament_left {
	float: left;
	width: 36px;
	height: 36px;
	background: #FFFFFF url(img/ornament.gif) no-repeat;
}
#footer .ornament .ornament_right {
	float: right;
	width: 36px;
	height: 36px;
	background: #FFFFFF url(img/ornament.gif) no-repeat;
}

#footer_nl {
	position: relative;
	width: 250px;
	height: 28px;
	float: right;
	margin: 0px 70px 0px 0px;
	background: #ffCC00;;
	
}

#footer_nl p {
	_margin-bottom: 5px;
}
*:first-child+html #footer_nl p {
	margin-bottom: 5px;
}
#footer_nl a img {
	float: left;
	margin: 0px;
}
.footer_open_nl {
	padding: 15px 10px 0px 18px;
	width: 222px;
	height: 1px;
	background: #FFCC00;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: -28px;
	display: none;
	z-index: 100;
	font-size: 13px;
}
#footer_open_nl a img {
	float: right;
	margin: 0px;
}
#footer_nl_title {
	margin-bottom: 4px;
}
.footer_closed_nl {
	height: 1px;
	postion: absolute;
	top: -28px;
	display: none;
	z-index: -1;
}

/* --------------------------------------------
	10. FORMS
-------------------------------------------- */
input,
textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#subscribe_newsletter a.plus_black {
	margin: 10px 10px 0px 0px;
	background: transparent url(img/plus_black_on_yellow.gif) right 4px no-repeat;
	
}
div.element {
	clear: left;
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
	
}
.inp_txt_yellow {
	clear: left;
	margin-top: 10px;
	width: 186px;
	height: 16px;
	padding: 2px 4px;
	border: none;
	background: url(img/bg_inp_text_yellow.gif) no-repeat;
	_background: url(img/bg_inp_text_yellow.gif) fixed no-repeat;
}
*:first-child+html .inp_txt_yellow { /* IE 7 FIX*/
	background: url(img/bg_inp_text_yellow.gif) right top no-repeat !important;
}
#footer_nl_form .inp_txt_yellow {
	width: 207px;
	background: url(img/bg_inp_text_yellow_big.gif) no-repeat;
	_background: url(img/bg_inp_text_yellow_big.gif) fixed no-repeat;
}
*:first-child+html #footer_nl_form .inp_txt_yellow { /* IE 7 FIX*/
	background: url(img/bg_inp_text_yellow_big.gif) right top no-repeat !important;
}
.inp_txt_grey {
	float: right;
	width: 116px;
	height: 16px;
	padding: 2px 4px;
	border: none;
	background: url(img/bg_inp_text_grey.gif) no-repeat;
	_background: url(img/bg_inp_text_grey.gif) fixed no-repeat;
	
}
*:first-child+html .inp_txt_grey { /* IE 7 FIX*/
	background: url(img/bg_inp_text_grey.gif) right top no-repeat !important;
}
.textarea_grey {
	width: 264px;
	height: 56px;
	padding: 10px 8px;
	margin-top: 5px;
	border: none;
	background: url(img/bg_textarea_grey.gif) no-repeat;
	_background: url(img/bg_textarea_grey.gif) fixed no-repeat;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: hidden;
}
*:first-child+html .textarea_grey { /* IE 7 FIX*/
	background: url(img/bg_textarea_grey.gif) left bottom no-repeat !important;
}

label {
	clear: both;
	float: left;
	
}
#footer_nl_form label {
	margin-bottom: 0px;
}

div.error {
	margin: 10px 0px;
	padding: 5px 10px;
	color: #FFFFFF;
	background-color: #cc0000;
}

input.defualt_value {
	color: #999999;
}

/* --------------------------------------------
	11. FLASH ELEMENTS
-------------------------------------------- */

#swf_holder_banner {
	width: 650px;
	float: right;
}
/* --------------------------------------------
	12. AJAX ELEMENTS
-------------------------------------------- */
.loader {
	width: 100%;
	height: 100%;
	background: transparent url(img/loader.gif) center center no-repeat;
}
.loader_fail {
	width: 100%;
	height: 100%;
	background: transparent url(img/delete.gif) center center no-repeat;
}

/* --------------------------------------------
	13. TELL A FRIEND
-------------------------------------------- */

.tell_a_friend {
	margin-top: 15px;
	background: #00CC00;
	padding: 1px;
}
.taf_slide_button {
	display: block;
	width: 289px;
	height: 21px;
	padding: 2px 0px 2px 10px;
	background: #00cc00 url(img/plus_white_green_25.gif) right 0px no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.product_highlight .taf_slide_button {
	width: 287px;
}
.taf_slide_button_open {
	background: #00cc00 url(img/minus_white_green_25.gif) right 0px no-repeat;
}
.taf_slider {
	background: #FFFFFF;
	padding: 14px 9px 20px 7px;
	font-size: 13px;
	color: #666666;
}

/* --------------------------------------------
	14. BANNERS
-------------------------------------------- */
.banner img {
	border: none;
}


/* --------------------------------------------
	*. HELPERS
-------------------------------------------- */
.gutter {
	clear: both;
	height: 18px;
	width: 100%;
	overflow: hidden;
}
.small_gutter {
	clear: both;
	height: 10px;
	width: 100%;
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}