* {
    outline:0;
}


hr {
    margin: 20px 0 30px 0;
    border: none;
    border-top: 1px solid #000;
    height: 1px;
}


/* general image settings */
img {
    border: none;
}

h1{
    text-transform: uppercase;
    font-weight: normal;
}

h2 {
    font-weight: 100;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 10px 0 20px 0;
}

h3 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

/* general body */
body {
    margin: 0 auto;
    height: 100%;
    font-size: 14px;
    color: #000;
    font-family: helvetica, arial, sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

a {color:inherit;
    text-decoration: none;
}

.red {
    color: red;
}

.columns {
    float: left;
    margin: 0 0 40px 0;
    padding: 0 20px;-moz-binding;
    line-height: 25px;
    -moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari and Chrome */
    column-count:2;

    -moz-column-gap:70px; /* Firefox */
    -webkit-column-gap:70px; /* Safari and Chrome */
    column-gap:70px;
}
/*
#fancybox-overlay {
    position: absolute;
    top: 0;
}

.fancybox-opened {
    z-index: 999!important;
}*/

/* ####################  P A G I N A  ##################### */

#container {
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* #################### N E W S L E T T E R ################# */

#newsletter {
    margin: 0 auto 0 auto;
    width: 960px;
    font-size: 12px;
    position: relative;
    margin-top: 80px;
}

#newsletter li {
    margin: 0 5px 0 0;
    height: 30px;
    float: left;
    list-style: none;
    position: relative;
}

#newsletter_form {
    padding: 20px 0 0 0;
    background: #000;
    height: 80px;
    color: #fff;
}

.newsletter_container ul {
    float: none!important;
}

.newsletter_subtitle {
    margin: 0 30px 0 20px;
    float: left;
    width: 320px;
}

.newsletter_top h2 {
    display: none;
}

#checkholder {
    margin: 10px 0 0 365px;
}

.newsletter_list input[type="text"]{
    border: none;
    padding-left:5px;
    padding-right:28px;
    height:30px;
    background: #fff;
    color: #3d072d;
    font-size: 12px;
    outline: none;
    width:190px;
    font-family: Arial;
}

.newsletter_list input[type="submit"] {
    margin: 0;
    border: none;
    background-color: #FFF;
    height:30px;
    width:112px;
    font-family: 'helvetica';
    font-size: 15px;
    cursor: pointer;
}

.errorMessage {
    /*
    bottom: -40px;
    color: #FF0000;
    left: 8px;
    position: absolute;
    */
}

/* ####################  H E A D E R  ##################### */

#top {
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#header {
    margin: 0 0 5px 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    height: 115px;
    width: 960px;
    position: relative;
    color: #000;
}

#logo {
    margin: 30px 0 0 0;
    padding: 0;
    height: 68px;
    width: 292px;
    background-image: url("images/logo.png");
    float: left;
}

#logo a {
    display: block;
    width: 100%;
    height: 100%;
}

#searchfield {
    margin: 0;
    padding: 0;
}

#products_header {
    margin: 13px 0 0 0;
    padding: 0;
    float: left;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
}

.arrow-down {
    width: 0;
    height: 0;
    float: right;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
}

#products_header li {
    margin: 0 0 0 25px;
    padding: 0;
    float: left;
    position: relative;
    list-style: none;
    line-height:0.9;
}

#products_header nav ul ul li {
    margin: 0;
}

#mobilemenu {
    display: none;
}

#mobilemenu_btn {
    display: none;
}

#menu {
    margin: 35px 0 0 25px;
    height: 32px;
    float: left;
    text-transform: uppercase;
    width: 600px;
}

#menu ul {
    float: left;
}

#menu .shoppingbag {
    float: none;
}
#menu li {

    margin: 0 15px 0 0;
    padding: 0;
    float: left;
    position: relative;
    list-style: none;
    font-size: 12px;
}

#menu a {
    font-weight: 400;
    color: #000;
}

#menu a:hover {
    border-bottom: 2px solid #000;
}

#menu nav li ul a:hover {
    border-bottom: none;
}

#menu a:active {

}

#menu nav li ul a {
    font-size: 10px;
    /*padding: 10px 10px;
    margin: 0 20px 0 0;*/
}

#menu nav ul .regionmenu {
    padding: 0;
    background-color: #000;
}

#menu nav ul .regionmenu li:hover {
    background-color: #000;
}

#menu nav ul .regionmenu li:hover a{
    color: #FFA500;
}

nav a {
    color: #000;
}

nav ul ul {
    /*display: none;*/
}

nav ul li:hover > ul {
    /*display: block;*/
    display: none;
}

nav ul ul {
    padding: 24px 0 0 0;
    position: absolute; top: 100%;
    background-color: #fff;
    z-index: 999;
}

nav ul ul li {
    float: none;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    height: 30px;
}

nav ul ul li a {
    font-size: 13px;
    color: #000;
    padding: 10px 20px;
    /*float: left;
    width: 100%;*/
}

nav ul ul li:hover {
    background: #f4f4f4;
}

.added-to-cart {
    position: absolute!important;
    margin-left: 1px!important;
    margin-top: 30px;
    border: 1px solid #D9D9D9;
}

.added-to-cart-list {
    display: block;
    background-color: #fff;
    position: relative;
}

#menu .bold {
    font-weight: bold;
    margin-right: 20px;
}

.bold img{
    position: absolute;
    left: -20px;
    top: -6px;
}


.search{
    margin: 25px 0 0 30px;
    position: absolute;
    overflow: hidden;
    width: 120px;
    height: 30px;
    border: none;
    right: 0;
    top: 0;
}

.search input{
    margin: 0;
    padding: 0 0 0 10px;
    position: relative;
    float: left;
    overflow: hidden;
    width: 110px;
    height: 30px;
    background-image: url("images/search-balk.png");
    background-position: right top;
    border: none;
}

.search_button input[type="submit"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 20px;
}

#broodplank {
    margin: 0;
    width: 100%;
    height: 45px;
    float: left;
    background-color: #000;
}

#broodplank_slider {
    margin: 0;
    width: 100%;
    height: 0px;
    background-color: #000;
}

#huisje {
    padding: 0;
    height: 23px;
    width: 25px;
    background-image: url("images/broodkruimel.png");
    background-repeat: no-repeat;
    background-position: right 0px;
    float: left;
    padding-left:20px;
}

#breadcrumbs {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    width: 974px;
    color: #fff;
}

#breadcrumbs li {
    margin: 17px 10px 0 0px;
    list-style: none;
    float: left;
}

.opsomming {
    float: left;
    height: auto;
    list-style: none outside none;
    margin-bottom: 22px;
    width: 100%;
}
.opsomming li {
    float: left;
    height: 226px;
    margin-bottom: 10px;
    margin-right: 9px;
    width: 233px;
    position: relative;
}
.opsomming li img {
    float: left;
    margin-top: 6px;
    background: url("../css/images/no-image-available.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* ####################  C A R O U S E L  ##################### */

#carousel {
    margin: 0;
    padding: 0;
    height: 627px;
    width: 100%;
    background-color: #000;
    float: left;
    position: relative;
}

#carousel_slider {
    margin: 0 0 10px 0;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
    clear: both;

}

.slide_content h1 {
    margin: 42px 0 0 6px;
    font-weight: 100;
    font-size: 34px;
}

.slide_content p {
    margin: 34px 0 0 6px;
    padding: 0;
    font-weight: 100;
    font-size: 12px;
    width: 500px;
}

.slide {
    padding: 11px 0 0 11px;
    color: #fff;
}

#arrowleft{
    position: absolute;
    float: left;
    top: 40%;
    margin-left: 9px;
    /*background-image: url("images/nav-links.png");*/
    height:  77px;
    width: 40px;
    cursor: pointer;
    z-index: 999;
}

#arrowright{
    position: absolute;
    float: right;
    top: 40%;
    right: 9px;
    /*background-image: url("images/nav-rechts.png");*/
    height: 77px;
    width: 40px;
    cursor: pointer;
    z-index: 999;
}

.pagination {
    position: absolute;
    right: 10px;
    bottom: 20px;
    height: 10px;
}

.pagination a.selected {
    margin: 0 3px 0 0;
    padding: 0;
    height: 20px;
    width: 20px;
    background-image: url("images/slider-active.png");
}

.pagination a {
    margin: 0 3px 0 0;
    padding: 0;
    height: 20px;
    width: 20px;
    background-image: url("images/slider-inactive.png");
    float: left;
    text-indent: -9999px;
}

/* ####################  C O N T E N T  ##################### */

#main {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 960px;
    clear: both;
}

#main h1 {
    /*margin: 15px 0 8px 20px;*/
}

.maintext {
    margin-left: 20px;
    font-size: 14px;
    font-weight: 100;
}

/* ABOUT */
#textcontent {
    margin: 0 0 20px 0;
    float: left;
    -moz-binding;
    line-height: 25px;
    -moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari and Chrome */
    column-count:2;

    -moz-column-gap:70px; /* Firefox */
    -webkit-column-gap:70px; /* Safari and Chrome */
    column-gap:70px;
}

#textcontent p {
    margin: 0;
}

/* PRODUCTS */

#main_products {
    margin: 0 0 25px 0;
    padding: 0;
    width: 960px;
    height: 233px;
    overflow: hidden;
}

.product {
    margin: 0 7px 0 0;
    height: 233px;
    width: 233px;
    float: left;
    position: relative;
    background-image: url("images/menu-item-thumb.png");
    background-color: #000;
}

.product_title {
    color: #fff;
    padding: 8px 0 0 0;
    height: 22px;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #000;
    font-weight: 400;
    text-transform: uppercase;
}

.list-button {
    display: none;
}

li.last {
    float: left!important;
}

/* USP */

#usp {
    margin: 10px 0 0 0;
    padding: 0;
    height: 67px;
    width: 960px;
    float: left;
    background-image: url("images/usp-balk.png");
    display: none;
}

/* FAVORITES */

#favorites {
    margin: 40px auto 0 auto;
    height:250px;
    width: 960px;
    float: left;
}

#favorite_products {
    width: 100%;
    height: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.favorite {
    margin: 0;
    height: 260px;
    width: 232px;
    float: left;
    text-align: center;
    position: relative;
}

.product_image img{
    height: 130px;
    width: 232px;
}

.favorite_text {
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.favorite_price {
    height: 100px;
    width: 100%;
    font-weight: bold;
}

.price {
    width: 100%;
    font-weight: bold;
    text-align: center;
    float: left;
}
.ma_cart_full .total_price .price {float:none;}
.ma_cart_full .ma_cart_middle .cart_left .cart_items .cart_items_list ul li.price{text-align:left;}
.buy_button {
    display: none;
}

.summary {
    display: none;
}

/* CONTACT */

#contact {
    position: relative;
    margin: 40px 0 40px 0;
}

/* ################# W E B S H O P ############## */

#search-wrapper-main {
    margin: 0 0 20px 0;
    float: left;
}

.search-right {
    width: 724px;
}

#miniCart li {
    margin: 0;

}
#miniCart .added_item_price li {padding-top:5px;font-size:11px;}

#miniCart a:hover {
    border-bottom: none;
}

#menu .added-to-cart ul .added_item_list ul.item li.title ul li .item-quantity {
    color: #ccc;
    font-weight: normal;
}

#menu .added-to-cart ul .added_item_list ul.item li.title ul li .item-price{
    color: #000;
    font-weight: normal;
}

#menu .added-to-cart ul .add-footer li.submit-button a {
    margin: 4px 5px 0 0;
    float: right;
    background: #000;
    color: #fff;
    display: block;
    width: 140px;
    height: 20px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 2px;
    margin-bottom: 4px;
    margin-left: 4px;
}

#locationHeader {
    /*float: left;*/
}

.pager-title {
    display: none;
}

ul.yiiPager a:link, ul.yiiPager a:visited {
    color: #000!important;
    border: none!important;
}

ul.yiiPager .selected a {
    background: none!important;
}

.special_price {
    display: none;
}

.header-title {
    /*display: none;*/
}

.article-code {
    display: none;
}

.product-overzicht li {
    position: relative;
}

/* ####################  F O O T E R  ##################### */

#footercontainer {
    margin: 0 0 40px 0;
    padding: 0;
    width: 100%;
    float: left;
}

#footer {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
    color: #000;
    font-weight: 100;
    margin-top: 25px;
    border-top: 1px solid #ccc;
}

#footer a {
    color: #000;
}

#footer_categories {
    margin: 14px 0 0 20px;
    padding: 0;
    float: left;
}

#footer_categories a:hover {
    border-bottom: 2px solid #000;
}

#footer_categories ul {
    margin: 22px 20px 0 0;
    float: left;
}

#footer_categories li {
    list-style: none;
    margin: 0 0 15px 0;
    font-size: 12px;
}

#footer_contact {
    margin: 14px 0 0 4px;
    padding: 0;
    float: left;
}

#footer_contact ul {
    margin: 22px 16px 0 0;
    float: left;
}

#footer_contact li {
    list-style: none;
    font-size: 12px;
    margin: 0 0 15px 0;
}

#footer_follow {
    margin: 14px 0 0 30px;
    padding: 0;
    float: left;
}

#footer_follow ul {
    margin: 22px 20px 0 0;
    float: left;
}

#footer_follow li {
    list-style: none;
    margin: 0 0 15px 0;
    font-size: 12px;
}

#footer_payment {
    margin: 14px 20px 0 0;
    padding: 0;
    float: right;
}

#footer_payment ul {
    margin: 22px 20px 0 0;
    float: left;
}

#footer_payment li {
    list-style: none;
    margin: 0 0 15px 0;
    font-size: 12px;
    text-indent: 20px;
}

#footer_text {
    margin: 50px 0 0 0;
    width: 100%;
    float: left;
    font-size: 12px;
    text-align: center;
}

#facebook_icon {
    background: url("images/social-facebook.png") no-repeat;
}

#twitter_icon {
    background: url("images/social-twitter.png") no-repeat;
}

#youtube_icon {
    background: url("images/social-youtube.png") no-repeat;
}

#googleplay_icon {
    background: url("images/social-google.png") no-repeat;
}

#paypal_icon {
    background: url("images/payment-paypal.png") no-repeat;
    height: 18px;
    width: 23px;
}

#creditcard_icon {
    background: url("images/payment-visa.png") no-repeat;
    height: 22px;
    width: 26px;
}

#mastercard_icon{
    background: url("images/payment-mastercard.jpg") no-repeat;
    height: 10px;
    width: 17px;
}

#ideal_icon{
    background: url("images/payment-ideal.jpg") no-repeat;
    height: 11px;
    width: 12px;
}

#american_express_icon {
    background: url("images/american_express.jpg") no-repeat;
    height: 11px;
    width: 18px;
}

.icon {
    margin: 0 5px 0 0;
    height: 19px!important;
    width: 24px!important;
    float: left;
}

/* input fields */
.inputfield {
    position:relative;
    float:left;
    overflow:hidden;
    margin-right:10px;
    margin-bottom:5px;
    width: 210px;
    height: 33px;
}

.contactfield {
    position:relative;
    overflow:hidden;
    margin-left:0px;
    margin-bottom:28px;
}

/*.terms {margin-left: 365px;}*/
#NewsletterFormModel_terms_em_ {position: absolute; left:630px; top:43px;}
#NewsletterFormModel_naam_em_ {position: absolute; left:0px; top:-18px;}
#NewsletterFormModel_email_em_ {position: absolute; left:0px; top:-18px;}
.newsletter_list .errorMessage{height:1px;}

.newsletter_container .terms {
    margin-top:11px;
    color: #fff!important;
    float:left;
    margin-left: 366px;
}

/* ################# P R O D U C T I T E M ################## */

.grid .product-hover {position:absolute;left:0px;width:100%;height:64px;background:#000;display:none; }

.grid .product-hover .buy-hover {float:left;background:#fff;font-weight: normal;color:#000;height:23px;width:120px;padding-left:5px;padding-top:0px;text-transform: uppercase;margin:4px;border:0px;text-align: left;position:relative;}
.product-hover .buy-hover input[type=submit] {float:left;text-align: left;border:0px;background:transparent;font-weight: normal;color:#000;height:23px;text-transform: uppercase;cursor:pointer;width:100%;z-index:1;position:absolute;font-size:15px; }
.product-hover .buy-hover span {right:5px;top:6px;position:absolute;z-index:0;}
.product-hover .addthis_toolbox {float:left;margin-left:4px;margin-top:2px;padding:0px;width:110px; }
.product-hover .addthis_toolbox a {float:left;margin:0px;padding:0px;margin-right:1px;}
.product-hover .addthis_toolbox img { width:30px !important; height:26px !important;margin:0px;padding:0px;}

.grid .product-hover-image { position:absolute;right:5px;width:25px;height:25px;display: block;cursor:pointer;z-index:111;}
.grid .close-hover {background:url('images/close-hover.png') 12px 12px no-repeat; }
.grid .open-hover {background:url('images/open-hover.png') 12px 12px no-repeat; }

.product_overview .item-right .stock-container .stock-list li {font-size: 13px;}

.ma_cart_full .ma_cart_banner h2 {
    padding-top: 0px!important;
}


.product_overview .header-title {
    height:auto!important;
}

.product-breadcrumb {
    padding:12px 0;
}

.product-breadcrumb a {
    color:#fff!important;
    text-decoration: none;
}

.product-breadcrumb a:hover {
    text-decoration: none;
}

.home-icon-breadcrumbs {
    margin-top:-2px;
    float:left;
}

.item-right .addtocart {
    text-transform: uppercase;
}

.ma_cart_full .ma_cart_middle .cart_left .cart_items .cart_items_list ul.options {
    //height: 54px!important;
}

#Total > options {
    height:48px!important;
}


.go_checkout_step2,
.ma_cart_full .return_shop, .ma_cart_full .go_checkout {
    background: #000;
    padding-top:8px!important;
    height:27px!important;
}

.go_checkout_step2 {
    width:200px!important;
    cursor: pointer;
    height:32px!important;
    padding-top:2px!important;
}

.errorMessages {
    padding:12px 0;
}

.errorMessages a {
    color:#000;
}

.errorMessages a:hover {
    text-decoration: underline;
}

.loginform input[type="submit"] {
    color:#fff;
    background: #000;
    border-radius: 0!important;
}

.account_button{
    color:#fff;
    background: #000;
    border-radius: 0!important;
    margin-right:0px!important;
}

.button_finish {
    margin-left:12px;
}

.empty {
    float:left;
    padding:20px 0px;
}

.search-left .search-left-header {
    padding-top:12px!important;
}

.search-right-header-title {
    padding-top:12px!important;
}

.ui-slider .ui-slider-range {
    background:#000!important;
}

.yiiPager a {

}

.yiiPager a:hover{
    text-decoration: underline!important;
}

.product-overzicht li {
    width:175px!important;
}

.miniCart a:hover {
    text-decoration: underline!important;
}

#search-wrapper-main {
    position: relative;
}

.account-module p {
    margin:12px 0!important;
}

.account_block_left {
    width:50%!important;
    margin-left: 0!important;
}

#accountInformation,
#personalInformation{
    padding:0px!important;
}

#AProfileForm_address,
#AProfileForm_zipCode,
#AProfileForm_city,
#countryDropDown,
#AProfileForm_phoneNumber
{
    float:right!important;
}
#countryDropDown {
    width:295px!important;
}

.account_block_right li label {

}

#AProfileForm_houseNumber {
    margin-left: 25px;
}

#forgotPass {
    float:left;
    width:100%;
}
#forgotPass li a{
    color:#000!important;
    margin-left:0px!important;
}

.forget_button {
    cursor: pointer;
}

.loginform a {
    color:#000;
}

.account_block_left input[type='text'],
.account_block_left input[type='password'],
.account_block_right input[type='text'],
.account_block_right input[type='password'],
.loginform input[type='text'],
.loginform input[type='password']{
    background-color: #fff!important;
    border:1px solid #000!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    border-radius: 0!important;

}

#loginButton {
    color:#000;
    text-decoration: underline;
}

.DateOfBirthDropDown1,
.DateOfBirthDropDown2,
.DateOfBirthDropDown3,
#countryDropDown,
#nationalityDropDown {
    background-image:url('images/arrow_down.png')!important;
    border:1px solid #000;
    height:26px!important;
}

#countryDropDown,
#nationalityDropDown {
    background-position: 275px 12px!important;
}

.DateOfBirthDropDown1,
.DateOfBirthDropDown2,
.DateOfBirthDropDown3 {
    background-position: 71px 12px!important;
    width:90px!important;
}

#nationalityDropDown {
    width:293px!important;
}

.breadcrumbs {
    background: #000;
    color: #fff;
}

p a {
    color:#000;
}

p a:hover {
    text-decoration: underline;
}

.buy-price {
    color:#000;
}

.account_block_left li label {
    width:135px!important;
}

.total_order .price {
    width: auto;
    font-weight: bold;
    text-align: right;
    float: right;
}

#logininformation .loginform ul li ul li input[type=text],
#logininformation .loginform ul li ul li input[type=password],
.account_block_full input[type=text],
.account_block_full input[type=password]{
    /*height:30px!important;*/
}

.account_block_full input[type=text] {
    width:288px!important;
}

#AProfileForm_houseNumber,
#AProfileForm_affix {
    width:60px!important;
}

#AProfileForm_email {
    /*width:287px!important;*/
}


.price ul li {font-size: 13px!important;}

.store_usps a{
    color:#000;
}

.store_usps a:hover {
    text-decoration: underline;
}

#formError ul {
    margin-top:0px!important;
    width:auto!important;
}

.payment_options {
    display: none;
}

.terms {

}

.newsletter_form {
    position:relative;
}

#miniCart {
    margin-right:20px;
    width:125px;

}


.product-hover .buy-hover input[type=submit]{
    background: url('images/buy_button.jpg') 0px 3px no-repeat!important;
    color:#fff!important;
    text-indent: -9999px;
}

.grid .product-hover .buy-hover {
    width:80%!important;
}
.addtocart,
.select {
    font-family: Arial;
}

.product-overzicht li span.title {
    height:48px;
}

.language-menu-mobile {
    display: none;
}

.arrow-down {
    display: none;
}

.coming-soon {
    float:left;
    width: 100%;
}

.newsletter_list ul li:first-child {
    font-weight:bold;
    margin-left: 12px;
}

.newsletter_list label{
    font-weight: normal;
}

.loginform ul li ul{
    padding:0px!important;
}

.loginform span {
    margin-left:4px;
}

.newsletter_list ul li {
    margin:8px 0px;
}

#logininformation {
    margin-bottom: 0px!important;
}

.content p span {
    font-family: 'Arial'!important;
    font-size:14px!important;
}

.favorite_text .title {
    float:left;
    height:35px;
    width:100%;
}

.step-order .cart-button {
    margin-top:32px!important;
    float:left!important;
font-family: inherit;
}

.span6 .span9 {width:67%;}