/****************************/
/***** DEFAULT ELEMENTS *****/
/****************************/

HTML, BODY {
	height: 100%;
	width: 100%;
}

BODY {
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

IMG {
	border: 0;
}

FORM {
	margin: 0;
	padding: 0;
}

H1 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #7C179F;
}

H2, H3, H4, H5, H6 {
	font-size: 12px;
	font-weight: bold;
}

STRONG {
	color: #7C179F;
}

A, A:active, A:visited {
	color: #000;
	text-decoration: underline;
}

A:hover {
	color: #5F5F50;
	text-decoration: underline;
}

/********************/
/***** CLASSESS *****/
/********************/

.clear {
	clear: both;
	float: none;
}

.clear_w_height {
	height: 75px;
	clear: both;
	float: none;
}

.msg {
	margin: 0;
	padding: 0;
}

.msg_error {
	border: none;
	border: 1px solid red;
	background: #ffdddd;
	padding: 3px;
}

.msg_success {
	border: none;
	border: 1px solid #008000;
	background: #b7ffb7;
	padding: 3px;
}

.odd {
	background: #d8d8d8;
}

.sizetable TH {
	padding-left: 6px;
	padding-right: 6px;
}


/* faq */
.answer {display: block;
}

.question {
	margin: 0;
	padding: 2px;
}

.question A {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
}

.question A:hover,
.question A:active,
.question A:visited {
	text-decoration: underline;
}


.nl_signup_body {
	background: #FFF url(../images/bg_nl_signup.jpg) no-repeat;
}

.nl_unsubscribe_body {
	background: #FFF url(../images/bg_nl_unsubscribe.jpg) no-repeat;
}


/****************/
/***** ID'S *****/
/****************/

#container {
}

#header {
}

#logo {
	display: none;
}

#leftpane {
}

#content {
}

#content CENTER TABLE,
#content_basket CENTER TABLE {display:none;}

#twitterlogo {
	display:none;
}

/* homepage */

#hometop {
}

#hometop H1 {
}

.topblok {
	display: none;
}
.topblok A {
	display: none;
}
.topblok A:hover {
	display: none;
}

#homemiddle {
}

#homemiddle H2 {
}

.home_text {
}

#top10 {
}

#top10 H2 {
}

#paylogos {
	display: none;
}

/* end homepage */


#big_content {
}

#big_contact {
}

#address {
}


.column-contact {
}

.column-contact H1 {
}

.contactpage {
	background: white;
}

.column-four {
}

.column-two {
}

.column-one {
}

.contentpic_right {
	display: none;
}

.contentpic_left {
	display: none;
}

#picos {
	display: none;
}

#left-navigation {
	display: none;
}

#left-navigation UL {
	display: none;
}

#left-navigation UL LI {
	display: none;
}

#left-navigation UL A {
	display: none;
}

#left-navigation UL A:hover {
	display: none;
}


/******** TOP NAVIGATION ************/

#top-navigation {
	display: none;
}

#top-navigation A { 
	font-weight: bold;
	color: #DFB5D3;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	background: url(../images/triangle.gif) no-repeat;
}

#top-navigation A:hover {
	color: #FFF;
	background: url(../images/triangle-over.gif) no-repeat;
}

#nav, 
#nav UL {
	display:none;
}

#nav A {
	display: block;
}

#nav LI {
	float: left;
	height: 20px;
}

#nav A.folder:hover {
	color: #FFF;
	background: url(../images/triangle-down.gif) no-repeat;
}

#nav LI UL LI A {
	margin: 0;
	color: #FFF;
	width:140px;	
	height: 20px;
	padding-left: 8px;
	text-decoration: none;
	border: none;
	background: url(../images/triangle-over.gif) no-repeat;
	text-align: left;
}

#nav LI UL LI A:hover {
	color: #AD418B;
}

#nav LI UL {
	position:absolute;
	left: -999em;
	width: 148px;
	top: 19px;
	padding: 2px;
	background: url(../images/bg_menuover.gif) bottom left no-repeat;
	border-top: 1px solid white;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/******************/
/***** FOOTER *****/
/******************/

#footer {
	display:none;
}

#footer A {
	text-decoration: none;
	color: #848484;
}
#footer A:hover {
	text-decoration: none;
	color: #000;
}

/**********************/
/***** MIJNWINKEL *****/
/**********************/

/* SKIN */

.footermw {
	margin-left: 150px;
	margin-top: 20px;
	width: 460px;
	color: silver;
}
.footermw A {
	text-decoration: none;
	color: silver;
}

/* PRODUCTLIST */

#productoverview {
}

#scrollableoverview {
}

#scrollableoverview TABLE {
	margin-left: 12px;
}

#scrollableoverview IMG {
	margin-top: 18px;
}

#scrollableoverview A {
	text-decoration: none;
	color: #9F9F9F;
	font-weight: bold;
}

#scrollableoverview A:hover {
	text-decoration: none;
	color: #000;
}


/* MOREINFO */

#othercolors {
}

#othercolors IMG {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

#product {
	position: relative;
	margin-top: 10px;
	margin-left: 40px;
	text-align: center;
	background: url(../images/bg_product.gif) no-repeat;	
}

#photobig {
	width: 340px;
	height: 320px;
	margin-top: 10px;
	float: left;
}

#photobig IMG {
	margin-top: 18px;
}

#productdetails {
	width: 215px;
	height: 320px;
	margin-top: 5px;
	margin-left: 5px;
	text-align: left;
	float: left;
}

.top {
	margin-top: 10px;
}

.details {
	width: 100%;
	margin-bottom: 3px;
}

.prod_title {
	position: absolute;
	top: 3px;
	left: 10px;
	font-size: 16px;
	font-weight: bold;
	padding:0;
	margin:0;
}

/* 	ORDER PROCESS */

.tbl_basket {
	width: 90%;
}

#breadcrumbs {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}

#content_basket {
	float: left;
	overflow: auto;
}

.obtn {
	width: 110px;
	background: #D7A2CA;
	padding: 4px;
	border: 1px solid black;
	text-align: center;
	float: left;
}

.obtn:hover {
	background: #A42E7F;
}

A.orderprbtn {
	display: block;
	color: black;
	text-decoration: none;
	font-weight: bold;
	display: inline;
}

A:hover.orderprbtn {
	color: white;
}

/********************/
/***** LIGHTBOX *****/
/********************/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
