/* Common tags                 */
/*-----------------------------*/

body {
    font-family: Arial;
    font-size: small;
    color: #000000;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn {
    color: #fff;
    padding: 8px 10px;
    border-width: 0;
    border-radius: 3px;
    background: rgb(175,175,175);
    background: -moz-linear-gradient(180deg, rgba(175,175,175,1) 0%, rgba(133,133,133,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(175,175,175,1) 0%, rgba(133,133,133,1) 100%);
    background: linear-gradient(180deg, rgba(175,175,175,1) 0%, rgba(133,133,133,1) 100%);
    cursor: pointer;
}

    .btn.btn-lc {
        text-transform: none;
    }

    .btn.btn-uc {
        text-transform: uppercase;
    }

.btn-primary {
    background: rgb(254,132,38);
    background: -moz-linear-gradient(180deg, rgba(254,132,38,1) 0%, rgba(255,97,1,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(254,132,38,1) 0%, rgba(255,97,1,1) 100%);
    background: linear-gradient(180deg, rgba(254,132,38,1) 0%, rgba(255,97,1,1) 100%);
}

.btn-arrow-left {
    padding-left: 30px !important;
    background: url(/layout/images/bg-btn-arrow-left.gif) no-repeat left 15px center, rgb(254,132,38);
    background: url(/layout/images/bg-btn-arrow-left.gif) no-repeat left 15px center, -moz-linear-gradient(180deg, rgba(254,132,38,1) 0%, rgba(255,97,1,1) 100%);
    background: url(/layout/images/bg-btn-arrow-left.gif) no-repeat left 15px center, -webkit-linear-gradient(180deg, rgba(254,132,38,1) 0%, rgba(255,97,1,1) 100%);
    background: url(/layout/images/bg-btn-arrow-left.gif) no-repeat left 15px center, linear-gradient(180deg, rgba(254,132,38,1) 0%, rgba(255,97,1,1) 100%);
}

.btn-arrow-right {
    padding-right: 30px !important;
    background: url(/layout/images/bg-btn-arrow-right.gif) no-repeat right 15px center, rgb(254,132,38);
    background: url(/layout/images/bg-btn-arrow-right.gif) no-repeat right 15px center, -moz-linear-gradient(180deg, rgba(254,132,38,1) 0%, rgba(255,97,1,1) 100%);
    background: url(/layout/images/bg-btn-arrow-right.gif) no-repeat right 15px center, -webkit-linear-gradient(180deg, rgba(254,132,38,1) 0%, rgba(255,97,1,1) 100%);
    background: url(/layout/images/bg-btn-arrow-right.gif) no-repeat right 15px center, linear-gradient(180deg, rgba(254,132,38,1) 0%, rgba(255,97,1,1) 100%);
}

.btn-sidemenu {
    width: 100%;
    padding: 8px 5px 8px 35px;
    border-width: 0px;
    color: white;
    font-size: 1.15em;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    background: rgb(176,176,176);
    background: url(/layout/images/bg-btn-arrow.gif) no-repeat 16px center, rgb(176,176,176);
    background: url(/layout/images/bg-btn-arrow.gif) no-repeat 16px center, -moz-linear-gradient(180deg, rgba(176,176,176,1) 0%, rgba(133,133,133,1) 100%);
    background: url(/layout/images/bg-btn-arrow.gif) no-repeat 16px center, -webkit-linear-gradient(180deg, rgba(176,176,176,1) 0%, rgba(133,133,133,1) 100%);
    background: url(/layout/images/bg-btn-arrow.gif) no-repeat 16px center, linear-gradient(180deg, rgba(176,176,176,1) 0%, rgba(133,133,133,1) 100%);
    cursor: pointer;
}

.btn-sidemenu-folder {
    width: 100%;
    padding: 8px 5px 8px 35px;
    border-width: 0px;
    color: white;
    font-size: 1.15em;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    background: rgb(254,132,38,1);
    background: url(/layout/images/bg-btn-arrow.gif) no-repeat 16px center, rgb(255,97,1,1);
    background: url(/layout/images/bg-btn-arrow.gif) no-repeat 16px center, -moz-linear-gradient( 180deg, rgba(254,132,38,1) 0%, rgba(255,97,1,1) 100%);
    background: url(/layout/images/bg-btn-arrow.gif) no-repeat 16px center, -webkit-linear-gradient( 180deg, rgba(254,132,38,1) 0%, rgba(255,97,1,1) 100%);
    background: url(/layout/images/bg-btn-arrow.gif) no-repeat 16px center, linear-gradient( 180deg, rgba(254,132,38,1) 0%, rgba(255,97,1,1) 100%);
    cursor: pointer;
}

.hdr-sidemenu {
    width: auto;
    padding: 7px 5px 7px 35px;
    border: 1px solid #00397b;
    color: white;
    font-size: 1.15em;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    background: rgb(176,176,176);
    background: url(/layout/images/bg-btn-arrow.gif) no-repeat 16px center, rgb(0,77,165);
    background: url(/layout/images/bg-btn-arrow.gif) no-repeat 16px center, -moz-linear-gradient(180deg, rgba(0,77,165,1) 0%, rgba(0,57,123,1) 100%);
    background: url(/layout/images/bg-btn-arrow.gif) no-repeat 16px center, -webkit-linear-gradient(180deg, rgba(0,77,165,1) 0%, rgba(0,57,123,1) 100%);
    background: url(/layout/images/bg-btn-arrow.gif) no-repeat 16px center, linear-gradient(180deg, rgba(0,77,165,1) 0%, rgba(0,57,123,1) 100%);
}

.hdr {
    padding: 8px 5px 8px 15px;
    border-width: 0px;
    font-size: 1.5em;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}
.hdr-primary {
    color: #fff;
    background: rgb(254,132,38);
    background: -moz-linear-gradient(180deg, rgba(254,132,38,1) 0%, rgba(255,97,1,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(254,132,38,1) 0%, rgba(255,97,1,1) 100%);
    background: linear-gradient(180deg, rgba(254,132,38,1) 0%, rgba(255,97,1,1) 100%);
}

.gradient-blue {
    background: rgb(0,77,165);
    background: -moz-linear-gradient(180deg, rgba(0,77,165,1) 0%, rgba(0,57,123,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,77,165,1) 0%, rgba(0,57,123,1) 100%);
    background: linear-gradient(180deg, rgba(0,77,165,1) 0%, rgba(0,57,123,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004da5",endColorstr="#00397b",GradientType=1);
}

.gradient-gray {
    background: rgb(175,175,175);
    background: -moz-linear-gradient(180deg, rgba(175,175,175,1) 0%, rgba(133,133,133,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(175,175,175,1) 0%, rgba(133,133,133,1) 100%);
    background: linear-gradient(180deg, rgba(175,175,175,1) 0%, rgba(133,133,133,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#afafaf",endColorstr="#858585",GradientType=1);
}

.gradient-orange {
    background: rgb(254,132,38);
    background: -moz-linear-gradient(180deg, rgba(254,132,38,1) 0%, rgba(255,97,1,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(254,132,38,1) 0%, rgba(255,97,1,1) 100%);
    background: linear-gradient(180deg, rgba(254,132,38,1) 0%, rgba(255,97,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe8426",endColorstr="#ff6101",GradientType=1);
}

.VDMMenuButton {
    background-image: url(Images/menu1.gif);
    background-repeat: repeat-x;
    background-position: left top;
    font-family: Arial;
    font-weight: normal;
    color: White;
    background-color: #00397c;
    border-width: 0px;
    cursor: pointer;
}

    .VDMMenuButtonSelected {
        background-image: url(Images/menu2.gif);
        background-repeat: repeat-x;
        background-position: left top;
        font-family: Arial;
        font-weight: normal;
        color: White;
        background-color: #FF6A0B;
        border-width: 0px;
    }

.VDMMenuCell 
{
    background-image: url(Images/menu1.gif);
    background-repeat: repeat-x;
    background-position: left top;
    border-left: solid 1px #2C68AB;
    border-right: solid 1px #00326B;
    border-top: solid 1px #00397B;
    border-bottom: solid 1px #00397B;
}

.VDMMenuCellSelected
{
    background-image: url(Images/menu2.gif);
    background-repeat: repeat-x;
    background-position: left top;
    border-left: solid 1px #DC7B13;
    border-right: solid 1px #DC7B13;
    border-top: solid 1px #DC7B13;
    border-bottom: solid 1px #DC7B13;
}

.vlag {
    float: right;
    width: 28px;
}

.taalkeuze {
    height: 17px;
}

.taalkeuzeAktief {
    height: 17px;
}

A:link,
A:visited, 
A:active {
    color: #2163A5;
    text-decoration: none;
    cursor: pointer;
    font-family: Arial;
}

A:hover
{
    color: #8B8B8B;
    text-decoration: underline;
}

A.bodyLink:link
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
A.bodyLink:visited
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
A.bodyLink:active
{
    color: #000000;
    cursor: hand;
    text-decoration: none;
    font-weight: bold;
}
A.bodyLink:hover
{
    color: #8B8B8B;
    cursor: hand;
    text-decoration: "underline";
    font-weight: bold;
}

A.basketitemlink:link
{
    color: #000000;
    text-decoration: none;
    font-size: 10px;
    font-family: Arial;
}
A.basketitemlink:visited
{
    color: #000000;
    text-decoration: none;
    font-size: 10px;
    font-family: Arial;
}
A.basketitemlink:active
{
    color: #000000;
    cursor: hand;
    text-decoration: none;
    font-size: 10px;
    font-family: Arial;
}
A.basketitemlink:hover
{
    color: #8B8B8B;
    cursor: hand;
    text-decoration: "underline";
    font-size: 10px;
    font-family: Arial;
}


A.artikelstatus:link
{
    color: silver;
    font-weight: normal;
    text-decoration: none;
}
A.artikelstatus:visited
{
    color: silver;
    font-weight: normal;
    text-decoration: none;
}
A.artikelstatus:active
{
    color: silver;
    font-weight: normal;
    cursor: hand;
    text-decoration: none;
}
A.artikelstatus:hover
{
    color: silver;
    font-weight: normal;
    cursor: hand;
    text-decoration: "underline";
}

A.groepen:link
{
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}
A.groepen:visited
{
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}
A.groepen:active
{
    color: #333333;
    font-weight: normal;
    cursor: hand;
    text-decoration: none;
}
A.groepen:hover
{
    color: silver;
    font-weight: normal;
    cursor: hand;
    text-decoration: "underline";
}

A.sgroepen:link
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size:11px;
    font-family: Arial;
}
A.sgroepen:visited
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size:11px;
    font-family: Arial;
}
A.sgroepen:active
{
    color: #000000;
    font-weight: bold;
    cursor: hand;
    text-decoration: none;
    font-size:11px;
    font-family: Arial;
}
A.sgroepen:hover
{
    color: #8B8B8B;
    font-weight: bold;
    cursor: hand;
    text-decoration: "underline";
    font-size:11px;
    font-family: Arial;
}

.bt_sgroepen 
{
   background-color:white;
   color: #000000;
   height: 22px;
   text-align: left;
    font-weight: bold;
    text-decoration: none;
    font-size:11px;
    font-family: Arial;
    border-top: none 1px white;
    border-left: none 1px white;
    border-right: none 1px white;
    border-bottom: groove 1px #cccccc;
}

.bt_sgroepen_selected
{
    background-color: #d1e2f4;
    color: #000000;
    height: 22px;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    font-size:11px;
    font-family: Arial;
    border-top: solid 1px #d1e2f4;
    border-left: solid 1px #d1e2f4;
    border-right: solid 1px #d1e2f4;
    border-bottom: groove 1px #cccccc;
    
}


A.mgroepen:link
{
    color: silver;
    text-decoration: none;
}
A.mgroepen:visited
{
    color: silver;
    text-decoration: none;
}
A.mgroepen:active
{
    color: silver;
    cursor: hand;
    text-decoration: none;
}
A.mgroepen:hover
{
    color: #989898;
    cursor: hand;
    text-decoration: "underline";
}

A.mgroepenselected:link
{
    color: #ff9626;
    text-decoration: none;
}
A.mgroepenselected:visited
{
    color: #ff9626;
    text-decoration: none;
}
A.mgroepenselected:active
{
    color: #ff9626;
    cursor: hand;
    text-decoration: none;
}
A.mgroepenselected:hover
{
    color: #ff9626;
    cursor: hand;
    text-decoration: "underline";
}

A.menukeuze:link
{
    color: #ff9626;
    text-decoration: 'underline';
}
A.menukeuze:visited
{
    color: #ff9626;
    text-decoration: none;
}
A.menukeuze:active
{
    color: #ff9626;
    cursor: hand;
    text-decoration: none;
}
A.menukeuze:hover
{
    color: #ff9626;
    cursor: hand;
    text-decoration: "underline";
}

A.focusinbasket:link
{
    color: silver;
    text-decoration: 'underline';
}
A.focusinbasket:visited
{
    color: silver;
    text-decoration: none;
}
A.focusinbasket:active
{
    color: silver;
    cursor: hand;
    text-decoration: none;
}
A.focusinbasket:hover
{
    color: #333333;
    cursor: hand;
    text-decoration: "underline";
}

A.hoofdgroepbalk:link
{
    color: #333333;
    font-family: helvetica;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}
A.hoofdgroepbalk:visited
{
    color: #333333;
    font-family: helvetica;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}
A.hoofdgroepbalk:active
{
    color: #333333;
    font-family: helvetica;
    font-weight: bold;
    cursor: hand;
    text-decoration: none;
    font-size: 18px;
}
A.hoofdgroepbalk:hover
{
    color: #333333;
    font-family: helvetica;
    font-weight: bold;
    cursor: hand;
    text-decoration: "underline";
    font-size: 18px;
}

A.menudashboard:link
{
    color: black;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}
A.menudashboard:visited
{
    color: black;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}
A.menudashboard:active
{
    color: black;
    font-weight: bold;
    cursor: hand;
    text-decoration: none;
    font-size: 14px;
}
A.menudashboard:hover
{
    color: #595959;
    font-weight: bold;
    cursor: hand;
    text-decoration: "underline";
    font-size: 14px;
}


p
{
    line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: Arial;
    font-size: large;
    font-weight: bold;
    color: #e64000/*#A0410D*/;
}

hr
{
    border: 0;
    border-top: 2px solid #e64000/*#A0410D*/;
    height: 2px;
}

img
{
    border-width: 0;
}

ul
{
    list-style-image: url(Images/bullet.jpg);
    list-style-position: outside;
    list-style-type: disc;
    color: #000000;
    font-family: Arial;
}

.menutextindent
{
    font-size: x-small;
}

/* selectie scherm in het midden */
.productitem
{
    float: left;
    padding: 2px;
    margin: 3px;
    width: 248px;
    min-height: 110px;
    border: 0px solid #AEA89A;
    background: white !important;
    font-size: 11px;
}
.productitem:hover
{
    /*    background: whitesmoke !important;    */
}
.clear
{
    clear: both;
}





/* Headings                    */
/*-----------------------------*/
h1
{
    font-size: large;
    color: #C36C2D;
}

h2
{
    font-family: Arial;
    font-size: medium;
    margin-top: 30;
    color: #C36C2D;
    margin-bottom: -15;
}

h3
{
    font-family: Arial;
    font-size: small;
    margin-bottom: -15;
    color: #C36C2D;
    padding-left: 15;
}

h1, h2, h3, h4
{
    margin: 0;
    font-family: Arial;
}

/* Tables                      */
/*-----------------------------*/
table
{
    font-size: 1em;
}

td.topmenu
{
/*    border-bottom: solid 1px silver; */
/*    height: 32px; */
/*  font-variant: small-caps;    */
/*    color: silver;    */
}

th#left
{
    background-color: #004595;
    color: White;
    height: 33px;
    padding-left: 0px;
}
th#middle
{
    background-color: #2962a9;
    color: White;
    padding-left: 0px;
}
th#right
{
    background-color: #ff9626;
    color: White;
    padding-left: 0px;
}



table.header
{
    background-color: #FDE38F;
}

td.logo
{
    text-align: left;
    width: 184px;
}

td.logo img {
    position: relative;
    top: 10px;
    right: 6px;
}

td.title
{
    text-align: center;
    font-family: Arial;
    font-size: x-large;
    font-weight: bolder;
    color: #e64000/*#A0410D*/;
}

td.headerbar
{
    background-image: url(Images/bar.jpg);
    text-align: right;
    height: 24px;
}

td.menu
{
    background-color: #e64000/*#A0410D*/;
    width: 184px;
    height: 500px;
    vertical-align: top;
}

td.footer
{
    margin-left: 30;
    font-family: Arial;
    font-size: xx-small;
    font-weight: normal;
    color: #e64000/*#A0410D*/;
    text-align: right;
}

.midden
{
    background-color: #ffffff;
    margin: 0px auto;
    margin-left: auto;
    margin-right: auto;
    width: 1005px;
    z-index: 999;
}

.middenVerzend {
    background-color: #ffffff;
    /*margin: 0px auto;*/
    margin-left: 30px;
    margin-right: 30px;
    width: 95%;
    z-index: 999;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/* hoofdcategorieen aan de linkerkant - niet clickable*/
.TitelsLinks
{
    color: #004595;
    font-weight: bold;
}
/* artikelregels in basket  */
.basketregel
{
    font-size: 11px;
    color: #333333;
}

.verzendregel {
    font-size: 12px;
}


/* ================ */
/* TELERIK CONTROLS */
/* ================ */

/* Default overriden om te voorkomen dat oranje kleurtjes in knopjes van grid komen  */
.RadGrid_Windows7 .rgPageNext, .RadGrid_Windows7 .rgPagePrev, .RadGrid_Windows7 .rgPageLast, .RadGrid_Windows7 .rgPageFirst
{
    background-color: transparent!important;
}

.RadGrid_Windows7 .rgHeader .rgSortAsc, .RadGrid_Windows7 .rgHeader .rgSortDesc
{
    background-color: transparent!important;
}

.Warning 
{
    color:red;
    font-weight: bold;
}
.topmenu a + a:before {
    content: " | ";
    padding: 0;
}
