/*-----------------------------------------------------------------------------
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,button {
	margin:  0;
	padding:  0;
	border:  0;
	outline:  0;
	font-weight:  inherit;
	font-style:  inherit;
	font-size:  100%;
	font-family:  inherit;
	vertical-align:  baseline;
}
/* remember to define focus styles! */
: focus {
	outline:  0;
}
body {
	line-height:  1;
	color:  black;
	background:  white;
}
ol, ul {
	list-style:  none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:  separate;
	border-spacing:  0;
}
caption, th, td {
	text-align:  left;
	font-weight:  normal;
}
blockquote: before, blockquote: after,
q: before, q: after {
	content:  "";
}
blockquote, q {
	quotes:  "" "";
}

/*-----------------------------------------------------------------------------
RESET
-----------------------------------------------------------------------------*/


/* Algemeen ______________________________________________________________________________*/

html { 
	overflow-y: scroll;
	overflow-x:hidden;}

body
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(images/achtergrond.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100% 100%;
	color: #494949;
	font-family: "Myriad Pro", Calibri, Arial, Geneva, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 20px;
	
}

/* Tekst ____________________________________________________________________*/
h2
{
	color: #DB0A00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.125em;
	font-weight: normal;
	padding: 0 0 12px 0;
}

h3, h4, p ,a, ul,ol, dl { font-family: "Myriad Pro", Calibri, Arial, Geneva, Helvetica, sans-serif; }

h3
{
	color: #DB0A00;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h4
{
	font-size: 0.625em;
	color: #999999;
}

p
{
	font-size: 0.875em;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0px 0 12px 0;
}

u { color: #FFFFFF; }
strong { font-weight: bold; }
.smalltext { font-size: 0.9em; }
.smallertext { font-size: 0.8em; }

.newsdate
{
	font-family: "Myriad Pro", Calibri, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.675em;
	font-style: italic;
	color: #999999;
	margin: -8px 0 5px 0;
}

span.rood {
	color: #DB0A00;
	font-weight: 700;
	}
	
.floatright {
	float: right !important;
	}

/* Links _______________________________________________________________________________*/
a:link, a:visited, a:active
{
	color: #DB0A00;
	background-color: transparent;
	text-decoration: underline;
}

a:hover
{
	color: #DB0A00;
	text-decoration: none;
}

/* header__________________________________________________ */
#header
{
	background-color: #DB0A00;
	border-bottom: 1px solid #c39a9a;

}

#header h1 { display: none; }

#top
{
	width: 960px;
	margin: auto;
	overflow: auto;
}

#logo { padding: 25px 70px 20px 70px; }

/* nav__________________________________________________ */
#nav
{
	width: 960px;
	margin: auto;
	padding: 0 0 6px 0;
	font-size: 0.875em;
	background-color: #DB0A00;
}

#nav ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#nav li
{
	display: inline;
	padding: 0 14px 0 70px;
	margin: 0;
}

#nav a:link, #nav a:visited
{
	text-decoration: none;
	background-color: #DB0A00;
	color: #FFFFFF;
}

#nav a:hover, #nav a:active, li.here
{
	text-decoration: underline;
	background-color: #DB0A00;
	color: #FFFFFF;
}

/* subnav__________________________________________________ */
#subnav
{
	font-size: 0.875em;
	color: #FFFFFF;
}

#subnav ul { list-style-type: none; }

#subnav li.here
{
	margin: 0 0 14px 0;
	text-decoration: underline;
	padding: 2px 0 2px 6px;
	background-color: #DB0A00;
	background-image: url(http://www.eigenwijs-oss.nl/images/driehoekje.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

#subnav a:link, #subnav a:visited
{
	text-decoration: none;
	margin: 0 0 14px 0;
	padding: 2px 0 2px 6px;
	background-color: #DB0A00;
	color: #FFFFFF;
	display: block;
}

#subnav a:hover, #subnav a:active
{
	text-decoration: underline;
	background-color: #BF1200;
	padding: 2px 0 2px 6px;
	background-image: url(http://www.eigenwijs-oss.nl/images/driehoekje.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #FFFFFF;
	display: block;
}

#subnav a:active { color: #FFFFFF; }

/* content__________________________________________________ */
#content
{
	width: 960px;
	margin: auto;
}

/* columns__________________________________________________ */
#main
{
	padding: 40px 60px 0 60px;
	margin: 0 0 0 0;
}

.twelvecolumnscontainer
{
	width: 720px;
	float: left;
	display: inline;
	padding: 0 0 0 10px;
}



.twelvecolumns
{
	width: 700px;
	float: left;
	padding: 0 10px 0 10px;
	display: inline;
}

.elevencolumns
{
	width: 640px;
	float: left;
	padding: 0 10px 0 10px;
	display: inline;
}

.tencolumnscontainer
{
	width: 600px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}

.tencolumns
{
	width: 580px;
	float: left;
	padding: 0 10px 0 10px;
	display: inline;
}

.ninecolumns
{
	width: 520px;
	float: left;
	padding: 0 10px 0 10px;
	display: inline;
}

.eightcolumns
{
	width: 460px;
	float: left;
	padding: 0 10px 0 10px;
	display: inline;
}

.sevencolumns
{
	width: 400px;
	float: left;
	padding: 0 10px 0 10px;
	display: inline;
}

.sixcolumns
{
	width: 340px;
	float: left;
	padding: 0 10px 0 10px;
	display: inline;
}

.fivecolumns
{
	width: 280px;
	float: left;
	padding: 0 10px 0 10px;
	display: inline;
}

.fourcolumns,  .fourcolumnssub
{
	width: 220px;
	float: left;
	padding: 0 10px 0 10px;
	display: inline;
}

.fourcolumnssub { margin: 36px 0 0 0; }

.threecolumns, .threecolumnssub
{
	width: 160px;
	float: left;
	padding: 0 10px 0 10px;
	display: inline;
}

.threecolumnssub { margin: 36px 0 0 0; }

.twocolumns, .twocolumnssub
{
	width: 100px;
	float: left;
	padding: 0 10px 0 10px;
	display: inline;
}

.twocolumnssub { margin: 36px 0 0 0; }

.newsitem
{
	display: block;
	overflow: hidden;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #DFDFDF;
	height: 100%; /*for making it a block in IE*/
}

.hiddennews { display: none; }

.hidden { display: none; }

.saletag {
	margin: -79px 0 10px 0;
	}

/* imagegallery__________________________________________________ */
.gallery { overflow: auto; }

.gallery a:link, .gallery .imageframeright a:link, .gallery a:visited, .gallery .imageframeright a:visited
{
	width: 100px;
	height: 134px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 20px 0;
	background-image: url(http://www.eigenwijs-oss.nl/images/imageframe.png);
	background-repeat: no-repeat;
}

.gallery .imageframeright a:link, .gallery .imageframeright a:visited { margin: 0 0 0 0; }

.gallery a:hover, .gallery .imageframeright a:hover"
{
	width: 100px;
	height: 134px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 20px 0;
	background-image: url(http://www.eigenwijs-oss.nl/images/imageframehover.png);
	background-repeat: no-repeat;
}

.gallery .imageframeright a:hover { margin: 0 0 0 0; }

.gallery img, .gallery .imageframeright img
{
	width: 87px;
	height: 116px;
	margin: 4px 0 0 6px;
}

#merken
{
	margin: 50px 0 0 6px;
	font-size: 0.875em;
	color: #DB0A00;
	line-height: 16px;
}

#merken h3 { margin: 0 0 4px 0; }

#merken li
{
	font-size: 0.875em;
	color: #666666;
	padding: 0 0 0 2px;
	list-style-type: none;
	list-style-position: inside;
}

.nextpage a:link, .nextpage a:visited, .prevpage a:link, .prevpage a:visited
{
	font-size: 0.95em;
	color: #DB0A00;
	text-decoration: none;
	float: right;
	padding: 2px 16px 2px 6px;
	background-image: url(http://www.eigenwijs-oss.nl/images/driehoekjerood.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.nextpage a:hover, .prevpage a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #DB0A00;
	background-image: url(http://www.eigenwijs-oss.nl/images/driehoekje.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.prevpage a:hover
{
	background-color: #DB0A00;
	background-image: url(http://www.eigenwijs-oss.nl/images/driehoekjel.png) !important;
	background-repeat: no-repeat;
	background-position: 5% 50%;
}

.prevpage a:link, .prevpage a:visited
{
	float: left;
	padding: 2px 6px 1px 16px;
	background-image: url(http://www.eigenwijs-oss.nl/images/driehoekjeroodb.png);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}

/* winkelinfo | kalender en openingstijden________________________________________ */
#shopsoss, #shopsdenbosch, #shopsuden, #shopstilburg
{
	width: 200px;
	float: left;
	padding: 0;
	display: inline;
	margin: 20px 10px 0 0;
	
}

#shopsoss h3, #shopsdenbosch h3, #shopsuden h3, #shopstilburg h3 { text-align: center; }

#shopsoss a { background: url('http://www.eigenwijs-oss.nl/images/winkels/ossgrh.png') no-repeat; }
#shopsdenbosch a { background: url('http://www.eigenwijs-oss.nl/images/winkels/shertogenboschgrh.png') no-repeat; }
#shopsuden a { background: url('http://www.eigenwijs-oss.nl/images/winkels/udengrh.png') no-repeat; }
#shopstilburg a { background: url('http://www.eigenwijs-oss.nl/images/winkels/tilburggrh.png') no-repeat; }

#shopsoss a:link, #shopsoss a:visited, #shopsdenbosch a:link,  #shopsdenbosch a:visited, #shopsuden a:link,#shopsuden a:visited, #shopstilburg a:link,#shopstilburg a:visited
{
	width: 200px;
	height: 30px;
	display: block;
	padding: 170px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-decoration: none;
}

#shopsoss a:link, #shopsoss a:visited
{
	background: url('http://www.eigenwijs-oss.nl/images/winkels/ossgr.png') no-repeat;
	text-decoration: underline;
}

#shopsoss a:hover, #shopsoss a:focus, #shopsoss a:active
{
	background: url('http://www.eigenwijs-oss.nl/images/winkels/ossgrh.png') no-repeat;
	text-decoration: none;
}

#shopsdenbosch a:link, #shopsdenbosch a:focus,  #shopsdenbosch a:visited
{
	background: url('http://www.eigenwijs-oss.nl/images/winkels/shertogenboschgr.png') no-repeat;
	text-decoration: underline;
}

#shopsdenbosch a:hover,  #shopsdenbosch a:active
{
	background: url('http://www.eigenwijs-oss.nl/images/winkels/shertogenboschgrh.png') no-repeat;
	text-decoration: none;
}

#shopsuden a:link,#shopsuden a:visited
{
	background: url('http://www.eigenwijs-oss.nl/images/winkels/udengr.png') no-repeat;
	text-decoration: underline;
}

#shopsuden a:hover, #shopsuden a:focus, #shopsuden a:active
{
	background: url('http://www.eigenwijs-oss.nl/images/winkels/udengrh.png') no-repeat;
	text-decoration: none;
}

#shopstilburg a:link, #shopstilburg a:focus,  #shopstilburg a:visited
{
	background: url('http://www.eigenwijs-oss.nl/images/winkels/tilburggr.png') no-repeat;
	text-decoration: underline;
}

#shopstilburg a:hover,  #shopstilburg a:active
{
	background: url('http://www.eigenwijs-oss.nl/images/winkels/tilburggrh.png') no-repeat;
	text-decoration: none;
}

table
{
	border-collapse: collapse;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

table caption { display: none; }
#openhours { margin: 0 0 32px 0; }

#openhours span
{
	color: #DB0A00;
	font-weight: bold;
}

table td { width: 160px; }

table td.tablerowtitle, #calendar table td.tablerowtitle
{
	color: #DB0A00;
	font-weight: bold;
	width: 60px;
}

#calendar table td,
#openhours table td { width: 100px; }
#openhours table td.tablerowtitle { width: 40px; }
#calendarnews table td { padding: 0 0 8px 0; }

#mapcontainer
{
	width: 340px;
	height: 272px;
	padding: 5px 0 0 10px;
	background-image: url(http://www.eigenwijs-oss.nl/images/mapsachtergrond.png);
	background-repeat: no-repeat;
}

.shopimagetop
{
	position: relative;
	top: -15px;
	z-index: 9;
}

.shopimagemiddle
{
	position: relative;
	top: -50px;
	z-index: 8;
}

.shopimagemiddle2
{
	position: relative;
	top: -85px;
	z-index: 7;
}

.shopimagebottom
{
	position: relative;
	top: -120px;
	z-index: 6;
}

/* contactinfo__________________________________________________ */
.vcard .org
{
	font-size: 1.166em;
	color: #DB0A00;
	font-weight: normal;
	margin: 0 0 2px 0;
	padding: 0;
}

.vcard
{
	font-size: 0.825em;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 32px 0;
}

.threecolumnssub .vcard .tel { font-weight: 700; }

/* linkspage__________________________________________________ */
#links li
{
	font-size: 0,75em;
	margin: 0 0 20px 20px;
	list-style: circle;
}

.linktext { font-size: 0.9em; }
.linktext a { color: #494949; }

/* formulier__________________________________________________ */
form#formulier
{
	display: block;
	width: 320px;
	text-align: right;
	margin: 20px 0 20px 0px;
	font-size: 0.875em;
}

#formulier input
{
	height: 18px;
	width: 180px;
	margin-left: 10px;
}

#formulier input#tussenvoeg
{
	width: 80px;
	margin-right: 100px;
}

#formulier input#postcode
{
	width: 60px;
	margin-right: 120px;
}

#formulier input#telnr
{
	width: 100px;
	margin-right: 80px;
}

#formulier label
{
	display: block;
	line-height: 28px;
	padding-top: 5px;
}

#formulier fieldset { border: none; }

input#submit
{
	height: 25px;
	width: 85px;
}

span.formexample
{
	float: right;
	font-size: 0.65em;
	font-style: italic;
	display: block;
	width: 100px;
	max-width: 100px;
	color: #393939;
}

#msg
{
	display: none;
	position: absolute;
	z-index: 200;
	background: url(images/msg_arrow.gif) left center no-repeat;
	padding-left: 5px;
}

#msgcontent
{
	font-size: 0.8em;
	line-height: 14px;
	color: #393939;
	display: block;
	background: url(images/warning.gif) 2% 45% no-repeat;
	background-color: #FFFFFF;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 1px 3px 5px #AAAAAA;
	-moz-box-shadow: 1px 3px 5px #AAAAAA;
	-webkit-box-shadow: 1px 3px 5px #AAAAAA;
	border: 2px solid #DB0A00;
	padding: 4px 5px 2px 18px;
	min-width: 100px;
	max-width: 270px;
}

/* sitemap__________________________________________________ */
table#sitemap
{
	margin-top: 20px;
	padding: 10px 0 10px 0;
	width: 560px;
}

#sitemap th
{
	padding: 4px 10px 2px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #F9EFEF;
}

#sitemap td
{
	padding: 0 10px 0 10px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#sitemap tr { background-color: #F9EFEF; }
#sitemap tr.odd { background-color: #F9E6EE; }
summary { display: none; }

/* footer__________________________________________________ */
#footer
{
	clear: both;
	margin: auto;
	overflow: auto;
	width: 820px;
	padding: 80px 70px 0 70px;
}

#footer h2, #footer span
{
	font-family: "Myriad Pro", Calibri, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.625em;
	color: #AAAAAA;
	padding: 0;
	display: inline;
}

#footer a
{
	font-family: "Myriad Pro", Calibri, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.625em;
	color: #AAAAAA;
}


/*-----------------------------------------------------------------------------
Lightbox
-----------------------------------------------------------------------------*/
#lightbox
{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;

}

#lightbox img
{
	width: auto;
	height: auto;
}

#lightbox a img { border: none; }

#outerImageContainer
{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer { padding: 10px; }

#loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;

}

#imageContainer>#hoverNav { left: 0; }
#hoverNav a { outline: none; }

#prevLink, #nextLink
{
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA);
	/* Trick IE into showing hover */
	display: block;
}

#prevLink
{
	left: 0;
	float: left;
	background: url(../images/prevlabel.gif) left 100% no-repeat;
}

#nextLink
{
	right: 0;
	float: right;
	background: url(../images/nextlabel.gif) right 100% no-repeat;
}

#prevLink:hover, #prevLink:visited:hover { background: url(http://www.eigenwijs-oss.nl/images/prevlabel.gif) left 100% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.eigenwijs-oss.nl/images/nextlabel.gif) right 100% no-repeat; }

#imageDataContainer
{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData
{
	padding: 0 10px;
	color: #666;
}

#imageData #imageDetails
{
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption { font-weight: bold; }

#imageData #numberDisplay
{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose
{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}

#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/*-----------------------------------------------------------------------------
Lightbox
-----------------------------------------------------------------------------*/
