﻿body
{
    font-family: Arial;
    font-size: 12px;
    color: #777;
    margin: 0;
    padding: 0;
}

/* main site structure */

#site-wrapper
{
    position: relative;
    z-index: 0;
}

#header
{
    z-index: 1;
}

#logo {
    /*position:relative;*/
    height:67px;
}

#logo img {
    position:absolute;
    bottom:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#logo img.active {
    z-index:10;
    opacity:1.0;
}

#logo img.last-active {
    z-index:9;
}

#context
{
    z-index: 0;
    margin-bottom: 18px;
}

#sub-footer
{
    height: 150px;
    text-align: center;
    font-size: 11px;
}
#sub-footer > ul
{
}
#sub-footer > ul > li
{
    display: inline;
    border-right: 1px solid #aaa;
    padding: 0 5px;
    margin: 0;
}
#sub-footer > ul > li.logo
{
    border-right: none;
}
#sub-footer > ul > li.logo img
{
    vertical-align: middle;
    margin-left: 5px;
}

#footer
{
    margin-bottom: 18px;
    font-size: 11px;
}

/* END: main site structure */

#siteinfo
{
    background-color: #F8F8F8;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px 15px 15px 0px;
    box-shadow: 0px 2px 2px 2px #eee;
    -moz-box-shadow: 0px 2px 2px 2px #eee;
    -webkit-box-shadow: 0px 2px 2px 2px #eee;
    margin-bottom: 15px;
    background: #f8f8f8 url('img/background-footer.png') no-repeat left bottom;
}

#top-menu
{
    margin: 10px 0 0 0;
}

#navigation
{
    position: relative;
    height: 70px;
}

/* menu */

/*.with-wireframes #navbar-inner
{
    margin: 1px;
    padding: 2px;
    border: 1px solid rgb(204, 204, 204);
    width: 972px;
}*/
#navbar
{
    float: right;
    z-index: 10;
    margin: 0px;
    padding: 0px;
    overflow: visible;
    word-wrap: break-word;
}
/*#navbar-inner a:visited
{
    color: rgb(0, 136, 221);
}*/
#navbar-inner > ul
{
    list-style: none;
    margin: 1px 0px 0px;
    padding: 0px;
    height: 40px;
    line-height: 39px;
}
#navbar-inner > ul > li
{
    margin: 1px -1px 0px 0px;
    padding: 0 0 5px 0;
    line-height: 1.64em;
    border-right-color: transparent;
    border-left-color: transparent;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    float: left;
    border-radius: 15px 15px 0px 0px;
}
#navbar-inner > ul > li.active
{
    background: url('/content/img/backgrounds/bg_menu.png') no-repeat bottom center;
}
#navbar-inner > ul > li.active a.nav-item
{
    color: #333;
}
#navbar-inner .nav-item
{
    padding: 10px 0px 0px 0px;
    text-align: center;
    letter-spacing: -0.03em;
    font-size: 28px;
    font-weight: bold;
    display: block;
    color: #666;
    text-decoration: none;
}
#navbar-inner .nav-promotion
{
    background-color:#fff; 
    float:right;
    width:350px;
    border-radius:10px;
    padding:10px;
    margin:0 10px; 
    box-shadow: 0 0 7px 1px #78C8BF;
}
#navbar-inner .nav-promotion img
{
    margin-right:10px;
}
.nav-item-inner
{
    background-color: #F8F6F7;
    margin: -1px 0px 0px -1px;
    padding: 15px 0px;
    border: 1px solid rgb(204, 204, 204);
    left: -9999em;
    overflow: hidden;
    position: absolute;
    z-index: 200;
    box-shadow: 0px 0px 5px #333;
    -moz-box-shadow: 0px 0px 5px #333;
    -webkit-box-shadow: 0px 0px 5px #333; /*ERIK*/
    border-radius: 10px;
}
.nav-item-inner .inner .menu-list
{
    padding:0 25px;
    float: left;
    background: url("/content/img/backgrounds/menu-shadow.png") no-repeat right top;
    min-height:150px;
}
.nav-item-inner .inner .menu-list.alpha
{
    padding-left:0;
}
.nav-item-inner > ul
{
    list-style: none;
    padding-left: 20px;
    font-weight: bold;
    float: left;
}
.nav-item-inner ul ul
{
    list-style: none;
    padding: 0px 0px 4px 5px;
    line-height: 18px;
    font-size: 11px;
    font-weight: normal;
}
#navbar-inner > ul > li:hover .nav-item-inner
{
    left: 0px;
}
#navbar-inner > ul > li.sfHover .nav-item-inner
{
    left: 0px;
}
#navbar-inner > ul > li:hover
{
    border-width: 1px 1px medium;
    border-style: solid solid none;
    border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(204, 204, 204);
    margin-top: 0px;
    box-shadow: 0px 0px 5px #333; /*background-color: rgb(255, 255, 255);*/
    background-color: #F8F6F7;
    -moz-box-shadow: 0px 0px 5px #333;
    -webkit-box-shadow: 0px 0px 5px #333; /*ERIK*/
    border-radius: 10px 10px 0px 0px;
}
#navbar-inner > ul > li.sfHover
{
    border-width: 1px 1px medium;
    border-style: solid solid none;
    border-color: rgb(204, 204, 204) rgb(204, 204, 204) currentColor;
    margin-top: 0px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.25); /*background-color: rgb(255, 255, 255);*/
    background-color: #F8F6F7;
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}
#navbar-inner > ul > li:hover > a
{
    position: relative;
    z-index: 201; /*ERIK*/
    background-color: #F8F6F7;
    border-radius: 15px 15px 0px 0px;
}
#navbar-inner > ul > li.sfHover > a
{
    position: relative;
    z-index: 201;
    background-color: rgb(255, 255, 255); /*ERIK*/
    border-radius: 15px 15px 0px 0px;
}

.nav-products .nav-item
{
    width: 125px;
}
.nav-products .nav-item-inner
{
    width: 972px;
}

.nav-themes .nav-item
{
    width: 210px;
}
.nav-themes .nav-item-inner
{
    width: 972px;
}

.nav-service .nav-item
{
    width: 165px;
}
.nav-service .nav-item-inner
{
    width: 972px;
}

.nav-portal .nav-item
{
    width: 130px;
}
.nav-portal .nav-item-inner
{
    width: 972px;
    border-radius: 10px 0 10px 10px;
}

div.inner
{
    padding: 0 10px;
}

/* END: menu */



/* begin: breadcrumbs styles */

ul#breadcrumbs
{
    margin: 0;
    list-style: none;
    padding: 19px 0;
    margin-left: 0;
}

ul#breadcrumbs li
{
    display: inline;
    float: left;
    background: url('img/icons/grey-arrow.png') no-repeat right center;
    padding-right: 10px;
    margin-right: 5px;
}
ul#breadcrumbs li.active
{
    background: none;
}
ul#breadcrumbs li.active a
{
    text-decoration: none;
}

ul#breadcrumbs a
{
    color: #777;
    text-decoration: underline;
}
ul#breadcrumbs a:hover
{
    text-decoration: none;
}

ul#breadcrumbs a.home
{
    background: url('img/icons/home.png') no-repeat left center;
    padding-left: 15px;
}

/* end: breadcrumbs styles --*/

/*-- basic style elements */
hr
{
    height: 5px;
    color: #ddd;
    /*background-color: #ddd;*/
    border: none;
    margin-bottom: 16px;
    background:url('/content/img/backgrounds/tab_shadow.png') no-repeat center;
}
hr.home
{
    margin: 0; 
    background-image: url('/content/img/backgrounds/bg_side-block-home.png');
}

blockquote
{
    font-size: 14px;
    margin: 0px;
    padding-left: 16px;
    quotes: "\2018" "\2019";
    line-height: 2em;
}
blockquote:before
{
    content: "\2018";
    font-weight: bold;
    color: #666;
    font-size: 2em;
}
blockquote:after
{
    content: "\2019";
    font-weight: bold;
    color: #666;
    font-size: 2em;
}

a img
{
    border: none;
}

p
{
    line-height: 1.5em;
}
p, h1, h2, h3, h4
{
    margin: 0 0 10px 0;
    padding: 0;
    color: #777;
}
h1
{
    font-size: 42px;
}
h2
{
    font-size: 25px;
}
h3
{
    font-size: 20px;
}
h4
{
    font-size: 16px;
    margin-bottom: 0px;
}
a
{
    text-decoration: underline;
}
a:link, a:active, a:visited
{
    color: #777;
}
a:hover
{
    text-decoration: none;
}
img.btn_close
{
    cursor: pointer;
}
a.green-link
{
    color: #009290;
    font-weight: bold;
    text-decoration: none;
    background: url('img/icons/green-arrow.png') no-repeat right center;
    padding-right: 10px;
}
a.green-link:hover
{
    text-decoration: underline;
}

a.pencil
{
    display: inline-block;
    padding-left: 20px;
    background-image: url('img/icons/pencil.png');
    background-repeat: no-repeat;
    background-position: left center;
}
a.print
{
    display: inline-block;
    padding-left: 20px;
    background-image: url('img/icons/icon-print.png');
    background-repeat: no-repeat;
    background-position: left center;
}
a.helper
{
    background-image: url('img/icons/questionmark.png');
    background-repeat: no-repeat;
    
    display: inline-block;
    height: 14px;
    width: 14px;
    margin: 0;
    padding: 0;
    line-height: 1em;

    position: relative;
    text-decoration:none;
}
a.helper.form
{
    margin:7px 10px;
}
div.tiptext
{
    margin: 0;
    padding: 10px;
    background-color: #fff;
    width: 300px;
    border-radius: 0 20px 20px 20px;
    border:1px solid #c2c2c2;
    -webkit-border-radius: 0 20px 20px 20px;
    -moz-border-radius: 0 20px 20px 20px;
    box-shadow: 0 0 5px 1px #c2c2c2;
    -webkit-box-shadow: 0 0 5px 1px #c2c2c2;
    -moz-box-shadow: 0 0 5px 1px #c2c2c2;
    font-size: 11px;
    font-weight:normal;
    color: #777;
    position: absolute;
    top: 0;
    left: 25px;
    z-index:500;
    overflow:visible;
    white-space:normal;
}
span.phone
{
    display: inline-block;
    padding-left: 20px;
    background-image: url('img/icons/phone.png');
    background-repeat: no-repeat;
    background-position: left center;
}
span.lock
{
    display: inline-block;
    padding-left: 20px;
    background-image: url('img/icons/icon-lock.png');
    background-repeat: no-repeat;
    background-position: left center;
}
span.cart
{
    display: inline-block;
    padding-left: 20px;
    background-image: url('img/icons/cart-icon.png');
    background-repeat: no-repeat;
    background-position: left center;
}
span.mail
{
    display: inline-block;
    padding-left: 20px;
    background-image: url('img/icons/icon-mail.png');
    background-repeat: no-repeat;
    background-position: left center;
}
span.account
{
    display: inline-block;
    padding-left: 20px;
    background-image: url('img/icons/icon_loggedin.png');
    background-repeat: no-repeat;
    background-position: left center;
}
span.add
{
    display: inline-block;
    padding-left: 20px;
    background-image: url('img/icons/icon_add.png');
    background-repeat: no-repeat;
    background-position: left center;
}
span.cancel
{
    display: inline-block;
    padding-left: 20px;
    background-image: url('img/icons/icon_stop.png');
    background-repeat: no-repeat;
    background-position: left center;
}
span.postpone
{
    display: inline-block;
    padding-left: 20px;
    background-image: url('img/icons/icon_postpone.png');
    background-repeat: no-repeat;
    background-position: left center;
}
span.payment
{
    display: inline-block;
    padding-left: 20px;
    background-image: url('img/icons/money_add.png');
    background-repeat: no-repeat;
    background-position: left center;
}

form
{
    display: block;
    margin: 0;
    padding: 0;
}

.hidden
{
    display:none;
}

/* end basic style elements --*/

/*-- buttons  */

a.btn_bestellen
{
    text-decoration: none;
}

input.button, a.button
{
    background-color: transparent;
    border: 0;
    font-size: 17px;
    background-image: url('img/buttons/btn_regular.png');
    padding: 0;
    background-repeat: no-repeat;
    height: 35px;
    margin: 0;
    width: 143px;
    display: inline-block;
    line-height: 1em;
    text-align: center;
    cursor: pointer;
    color: #fff;
    -webkit-appearance: push-button;
}

input.button.grey, a.button.grey
{
    background-image: url('img/buttons/btn_regular-grey.png');
}

input.button.large
{
    background-image: url('img/buttons/btn_regular-large.png');
    width: 215px;
}

input.button.large.grey
{
    background-image: url('img/buttons/btn_regular-grey-large.png');
    width: 215px;
}
input.button.add-product
{
    background-image: url('img/buttons/btn_bestellen.png');
    padding: 0 0 0 15px;
}
input.button.checked
{
    background-image: url('img/buttons/btn_checked.png');
    padding: 0 0 0 15px;
}
input.button:hover, a.button:hover
{
    background-position: 0 -35px;
}
input.button.add-product.small
{
    background-image: url('img/buttons/btn_bestel.png');
    font-size: 14px;
    height: 28px;
    width: 93px;
}
input.button.add-product.small:hover
{
    background-position: 0 -28px;
}

input.button-small
{
    background-color: transparent;
    border: 0;
    font-size: 13px;
    font-weight: bold;
    background-image: url('img/buttons/btn_verder.png');
    padding: 0;
    background-repeat: no-repeat;
    height: 21px;
    margin: 0;
    width: 78px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #fff;
    -webkit-appearance: push-button;
}
input.button-small.search
{
    background-image: url('img/buttons/btn_zoeken.png');
    padding: 0 0 0 13px;
}
input.button-small:hover
{
    background-position: 0 -21px;
}
input.button.small
{
    background-image: url('img/buttons/btn_regular-small.png');
    font-size: 14px;
    width: 87px;
}
input.button.edit
{
    background-image: url('img/buttons/btn_edit.png');
    padding: 0 0 0 15px;
}
input.button.ideal
{
    background-image: url('img/buttons/btn_ideal.png');
    padding: 0 0 0 15px;
    width: 218px;
}
.input-field.small
{
    width: 45px;
}
/* end buttons --*/

/*-- reviews block */

.review
{
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: url('img/backgrounds/tab_shadow.png') no-repeat center bottom;
}

.review .answer
{
    background-color: #f1f1f1;
    padding: 10px 30px;
    margin-bottom: 15px;
    -moz-border-radius: 35px 0px 35px 35px;
    -webkit-border-radius: 35px 0px 35px 35px;
    border-radius: 35px 0px 35px 35px;
    margin-left: 50px;
}

/* end reviews block --*/


/*-- paging */

.paging
{
    text-align: center;
    margin-bottom: 15px;
}
.paging a
{
    padding: 1px 5px;
    color: #333;
}
.paging a:hover
{
    text-decoration: none;
}
.paging a.current
{
    background-color: #777;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    -moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}

/* end paging --*/

/* form fields */

span.error-message
{
    padding: 5px;
    color: #692886;
    background-color: #FDE8F1;
    display: inline-block;
    border: 1px solid #692886;
    -moz-border-radius: 0 15px 15px 15px;
    -webkit-border-radius: 0 15px 15px 15px;
    border-radius: 0 15px 15px 15px;
}
span.field-validation-error
{
    margin-top: 5px;
    
    padding: 3px 10px;
    color: #692886;
    background-color: #FDE8F1;
    display: block;
    border: 1px solid #692886;
    -moz-border-radius: 0 15px 15px 15px;
    -webkit-border-radius: 0 15px 15px 15px;
    border-radius: 0 15px 15px 15px;
    font-weight: bold;
    width:206px;
}

table.form-table
{
    width: 100%;
    border-collapse: collapse;
}

table.form-table th
{
    font-weight: normal;
    text-align: right;
    vertical-align: top;
}
.input-field
{
    width: 206px;
    border: 2px solid #c2c2c2;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    font-size: 13px;
    padding: 3px 10px;
    color: #999;
}
span.field-validation-error.large,
.input-field.large
{
    width:230px;
}
.input-list
{
    color: #999;
    width: 230px;
    border: 2px solid #c2c2c2;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    font-size: 13px;
    padding: 2px 10px;
}
.input-field:focus, .input-list:focus
{
    color: #666;
    border-color: #858585;
}
.input-field.input-validation-error
{
    border-color: #692886;
}

span.text-and-button
{
    border: 2px solid #ccc;
    border-radius: 15px;
    background-color: #fff;
    display: inline-block;
    padding: 1px;
    margin: 0;
}
span.text-and-button input.input-field
{
    padding: 2px;
    margin: 0;
    border: none;
    background-color: transparent;
    width: 166px;
}
span.text-and-button input.button-small
{
    margin: 0;
}


/*
span.text-and-button
{
    margin: 0;
    position: relative;
    display: inline-block;
}

span.text-and-button input.button-small, span.text-and-button input.button-small
{
    position: absolute;
    right: 3px;
    bottom: 2px;
}

span.text-and-button input.input-field
{
    margin: 0;
    padding: 3px 10px;
    width: 180px;
}
*/

/* END: form fields */


/*-- product rating */

.product-rating
{
    background-image: url('img/misc/stars.png');
    height: 16px;
    width: 96px;
    display: inline-block;
}
.product-rating.stars_1
{
    background-position: 0 -16px;
}
.product-rating.stars_2
{
    background-position: 0 -32px;
}
.product-rating.stars_3
{
    background-position: 0 -48px;
}
.product-rating.stars_4
{
    background-position: 0 -64px;
}
.product-rating.stars_5
{
    background-position: 0 -80px;
}
.product-rating_small
{
    background-image: url('img/misc/stars_small.png');
    height: 11px;
    width: 65px;
    display: inline-block;
}
.product-rating_small.stars_1
{
    background-position: 0 -11px;
}
.product-rating_small.stars_2
{
    background-position: 0 -22px;
}
.product-rating_small.stars_3
{
    background-position: 0 -33px;
}
.product-rating_small.stars_4
{
    background-position: 0 -44px;
}
.product-rating_small.stars_5
{
    background-position: 0 -55px;
}

/* end product rating --*/

/*-- trustpilot form */

#trust-pilot-block
{
    position: relative;
}

.tp-rating
{
    background-image: url('trustpilot/stars.png');
    height: 21px;
    width: 113px;
    display: inline-block;
}
.tp-rating.stars_1
{
    background-position: 0 -21px;
}
.tp-rating.stars_2
{
    background-position: 0 -42px;
}
.tp-rating.stars_3
{
    background-position: 0 -63px;
}
.tp-rating.stars_4
{
    background-position: 0 -84px;
}
.tp-rating.stars_5
{
    background-position: 0 -105px;
}
.rating_small
{
    background-image: url('trustpilot/stars-small.png');
    height: 11px;
    width: 54px;
    display: inline-block;
    margin-right: 5px;
}
.rating_small.stars_1
{
    background-position: 0 -11px;
}
.rating_small.stars_2
{
    background-position: 0 -22px;
}
.rating_small.stars_3
{
    background-position: 0 -33px;
}
.rating_small.stars_4
{
    background-position: 0 -44px;
}
.rating_small.stars_5
{
    background-position: 0 -55px;
}

/* end trustpilot form --*/

/* blocks */

.product-filter
{
    background-color: #f1f1f1;
    padding: 5px 10px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px 40px 40px 40px;
    margin-bottom: 36px;
}
.product-filter ul
{
    
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 18px;
}
.product-filter ul li label
{
    cursor: pointer;
}
div.product-block
{
    position: relative;
    text-align: center;
    border: solid 1px #eee;
    margin-bottom: 15px;
    -moz-border-radius: 15px 15px 15px 0;
    -webkit-border-radius: 15px 15px 15px 0;
    border-radius: 15px 15px 15px 0;
}
div.product-block .product
{
    padding: 10px;
    height: 275px;
}
div.product-block .pricing
{
    text-align: center;
    margin-bottom: 10px;
}
div.product-block .pricing span.price-area
{
    font-size: 11px;
}
div.product-block .pricing span.price
{
    font-size: 20px;
    font-weight: bold;
}
div.product-block.small
{
    font-size: 11px;
}
div.product-block.small .product
{
    height: 200px;
}
div.product-block.small .pricing span.price-area
{
    font-size: 10px;
}
div.product-block.small .pricing span.price
{
    font-size: 16px;
}
div.product-block:hover
{
    background-color: #fde8f0;
}
div.product-block p, div.product-block ul
{
    margin: 0;
    padding: 0;
}

div.side-block
{
    margin-bottom: 15px;
    padding-top: 15px;
    background:url('/content/img/backgrounds/bg_side-block.png') no-repeat top center;
}
div.side-block .text-and-button .input-field
{
    width:115px;
}
div.side-block ul.partners li
{
    border:none;
}

ul.partners
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.partners > li
{
    margin: 0;
    padding: 0;
}
ul.partners.underlined li
{
    border-bottom: 1px solid #ccc;
}
ul.partners > li a
{
    padding: 14px 0;
    text-decoration: none;
    font-weight: bold;
}
ul.partners > li.thuiswinkel a
{
    background: url('img/misc/logo-thuiswinkelwaarborg.png') no-repeat 90px center;
    display: block;
}
ul.partners > li.tnt a
{
    background: url('img/misc/logo-tnt.png') no-repeat 90px center;
    display: block;
}
ul.partners > li.postnl a
{
    background: url('img/misc/logo-postnl.png') no-repeat 90px center;
    display: block;
}
ul.partners > li.ideal a
{
    background: url('img/misc/logo-ideal.png') no-repeat 90px center;
    display: block;
}
ul.partners > li.tno a
{
    background: url('img/misc/logo-tko.png') no-repeat 90px center;
    display: block;
}
ul.partners a:hover
{
    text-decoration: underline;
}

/* END: blocks */

ul.menu-list
{
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}
ul.menu-list li
{
    margin-bottom: 6px;
}
ul.menu-list li a
{
    color: #666;
    text-decoration: underline;
}
ul.menu-list li a:hover
{
    text-decoration: none;
}
ul.menu-list.remove-line li a
{
    text-decoration: none;
}
ul.menu-list.remove-line li a:hover
{
    text-decoration: underline;
}
ul.bullet-list
{
    margin: 0 0 15px 20px;
    padding: 0;
}
ul.bullet-list li
{
    list-style-position: outside;
    margin-bottom: 8px;
}
ul.bullet-list.checked li
{
    list-style-image: url('img/icons/list_bullit.png');
}

div.website-highlight
{
    padding: 22px 0;
}
div.website-highlight .left
{
    width: 315px;
    margin-right:3px;
}

div.website-highlight.first
{
    margin-top:55px;
    padding-top:0;
}

/* product tabs */

ul.product-tabs
{
    margin: 0;
    padding: 0;
    height: 45px;
    width: 743px;
    background: url('img/tabs/tab_shadow.png') repeat-x bottom center;
    margin-bottom: 15px;
}
ul.product-tabs li
{
    float: left;
    display: block;
    margin: 0 10px 0 0;
    padding: 13px 10px 2px 10px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 1px 2px 1px #aaa;
    background: url('img/tabs/bg_tab.png') repeat-x center top;
    height:23px;
}
ul.product-tabs li a
{
    font-size: 19px;
    color: #777;
    background-image: url('img/tabs/arrow-down.png');
    padding-right: 10px;
    background-position: right 12px;
    background-repeat: no-repeat;
    text-decoration: none;
}
ul.product-tabs li h3
{
    margin: 0;
    padding: 0;
}
ul.product-tabs li.green-tab
{
    background: url('img/tabs/bg_tab_action.png') repeat-x center top;
}
ul.product-tabs li.green-tab a
{
    color: #fff;
    background-image: url('img/tabs/arrow-down-white.png');
}
ul.product-tabs li.active
{
    background: #fff;
    padding-bottom: 6px;
    box-shadow: inset 0 1px 2px 0 #555;
}
ul.product-tabs li.active a
{
    color: #000;
    background-image: url('img/tabs/arrow-down.png');
}

/* END: product tabs */

/* ORDER PROCESS */

.order-process-list
{
    margin: 0;
    margin-bottom: 16px;
    padding: 0;
    list-style-type: none;
}
.order-process-list li
{
    margin: 0;
    padding: 0;
    width: 25%;
    float: left;    
    background-color: #eee;
    text-align:center;
}
.order-process-list li span
{
    display: block;
    margin: 10px 0;
}
.order-process-list li.alpha
{
    -moz-border-radius: 35px 0px 0px 35px;
    -webkit-border-radius: 35px 0px 0px 35px;
    border-radius: 35px 0px 0px 35px;
}
.order-process-list li.omega
{
    -moz-border-radius: 0px 35px 35px 0px;
    -webkit-border-radius: 0px 35px 35px 0px;
    border-radius: 0px 35px 35px 0px;
}
.order-process-list li.omega span
{
    border: none;
}
.order-process-list li.active
{
    background-color: #aaa;
    color: #fff;
}
.order-process-list:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* END: ORDER PROCESS */

/* Product table */

table.product-table
{
    width: 100%;
    border-collapse: collapse;
}
table.product-table thead,
table.product-table > tbody > tr
{
    /*background: url('/content/img/backgrounds/tab_shadow.png') no-repeat bottom left;*/
}
table.product-table tfoot td
{
    padding: 10px 5px;
    font-size: 18px;
    font-weight: bold;
}
table.product-table thead th
{
    text-align: left;
    padding: 10px 5px;
    white-space: nowrap;
}
table.product-table tbody td
{
    text-align: left;
    padding: 10px 5px;
}
table.product-table th.align-right, table.product-table td.align-right
{
    text-align: right;
}
table.product-table tbody td.price
{
    font-weight: bold;
}
table.product-table tbody td.discount
{
    color: #b60172;
}
table.product-table tbody td.per-month
{
    color: #b60172;
    font-size: 11px;
}
table.product-table thead th, table.product-table tbody td
{
    border-bottom: 4px solid #eee;
}
table.product-table tbody tr.editable:hover td
{
    background-color: #fde8f0;
}
table.product-table.picker tr.picked td
{
    background-color: #fde8f0;
}

/* END: Product table */

div.grey-block
{
    background-color: #f1f1f1;
    padding: 10px 15px;
    margin-bottom: 15px;
    -moz-border-radius: 35px 0px 35px 35px;
    -webkit-border-radius: 35px 0px 35px 35px;
    border-radius: 35px 0px 35px 35px;
}
div.grey-block.top-left
{
    -moz-border-radius: 0px 35px 35px 35px;
    -webkit-border-radius: 0px 35px 35px 35px;
    border-radius: 0px 35px 35px 35px;
}
div.grey-block table.product-table thead th, div.grey-block table.product-table tbody td
{
    /*border-bottom: 4px solid #ddd;*/
}

/*  THEMES */

div.theme-block img:hover
{
    opacity: 0.6;
    filter: alpha(opacity=60);
}
div.theme-block h2 a
{
    text-decoration:none;
}
.theme-filter
{
    background-color: #f1f1f1;
    padding: 5px 10px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px 40px 40px 40px;
    margin-bottom: 36px;
}
.theme-filter ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.theme-filter .header
{
    float: left; 
    width: 10%;
    margin-left:10px;
}
.theme-menu-block
{
    margin-right:40px;
    float:left;
}
/*  END: THEMES  */

/* Style Stefan */
img.btn_close
{
    cursor:pointer;
}

div.productdescription ul
{
    margin:10px 0;
    padding:0;
}
div.productdescription ul li
{
    list-style-position:inside;
}
.center-shadow
{
    background: url('/content/img/backgrounds/tab_shadow-vertical.png') no-repeat top center;
    min-height: 350px;
}
#add-product-popup .left
{
    width: 350px;
    float: left;
    padding-right: 50px;
}
#add-product-popup .right
{
    width: 400px;
    float: left;
    text-align: center;
    height: 350px;
}
.edit-order-buttons
{
    background-color: #f1f1f1;
    border-radius: 18px;
    padding: 10px 0;
    margin: 20px 0;
    color: #009290;
    font-size: 12pt;
}
.edit-order-buttons a
{
    
    text-decoration: none;
}
.green-header 
{
    width: 100%; 
    height: 32px;
    border-radius: 5px; 
    font-size: 15pt;
    background: url('/content/img/backgrounds/green-background.png') repeat-x; 
    color: White;
}
.geen-header span
{
     padding: 5px 10px;
}
.left
{
    float:left;
}
.right
{
    float:right;
}
.clear.spacer
{
    height:20px;
}
table.discount-table tr td
{
    border-bottom:0;
    padding:5px;
}
.tooltip
{
    float:left;
    margin:4px 10px;
}
.product-block.portal
{
    width: 150px; 
    height:300px; 
    float: left; 
    margin: 8px 18px;
}
.product-block.portal .product
{
    height:200px;
}

/*--- Alternative Home ---*/

div.ProductCarousel 
{
    height:390px;    
    overflow:hidden;
    margin-bottom:20px;
    position:relative;
}
div.ProductCarousel .carouselpage
{
    width:972px;
}
div.ProductCarousel ul li
{
    height:390px;    
}
div.ProductCarousel .left-block
{
    background-color:#eee;
    height:390px;
    width:582px;
    float:left;
    padding: 0 10px;
    border-radius: 0 0 0 25px;
}
div.ProductCarousel .left-block .productdescription
{
    height:110px;
}
div.ProductCarousel .left-block img
{
    margin: 0 0 0 65px;
}
div.ProductCarousel .left-block h1
{
    margin-left: 20px;
}
div.ProductCarousel .left-block .large
{
    font-size:18pt;
}
div.ProductCarousel .left-block p.large
{
    font-size:13pt;
}
div.ProductCarousel .mid-block
{
    width:210px;
    margin-right:50px;
}
div.ProductCarousel .right-block
{
    width:368px;
    float:left;
    text-align:right;
}
div.ProductCarousel .right-block img
{
    border-radius: 0 25px 25px 0;
}
div.ProductCarousel .nav
{
    position:absolute;
    bottom:30px;
    right:30px;
    z-index:500;
}

.cms-table img
{
    border-radius: 15px 15px 15px 0;
}
.home-block
{
    float: left; 
    width: 300px; 
    margin-right: 35px;
}
.home-block.last
{
    margin:0;
}
.home-block .text
{
    height:150px;
}
.bullet-nav 
{
    list-style:none;
    margin:0;
    padding:0;
}
.bullet-nav.home
{
    background-color:#fff;
    padding:7px;
    border-radius:7px;
    box-shadow:0 0 8px 0 #777;
    float:left;
}
.nav .buttons 
{
    float:left;
    margin: 0;
    padding:0;
    
        
}
.nav .buttons li
{
    display:inline;
    cursor:pointer;
}
.nav .buttons img
{
    padding:7px 0 7px 7px;
}
.bullet-nav li
{
    background: url('/content/img/misc/bullet.png') no-repeat center;
    margin:0 3px 0 0;
    display:inline;
    padding:0 5px;
    cursor:pointer;
}
.bullet-nav li.active
{
    background-image:url('/content/img/misc/bullet_active.png');
}
span.call-me-now
{
    color:#009290;
    font-size:1.1em; 
    padding: 10px 20px; 
    background: url('/content/img/icons/callmenow_phone.png') no-repeat center left;
}
