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, 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%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

q:before, blockquote:before { content: ''; }
q:after, blockquote:after  { content: ''; }

/* 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;
}


/**
 * Site CSS
 */
body	{
	background			: #222062 url(../img/body-bg.jpg) repeat-x center top;
	font				: 0.8em "Trebuchet MS", Tahoma;
	text-align			: left; 
}

.toegankelijkheid	{
	position			: absolute;
	left				: -999em;
}

.clear	{
	clear				: both;
}

a	{
	color				: #af0079;
}

.flash-replaced .alt	{
	display				: none;
}

/* --------------------------------	*/
/* clearfix						 	*/
/* --------------------------------	*/
.clearfix:after,
#content ul.producten li a:after
{
	content				: "."; 
	display				: block; 
	height				: 0; 
	clear				: both; 
	visibility			: hidden;
}

	/* voor IE-mac */
	.clearfix,
	#content ul.producten li a
	{	
		display			: inline-block;	
	}

	/* onderstaande overslaan voor IE-mac \*/
	* html .clearfix,
	* html #content ul.producten li a
	{ 
		height			: 1%;
	}
	
	.clearfix,
	#content ul.producten li a
	{ 
		display			: block;
	}
	/* einde van overslaan voor IE-mac */
	



/* --------------------------------	*/
/* container					 	*/
/* --------------------------------	*/
#container	{
	position			: relative;
	margin				: 0 auto;
	width				: 994px;
	text-align			: left;
	
}


/* --------------------------------	*/
/* header						 	*/
/* --------------------------------	*/
#header	{
	position			: relative;
	height				: 470px;
}

#header a.logo	{
	position			: absolute;
	top					: 15px;
	left				: 4px;
}

/*talen*/
#header .talen {
    position: absolute;
    right:0;
    top:30px;
    overflow: hidden;
}

.talen a {
    float: left;
    height:18px;
    text-indent: -900em;
    margin: 0 10px 0 0;
    background: url(../img/sprite.png) no-repeat left top;
}

.talen .nl { width: 100px; background-position: -5px -118px;}
.talen .de { width: 80px ;background-position: -125px -118px;}

.talen .actief.nl,
.talen a.nl:hover { background-position: -5px -101px;}
.talen .actief.de,
.talen a.de:hover  { background-position: -125px -101px;}

#teaser {
    position: relative;
    top:268px;
    left:0;
    overflow:hidden;
}

#teaser ul {
	position: absolute;
	top:0;
	left:0;
	z-index:0;
}

#teaser ul li {
	display: none;	
}

#teaser ul li:first-child {
	display:block;	
}

/* --------------------------------	*/
/* topmenu						 	*/
/* --------------------------------	*/
#topmenu	{
	position			: absolute;
	top					: 98px;
	right				: 2px;
	text-transform		: uppercase;
	font				: normal 11px "Trebuchet MS", Tahoma;
	letter-spacing		: 1px;
}

#topmenu li {
    float:left;
    height: 30px;
    margin: 0 13px;
    background: url(../img/menu.png) no-repeat left top;
}



#topmenu li.home            { width: 54px; background-position: left -70px; }
#topmenu li.info            { width: 37px; background-position: -86px -70px;}
#topmenu li.login           { width: 50px; background-position: -154px  -70px;}
#topmenu li.press           { width: 48px; background-position: -236px  -70px;}
#topmenu li.contact         { width: 72px; background-position: -314px  -70px;}
#topmenu li.disclaimer      { width: 91px; background-position: -416px  -70px;}

#topmenu li.actief.home,
#topmenu li:hover.home      { background-position: left -100px; }
#topmenu li.actief.info,
#topmenu li:hover.info      { background-position: -86px -100px;}
#topmenu li.actief.login,
#topmenu li:hover.login     { background-position: -154px  -100px;}
#topmenu li.actief.press,
#topmenu li:hover.press     { background-position: -236px  -100px;}
#topmenu li.actief.contact,
#topmenu li:hover.contact   { background-position: -314px  -100px;}
#topmenu li.actief.disclaimer,
#topmenu li:hover.disclaimer{ background-position: -416px  -100px;}

#topmenu li a {
    display: block;
    width:100%;
    height:100%;
    text-indent: -900em;
}



/* --------------------------------	*/
/* menu							 	*/
/* --------------------------------	*/
#menu {
    position: absolute;
    top: 173px;
    z-index: 100;
    left:0;
    height: 60px;
    border-bottom: 1px solid #fff;
}

ul#menu > li {
    float: left;
    height: 55px;
    margin: 0 14px;
    background: url(../img/menu.png) no-repeat left top;
}

#menu li:first-child {
    margin-left :0;
}

#menu li.rainbow_club           { width: 123px; background-position: left top; }
#menu li.rainbow_couture        { width: 152px; background-position: -150px top; }
#menu li.nina_fiarucci          { width: 114px; background-position: -327px top; }
#menu li.hassall                { width: 64px; background-position: -467px top; }
#menu li.else                   { width: 37px; background-position: -555px top; }
#menu li.isabella               { width: 70px; background-position: -619px top; }
#menu li.designers_collection   { width: 180px; background-position: -710px top; }
#menu li.men                    { width: 39px; background-position: -904px top; }

#menu li.rainbow_couture .submenu { left:49px;}
#menu li.nina_fiarucci .submenu { left:60px;}
#menu li.hassall .submenu { left:412px;}
#menu li.else .submenu { left:490px;}
#menu li.isabella .submenu { right:235px;}
#menu li.designers_collection .submenu { right:32px;}
#menu li.men .submenu { right:0px;}

#menu li a {
    display: block;
    width:100%;
    height:100%;
    text-indent: -900em;
}

#menu a :hover {
    color: #e0266a;
}

/*submenu*/
#menu .submenu {
    position: absolute;
    top: -900em;
}

#menu li.hover .submenu,
#menu li:hover .submenu {
    top: 30px;
    z-index:23432;
}

ul#menu > li.actief > a,
ul#menu > li.hover > a,
ul#menu > li:hover > a {
    background: url(../img/menu-slider.png) no-repeat center bottom;
}

#menu .submenu {
    padding-top:40px;
    width:auto;
}

#menu .submenu li {
    float: left;
    margin: 0 10px 0 9px;
}

#menu .submenu  a {
    text-indent: 0;
    color: #fff;
    font-size:17px;
    font-style: italic;
    text-decoration: none;
}

#menu .submenu li.active a,
#menu .submenu li.hover a,
#menu .submenu li:hover a,
#menu .submenu  a.hover,
#menu .submenu  a:hover {
    border-bottom:1px solid #fff;
}



/* --------------------------------	*/
/* maincontent					 	*/
/* --------------------------------	*/
#maincontent	{
	padding-bottom		: 100px;
	padding-left		: 43px;
	position			: relative;
    background: #fff;
}

#container a.mijntrouwschoen	{
	position			: absolute;
	bottom				: 5px;
	right				: 0;
	bottom				: 10px;
	display				: block;
	width				: 100px;
	height				: 135px;
	overflow			: hidden;
	text-indent			: -99em;
}


/* --------------------------------	*/
/* content						 	*/
/* --------------------------------	*/
#content	{
	font				: normal 0.9em/1.5em "Trebuchet MS", Tahoma;	
	min-height			: 200px;
	padding-top			: 50px;
	line-height			: 1.8em;

}

#content h1	{
    font-size: 18px;
	font-weight				: bold  ;
    color   :#000;
}

/* iwes opmaak */
#content .iwes blockquote	{
	margin				: 0 0 10px 30px;
}

#content .iwes ul	{
	margin				: 0 0 10px 30px;
	list-style			: square;
}

#content .iwes ol	{
	margin				: 0 0 10px 30px;
	list-style			: decimal;
}

/* formulieren */
#content input, 
#content select, 
#content textarea	{
	border				: solid 1px #000;
	font				: 1em "Trebuchet MS", Tahoma;
	padding				: 2px;
}

#content input.radio, 
#content input.checkbox 	{
	border				: none;
}

#content input.button 	{
	cursor				: pointer;
	background			: #af0079;
	color				: #fff;
	font-weight			: bold;
	margin				: 5px 0;
}

#content input.fout, #content textarea.fout,
#content input.veldFout, #content textarea.veldFout {
	border				: 1px solid #F00;
}
#content .melding,#content #Melding, #content #melding, #content label.fout	{
	color				: #F00;
}

#content #Melding {
	display				: none;	
}

/* --------------------------------	*/
/* contactformulier				 	*/
/* --------------------------------	*/
#content #contactformulier legend	{
	display				: none;
}

#content #contactformulier ul	{
	margin				: 0;
	list-style			: none;
}



/* --------------------------------	*/
/* verkoopadressen				 	*/
/* --------------------------------	*/
#inhoud {
	float				: left; 
	width				: 375px;
}

#waar dl	{
	margin				: 15px 0;
	border-top			: 1px solid #3e2964;
	padding				: 15px 0 0 0;
}

#waar dl dt {
	background			: transparent url(../img/pijltje.gif) no-repeat scroll left 7px;
	font				: bold 1.1em "Trebuchet MS",Tahoma;
	padding				: 0;
}

#waar dl dd {
	padding				: 0;
	margin				: 0 0 10px;
}



/* --------------------------------	*/
/* googlemaps					 	*/
/* --------------------------------	*/
iframe.googlemaps	{
	border				: solid 1px black;
	overflow			: hidden; 
}

#googlemaps	{
	float				: right; 
	width				: 550px; 
	height				: 535px;
	background			: #eee;
	text-align			: left;
	font				: 1em Trebuchet MS;
	color				: #000;
	border				: 1px solid #3e2964; 
	margin				: 0 10px 0 0;
}

#googlemaps a	{
	color				: #AF0079;
}


/* --------------------------------	*/
/* loginformulier				 	*/
/* --------------------------------	*/
#content form.login h3	{
	display				: none;
}

#content form.login fieldset legend	{
	display				: none;
}

#content form.login ul	{
	margin				: 0;
	list-style			: none;
}

#content form.login ul li	{
	margin				: 3px 0;
}

#content form.login ul li label	{
	display				: inline-block;
	_display			: block;
	width				: 120px;
	cursor				: pointer;
}

#content form.login ul li input	{
	width				: 200px;
}

#content form.login input.button	{
	margin				: 0;
	width				: 60px;
}

form.login .checkbox	{
}

.ingelogd	{
}

.mededeling	{
}

#capslock_melding
{
	display				: none;
	clear				: both;
	color				: #D2001E;
}

#capslock_melding2
{
	display				: block;
}



/* --------------------------------	*/
/* maattabel					 	*/
/* --------------------------------	*/
.maattabel th
{
	border				: 1px solid #CFC6A8;
	padding				: 1px;
	text-indent			: 2px;
	width: 150px;
}

.maattabel td
{ 
	background-color	: #bfb28a;
	text-align			: center;
	border				: 1px solid #CFC6A8;
	padding				: 1px;
}


/* --------------------------------	*/
/* footer						 	*/
/* --------------------------------	*/
#footer	{
	padding     		: 20px 0 40px 0;
	color				: #fff;
    border-top: 1px solid #fff;
    overflow: hidden;
}

#footer a	{
	color				: #fff;
	text-decoration		: none;
}

#footer div.item {
    float:left;
    width: 190px;;
}

#footer div:first-child {
    float:left;
    width:360px;
}

#footer a:hover	{
	text-decoration		: underline;
}


/* facebook linkje */
#footer div.social-media {
    width: 127px;
    float:right;
}

#footer .social-media span {
    float:left;
    padding: 4px 10px 0 0;
}

#footer a.twitter,
#footer a.facebook	{
    float:left;
    width: 32px;
    height:32px;
    text-indent: -900em;
	background			: url(../img/sprite.png) no-repeat -260px -121px;

}

#footer a.facebook {
    background-position: -293px  -121px;
}

#footer a:hover.twitter{ background-position: -260px -156px;}
#footer a:hover.facebook{ background-position: -293px -156px;}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#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;	
}
