/*
* Cache van main.style.css
* Created: 2010-04-02 17:29:46
*/

/*
* $Author: sjors $
* $LastChangedDate: 2006-07-05 13:58:04 +0200 (wo, 05 jul 2006) $
* $Id: main.style.css 18 2006-07-05 11:58:04Z sjors $
* $Rev: 18 $
*/

/* Style 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 {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
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: "" "";}
/* End style reset */

.clear {clear: both; line-height: 0px;}
img {border: 0px;}
strong {font-weight: bold;}
em {font-style: italic;}
.hidden {display: none;}
.error {color: red;}
.floatleft {float: left;}
ul {
	list-style: disc;
	margin: 2px 12px;
}

html, body {height: 100%;}

.loading {
	background-image: url(/images/cms/spinner.gif);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
}

body {
	background-color: #c7c7c7;
}

body, th, td, input, textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 17px;
}
input, textarea {
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	color: #a5872c;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
	color: #ffffff;
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 15px;
}

h1.home {
	font-size: 20px;
}
h2.home {
	font-size: 25px;
}

p {
	margin: 15px 0px;
}
p.alignright {
	text-align: right;
	padding-right: 15px;
}
p.small {
	font-size: 11px;
}
a {
	color: #a5872c;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}

table td {
	vertical-align: top;
}

hr {
	/*color: #7c6521;
	background-color: #7c6521;
	border-bottom: 1px solid #524316;*/
	height: 2px;
	margin: 15px 0px;

	border: none;
	background-image: url(/images/interface/divider.png);
	background-position: top left;
	background-repeat: repeat-x;
}

div#sf {
	position: fixed;
	bottom: -4px;
	z-index: 1;
	width: 525px;

	margin-left: 430px;
}
div#sf img {
	float: right;
	margin: 0;
}

/* Main positioning */
div#headerclearer {
	height: 245px;
}
div#footerclearer {
	height: 25px;
	clear: both;
}
div#contentcontainer {
	position: relative;
	z-index: 4;
}
div#mainwrapper {
	position: relative;
	background-color: #000000;
	width: 955px;
	margin: 0px auto;
	margin-bottom: -25px;
	min-height: 100%;
	_height: 100%;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(/images/interface/go.png);
}
div#sidebar {
	float: left;
	width: 235px;
	height: 1px;
	text-align: right;
	margin-right: 25px;
	font-size: 11px;
	line-height: 14px;
	position: relative;
}
div#sidebar td, div#sidebar th {
	font-size: 11px;
	line-height: 14px;
}
div#content {
	float: left;
	width: 450px;
	padding-right: 15px;
	padding-bottom: 100px;
	position: relative;
}

body#body-wide div#content{
	width: 600px;
}
div#footer {
	clear: both;
	position: fixed;
	bottom: 25px;
	z-index: 3;
	right: 50%;
	margin-right: -457px;
	
	_position: absolute;
	_top: expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
}
div#footer img#sfeerimg {
	display: none;
}
div#header {
	position: absolute;
	top: 0px;
	left: 50%;
	height: 237px;
	width: 956px;
	margin-left: -477px;
}
/* Main positioning */

/* Menus */
ul#menu {
	position: absolute;
	top: 45px;
	left: 243px;
	list-style: none;
	margin: 0px;
	z-index: 4;
}
ul#menu li {
	margin-left: 17px;
	float: left;
}
ul#menu li a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	color: #ffffff;
}
ul#menu li a:hover, ul#menu li.current a {
	color: #a5872c;
	text-decoration: none;
}
/* Menus */

/* Imagezoom */
div#bodyoverlay {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #000000;
	z-index: 10;
}
div#zoomdiv {
	background-color: #c7c7c7;
	display: none;
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	z-index: 11;
}
div#zoomdiv a {
  background-repeat: no-repeat;
}
div#zoomdiv a.close {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 11px;
	text-transform: lowercase;
	height: 20px;
	line-height: 20px;
}
div#zoomdiv a.previous, div#zoomdiv a.next {
	position: absolute;
	bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
div#zoomdiv a.previous {
	left: 10px;
	padding-left: 20px;
  background-image: url(/images/nav/back_up.png);
  _background-image: url(/images/nav/back_up.gif);
  background-position: center left;
}
div#zoomdiv a.previous:hover {
	background-image: url(/images/nav/back_ov.png);
	_background-image: url(/images/nav/back_ov.gif);
}
div#zoomdiv a.next {
	right: 10px;
	padding-right: 20px;
  background-image: url(/images/nav/next_up.png);
  _background-image: url(/images/nav/next_up.gif);
  background-position: center right;
}
div#zoomdiv a.next:hover {
	background-image: url(/images/nav/next_ov.png);
	_background-image: url(/images/nav/next_ov.png);
}
div#zoomdiv_img {
	position: relative;
	top: 15px;
}
div#zoomdiv_img img {
	position: absolute;
}
/* Imagezoom */

div#content table td {
	padding: 2px 7px 2px 1px;
}
div#content table td.alignright {
	padding-right: 0px;
}
div#fotoalbum img {
	margin: 0px 15px 15px 0px;
	float: left;
}
div#content table.participants td {
	padding: 0px 0px 15px 15px;
}
div#content table.participants th {
	color: #a5872c;
	font-size: 10px;
	font-style: italic;
	vertical-align: top;
}
div#content table.participants tr.achmea td {
	padding-bottom: 0px;
}
div#content table.participants tr.wfcomm th {
	padding-top: 22px;
}

.arrow {
	background-image: url(/images/nav/next_up.png);
	_background-image: url(/images/nav/next_up.gif);
  background-position: center right;
  background-repeat: no-repeat;
  padding: 2px 20px 2px 0px;
}
.arrow:hover {
	background-image: url(/images/nav/next_ov.png);
	_background-image: url(/images/nav/next_ov.gif);
}

ul.dividedlist {
	list-style: none;
	background-image: url(/images/interface/divider.png);
	background-position: top left;
	background-repeat: repeat-x;
}
ul.dividedlist li {
	color: #ffffff;
	background-image: url(/images/interface/divider.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	text-align: left;
	color: #ffffff;
	padding: 10px 5px;
}
ul.dividedlist li a {
	color: #ffffff;
  display: block;
}
ul.dividedlist li a:hover {
	color: #a5872c;
	background-image: url(/images/nav/next_up.png);
	_background-image: url(/images/nav/next_up.gif);
}

div#header img {
	position: absolute;
	top: 110px;
	left: 165px;
}

img.imginlist {
	float: left;
	margin-right: 15px;
}

/* Shops */
ul#shops {
	margin: 0px;
	list-style: none;
	width: 550px;
	font-size: 11px;
	position: relative;
	min-height: 475px;
	_height: 475px;
	margin-top: -3px;
	z-index: 2;
	margin-left: -20px;
}
ul#shops ul {
	margin: 0px;
	list-style: none;
}
ul#shops li {
	float: left;
	width: 130px;
	padding-left: 20px;
}
ul#shops li.current {
	background-image: url(/images/nav/next_up.png);
	_background-image: url(/images/nav/next_up.gif);
  background-position: center left;
  background-repeat: no-repeat;
}
ul#shops li a {
	color: #ffffff;
}
ul#shops li a:hover, ul#shops li.current a, ul#shops li.brandmatch a {
	color: #a5872c;
}
form#brandsearch {
	background-image: url(/images/interface/divider.png);
	background-position: top left;
	background-repeat: repeat-x;
	width: 140px;
	float: right;
	text-align: left;
	padding-top: 15px;
}
form#brandsearch label {
	float: none;
	width: auto;
	font-weight: bold;
}
form#brandsearch input.text {
	float: none;
	width: 120px;
	background-color: #ffffff;
	background-image: url(/images/nav/next_up.png);
	_background-image: url(/images/nav/next_up.gif);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 20px;
}
div#brandhint {
	padding: 5px 5px 0px 5px;
}
div#shopflash {
	position: absolute;
	top: 0px;
	left: 100px;
	z-index: 1;
}
/* Shops */

/* Sidebar */
div#sidebar ul.dividedlist, div#sidebar div#shopdetails {
	width: 140px;
	float: right;
}
div#sidebar ul.dividedlist a {
	font-weight: bold;
}
div#sidebar img {
	float: right;
	margin-bottom: 5px;
}
div#sidebar div#pollwrapper {
	width: 140px;
	float: right;
	text-align: left;
	padding: 0px 5px;
	background-image: url(/images/interface/divider.png);
	background-position: top left;
	background-repeat: repeat-x;
}
div#sidebar div#pollwrapper hr {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 0px;
}
ul.pollanswers {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.pollanswers li {
	margin: 5px 0px;
}
ul.pollanswers li a {
	color: #ffffff;
	display: block;
}
ul.pollanswers li a:hover {
	color: #a5872c;
	background-image: url(/images/nav/next_up.png);
	_background-image: url(/images/nav/next_up.gif);
}
div#sidebar div#poll div.myvote {
	font-style: italic;
	font-weight: bold;
}
div.pollresult {
	height: 11px;
	background-color: #a5872c;
	float: left;
}
div.pollresultperc {
	float: left;
	margin-left: 5px;
	line-height: 11px;
}
div#sidebar div#shopdetails {
	text-align: left;
}
div#sidebar div#shopdetails img {
	float: none;
}
/* Sidebar */

/* Forms */
div.formrow {
	margin: 2px 0px;
}
label.text, span.fakelabel {
	display: block;
	width: 110px;
	float: left;
	cursor: pointer;
}
input.text, textarea, input.date {
background-color: #000000;
	border: 1px solid #a5872c;
	height: 14px;
	width: 336px;
}
textarea {
	height: 100px;
}
input.date {
	width: 168px;
}
input.arrow {
	background-color: transparent;
	border: none;
	color: #a5872c;
	cursor: pointer;
}
input.arrow:hover {
	color: #ffffff;
}
p.formerror {
	float: left;
	margin-left: 110px;
}
/* Forms */


/* WYMeditor */

/* A: Externe link */
a.externlink /* a */ {
	/* color: red; */
	padding-right: 20px;
	background-image: url(/images/nav/next_up.png);
	_background-image: url(/images/nav/next_up.gif);
  background-position: center right;
  background-repeat: no-repeat;
}
/* Rechts uitlijnen */
.alignright /* * */ {
	/* text-align: right; */
	text-align: right;
}
/* A: Newsflash */
a.newsflash /* a */ {
	/* color: red; */
}
/* /WYMeditor */

a.externlink:hover {
	background-image: url(/images/nav/next_ov.png);
	_background-image: url(/images/nav/next_ov.gif);
}

ul#students{
	width: 650px;
	list-style: none;
}

ul#students li{
	border-bottom: 1px dotted #554311;
	padding: 8px 0px;
}

ul#students li ul {
	margin: 0;
	padding: 0;
}

div.info{
	float: left;
	padding: 0;
	margin: 0;
	width: 280px;
	padding-right: 10px;
}

div.info img{
	float: left;
	margin-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}


div.info h3{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div.info p{
	font-size: 11px;
	margin: 5px 0px;
	padding: 0;
}

div.info p, div.info h3{
	margin-left: 80px;
}

div.image{
	float: left;
	position: relative;
	width: 170px;
	height: 240px;
}

div.image img{
	display: none;
}

div.image img.first{
	border: 1px solid #9d7c20;
	display: block;
}

div.image img.magnify-icon{
	display: block;
	left: 150px;
	position: absolute;
	top: 5px;
	cursor: pointer;
}

div.vote-bid{
	float: left;
	padding-left: 10px;
	position: relative;
	width: 175px;
}
.vote-bid .loading {
	background-image: url(/images/mooflow/ajax_loader.gif);
}

div.vote-bid h3{
	border-bottom: 1px dotted #554311;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 2px 0px 2px;
}

div.vote-bid input.button{
	background-image: url(/images/interface/fb-button-bg.png);
	background-repeat: repeat-x;
	border: 0px;
	color: #544212;
	display: block;
	height: 20px;
	margin: 5px 0px 10px;
	width: 70px;
}

div.vote-bar-wrapper{
	border: 1px solid #554311;
	height: 11px;
	margin: 0px 0px 5px;
	overflow: hidden;
	padding: 1px;
	width: 133px;
}

div.vote-bar{
	background-image: url(/images/interface/fb-votebar-bg.png);
	background-repeat: repeat-x;
	height: 11px;
	margin: 0px;
	padding: 0px;
	width: 0px;
}

div.form label{
	display: block;
	float: left;
	font-size: 11px;
	margin: 0px 0px 5px;
	width: 40px;
}

div.form input.text{
	background-color: #ffffff;
	color: #a98522;
	display: block;
	font-size: 11px;
	height: 12px;
	margin: 0px 0px 5px;
	padding: 2px;
	width: 121px;
}

div.form input.bid{
	background-image: url( /images/interface/euro.png );
	background-position: 0px 1px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
	padding-left: 10px;
	width: 35px;
}

/**
 * MESSAGES CSS
 */

ul.error,
ul.success,
ul.warning,
ul.info
{
	color: #000000;
    margin: 10px 0;
    padding: 10px;
}
ul.error
{
    background: #FCC;
    border: #C33 1px solid;
}
ul.error li{
	background-image: url( /images/interface/exclamation.png );
	background-repeat: no-repeat;
	list-style: none;
	padding: 2px 25px;
}
ul.success{
	background: #CFC;
    border: #3C3 1px solid;
}
ul.success li{
	background-image: url( /images/interface/accept.png );
	background-repeat: no-repeat;
	list-style: none;
	padding: 2px 25px;
}
ul.warning{
	border: 1px solid #fa0;
    background: #ffd;
}
ul.warning li{
	background-image: url( /images/interface/bullet_error.png );
	background-repeat: no-repeat;
	list-style: none;
	padding: 0px 25px;
}
ul.info{
	border: 1px solid #aaa;
    background: #fff;
}
ul.info li{
	background-image: url( /images/interface/information.png );
	background-repeat: no-repeat;
	list-style: none;
	padding: 0px 25px;
}

.mf{visibility: hidden; z-index:1; color:#fff; font-size:14px}
.mf * {
	outline:none;
	border:none;
	padding:0;
	margin:0;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select:none;
	-o-user-select:none
}
.mf div.loader{
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:0 auto;
	top:45%;
	width:100%;
	background:url(/images/mooflow/ajax_loader.gif) no-repeat 50% 0;
	padding:50px 0;
}
.mf div.caption {
	position:absolute;
	text-align:center;
	z-index:98;
	margin:1em auto;
	bottom:50px;
	width:100%;
}
.mf div.mfNav{
	position:absolute;
	z-index:99;
	margin:0 auto;
	text-align:center;
	width:100%;
	bottom:20px;
	font-size:1px;
	line-height:1px;
	width:100%;
}
.mf div.autoPlayCon{
	float:left;
	width:10%;
	padding-left:3%;
	height:24px;
}
.mf a.play, .mf a.stop{
	width:27px;
	height:24px;
	float:left;
	cursor:pointer;
}
.mf a.play{
	background:url(/images/mooflow/play.gif) no-repeat;
}
.mf a.stop{
	background:url(/images/mooflow/stop.gif) no-repeat;
}
.mf div.sliderCon{
	margin-top:5px;
	float:left;
	width:74%;
}
.mf a.sliderNext{
	background:url(/images/mooflow/left.gif) no-repeat;
}
.mf a.sliderPrev{
	background:url(/images/mooflow/right.gif) no-repeat;
}
.mf a.sliderNext, a.sliderPrev{
	text-decoration:none;
	width:25px;
	height:16px;
	cursor:pointer;
	float:left;
}
.mf div.resizeCon{
	float:right;
	width:10%;
	padding-right:3%;
	height:24px;
}
.mf a.resize{
	width:34px;
	height:24px;
	float:right;
	cursor:pointer;
	background:url(/images/mooflow/resize.gif) no-repeat;
}
.mf div.slider{
	background:url(/images/mooflow/middle.gif) repeat-x;
	height:16px;
	position:relative;
	text-align:left;
	float:left;
}
.mf div.knob{
	height:16px;
	background:url(/images/mooflow/middle-slider.gif) repeat-x right center;
}
.mf div.knobleft{
	background:url(/images/mooflow/left-slider.gif) repeat-x center;
	width:8px;
	height:16px;
}

.mf a.show {
	position:absolute;
	margin-left:-16px;
	width:32px;
	height:32px;
	top:68%;
	left:50%;
	z-index:100;
	cursor:pointer;
}
.mf a.show.image{
	background:url(/images/mooflow/open_image.png) no-repeat 50%;
}
.mf a.show.viewerload{
	background:url(/images/mooflow/loader.gif) no-repeat 50%;
}
.mf a.show.link{
	background:url(/images/mooflow/open_link.png) no-repeat 50%;
	background-position: 0px 0px;
}
.mf div.tooltip{
	display: none;
	visibility: hidden;
}