/*******************

 1 STANDARD STYLES

 2 HEADER
	 2.1 MAIN NAVIGATION
	 2.2 SUB NAVIGATION
	 2.3 TOP NAVIGATION
	 2.4 BREADCRUMS & SEARCH

 3 SHOPPING HEADER

 4 GLOBAL LAYOUT
	 4.1 PRODUCT COLLECTION LAYOUT
	 4.2 WEBSHOP LAYOUT
	 4.3 PAGINATION

 5 PROMOITEMS

 6 TOOLBAR

 7 ACCORDION

 8 DATABUILDER
 	8.1 DATABUILDER FOR PROMOITEMS
 	8.2 DATABUILDER FOR LAYOUTS
 	8.3 TABS

 9 SHOPPINGBASKET

 10 FLASH

 11 IMAGEGALLERY

 12 NEWSLETTER

 13 LIVEBOX

 14 PRETTYPHOT POPUP SCREENS

 15 GLOBAL FORMS

 16 ROUTEPLANNER

 17 REVIEWS

 18 FOOTER

 19 SITEMAP


 ONGOING: fix TODO 's 
*******************/


/*-- 1 STANDARD STYLES --*/

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, 
div, span, img, form, fieldset, legend, table, tr, td, th {
    margin: 0;  padding: 0; outline: 0;
}

html { font-size: 65.5% }

body { font-size: 1em; }

h1 {
    color: #427182;
    font-weight: normal;
    font-size: 3.1em;
    letter-spacing: 0.01em;
    line-height: 1.2em;
    float: left;
    width: 100%
}

/*Joost 5-10*/
#main h1 {
    width: 85%
}

img, fieldset { border: 0; float: right; }

a:focus, a:link, object { outline: 0; }



table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
}

table tr { border-bottom: #fff solid 1px; }

table tr.odd { background: #F2F5F7; }

table tr.even { background: #EBEFF0; }

table tr:first-child { font-weight: bold; }

table td { padding: 2px 5px; }

ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

/*-- 2 HEADER --*/

h2#logo a {
    display: block;
    min-height: 78px;
    _height: 78px; /*ie6*/
    overflow: hidden;
    text-indent: -9999em;
    width: 100%;
    background: url(../img/css/achtergronden/header.jpg) top left no-repeat;
    margin: 30px 0 0 0;
}


/*-- 2.1 MAIN NAVIGATION --*/
#navigation { position: relative; }

ul#mainNav {
    height: 34px;
    padding-left: 19px;
    list-style: none;
    overflow: hidden;
    background-color:#544A39;

}

ul#mainNav li {
    float: left;
    font-size: 12px;
    letter-spacing: 1px;
}

ul#mainNav li a:hover {
    color: #fff;
    text-decoration: none;
}

ul#mainNav a {
    color: #fff;
    display: block;
    line-height: 37px;
    padding: 0 16px;
    text-decoration: none;
    font-family:"Trebuchet MS";
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

ul#mainNav a:hover {
    text-decoration: none !important;
}

ul#mainNav .current {
    background: #FF7F00;
    color: #fff !important;
}

ul#mainNav .current a {
    background: #FF7F00;
    color: #fff !important;
    text-decoration: none !important;
}

ul#mainNav .hover { background: #888175; }


/*-- 2.2 SUB NAVIGATION --*/

#submenu {
    position: absolute;
    top: 142px;
    left: 0;
    z-index: 300;
	width: 100%;
}

#submenu .submenu_items {
	background-color: #888175;
	display: none;
	margin: 0 auto;
	padding: 0 12px;
}

#submenu .submenu_column { padding-right: 12px; }

#submenu .submenuitem {
    position: relative;
    margin: 12px 0;
}

#submenu ul.submenuitem_list > li > a {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
}

#submenu .submenuitem_img {
    position: absolute;
    top: 2px;
    left: 0;
    top: 0;
    left: 0;
    overflow: hidden;
}

#submenu a {
    color: #fff;
    font-size: 1.3em;
}

#submenu .button { padding-bottom: 12px; }

/*
	ul#nav-sub {
	    background: url(../img/css/achtergronden/header_subnav_bg.png) no-repeat bottom left;
	    list-style: none;
	    padding: 7px 0 10px 27px;
	}

	ul#nav-sub li {
	    display: inline;
	    line-height: 18px;
	    margin: 0;
	}

	ul#nav-sub li a {
	    margin: 0px 10px;
	    color: #666;
	    letter-spacing: 1px;
	    font-weight: normal;
	    font-size: 12px;
	}

	ul#nav-sub li a:hover {
	    color: #333;
	    text-decoration: none;
	}

	ul#nav-sub span, #nav-sub i {
	    background-image: none;
	    color: #333;
	    font-size: 12px;
	    font-weight: normal;
	    letter-spacing: 1px;
	}

	ul#nav-sub .current span, #nav-sub .current i {
	    background-image: url(../img/css/buttons.png);
	    color: #fff !important;
	    font-size: 10px;
	    letter-spacing: 0;
	}

	ul#nav-sub .current {
	    margin: -3px 5px;
	}

	ul#nav-sub .button {
	    color: #99D3F1;
	    font-size: 12px;
	    font-weight: normal;
	    letter-spacing: 1px;
	    margin-right: 5px;
	}


	/*-- 2.3 TOP NAVIGATION --*/

#topNav {
    position: absolute;
    top: -20px;
    right: 0px;
    height: 22px;
    list-style: none;
    overflow: hidden;
    padding: 3px 0 0 0;
}

#topNav li {
    float: left;
    font-size: 10px;
    list-style: none;
    margin-left: 5px;
}

#topNav li a {
    color: #99d3f1;
}

#langSelect {
    float: right;
    margin-right: 12px;
    padding-top: 5px;
}

#langSelect ul {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
}

#langSelect li {
    display: inline;
    font-size: 10px;
    list-style: none;
    margin-left: 5px;
}

#langSelect li a { color: #99d3f1; }

#langSelect li a.current { color: #fff; }


/*-- 2.3 BREADCRUMBS & SEARCH --- */

.searchBar form legend {
    display: none !important;
}

.searchBar form input {
    border: solid 1px #d7dee0;
    font-size: 10px;
    line-height: 14px;
    margin-right: 5px;
    width: 140px;
}

.searchBar form label {
    margin-right: 10px;
    text-align: right;
    width: 80px;
    float: left;
    line-height: 17px;
}

#searchBarTop form {
	position: relative;
	width: 120px;
}

#searchBarTop button {
    background: url(../img/css/search_top_left.jpg) no-repeat center left;
    width: 15px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
}

#searchBarTop input {
    background: url(../img/css/search_top_right.jpg) no-repeat center right;
    border: 0;
    width: 100px;
    height: 17px;
    color: #666;
    font-size: 9px;
    line-height: 15px;
    padding: 0 0 0 15px;
    margin: 0;
}

/*-- 3 SHOPPINGCART-HEADER --*/

#shoppingCart {
    color: #fff;
    font-size: 10px;
    height: 50px;
    margin: 0px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 55px;
    width: 220px;
    z-index: 2;
}

#shoppingCart .firstColumn { 
    display: block;
    float: left;
    width: 100px;
}

#v .firstColumn, #shoppingCart .secondColumn {
    padding-left: 8px;
    width: 80px;
}

#shoppingCart .secondColumn {
    width: 30px;
}

#shoppingCart .checkOut {
    position: absolute;
    top: 25px;
    left: 145px;
}

#shoppingCart p {
    line-height: 12px;
    overflow: hidden;
    width: 130px;
}

#shoppingCart h2 {
    font-size: 1.2em;
    padding: 3px 7px 0 7px;
}


/*-- 4 GLOBAL LAYOUT --*/

.fullwidth_container { width: 100%; }

#ajax_loader {
    background: url(../img/css/ajaxloader/prettyLoader.png) top left no-repeat;
    display: none;
    height: 30px;
    position: absolute;
    width: 30px;
    z-index: 30000;
}

#ajax_loader img {
    display: block;
    margin: 7px 0 0 7px;
}

p.text {  margin-bottom: 12px; }

.text ul { margin: 15px; }

.intro ul { margin-left: 15px; }

.intro ol { margin-left: 25px; }

.intro a {
    background: url(../img/css/arrows.png) no-repeat 100% 4px;
    padding-right: 23px;
}

.blogdate { font-size: 12px; color: #8B9298; font-weight: bold; line-height: 30px; }

.blog_img img { padding: 4px 12px 12px 0; display: inline-block; }

.accessibility {
    left: -9999em;
    position: absolute;
}

#productLayout { overflow: hidden; }

#main { float: left; }

/*margins of intro and text*/

.homemain .intro, .homemain .text {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.container {
    width: 100%;
    overflow: hidden;
}

.container p { margin-bottom: 12px; }

.noFloat { float: none; }

.clear {
    clear: both;
    overflow: hidden;
}

.clearline {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.overflow {
    overflow: hidden;
    width: 100%;
}

.hidden { display: none; }

.floatLeft, .left { float: left; }

.floatRight, .right { float: right; }

.center { text-align: center; }

.uppercase { text-transform: uppercase; }

.textAlignRight { text-align: right; }

.p12lr { padding: 0 12px; }

.m12tb { margin: 12px 0; }

.message { padding: 6px; }

.message h3 {  margin-bottom: 2px; }

.succes {
    color: #00AD10;
    border: #00AD10 solid 1px;
}

.alert {
    color: #f00;
    border: #f00 solid 1px;
}

.error { color: #f00; }

.spacerline {
	clear:both;
    height: 10px;
    line-height: 0;
    font-size: 0;
}

/* TODO: move to IE7 stylesheet */
.jquery-corner { height: 12px; }


/*-- 4.1 PRODUCT COLLECTION LAYOUT --*/

.viewSelector {
    float: right;
    margin: 3px 0px 5px;
    position: relative;
    right: 16px;
    top: 0;
    z-index: 2;
}

.productScrollCollection {
    display: inline;
    float: left;
    margin: 0 12px 12px 0;
    width: 100%;
}

.productCollection {
    text-align: center;
    margin: 0 auto;
    float: left;
}

/*.productScrollCollection.clickTracker,
.productCollection.clickTracker { opacity: 0.8; }*/

.productCollection.clickTracker:hover,
.productScrollCollection.clickTracker:hover {
    cursor: pointer;
    opacity: 1;
}

.promobarR .productCollection{ margin: 0 23px 12px 0; }

.productCollection.firstImageClass { float: right; }

.productCollection.firstImageClass,
.productCollection.firstImageClass .image {
    width: 301px;
    height: 294px;
    margin-right: 42px !important;
}

.productCollection.firstImageClass .information {
    width: 301px;
    min-height: 40px;
}

.productCollection.firstImageClass h2 a {
    font-size: 13px;
    line-height: 18px;
}

.price {
    color: #FF7F00;
    font-size: 23px;
    font-weight: bold;
}

.price span {
    font-size: 60%;
    margin-left: 2px;
    vertical-align: top;
}

.productCollection .price {
    line-height: 20px;
    margin-bottom: 9px;
    height: 20px;
}

.productScrollCollection .price {
    margin-bottom: 2px;
}

.js .galleryDisabled {
    border: #000 solid 1px;
    display: none;
}

del {
    background: url(../img/css/strikeThroughBlack.gif) 50% 50% no-repeat;
    color: #626262;
    font-size: 12px;
    line-height: 0.9em;
    text-decoration: none;
}

.productCollection .information, .productScrollCollection .information {
    padding:0;
    margin: 0;
    font-size: 10px !important;
    line-height: 17px;
    width: 138px;
    margin-top: -28px;
    position: relative;
    z-index: 999;
    color: #fff;
    min-height: 28px;
    text-align: left;
    background-color: #333;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;

}

/*joost 5-10*/
.information-prod{
    margin-top: 10px;
}

.productScrollCollection .information a {
    color: #FF7F00;
}

.productScrollCollection .details {
    display: inline;
    float: right;
    margin: 15px 15px 0 0;
    text-align: right;
    width: 200px;
}

.productCollection .call-to-action { margin: 2px 0 10px; }

.productScrollCollection .call-to-action { margin: 20px 0; }

.alreadyinBasket {
    color: #F76400;
    font-size: 11px;
    margin: 20px 0 -15px;
}

.TL, .TR, .BL, .BR {
    background: url(../img/css/corners.png) no-repeat;
    height: 12px;
    overflow: hidden;
    position: absolute;
    width: 12px;
}

.TL, .BL { left: 0; }

.TR, .BR { right: 0; }

.TL, .TR { top: 0; }

.BL, .BR { bottom: 0; }

.TL { background-position: 0 0; }

.TR { background-position: 0 -24px; }

.BL { background-position: 0 -72px; }

.BR { background-position: 0 -48px; }

/* TODO: fix quick and dirty fix  */
.productScrollCollection .buyBlock {
    display: inline;
    float: right;
    font-size: 12px;
    margin: -13px 0 -5px 12px;
    overflow: hidden;
    position: relative;
    padding: 20px 18px 12px;
    width: 184px;
    z-index: 4;
}

.productScrollCollection .buyBlock p {
    overflow: hidden;
    width: 100%;
}

.newProductIcon {
    height: 40px;
    left: 10px;
    position: absolute;
    top: 60px;
    width: 40px;
    z-index: 3;
}

#productDetails {
    background: url(../img/css/achtergronden/bg_buyblock.gif) repeat-y top right;
    overflow: hidden;
    margin: 18px 0 22px;
}

ol.carrousel {
    list-style: none;
    overflow: hidden;
    margin: 12px auto;
}

ol.carrousel li { float: left; }

ol.carrousel li.carrousel_video {
    margin-left: 12px;
    position: relative;
}

ol.carrousel li img {
    border: #ccc solid 1px;
    margin: 0 2px;
}

.buyBlock del { font-size: 1.9em; }

.buyBlock .price_tag_label {
    clear: both;
    float: left;
    line-height: 19px;
    margin-right: 3px;
    width: 200px;
}

.buyBlock .price_tag_webshop {
    color: #97BE0D;
    float: left;
    font-size: 50px;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    width: 200px;
}

.buyBlock .price_tag_webshop span {
    color: #97BE0D;
    font-size: 60%;
    font-weight: bold;
    margin-left: 2px;
    position: absolute;
    top: 4px;
}

.buyBlock .price_tag_discount {
    font-size: 1.3em;
    font-weight: normal;
    float: left;
    width: 200px;
    overflow: hidden;
    margin-bottom: 12px;
}

.product_ordertime, .product_tags {
    clear: both;
    font-size: 1.1em;
    line-height: 13px;
    overflow: hidden;
    width: 100%;
}

.buyBlock .product_ordertime, .buyBlock .product_tags { font-weight: bold; }

.buyBlock .product_discount, .product_ordertime, .product_tags { color: #8B9298; }

.buyBlock del, .buyBlock .price_tag_label, .buyBlock .price_tag_discount, .buyBlock .extraDetails { color: #626262; }

.buyBlock .label {
    color: #666;
    font-weight: bold;
}

.buyBlock .extraDetails {
    clear: both;
    font-size: 0.9em;
    margin-bottom: 6px;
}

ul.linklist {
    font-size: 0.9em;
    list-style: none;
    padding-bottom: 20px;
    width: 100%;
}

ul.linklist li a {
    background: url(../img/css/arrows.png) 100% -97px no-repeat;
    color: #666;
    font-weight: bold;
    padding-right: 22px;
}

.tableSpecs {
    font-size: 12px;
    line-height: 21px;
    padding: 2px 0;
    text-align: left;
}


/*-- 4.2 WEBSHOP LAYOUT --*/

.gmapTabContainer {
    /*background: #E6F4FC;*/
    padding: 6px 12px 12px;
    margin-bottom: 12px;
    height: 1%;
    overflow: hidden;
}

.gmapTabContainer p {
    color: #666;
    font-size: 11px;
    width: 100%;
    overflow: hidden;
}

.gmapTabContainer input {
    width: 150px;
    border: #b8b8b8 solid 1px;
    height: 16px;
    margin-left: 12px;
}

.gmapTabContainer .button {
    margin-top: 2px;
}

.gmapTabContainer #map {
    /*margin-top: 6px;*/
    height: 360px;
    border: #fff solid 1px;
}

.gmapTabContainer .smallMap {
    width: 390px;
    height: 260px;
}

.mini .dataholder {
    overflow: hidden;
    width: 100%;
    margin-top: 8px;
}

.gmapTabContainer form {
    margin-top: 15px;
}

.gmapTabContainer legend {
    font-size: 13px;
    color: #666;
    font-weight: bold;
    margin-bottom: 8px;
}

.gmapTabContainer label {
    width: 45px;
    font-size: 10px;
    float: left;
}

.gmapTabContainer .sort label {
    width: 145px;
    font-size: 10px;
    float: left;
}

.gmapTabContainer input.text {
    width: 120px;
    border: solid 1px #ccc;
    margin-right: 6px;
    float: left;
    height: 13px;
    line-height: 13px;
    font-size: 11px;
}

.gmapTabContainer form p {
    overflow: hidden;
    margin-bottom: 8px;
}

.gmapTabContainer .informationContainer {
    margin: 8px 25px 0 0;
}

.gmapTabContainer .informationContainer h3 {
    color: #0192dc;
    font-size: 13px;
}

.gmapTabContainer .informationContainer p {
    width: auto;
    float: none;
    font-size: 13px;
}

.gmapTabContainer .informationContainer p span {
    width: 65px;
    float: left;
}

.kvkInformation {
    font-size: 12px;
}

.kvkInformation a {
    text-decoration: underline;
}

.productScrollCollection.mini {
    font-size: 12px;
}

.productScrollCollection.mini .column {
    width: 11%;
    float: left;
    margin-right: 12px;
}

.productScrollCollection.mini .distance {
    width: 35px;
    float: left;
}

.productScrollCollection.mini h3 {
    margin-bottom: 2px;
    padding: 0;
    font-size: 13px;
    line-height: 15px;
}

.productScrollCollection.mini p {
    line-height: 16px;
}

.productScrollCollection.mini .data {
    float: left;
    margin-right: 12px;
    width: 35%;
}

.productScrollCollection.mini .image {
    margin-right: 12px;
}

.productScrollCollection.mini .price {
    color: #97be0d;
}

.productScrollCollection.mini a.tiny {
    font-size: 11px;
    color: #9E9E9E;
    background: url(../img/css/arrows.png) no-repeat 100% -115px;
    padding-right: 22px;
}

.legenda {
    color: #626262;
    overflow: hidden;
    margin: 8px 0 6px 8px;
}

.legenda a {
    color: #FF7F00 !important;
    text-decoration: underline;
}

.legenda a:hover {
    color: #FF7F00 !important;
    text-decoration: none;
}

.legenda .data {
    float: left;
    margin-right: 12px;
    width: 35%;
}

.legenda .column {
    width: 13%;
    float: left;
}

#tabs-4 .productScrollCollection .information {
    line-height: 16px;
}

#tabs-4 .productScrollCollection h2 {
    font-size: 13px;
    margin: 8px 0 2px;
}

#tabs-4 .productScrollCollection .details {
    width: 20%;
    margin: 6px 20px 0 0;
    padding: 0;
    height: auto;
}

#tabs-4 .productScrollCollection .price {
    margin: 0;
}

#tabs-4 .productScrollCollection .call-to-action {
    margin-top: 8px;
    padding: 0;
}


/*-- 4.3 PAGINATION --*/

.pagination {
    margin: 10px 0;
    overflow: hidden;
    background: #CCE9F8;
    width: 100%;
    position: relative;
    text-align: center;
}

.pagination ul {
    list-style: none;
    margin: 0;
    padding: 6px 0;
    font-size: 11px;
}

.pagination li {
    display: inline;
}

.pagination li a, .pagination li a:visited {
    padding: 2px 5px;
    background: #fff;
    text-decoration: none;
    color: #666;
}

.pagination li a:hover, .pagination li a:active {
    color: #000;
    background: #ccc;
}

.pagination li select {
    margin: 0 0 0 3px;
}

.pagination li a.activePagination {
    background: #888 !important;
    color: #FFF !important;
    cursor: default;
}

.pagination .prev {
    position: absolute;
    left: 0;
    top: 0;
    margin: 8px 0 0 10px;
}

.pagination .next {
    position: absolute;
    right: 0;
    top: 0;
    margin: 8px 10px 0 0;
}

#checkout.pagination {
    height: 42px;
    clear: both;
}

/*-- 5 PROMOITEMS --*/

#promoRandom { padding: 20px 0 10px 33px; }

#promoRandom .products {
    width: 95px;
    margin: 0 15px 0 0;
    float: left;
}


/*-- 6 TOOLBAR --*/

.toolBar {
    width: 140px;
    overflow: hidden;
    position: absolute;
    top: 22px;
    right: 327px;
    text-align: right;
}

.toolBar a {
    float: right;
    margin-left: 5px;
}

.toolBar.dynamic {
    right: 40px;
    top: 0px;
}

.toolBar.normal {
    width: 157px;
    overflow: hidden;
    text-align: right;
    margin-bottom: 5px;
}

/*joost 5-10 float, margin*/
.buttonBar {
    float: left;
/*    width: 100%;*/
    overflow: hidden;
/*    margin-top: 12px;*/
}

.buttonBar a { margin-right: 10px; }

/* -------->> Sitemap <<<----------*/
#sitemap {
    color: #fff;
    line-height: 20px;
}

#sitemap .sitemapColumn {
    float: left;
    width: 158px;
    display: inline;
    border-left: solid 1px #fff;
    padding-left: 20px;
}

#sitemap .sitemapColumn ul { list-style: none; }

#sitemap .sitemapColumn ul li {
    width: 160px;
    font-size: 11px;
    overflow: hidden;
}

#sitemap .sitemapColumn ul li a,
#sitemap .sitemapColumn li a:hover {
    color: #666;
}

#sitemap .sitemapColumn h3 {
    font-size: 13px;
    font-weight: bold;
}

#productLayout, #sitemap { padding: 0; }

.contentContainer { margin: 0 0 24px 0; }

/* -------->> Promoitems <<<----------*/
.module {
    font-size: 1.1em;
    overflow: hidden;
    margin: 0 10px 10px 0;
}

h2.module_header {
    border-bottom: 2px solid #fff;
    font-size: 19px;
    font-weight: normal;
    padding: 5px 10px 5px 0;
}

#sideWideBar h2.module_header { border: 0; }

/*joost 5-10 color, text-decoration,*/
h2.module_header a:hover { 
    color: #467081;
    text-decoration: underline;
}

.module_content { padding: 10px }

.module a { color: #467081; }

/*joost 5-10 text-decoration, color*/
.module ul li a:hover {
    color: #467081;
    text-decoration: underline ;
}

.module form, .module fieldset {
    margin: 0px;
    width: auto;
}

.module label {
    font-size: 1.1em;
    margin: 2px 0;
}

.module input {
    border: solid 1px #D7DEE0;
    font-size: 1em;
}

.module form button { margin-top: 4px; }

.module form legend { display: none; }

.module form ul li {
    overflow: hidden;
    padding: 0 0 3px 0;
    margin: 0;
}

.module .error { font-size: 1.1em; }

.module.promoCheckOut { font-size: 11px; }

.module.promoCheckOut ol { list-style: none; }

.module.promoCheckOut li img {
    width: auto;
    height: auto;
    float: left;
}

.module.promoCheckOut ol li a { display: block; }

.promo.promoCheckOut ol li {
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.module.promoCheckOut p {
    width: 100%;
    overflow: hidden;
    margin: 0 0 5px 0;
    color: #E5E5E5;
}

.module.promoCheckOut .price {
    float: right;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.module.promoCheckOut .remove { float: right; }

.module.promoCheckOut .total { font-weight: bold; }

#promoTab { overflow: hidden; }


/*-- 7 ACCORDION --*/

/*
#accordion {
    margin-top: 12px;
    font-size: 12px;
}

#accordion div {
    padding-left: 25px;
}

#accordion h3 {
    cursor: pointer;
    line-height: 20px;
    padding-left: 25px;
    background: url(../img/databuilder/arrow_right.png) no-repeat top left;
}

#accordion h3.open {
    background: url(../img/databuilder/arrow_down.png) no-repeat top left;
}

.js #accordion div {
    display: none;
}

#accordion .ui-icon {
	background-image: none;
}

#accordion h3 a {
	font-size: 1.5em;
}
*/

/*-- 8 DATABUILDER --*/

/*-- 8.1 DATABUILDER FOR PROMOITEMS --*/

.module .navigationComplex div a {
    cursor: pointer;
    display: block;
    color: #FFF;
    border-bottom: solid 1px #FFCB80;
    font-size: 12px;
    line-height: 22px;
    padding: 3px 12px;
}

.module .navigationComplex div a:hover {
    text-decoration: none;
    color: #666;
}

.module .navigationComplex div div a {
    display: block;
    color: #fff;
    border-bottom: solid 1px #fff;
    font-size: 11px;
    line-height: 15px;
    padding: 3px 26px;
}

.module .navigationComplex div div div div a {
    display: block;
    color: #7A7758;
    border-bottom: solid 1px #FF9700;
    font-size: 11px;
    line-height: 15px;
    padding: 3px 26px;
}

.module .navigationComplex .levelContainer {
    overflow: hidden;
}

.module .highlight {
    color: #FFF !important;
    background: #FF7F00;
}

.module .active {
    background: url(../img/databuilder/arrow_closed_xlarge.png) center right no-repeat;
}

.module .open {
    background: url(../img/databuilder/arrow_opened_xlarge.png) center right no-repeat;
    color: #666 !important;
}


/*-- 8.2 DATABUILDER FOR LAYOUTS --*/

.navigationComplex div a {
    cursor: pointer;
    display: block;
    color: #FFF;
    border-top: solid 1px #FFCB80;
    font-size: 12px;
    line-height: 22px;
    padding: 3px 12px;
}

.navigationComplex div a:hover {
    text-decoration: none;
    color: #666;
}

.navigationComplex div div a {
    display: block;
    color: #fff;
    border-top: solid 1px #fff;
    font-size: 11px;
    line-height: 15px;
    padding: 3px 26px;
}

.navigationComplex div:first-child a {  border-top: none; }

.navigationComplex div div div div a {
    display: block;
    color: #7A7758;
    border-bottom: solid 1px #FF9700;
    font-size: 11px;
    line-height: 15px;
    padding: 3px 26px;
}

.navigationComplex .levelContainer { overflow: hidden; }

.highlight {
    color: #FFF !important;
    background: #FF7F00;
}

.active {
    background: url(../img/databuilder/arrow_closed_xlarge.png) center right no-repeat;
}

.open {
    background: url(../img/databuilder/arrow_opened_xlarge.png) center right no-repeat;
    color: #666 !important;
}

.loading {
    background: url(/plugins/databuilder/img/loader.gif) no-repeat center right;
    margin-right: 20px;
    outline: none;
}


/*-- 8.3 TABS --*/

#tabs {
    clear: both;
    position: relative;
    top: 0;
    right: 0;
}

#relativeProducts h3 {
    font-size: 1.4em;
    color: #97BE0D;
    margin-top: 20px;
    margin-bottom: 10px;
}

.match {
    margin-top: 5px;
    color: #ff7f00;
    float: right;
}

/*- 9 SHOPPINGBASKET --*/

.checkOutContainerOdd {
    padding: 8px 5px 4px 10px;
    background: #FFF;
}

.checkoutContainerEven {
    padding: 8px 5px 4px 10px;
    background: #f6f6f6;
}

.checkOutContainerTotal {
    margin: 15px 0 10px 0;
    padding: 5px 0 8px 8px;
    border-top: 1px solid #e2e2e2;
    background: #f6f6f6;
}

.checkOutContainerOdd, .checkoutContainerEven, .checkOutContainerTotal {
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    border-bottom: 1px solid #e2e2e2;
}

.checkOutContainerTotalHolder {
    width: 30%;
    margin: 0 0 0 475px;
    overflow: hidden;
    position: relative;
}

.checkOutContainerTotal .totalArticles {
    border-bottom: 1px dotted #8b8b8b;
    padding: 0 0 2px 0;
    margin: 0 0 4px 0;
}

.checkOutContainerTotal .subTotal {
    padding: 0 0 2px 0;
    margin: 0 0 2px 0;
}

.checkOutContainerTotal .freightCosts {
}

.checkOutContainerTotal .totalAmount {
    border-top: 1px dotted #8b8b8b;
    padding: 2px 0 0 0;
    margin: 4px 0 0 0;
}

.checkOutContainerTotal .priceHolder {
    position: absolute;
    right: 0px;
    width: 100px;
    text-align: right;
}

#checkOut {
    border-top: 1px solid #e2e2e2;
}

#checkOut .article, #checkOut .amount, #checkOut .price {
    float: left;
    margin-right: 10px;
    display: block;
}

#checkOut .article a {
    color: #626262;
    text-decoration: underline;
}

#checkOut .article img {
    float: left;
    margin: 0 10px 6px 0;
}

#checkOut .bold {
    font-weight: bold;
    color: #333;
}

#checkOut .article {
    width: 50%;
}

#checkOut .amount {
    text-align: left;
    width: 8%;
}

#checkOut .action {
    width: 10%;
    float: right;
    display: block;
    margin-right: 10px;
}

#checkOut .price {
    width: 10%;
    font-size: 12px;
    color: #333;
}

#shoppingcardSteps {
    margin: 0 0 20px 0;
    padding: 5px 0;
    background: #f6f6f6;
    border-bottom: 1px solid #e2e2e2;
}

#shoppingcardSteps li {
    font-size: 13px;
    margin: 0 0px 6px 12px;
    display: inline;
}

#shoppingcardSteps li.active {
    background: #fff;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #FFF;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

.shoppingFieldset {
    width: 350px;
    margin: 0 24px 12px 0;
    float: left;
    border: none;
}

.shoppingFieldset ul {
    list-style: none;
    padding: 10px 0;
}

.shoppingFieldset li {
    overflow: hidden;
    padding: 5px 0;
    font-size: 10px;
}

.shoppingFieldset label {
    float: left;
    display: inline;
    width: 120px;
    font-size: 12px;
}

.shoppingFieldset label.inline {
    float: none;
    width: auto;
    cursor: pointer;
    vertical-align: middle;
}

.shoppingFieldset.alternative {
    margin: 0 0 0 -24px;
}

.js #alterAfleveradres {
    display: none;
    margin: 0;
}

#clientInformation {
    margin: 0 0 12px 0;
    overflow: hidden;
}

#alterClient {
    float: right;
    margin: 0;
    overflow: hidden;
}

#clientInformation input, #alterAfleveradres input {
    width: 200px;
    border: solid 1px #b8b8b8;
    height: 14px;
}

#clientInformation textarea {
    width: 200px;
    height: 80px;
    border: solid 1px #b8b8b8;
}

.radioFloater { /*safaribug fix, radiobtns */
                float: left !important;
                width: 30px !important;
}

.continueShopping {
    margin-top: 15px;
    text-align: center;
}

#payMethodFieldset input {
    float: left;
}

#payMethodFieldset label img {
    float: left;
    margin: -5px 5px 0 5px;
}


/*-- 10 FLASH --*/

.flashHolder {
    margin: 12px 0;
}


/*-- 11 IMAGEGALLERY --*/

ul#imageGallery {
    list-style: none;
    margin: 0 0 10px 0;
    overflow: hidden;
}

ul#imageGallery li {
    width: 140px;
    height: 105px;
    display: block;
    float: left;
    margin: 0 5px 5px 0;
}

ul#imageGallery li img {
    width: 140px;
    height: 105px;
}


/*-- 12 NEWSLETTER --*/

.js #newsLetterSignOut {
    display: none;
}

#newsLetterSignOut .alert {
    font-size: 12px;
    line-height: 14px;
    width: 395px;
    margin: 10px 0;
    display: none;
}

form#newsLetterSignOut, form#newsLetterSignUp {
    width: 430px;
}

#continue, .continue {
    float: left;
    margin-top: 12px;
    font-size: 10px;
}

#continue a, .continue a {
    color: #000;
    font-weight: bold;
}

.contactBtn {
    margin-right: 30px;
}


/*-- 13 LIVEBOX --*/

#livebox {
    margin: 12px 0;
    width: 100%;
    overflow: hidden;
}

.livemessage h3{
	font-size: 10px;
	color: #544A39;
}

.livemessage.reactie {
    font-size: 12px;
    padding: 0px 10px 15px 12px;
    margin-bottom: 3px;
     width:98%;
}

.livemessage.reactie.oneven {
    background: #F7F7F7;
    float: left;
}

.livemessage.reactie.even {
    background: #EFEFEF;
    float: left;
   
}

.livemessage.reactie p.user {
    color: #9e9e9e;
    font-size: 90%;
}

.livemessage.reactie p.user span {
}

.livemessage.reactie p {
    font-size: 12px;
    margin-bottom: 8px;
}

#LiveMessageForm input.text, #LiveMessageForm textarea {
    width: 300px;
}

#LiveMessageForm input.text, #LiveMessageForm textarea {
    border: 2px solid #b2b2b2;
    font-size: 100%;
    color: #666;
    background: #fff;
    font-family: Trebuchet MS;
}

#LiveMessageForm .label {
    color: #666;
    font-size: 12px;
    font-family: Trebuchet MS;
}

/*-- 14 PRETTYPHOT POPUP SCREENS --*/
#popUp {
    color: #666;
    padding: 0;
    font-size: 12px !important;
    font-family: "Trebuchet MS";
}

#popUp h2 {
    color: #0192dc;
}

#popUp h3 {
    margin-top: 12px;
}

#popUp p {
    margin: 3px 0 3px 0;
}

#popUp .shareContainer {
    margin: 12px 0 3px 0;
}

#popUp .shareContainer li {
    margin: 0 0 4px 0;
    display: block;
}

#popUp .shareContainer li img {
    margin: 0 6px 0px 0;
}

#popUp a {
    color: #666;
}

#popUp form fieldset {
    width: 400px;
}

#popUp form input, #popUp form textarea {
    width: 230px;
}

#popUp .small {
    font-size: 10px;
}

#popUp #continueShopping {
    margin-left: 50px;
}

#tellaFriendMessage {
    margin: 12px 0;
    font-size: 11px;
    width: 350px;
}


/*-- 15 GLOBAL FORMS--*/

fieldset textarea:focus, fieldset input.text:focus, fieldset input[type =
"text"]:focus {
    background: #f0f8fd;
}

fieldset input[type =
"checkbox"], fieldset input[type = "radio"] {
    font-size: 11px;
    border: none !important;
    width: 14px !important;
    height: 14px !important;
}

fieldset legend {
    color: #0192dc;
    font-weight: normal;
    font-size: 1.6em;
    line-height: 1;
}

fieldset ul {
    list-style: none;
    padding: 10px 0;
    width: auto;
}

fieldset li {
    overflow: hidden;
    padding: 5px 0;
    font-size: 10px;
    width: 100%;
    list-style: none;
}

fieldset label {
    float: left;
    display: inline;
    width: 120px;
    font-size: 12px;
}

fieldset label.inline {
    float: left;
    width: auto;
    cursor: pointer;
    vertical-align: middle;
}

fieldset input.text {
    margin-right: 5px;
    height: 20px;
}

/*joost 5-10 width*/
fieldset textarea, fieldset input.text {
    width: 367px;
}

fieldset input.textSmall {
    width: 150px;
    margin: 0 5px 2px 0;
    height: 20px;
}

fieldset textarea, fieldset input.text, fieldset input.textSmall {
    border: 2px solid #b2b2b2;
    font-size: 1.2em;
    color: #666;
    background: #fff;
}

div.form-container {
    margin-top: 12px;
    font-size: 12px;
    overflow: hidden;
}

p.legend {
    margin-bottom: 1em;
    font-size: 11px;
}

p.legend em {
    color: #C00;
    font-style: normal;
}

/*
 div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC;  }
 div.errors p { margin: 0; }
 div.errors p em { color: #C00; font-style: normal; font-weight: bold; }
*/

div.form-container form {
    margin: 0;
    padding: 0;
}

div.form-container form p {
    margin: 0;
}

div.form-container form p.note {
    margin-left: 130px;
    font-size: 90%;
    color: #333;
}

div.form-container form p.error {
    margin: 2px 0 0 160px;
}

div.form-container form fieldset {
    margin: 12px 0;
    padding: 12px 0;
}

div.form-container form legend, #LiveMessageForm legend {
    color: #0192dc;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

div.form-container form fieldset div {
    padding: 0.25em 0;
}

div.form-container label, div.form-container span.label {
    margin-right: 10px;
    padding-right: 10px;
    width: 110px;
    display: block;
    float: left;
    text-align: left;
    position: relative;
}

div.form-container label.error, div.form-container span.error {
    color: #C00;
}

div.form-container label em, div.form-container span.label em {
    position: absolute;
    right: 0;
	top:0;
    font-size: 120%;
    font-style: normal;
    color: #C00;
}

div.form-container input.error {
    border-color: #C00;
    background-color: #FEF;
}

div.form-container input:focus, div.form-container input.error:focus, div.form-container textarea:focus {
    background-color: #FFC !important;
    border-color: #FC6 !important;
}

div.form-container div.controlset label, div.form-container div.controlset input {
    display: inline;
    float: none;
}

div.form-container div.controlset div {
    margin-left: 130px;
}

div.form-container div.buttonrow {
    margin-right: 40px;
}

div.form-container textarea, div.form-container input.text {
    width: 430px;
}

div.form-container textarea, div.form-container input.text {
    border: 2px solid #b2b2b2;
    font-size: 100%;
    color: #666;
    background: #fff;
    font-family: Trebuchet MS;
}

#registerform span.label, #registerform label,
#customerform span.label,  #customerform label { width: 135px; }

/*-- 16 ROUTEPLANNER ------ */

/*directions gMaps form*/
#show-directions {
    width: 100%;
    margin-bottom: 6px;
}

#show-directions fieldset label {
    width: 45px;
    float: left;
}

#show-directions fieldset input.text {
    width: 35%;
    border: 2px solid #b2b2b2;
    margin: 2px 5px 2px 0;
    font-size: 1.2em;
    color: #666;
    background: #fff;
    height: 20px;
    float: left;
    line-height: 20px;
}

.gSubmit { margin-right: 10px; }

#map h3 {
    font-size: 14px;
    color: #000;
}

#map .GAddress {
    margin: 2px 0 0 0;
    font-size: 12px;
    color: #333;
}

#map .GInfo { margin-top: 2px; }

#map-text {
    margin-top: 12px;
    clear: both;
}

.gmapIcon {
    width: 23px;
    height: 23px;
    display: block;
    text-align: center;
    color: #FFF;
    background: url(/img/gmap/gmap_icon_selector.png) no-repeat;
}


/*-- 17 REVIEWS --*/

.reviews .linklist {
    padding-bottom: 12px;
    list-style: none;
}

.review_item { padding: 18px 0 12px; }

.review_item_header {
    background: url(../img/css/achtergronden/review_item_header_bg.jpg) repeat-x left 1px;
    border-top: #ccc solid 1px;
    border-bottom: #f4f7f8 solid 2px;
    padding: 12px 0 0 12px;
}

.review_item_header h3 { 
    color: #ff7400;
    padding-right: 12px;
}

.review_item_header .review_item_details { 
    list-style: none;
    padding: 6px 0 12px;
}

.review_item_details li {
    border-left: #e0e4e7 solid 1px;
    height: 1em;
    list-style: none;
    padding: 0 7px;
}

.review_item_details li:first-child {
    border: 0;
    padding-left: 0;
}

.review_item_assessments,
.review_item_assessments p { padding: 12px 0; }

.review_item_assessments p {
    border: #f4f7f8 solid;
    border-width: 2px 0;
    margin-top: 12px;
}

.review_subject, .review_item_details li,
.strength, .weakness {
    color: #626262;
    font-size: 0.9em;
    padding-bottom: 1px;
}

.review_stars {
    margin-right: 14px;
    padding: 0;
}

.star_full, .star_half, .star_empty { 
    background: url(../img/css/iconen.png) no-repeat -380px -60px;
    height: 14px;
    width: 16px;
}

.star_half { background-position:  -380px -90px; }

.star_full { background-position: -380px -120px; }

.review_stars_active div {
    cursor: pointer;
    float: left;
}

.review_item_sw {
    padding: 12px 0;
    width: 50%;
}

.strength span, .weakness span {
    background: url(../img/css/iconen.png) no-repeat -120px -88px;
    display: inline-block;
    height: 12px;
    padding-left: 6px;
    width: 12px;
}

.weakness span { background-position: -350px -88px; }

/*-- 18 FOOTER --*/

#footer {
    position: relative;
    height: 40px;
    overflow: hidden;
}

#payoff {
    position: absolute;
    width: 100%;
    height: 51px;
    top: 0;
    right: 12px;
    background: url(../img/css/payoff.png) no-repeat top right;
}

#payoff a {
    display: block;
    text-indent: -9999em;
    overflow: hidden;
    height: 51px;
}

#addressLine {
    position: relative;
    z-index: 2;
    padding: 12px 0;
    text-align: center;
}

#addressLine a {
    color: #ff7f00;
    font-weight: bold;
}

#addressLine ul li {
    display: inline;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px #A8A8A8 solid;
}

#colofon {
    color: #777;
    text-align: center;
}

#colofon a {
    color: #777;
}

#footerMenu {
    width: 100%;
    overflow: hidden;
    margin:0;
    font-size: 1.0em;
    padding: 10px 0;
}

#footerMenu h3 { margin-bottom: 6px; }

#footerMenu .block {
    float: left;
    margin: 0;
}

#footerMenu .block > div {
    padding: 0 12px 0 0;
}

#footerMenu a {
    display: block;
    font-size: 1.1em;
    width: 100%;
    color: #666;
}

/*-- 19 SITEMAP --*/

#sitemap {
    width: 100%;
    overflow: hidden;
    color: #97AFB3;
    font-size: 12px;
    line-height: 20px;
}

#sitemap ul {
    float: left;
    width: 168px;
    margin: 0 12px 12px 0;
}

#sitemap ul li {
    list-style: none;
}

#sitemap ul li a {
    color: #97AFB3;
}

#sitemap ul li a:hover {
    color: #6A8D93;
}

#footerMenu ul {
    float: left;
    margin: 0;
    padding: 0 24px 0 0;
    width: 180px;
    list-style: none;
}

#footerMenu ul a {
    display: block;
    font-size: 1.1em;
    width: 100%;
    color: #666;
    font-weight: bold;
}

#footerMenu ul ul {
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
}

#footerMenu ul ul a {
    padding: 4px 0 1px 0;
    font-size: 11px;
    font-weight: normal;
}

#footerMenu ul ul ul a {
    font-size: 1em;
    font-weight: normal;
    padding: 1px 0 2px 0;
}




#tabs .accordion, #tabs .accordion2 {font-family: arial;clear: both; /*clear: both: willemfix op verzoek van frenzy*/ }
#tabs .accordion h3, #tabs .accordion2 h3{ font-weight: normal; font-size:13px; color:#736357; line-height:19px; padding:0 0 0 15px; background: url(../img/css/accordion_h3.gif) no-repeat;  }
#tabs .accordion h3.arrow_down, #tabs .accordion2 h3.arrow_down{ background-position: left -60px;}
#tabs .accordion h3:hover, #tabs .accordion2 h3:hover{ cursor: pointer; }
#tabs .accordion div, #tabs .accordion2 div  { color:#BFAB9F; font-size:13px; margin:0 0 3px 0; padding:0 0 0 15px;}

.promoList.module .module_content { padding-top: 0; }


#header_slogan {
    position: absolute;
    right: 12px;
    top: 16px;
}

#header_slogan p {
    font-family: Arial;
    font-size: 21px;
    line-height: normal;
    text-align: right;
    color: #fff;
    letter-spacing: 0.01em;
}


/*-- 21 SOCIALMEDIA BUTTONS --*/

.socialmedia_toolbar a {
	background: url(../img/css/iconen.png) no-repeat;
	width: 16px;
    height: 16px;
	margin-left: 5px;
}

a.toolbar_youtube { 
	background-position: -6px -210px;
	width: 40px;
}

.socialmedia_toolbar_content {
	width: auto;
	float: left;
}

a.toolbar_youtube:hover { background-position: -6px -180px; }

a.toolbar_twitter:hover { background-position: -6px -150px; }

a.toolbar_twitter { background-position: -6px -120px; }

a.toolbar_twitter:hover { background-position: -6px -150px; }

a.toolbar_facebook { background-position: -30px -120px; }

a.toolbar_facebook:hover { background-position: -30px -150px; }

a.toolbar_linkedin { background-position: -60px -120px; }

a.toolbar_linkedin:hover { background-position: -60px -150px; }

a.toolbar_rss { background-position: -90px -120px; }

a.toolbar_rss:hover { background-position: -90px -150px; }

a.toolbar_hyves { background-position: -120px -120px; }

a.toolbar_hyves:hover { background-position: -120px -150px; }



/*joost 5-10 padding*/
.fullwidth_container_sideWideBar{
    background: #7B7366;
    height: 292px;
    padding: 5px 0 10px 0;
}

.fullwidth_container_header{
    background: url(../img/css/achtergronden/bg.jpg) repeat-x bottom;
}

.fullwidth_container_banner{
    background: #FFF url(../img/css/achtergronden/banner_bg.jpg) repeat-x center 8px;
}

.fullwidth_container_footer{
    background: #EEEAE2;
    min-height: 140px;
    _height: 140px;
}

#tabs p{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

.toolbar_prod{
    position: absolute;
    top: -19px;
    right: -326px;
}

fieldset label{
    width: 100%;
    margin-top: 5px;
}

fieldset{
    width: 400px;
}

#question{
    width: 400px;
    float: left;
}

.voorwaarde{

}

.vacatures h2{
    float: left;
    width: 492px;
}

.vacatures p{
    float: left;
    width: 492px;
    margin-left: 8px;
}

.vacatures img{
    margin-bottom: 10px;
}

.floatingTab img{
    margin-right: 12px;
}

#tabs-4 img{
    margin-right: 12px;
}

.information-prod p{
    margin-left: 12px;
    width: 390px;
    float: left;
}

/*joost 5-10 right*/
#nieuwsbriefTop{
    position: absolute;
    top: -17px;
    right: 0;
}
#adver_news{
    float: left;
    margin-bottom: 24px;
}

#adver_news h2{
    color: #FF7F00;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    line-height: 35px;
    width: 769px;
}

#adver_news li{
    display: block;
    margin-bottom: 25px;
}

#adver_news p{
    font-size: 12px;
    font-family: Arial;
    letter-spacing: 0.01em;
    line-height: 17px;
}

#adver_news span{
    font-size: 10px;
    font-family: Arial;
    font-weight: bold;
    font-style: normal;
    opacity: 0.4;
}

#adver_news img{
    margin: 0 10px 0 0;
}

.adver_logo{
	height: 100px;
	float: left;
}

.adver_logo img{
	margin: 0 15px 15px 0;
}

/*joost 5-10 font-weight*/
.fullwidth_container_sideWideBar h3{
    color: #fff;
    font-size: 31px;
    font-weight: normal; 
    margin-top: 10px;
}

#collection_links{
    float: left;
    width: 100%;
}

#collection_links h2{
    color: #FF7F00;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    line-height: 35px;
}

#collection_links a{
    color: #3F3F3F;
    font-family: Arial;
    font-size: 12px;
    line-height: 30px;
}

/*joost 5-10 postion, margin top*/
#collection_links_btn{
    float:right;
    margin-right:41px;
    position: relative;
    top: 7px;

}

/*joost was hier 28-09-10*/

#module430 h2 {
    border: 0;
    padding: 0;
    margin: 0;
}

#module430 .module_content,
#module433 .module_content,
#module434 .module_content,
#module435 .module_content
{ padding: 0 10px 10px 0 ;}

#module424 h2 {
    padding-left: 38px;
}

.collection_item_description {
    font: 12px;
}

/*joost 5-10 postion*/
.productScrollCollection h2 a {
    position: relative;
    left: 12px;
}

#infotext_adv {
    color: #3f3f3f;
    font-size: 14px;
    line-height: 22px;
}

/*-- 20 FITLINXX --*/

	/*-- 20.1 REGISTRATION FORM --*/

	form#fitlinxxForm .formrow { padding: 4px; }

	/*-- 20.2 LOGIN --*/

	#fitlinxx_login {
		background-color: #534a38;
		color: #fff;
		display: none;
		-moz-border-radius-bottomleft: 12px;
		-moz-border-radius-bottomright: 12px;
		-webkit-border-bottom-right-radius: 12px;
		-webkit-border-bottom-left-radius: 12px;
		padding: 4px 10px 6px;
		position: absolute;
		top: -30px;
		right: 0;
		width: 266px;
		z-index: 999;
	}

	#fitlinxx_login h2 { padding-bottom: 4px; }

	#fitlinxx_password { position: relative; }

	#fitlinxx_password input {
		position: absolute;
		top:0;
		left: 0;
	}

	#fl_password { display: none; }

	#fitlinxx_login input, #fitlinxx_password {
		margin-right: 8px;
		width: 85px;
	}

	#fitlinxx_close { cursor: pointer; }

	#fitlinxx_login button { margin-top: 4px; }

	#fitlinxx_login button span { padding-left: 6px; }

	#fitlinxx_login a#register, #fitlinxx_login a#register:hover {
		color: #fff;
		font-weight: bold;
		line-height: 19px;
	}

	p.collection_item_intro span {
		background-color: #FF7F00;
		color: #FFF;
	}
