/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Georgia", "Times New Roman", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }
    .columns img, .column img                   { height: auto; max-width: 100%; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }



/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {



        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }
    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }


/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(skins/konzept/media/images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}


@font-face {
	    font-family: 'FontName';
	    src: url('skins/konzept/media/webfonts/FontName.eot');
	    src: url('skins/konzept/media/webfonts/FontName.eot?iefix') format('eot'),
	         url('skins/konzept/media/webfonts/FontName.woff') format('woff'),
	         url('skins/konzept/media/webfonts/FontName.ttf') format('truetype'),
	         url('skins/konzept/media/webfonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
html, body {
  background-color: #f0ebc7;
  font-size: 13px;
  line-height: 24px;
}

.footer {
 border-top: 4px solid #cf6f17;
 padding-top: 10px;
}

.contact_btn {
 position: absolute;
 z-index: 99999999999999;
 top: 400px;
 margin-left: -70px;

}

a.contact_overflow {
 width: 100px;
 height: 100px;
 overflow: hidden;
 float: left;
 background-image: url(skins/konzept/media/images/contact-btn.png);
 position: absolute;
 z-index: 99999999999999;
 top: 400px;
 margin-left: -70px;
}

#twitter {
 width: 40px;
 height: 40px;
 float: right;
 background-image: url(skins/konzept/media/images/twitter-icon.png);
}

#facebook {
 width: 40px;
 height: 40px;
 float: right;
 background-image: url(skins/konzept/media/images/facebook-icon.png);
 margin-right: 20px;
}

#home_btn a {
 width: 100px;
 height: 100px;
 float: left;
 margin-left: 50%;
 background-image: url(skins/konzept/media/images/contact-btn.png);
 margin-top: 50px;
}

.footer_line {
 line-height: 40px;
}

#volg_tekst {
 margin-left: 70px;
 width: 100px;
 float:left;
}


#portfolio {
 width: 510px;
 height: auto;
 float: left;
 margin-left: 25%;
 margin-bottom: 50px;
}

#portfolio a {
 width: 150px;
 height: 100px;
 float: left;
 margin-right: 20px;
 margin-bottom: 20px;
 overflow: hidden;
}

/* Main Navigation
====================================*/
.selectnav {
	display: none;
	cursor: pointer;
	width: 100%;
	padding: 8px;
	height: 37px;
	float: left;
	font-size: 14px;
	margin: 15px 0;
}

#navigation {
	display: block;
	width: 660px;
	float: left;
	max-height: 52px;
  margin-left: 150px;
 text-transform: uppercase;
 letter-spacing: 1px;

 margin-top: 40px;
 margin-bottom: 40px;
}

#navigation ul,
#navigation li {
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
 
}
#navigation ul li {
	float:left;
	position:relative;
  background-image: url(skins/konzept/media/images/menu-lijn.png);
  background-position: right center;
  background-repeat: no-repeat;
}

#navigation ul li.last {
  background-image: none;
}

#navigation ul li a { 
	display: inline-block;
	color: #cf6f17;
	text-decoration: none;
	font-size: 14px;
	padding: 17px 13px;
 margin-left: 5px;
 margin-right: 5px;
}

#navigation ul li a:hover {
	background-color: #cf6f17;
	color: #fff;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#navigation ul li.current a {
 background-color: #cf6f17;
 color: #333;
 font-weight: bold;
}



#navigation ul ul {
	position: absolute;
	display: none;
	top: 51px;
	left: 0;
	background: #333333;
	z-index: 999;
 margin-left: 5px;
}

#navigation ul li a:hover ul {
 display: block;
}

#navigation ul ul li a:hover {
	color: #fff;
}

#navigation ul ul li a {
	display: block;
	width: 150px;
	margin: 0;
	padding: 9px 18px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #404040;
	background: none;
}

#navigation ul ul ul { 
	position: absolute; 
	top:0px; 
	left:100%; 
	z-index: 999;
}

#navigation ul ul ul li a { 
	border-bottom: 1px solid #404040 !important;
	border-top: 1px solid transparent;
	background: none;
}

#navigation ul li.current ul li a {
 background-color: #333;
 color: #CF6F17;
 font-weight: normal;
}

#navigation ul li.current ul li a:hover {
 background-color: #CF6F17;
 color: #FFF;
 font-weight: normal;
}

#navigation ul ul li:last-child a, #navigation ul ul li:last-child a:hover {border-bottom: 1px solid transparent}
#navigation ul ul ul li:last-child a {border-bottom: 1px solid transparent !important}
#navigation ul li:hover>ul {opacity: 1; position:absolute; top:99%; left:0;}
#navigation ul ul li:hover>ul {position:absolute; top:0; left:100%; opacity: 1; z-index:497;}
#navigation ul li:hover > a {background: #cf6f17; color: #FFF;}
#navigation ul ul li:hover > a {color: #fff;}


/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* default style */
.selectnav { display: none; }



/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
  
  .contact_btn { display: none; }
  
  }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		  #navigation ul { display: none; }
    .contact_btn { display: none; }
		  .selectnav { display: block; }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


*/





div#comments {
  background-color: #fff;
  padding: 4px;
  margin-top: 4px;
  width: 99%;
}
div#comments .comment_editor_header {
  padding-left: 4px;
  font-weight: bold;
}
div#comments .comments-title {
  font-size: 15pt;
  text-shadow: 1px 1px 0 #DDDDDD;
  text-transform: none;
  padding: 2px;
  margin: 8px 0 8px 0;
}
div#comments p.comment-text { border: 1px solid #f0f0f0;
  color: #000; margin: 4px; padding: 4px;
}
div#comments ol {
  padding: 0;
  margin: 8px 0 0 0;
}
div#comments ol li {
  background-color:#F9F9F9;
  border:1px solid #CFCFCF;
  font-style: normal;
  height:auto !important;
  margin: 4px 0;
  min-height:60px;
  list-style:none outside none;
  padding: 0;
  overflow:hidden;
}
div#comments ol li div.comment {
  padding: 4px;
  min-height: 40px;
  width: 99%; }
  
div#comments .meta {
  padding-bottom:32px;
  background:url(includes/images/bg_comments1.gif) no-repeat 0 100%;
  width: 550px;
  }  
div#comments .meta li{
  background-color: transparent;
  border: none;
  margin:0;
  display:inline;
	font-size:12px;
	color:#777;
	position:static;
  padding: 2px;
	}	
div#comments .meta .author{
	font-size:14px;
	font-weight:bold;
	}	
  
div#comments ol li div.comment-admin {
  float: right;
  display: inline-block;
  padding: 2px;
  margin: 1px 8px 1px 2px;
  height: 20px;
  vertical-align: top;
}
div#comments ol li span.admin-hint {
  display: none;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 11px;
}
div#comments ol li div.comment-admin:hover {
  background-color: #FFC0C0;
}
div#comments ol li div.comment-admin:hover span {
  display: inline-block;
}
div#comments ol li img.avatar {
  background-color: #fff;
  padding: 3px;
  border: 1px solid #eee;
  width: 60px; height: 60px;
}
div#comments ol li div.avatar-column {
  background-color: #fff;
  float: left;
  width: auto;
  height: auto;
}
div#comments ol li div.message-column {
  background-color: #fff;
  margin-left: 60px;
  width: auto;
}
div#comments ol li p {
  padding: 2px;
  margin-top: 4px;
}
div#comments ol li span {
  line-height: 20px;
  margin-bottom: 10px;
  padding: 0;
}
div#comments ol li span.date {
  color: #666;
}
div#comments ol li span.username,
div.comment_username {
  font-weight: bold;
  padding: 4px;
}
form#comment-form {
  background-color:#F9F9F9;
  border: 1px solid #CFCFCF;
  clear: both;
  margin: 0;
  overflow: hidden;
  padding: 4px;
}
form#comment-form markItUpComment_comment { width: 100%; min-height: 250px; padding: 0; }
form#comment-form div.markItUpContainer { width: 98%; min-height: 200px; padding: 4px; }
#comment_comment {
  font: 14px 'Lucida Console', Courier, monospace;
  padding: 0px;
  margin: 0px;
  border:1px solid #3C769D;
  height: 166px;
  position: relative;
  left: 4px;
  line-height:17px;
  overflow: scroll;
  width: 98%;
  z-index: 1;
}
form#comment-form input {
  border: 1px solid #CFCFCF;
  padding: 4px;
  display: block;
  width: 300px;
  margin-bottom: 10px;
  margin-left: 4px;
}
form#comment-form input[type="submit"] {
  background-color:#58B9EB;
  border:1px solid #40A2D4;
  color:#FFFFFF;
  cursor:pointer;
  font-family: Helvetica,Arial,sans-serif;
  font-size:14px;
  font-weight:bold;
  padding:4px;
  margin-top:5px;
  width: 150px;
  border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;
}
form#comment-form input[type="submit"]:hover {
  background-color:#80cdf5;
  border-color:#52b1e2;
}
a.comment-edit {
  background: transparent url("includes/images/edit.png") no-repeat scroll top center;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  padding: 1px 1px 1px 22px !important;
  margin: 0 2px 0 2px !important;
  white-space: nowrap;
  width: auto !important;
}
a.comment-delete {
  background: transparent url("includes/images/eraser.png") no-repeat scroll top center;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  padding: 1px 1px 1px 22px !important;
  margin: 0 2px 0 2px !important;
  white-space: nowrap;
  width: auto !important;
}                       
/* SD343 */
div.comment div.likes-box { display: inline; float:none; padding: 6px 4px 6px 4px; }
div.comment a.like-link {
  background:none no-repeat scroll 0 center transparent;
  background-image:url(includes/images/thumb-up.png);
  padding: 2px 1px 2px 20px; }



div #error_message {
	background: #ffeaef;
	border: 3px solid #ff829f;
	left: 55px;
	margin-bottom: 15px;
	padding: 15px; }
 
div #success_message {
	background: #eaf4ff;
	border: 3px solid #82c0ff;
	left: 55px;
	margin-bottom: 15px;
	padding: 15px; }

div.pagination {
  font-family: Helvetica, Times, serif;
  font-style: italic;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  line-height: 40px;
  text-align: left;
  height: 40px;
  white-space:nowrap;
  }

  div.pagination a {
    padding: 2px 4px 2px 4px;
    margin: 1px;
    text-decoration: none;
    color: #44B0EB; }

  div.pagination a:hover {
    background-color: #44e5eb;
    color: #fff; }

  div.pagination span.current {
    padding: 2px 4px 2px 4px;
    margin: 1px;
    font-weight: bold;
    background-color: #44B0EB;
    color: #fff; }

  div.pagination span.disabled {
    display: none;
    padding: 2px 4px 2px 4px;
    margin: 1px;
    color: #ddd; }

div.bbcode_quote,
div.bbcode_code {
  border: 1px solid #d2e4f7;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #f5f5f5;
  padding: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  max-height: 360px;
  max-width: 758px;
  overflow: hidden;
  /*width: 98%;  must be < 100% for nested quotes! */
}
div.bbcode_quote .toolbar,
div.bbcode_code  .toolbar { display:none; }
div.bbeditor {
  font-size: 14px !important;
  position: relative;
  width: auto;
  height: 24px;
  margin: 0;
  padding: 0; }
div.bbeditor img {
  padding: 3px;
  border: 1px solid #eee;
  margin-right: 3px;
  background-color: #fff;
  cursor: pointer; }
div.bbcode_quote_head, div.bbcode_code_head {
  font-weight: bold;
  margin-bottom: 4px;
}
div.bbcode_quote_body,
div.bbcode_code_body {
  border: 1px solid #dadada;
  font-size: 14px !important;
  line-height: 16px;
  max-height: 350px;
  overflow: scroll;
  padding: 4px;
  width: auto;
}
div.bbcode_quote_body {
  max-height: 320px;
  overflow: auto;
  font-style: italic !important;
}
div.bbcode_code_body {
  border: 0;
  font-family: "Lucida Console",courier,monospace,mono !important;
  white-space: pre;
}
div.bbcode_code_head {
  background-color: #E3E3E3;
  font-family: "Courier New",monospace,mono !important;
  font-size: 13px;
  height: 14px;
  line-height: 12px;
  padding: 5px;
}
.markItUpContainer { max-width: 900px; }
ul.bbcode_list { list-style-position: inside; }
ul.bbcode_list li { color: #000; }
div.bbcode_code ol.highlighted * {
  font-family: "Lucida Console", "Courier New", helvetica, sans-serif !important;
  font-size: 13px;
  line-height: 17px;
}

span.bbcode_spoiler { color: #000; background-color: #000; }
span.bbcode_spoiler:hover { color: #000; background-color: transparent; }


div.rating_wrapper * { font-size:12px !important; margin: 0; border: 0; padding: 0; height: 22px; text-align: left; }
div.rating_wrapper { overflow: show; height: 20px; margin-bottom: 2px; }
div.sp_rating { /*font-family: Helvetica,Arial,sans-serif;*/ line-height:1.7em; height: 100%; color:#5f5f5f; display:block; }
  div.sp_rating div.rating { float:left; padding-right: 4px; padding-top: 0; }
  div.sp_rating div.base { background:url(includes/images/ratings.png) 0 0 no-repeat; width: 85px; height: 16px; float:left; padding-top: 0; padding-right: 4px; overflow:hidden; }
  div.sp_rating div.average { background:url(includes/images/ratings.png) 0 -16px no-repeat; height: 16px; text-indent:-9999px; padding-top: 0; }
  div.sp_rating div.votes { float:left; padding-top: 0; padding-right: 4px; }
  div.sp_rating div.score { background: url(includes/images/ratings.png) 0 0 no-repeat; width:85px;
    height: 16px; float:left; position:relative; padding-top: 0; margin-top: 0; }
  div.sp_rating div.score a {
      display: block; height: 100%; float: left; padding: 0; text-indent: -9999px; position: absolute;
      margin-top: 0; overflow: hidden; line-height: 18px; }
  div.sp_rating a.score1 {width:20%; z-index:55; }
  div.sp_rating a.score2 {width:40%; z-index:54; }
  div.sp_rating a.score3 {width:60%; z-index:53; }
  div.sp_rating a.score4 {width:80%; z-index:52; }
  div.sp_rating a.score5 {width:100%; z-index:51; }
  div.sp_rating div.score a:hover { background:url(includes/images/ratings.png) bottom right no-repeat; }
  div.sp_rating div.rating_status { height: 18px; overflow: hidden; position: relative; }
  div.sp_rating div.rating_score_this { height: 100%; overflow: show; width: 120px; }
  div.sp_rating div.rating_score_this a { color: #44b0eb; }


/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.bbcode .markItUpButton1 a {background-image:url(includes/images/markitup/bold.png);}
.bbcode .markItUpButton2 a {background-image:url(includes/images/markitup/italic.png);}
.bbcode .markItUpButton3 a {background-image:url(includes/images/markitup/underline.png);}
.bbcode .markItUpButton4 a {background-image:url(includes/images/markitup/picture.png);}
.bbcode .markItUpButton5 a {background-image:url(includes/images/markitup/link.png);}
.bbcode .markItUpButton6 a {background-image:url(includes/images/markitup/colors.png);}
.bbcode .markItUpButton6 ul { padding:1px; width:81px; }
.bbcode .markItUpButton6  li {
    border:1px solid white;
    width:25px;  height:25px;
    overflow:hidden;
    padding:0px; margin:0px;
    float:left;
}
.bbcode .markItUpButton6 ul a {width:25px; height:25px;}
.bbcode .markItUpButton6 ul a:hover { background-color:none; }
.bbcode .markItUpButton6 .col1-1 a {background:yellow;}
.bbcode .markItUpButton6 .col1-2 a {background:orange;}
.bbcode .markItUpButton6 .col1-3 a {background:red;}
.bbcode .markItUpButton6 .col2-1 a {background:blue;}
.bbcode .markItUpButton6 .col2-2 a {background:purple;}
.bbcode .markItUpButton6 .col2-3 a {background:green;}
.bbcode .markItUpButton6 .col3-1 a {background:white;}
.bbcode .markItUpButton6 .col3-2 a {background:gray;}
.bbcode .markItUpButton6 .col3-3 a {background:black;}
.bbcode .markItUpButton7 a {background-image:url(includes/images/markitup/fonts.png);}
.bbcode .markItUpButton8 a { /* Smilies */
  background-image:url(includes/images/smileys/smile.png);
}
.bbcode .markItUpButton9 a {background-image:url(includes/images/markitup/list-bullet.png);}
.bbcode .markItUpButton10 a {background-image:url(includes/images/markitup/list-numeric.png);}
.bbcode .markItUpButton11 a {background-image:url(includes/images/markitup/list-item.png);}
.bbcode .markItUpButton12 a {background-image:url(includes/images/markitup/quotes.png);}
.bbcode .markItUpButton13 a {background-image:url(includes/images/markitup/code.png);}
.bbcode .markItUpButton14 a {background-image:url(includes/images/markitup/clean.png);}
.bbcode .markItUpButtonXX a {background-image:url(includes/images/markitup/preview.png); display: none;}

/* Color Palette */
.bbcode .colors a { background-image:url(includes/images/markitup/colors.png);}
  .bbcode .colors ul {
    width:110px;
    padding:2px !important;
    margin:2px !important;}
  .bbcode .colors li {
    border:1px solid white;
    width:25px;
    height:25px;
    overflow:hidden;
    padding:2px !important;
    margin:2px !important;
    float:left;}
  .bbcode .colors ul a { width:25px; height:25px; }
  .bbcode .colors ul a:hover {background-color: none;}
  .bbcode .colors .col1-1 a {background:yellow;}
  .bbcode .colors .col1-2 a {background:orange;}
  .bbcode .colors .col1-3 a {background:red;}
  .bbcode .colors .col2-1 a {background:blue;}
  .bbcode .colors .col2-2 a {background:purple;}
  .bbcode .colors .col2-3 a {background:green;}
  .bbcode .colors .col3-1 a {background:white;}
  .bbcode .colors .col3-2 a {background:gray;}
  .bbcode .colors .col3-3 a {background:black;}
.bbcode .calculator a { background-image:url(includes/images/markitup/calculator.png); }

/* Smileys - point to /includes/images/smileys folder! v3.3.2 */
.bbcode .smileys a { background-image:url(includes/images/smileys/smile.png); }
  .bbcode .smileys ul {
    width: 126px;
    padding: 2px !important;
    margin: 2px !important; }
  .bbcode .smileys li {
    border: 1px solid white;
    width: 20px;
    height: 22px;
    overflow: hidden;
    padding: 2px !important;
    margin: 2px !important;
    float: left; }
  .bbcode .smileys ul a { width: 20px; height: 20px; }
  .bbcode .smileys ul a:hover {background-color: none;}
  .bbcode .smileys .col1-1 a {background-image:url(includes/images/smileys/smile.png);}
  .bbcode .smileys .col1-2 a {background-image:url(includes/images/smileys/bigsmile.png);}
  .bbcode .smileys .col1-3 a {background-image:url(includes/images/smileys/laugh.png);}
  .bbcode .smileys .col1-4 a {background-image:url(includes/images/smileys/angry.png);}
  .bbcode .smileys .col2-1 a {background-image:url(includes/images/smileys/neutral.png);}
  .bbcode .smileys .col2-2 a {background-image:url(includes/images/smileys/confuse.png);}
  .bbcode .smileys .col2-3 a {background-image:url(includes/images/smileys/surprise.png);}
  .bbcode .smileys .col2-4 a {background-image:url(includes/images/smileys/cool.png);}
  .bbcode .smileys .col3-1 a {background-image:url(includes/images/smileys/tongue.png);}
  .bbcode .smileys .col3-2 a {background-image:url(includes/images/smileys/worry.png);}
  .bbcode .smileys .col3-3 a {background-image:url(includes/images/smileys/wink.png);}
  .bbcode .smileys .col3-4 a {background-image:url(includes/images/smileys/sleepy.png);}
  .bbcode .smileys .col4-1 a {background-image:url(includes/images/smileys/blush.png);}
  .bbcode .smileys .col4-2 a {background-image:url(includes/images/smileys/saint.png);}
  .bbcode .smileys .col4-3 a {background-image:url(includes/images/smileys/blue.png);}
  .bbcode .smileys .col4-4 a {background-image:url(includes/images/smileys/frown.png);}
  .bbcode .smileys .col5-1 a {background-image:url(includes/images/smileys/sweatdrop.png);}
  .bbcode .smileys .col5-2 a {background-image:url(includes/images/smileys/cake.png);}
  .bbcode .smileys .col5-3 a {background-image:url(includes/images/smileys/star.gif);}
  .bbcode .smileys .col5-4 a {background-image:url(includes/images/smileys/heart.gif);}
/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp * { margin:0; padding:0; outline:none; }
.markItUp a:link,
.markItUp a:visited { color:#000; text-decoration:none; }
.markItUp  { width:98%; margin:5px 0 5px 0; border:5px solid #F5F5F5; }
.markItUpContainer  {
  border:1px solid #ccc;
  background:#FFF;
  padding:5px 5px 2px 5px;
  font:11px Arial, Helvetica, Verdana, sans-serif;}
textarea.markItUpEditor {
  font:14px 'Lucida Console', Courier, monospace;
  margin: 2px;
  border:1px solid #ccc;
  clear:both;
  display:block;
  line-height:17px;
  overflow: scroll;
  width: inherited; }
.markItUpPreviewFrame {
  overflow:auto;
  background-color:#fff;
  border:1px solid #ccc;
  width:99.9%;
  height:300px;
  margin:5px 0;}
.markItUpFooter { clear:both; width:100%; cursor:n-resize; }
.markItUpResizeHandle {
  overflow:hidden;
  width:22px; height:5px;
  margin-left:auto;
  margin-right:auto;
  background-image:url(includes/images/markitup/handle.png);
  cursor:n-resize; }
/* first row of buttons */
.markItUpHeader ul  {
  list-style-type: none !important;
  padding: 2px !important;
  margin: 2px !important;
}
.markItUpHeader ul li,
.markItUpHeader ul ul li {
  margin: 0px !important;
  padding: 0px !important;
}
.markItUpHeader ul li {
  list-style:none !important;
  float:left;
  position:relative;
  margin-right: 2px !important;
  padding: 2px !important;
}
.markItUpHeader ul li:hover {
  background-color: #f0f0f0;
}
.markItUpHeader ul li ul {
  display:none;
  list-style-type: none;
}
.markItUpHeader ul li:hover > ul {
  list-style-type: none;
  display:block;
}
.markItUpHeader ul .markItUpDropMenu {
  background:transparent url(includes/images/markitup/menu.png) no-repeat 115% 50%;
  margin-right:4px;
  z-index: 10; /* 1000; */
}
.markItUpHeader ul .markItUpDropMenu li {
  margin-right:0px;
  list-style: none !important;
}
.markItUpHeader ul .markItUpSeparator {
  background:transparent url(includes/images/markitup/handle.png) repeat-y;
  margin:0 10px;
  width:1px;
  height:16px;
  overflow:hidden;
  background-color:#ccc;
}
.markItUpHeader ul ul .markItUpSeparator {
  width:auto; height:1px;
  margin:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
  display:none;
  position:absolute;
  list-style:none !important;
  top:22px; left:0px;
  background:#F5F5F5;
  border:1px solid #d0d0d0;
  height:inherit;
  width:120px;
}
.markItUpHeader ul ul li {
  float:none;
  border-bottom:1px solid #d0d0d0;
}
.markItUpHeader ul ul .markItUpDropMenu {
  background:#F5F5F5 url(includes/images/markitup/submenu.png) no-repeat 100% 50%;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
  position:absolute;
  top:-1px; left:120px;
}
.markItUpHeader ul ul ul li {
  float:none;
}
.markItUpHeader ul a {
  display:block;
  width:18px; height:18px;
  text-indent:-10000px;
  background-repeat:no-repeat;
  padding:3px;
  margin:0px;
}
.markItUpHeader ul ul a {
  display:block;
  padding-left:0px;
  text-indent:0;
  width:120px;
  padding:5px 2px 5px 30px;
  background-position:2px 50%;
}
.markItUpHeader ul ul a:hover {
  color:#FFF;
  background-color:#d0d0d0;
  width:inherit;
}
li.markItUpButton {
  list-style:none;
  list-style-type: none;
}

div#p9_top_posters { padding: 0px; margin: 0px; width: 100%; }
div#p9_top_posters div.p9_header { display: none; padding: 4px; }
div#p9_top_posters ul { clear: both; padding: 0; margin: 0; }
div#p9_top_posters ul li {
  list-style: none outside none;
  /* background:none repeat scroll 0 0 #F9F9F9; */
  /* border:1px solid #CFCFCF; */
  height: auto !important;
  line-height: 13px;
  margin: 2px 0 0 0; padding: 2px 0 0 0;
  overflow:hidden; }
/*
div#p9_top_posters ul li:nth-child(odd) {
  background:none repeat scroll 0 0 #e3f2fc;
} */
div#p9_top_posters ul li div.p9-outer { width: 100%; }
div#p9_top_posters ul li div.p9-user { margin-top: 3px; width: 100%; }
div#p9_top_posters ul li img.avatar {
  /* background-color: #fff;
  border: 1px solid #eee; */
  padding: 2px 6px 2px 2px; }
div#p9_top_posters ul li div.p9-avatar {
  background-color: transparent;
  float: left;
  width: auto;
  height: auto;}
div#p9_top_posters ul li div.p9-user {
  /*font-family: Helvetica,Arial,sans-serif !important;
  font-size: 14px;*/
  display: inline;
  float: left;
  font:inherit;
  padding: 4px;
  margin-bottom: auto;
  margin-top: auto;
  width: auto;}
div#p9_top_posters ul li span { font:inherit; padding-top: 4px; }
div#p9_top_posters ul li span.p9-count { color: #666; /* font-size: smaller; */ }

