@charset "utf-8";
/* CSS Document */
html,body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-color: #594174;
    background-image: url(/images/PM-background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #6d6e71;
    min-height: 101%;
}

#ProdDetailPage {
    position:relative;
    float:left;
    padding-bottom: 50px;
}

#MainWhite {
    width:990px;
    background-color:#FFF;
/*    background-image: url(/images/pmlogofade.gif);
    background-position: right top;
    background-repeat: no-repeat; */
    min-height: 100%;
    height: auto !important;
    position: relative;
    margin: 0 auto;
}

#MainContainer {
    width:950px;
    padding: 10px 20px 80px 20px;
}
#PageHeader {
    height: 84px;
}
#PMlogo {
    float: left;
    margin-left: -9px;
}
#Nieuwsbrief {
    float: left;
    margin-left: 401px;
    width: 185px;
    height: 74px;
    background-image: url(/images/personaltabs.gif);
    color:#584074;
    font-weight: bold;
    font-size: 11px;
}
#SmallCart {
    float: right;
    width: 185px;
    height: 74px;
    background-image: url(/images/personaltabs.gif);
    color:#584074;
    font-weight: bold;
    font-size: 11px;
}
#Nieuwsbrief a:link, #Nieuwsbrief a:visited, #Nieuwsbrief a:active, #SmallCart a:link, #SmallCart a:visited, #SmallCart a:active {
    text-decoration: none;
}
#SearchBox {
    float: left;
    width: 185px;
    height: 20px;
    margin-left: 11px;
    line-height: 20px;
}
.InputBox {
    background: url(/images/inputfield.gif) no-repeat left top;
    height: 20px;
    float: left;
}

/* MH */
input {
    background: url(/images/inputfield.gif) no-repeat left top;
    height: 20px;
    /*float: left; */
}

.InputBox INPUT[type=text] {
    padding-left: 4px;
    padding-top: 2px;
    border: 1px solid #b2bdc4;
    background-color: transparent;
    height: 15px;
    color: #6d6e71;
    font-size: 11px;
}
#MainMenu {
    height: 30px;
    /*overflow: hidden;*/
}

#Slogan {
    float: left;
    width: 160px;
    height: 20px;
    background-image: url(/images/slogan2010.gif);
    background-position: center top;
    margin-right: 9px;
}
.MenuItem {
    float: left;
    position:relative;
    width: 107px;
    height: 20px;
    margin-left: 10px;
    background-image: url(/images/menubutton.png);
    background-position: center top;
    text-align: center;
    color:#FFF;
    font-weight: bold;
    vertical-align: baseline;
    line-height: 20px;
    z-index:90;
}
.MenuItem:hover {
    background-image: url(/images/menubutton-hover.png);
}
.MenuItem-link-active {
    background-image: url(/images/menubutton-hover.png);
}
.MenuItem-link-active .MenuItem-link {
    color:#594174 !important;
}
.MenuItem:hover .MenuItem-link  {
    color:#594174;
}
.menu-dropdown-item:hover {
    background-image: url(/images/menubutton-hover2.png);
}
.menu-dropdown-item:hover .MenuItem-link {
    color:#594174;
}
.MenuItem a:link, .MenuItem a:visited, .MenuItem a:active {
    color: #FFFFFF;
    text-decoration: none;
}

.MenuItem-link {
    display:block;
}
.menu-dropdown {
    z-index:100;
    display:none;
    position:absolute;
    top:20px;
    left:0;
    background-color:#FFFFFF;
    border:1px solid orange;
    color:#000000;
    font-weight:normal;
    text-align:left;
    padding:15px;
}
.dropdown-link {
    color:#000000 !important;
    text-decoration:none !important;
    padding-left: 15px !important;
    background: url(/images/pijl-oranje.png) no-repeat 0 2px;
    font-weight: normal !important;
    color:#594174 !important;
}
.dropdown-link:hover {
    text-decoration:underline !important;
    background: url(/images/pijl-paars.png) no-repeat 0 2px;
}
#LeftPart {
    width: 168px;
    padding-bottom: 275px;
    *padding-bottom: 325px;
    overflow: hidden;
    float: left;
}
#LeftPart p {
    margin: 12px 0;
}
#LeftPart ul {
    font-size: 9pt;
    line-height: 13pt;
}
#KeurMerken {
    text-align: center;
    position: absolute;
    width: 199px;
    bottom: 0;
}
#MainContent {
    width: 782px;
    padding-left: 170px;
    *padding-left: 0px;
    padding-bottom: 100px;
}
.MainContentTopSpacer {
    height: 12px;
    width: 100%;
}
.MainCat_klein {
    width: 185px;
    margin-left: 10px;
    float: left;
    cursor: pointer;
    font-size: 11px;
    min-height:28px;
    background: url(/images/tabgroot.gif) no-repeat left top;
}
.MainCat {
    width: 185px;
    margin-left: 10px;
    float: left;
    cursor: pointer;
    font-size: 11px;
    min-height: 298px;
    background: url(/images/tabgroot.gif) no-repeat left top;
}
.MainTab {
    padding-left: 7px;
    height: 33px;
    overflow: hidden;
    margin-bottom: -11px;
}
.MainCat img {
}
.CatTab {
    border:0px;
    padding-left: 7px;
    min-height: 28px;
    height: 28px;
    margin-top: -4px;
    margin-bottom: -5px;
    overflow: hidden;
}
.SubCatTab {
    padding-left: 7px;
    height: 40px;
    *height: 48px;
}
.ActieRechts {
    position: relative;
    width: 39px;
    height: 39px;
    left: 146px;
}
.ActieRechts1 {
    top: -183px;
    *top: -186px;
}
.ActieRechts2 {
    top: -222px;
    *top: -225px;
}
.ActieLinks {
    position: relative;
    width: 39px;
    height: 39px;
    left: 0px;
    top: -183px;
    *top: -186px;
}
.ActieGroot {
    position: relative;
    left: 114px;
    *left: 57px;
    height: 69px;
    width: 69px;
    top: -183px;
    *top: -186px;
}
.ProdOverviewPrice {
    min-height: 30px;
    background: url(/images/bleugradientsmall.jpg) no-repeat left top;
}
#Highlight {
    width: 480px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
    border-top: #b2bdc4 solid 1px;
    background: url(/images/bleubggradient.jpg) no-repeat left top;
    min-height: 90px;
}
#NiceToKnow {
    width: 280px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
    border-top: #b2bdc4 solid 1px;
    background: url(/images/bleubggradient.jpg) no-repeat left top;
    min-height: 90px;
}
#SecMenu {
    height: 23px;
    padding-top: 7px;
    padding-bottom: 0px;
    text-align: center;
    color: #594174;
    font-weight: bold;
    font-size: 11px;
    margin-top: 0px;
    margin-right: 10px;
    border-top: #ff860a solid 1px;
    border-bottom: #ff860a solid 1px;
}
#SecMenu a:link, #SecMenu a:visited, #SecMenu a:active {
    text-decoration: none;
}
#ThunderCloud {
    text-align: center;
    color: #d1d3d4;
    font-size: 11px;
    margin-top: 10px;
    margin-right: 10px;
}
#ThunderCloud a:link, #ThunderCloud a:visited, #ThunderCloud a:active {
    text-decoration: none;
    color: #d1d3d4;
    font-weight: normal;
}
#CrumblePath {
    margin: 12px 0 10px 10px;
    font-size: 11px;
}
#FotoOverview {
    height: 282px;
    width: 90px;
    background: url(/images/fototab.gif) no-repeat;
    float: left;
    min-height: 282px;
    margin-left: 10px;
    padding-left: 10px;
}
#FotoPart {
    height: 280px;
    width: 280px;
    float: left;
    min-height: 280px;
    border:#b2bdc4 1px solid;
    overflow: hidden;
    position: relative;
}
.Vergrootglas {
    position: absolute;
    top: 0px;
    left: 10px;
}
#ProductFeatures {
    background: url(/images/bleugradientproduct2.jpg) repeat-x;
    min-height: 100px;
    margin-left: 10px;
    margin-top: 28px;
    width: 770px;
    border-top: #b2bdc4 solid 1px;
    float: left;
}
#OrderPart {
    height: 272px;
    width: 370px;
    float: left;
    min-height: 272px;
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 10px;
    background: url(/images/bleugradientproduct.jpg) no-repeat;
    position: relative;
    padding: 10px 0 0 10px;
}
.FotoSmall {
    margin-top: 10px;
    margin-right: 10px;
    /*margin-bottom:10px;*/
    border:#b2bdc4 1px solid;
    float: left;
    cursor:pointer;
}
h1{
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-size: 21px;
    color: #ff860a;
    margin-top: 5px;

}

.TextHeader {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-size: 21px;
    color: #ff860a;
    margin-top: 5px;
    padding-left: 10px;
}
.mijn_gegevens_titel{
    float:left;
}

.Content{
    padding-left: 10px;
}
h2 {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-size: 21px;
    color: #594174;
    margin-top: 5px;
}
h3,.nieuwsbericht_kop  {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-size: 11pt;
    color: #ff860a;
    margin-top: 10px;
    font-weight:bold;
}
a:link, a:visited, a:active {
    color: #594174;
    text-decoration: underline;
    font-weight: bold;
}
a:hover {
    text-decoration: none;
}
img {
    border: none;
}
ul {
    list-style-image: url(/images/bullet.gif);
    font-size: 11pt;
    line-height: 17pt;
    margin-left: 18px;
    padding: 0px;
}
li a:link, li a:visited, li a:active, #CrumblePath a:link, #CrumblePath a:visited, #CrumblePath a:active {
    text-decoration: none;
    color: #6d6e71;
    font-weight: normal;
}
li a:hover, #CrumblePath a:hover {
    text-decoration: underline;
}
/*-----*/
span.menu{
    cursor:pointer;
}
#footer{
    position: absolute;
    bottom: 20px;
}

.treeview ul {
}



.treeview li {
    list-style-type        : none;
    margin                : 0px 0px 0px 0px;    /* top, rechts, onder, links */
    padding                : 0px 0px 0px 2px;    /* inspringen 1e child */
}


.treeview li.submenu {
    cursor                : pointer;
    }

.treeview li.submenu:link{
    font-family            : Tahoma, Verdana;
    font-size            : 12px;
}
.treeview li.submenu:hover {
    font-weight         : normal;
}


.treeview li.submenu ul {
    display                : none; /* Hide them by default. Don't delete. */
}

.treeview .submenu ul li {
    cursor                : default;
    font-weight            : normal;
    border-bottom        : 0px;
    border-top            : 0px;
    border-left            : 0px;
    border-right        : 0px;
    border-style        : solid;
    border-color        : #FFFFFF;
}
#row  {
     display: table-row;
     }

#left {
     width: 200px;
     display: table-cell;
     font-weight: bolder;
     /*font-size: 12px;*/
     }

#right, #middle {
     width: 200px;
     display: table-cell;
     }
.catimg{
    min-height: 183px;
    border: 1px solid #B2BDC4;
    text-align: center;
    background-color: #fff;
}

.green{
    color:green;
}
.red{
    color:red;
}

.small_text{
    float:left;
    margin:0px;
    padding:0px;
    font-size:60%;
    line-height :10px;

}

.charttable, .width_table td {
    width:100%;
    vertical-align: bottom;


}
.charttabletdhead{
    font-weight:bold;
}

.bestaande{
    margin-top:20px;
    margin-left:20px;
    height:200px;
    width:350px;
    float:left;
    border-right:1px solid #8B75A4;
}
.bestaande table {
	width:350px;
}
.right_div_body {
	float:right;
	margin-right:30px;
	width:200px;
}
h3.white{
    font-size:15px;

}

.white{

}

.nieuwe{
    margin-top:20px;
    margin-left:20px;
    height:200px;
    width:350;

    float:left;
}

.logintable{
    width:750px;
    height:250px;
    border:1px solid #FF880E;
    margin: 0 0 20px 10px;
}


.charttable {
    width            : 100%;
    height            : 100%;
    border            : 0px;
    border-style        : solid;
    border-color        : #f68f1e;
    background-color    : #FFFFFF;
    margin-top        : 0px;
    margin-bottom        : 0px;
    padding            : 0px;
    vertical-align: middle;
}

.charttablebevestiging {
    width                : 100%;
    height                : 100%;
    border-left            : 0px;
    border-right        : 0px;
    border-top            : 0px;
    border-bottom        : 0px;
    border-style        : solid;
    border-color        : #f68f1e;
    background-color    : #FFFFFF;
    margin-top            : 0px;
    margin-bottom        : 0px;
    padding                : 0px;
}

.charttablebevestiging_bottom {
    width                : 100%;
    height                : 100%;
    border-left            : 0px;
    border-right        : 0px;
    border-top            : 0px;
    border-bottom        : 0px;
    border-style        : solid;
    border-color        : #f68f1e;
    background-color    : #FFFFFF;
    margin-top            : 0px;
    margin-bottom        : 0px;
    padding                : 0px;
}

.charttablebevestiging_top {
    width                : 100%;
    height                : 100%;
    border-left            : 0px;
    border-right        : 0px;
    border-top            : 0px;
    border-bottom        : 0px;
    border-style        : solid;
    border-color        : #f68f1e;
    background-color    : #FFFFFF;
    margin-top            : 0px;
    margin-bottom        : 0px;
    padding                : 0px;
}

.charttabletdhead {
    height: 20px;
    font-weight            : bold;
    background-color        : #FF860A;
    color                : #ffffff;
    margin-top            : 0px;
        margin-bottom            : 0px;
        padding                : 0px;
        margin                : 0px;
    padding-left: 3px;
}

.gegevens_tabel {
/*    border                : 1px;*/
	margin: 10px 0 0 15px;
    border-color        : #333333;
    width                : 780px;
}
.gegevens_tabel input {
	border:1px solid #999999;
}
.gegevens_td_waarde {
    width                : 330px;
}

.gegevens_td_veld {
    width: 100px;
    font-weight: bold;
    cursor: text;
	padding:3px 0;
}
.login_fout,.error {
    color                : red;
}

.login_submit {
    height: 24px;
	cursor:pointer;
	margin: 5px 30px 10px 0;
	float:right;
}
.registratie-form-box table {
	width:550px;
}
.registratie-form-box td {
	padding:0 10px;
}
.registratie-form-box input {
	border:1px solid #999999;
	padding:0 4px;
}
.registratie-form-box a {
	cursor:pointer;
}
#Adres, #Plaats {
	padding:1px 0 1px 5px;

}
.error {
    padding-left: 14px !important;
}
.registratie-form-box td.error {
	width:5px;
	padding:0;
}
/* t.b.v. formulieren */
.registrerentitel {
	color: #666666;
}
fieldset {
	border:1px solid #CCCCCC;
}
/*
input {
    background            : #FFFFFF;
    border                : 1px solid #FF860A;
    text-align            : left;
    font-weight            : normal;
    cursor:pointer;
}
*/


input.radio{
    border                : 0px;
    cursor: pointer;
}
input.text{
    cursor:none;
}

.charttablebevestiging {
    width                : 100%;
    height                : 100%;
    border-left            : 0px;
    border-right        : 0px;
    border-top            : 0px;
    border-bottom        : 0px;
    border-style        : solid;
    border-color        : #f68f1e;
    background-color    : #FFFFFF;
    margin-top            : 0px;
    margin-bottom        : 0px;
    padding                : 0px;
}

.charttablebevestiging_bottom {
    width                : 100%;
    height                : 100%;
    border-left            : 0px;
    border-right        : 0px;
    border-top            : 0px;
    border-bottom        : 0px;
    border-style        : solid;
    border-color        : #f68f1e;
    background-color    : #FFFFFF;
    margin-top            : 0px;
    margin-bottom        : 0px;
    padding                : 0px;
}

.charttablebevestiging_top {
    margin-left            : auto;
    margin-right        : auto;
    width                : 100%;
    height                : 100%;
    border-left            : 0px;
    border-right        : 0px;
    border-top            : 0px;
    border-bottom        : 0px;
    border-style        : solid;
    border-color        : #f68f1e;
    background-color    : #FFFFFF;
    margin-top            : 0px;
    margin-bottom        : 0px;
    padding                : 0px;
}
.Subtotaal {
    font-size    : 12px;
    font-weight    : bold;
    text-align    : right;
}
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
 /* Hide from IE Mac \*/
.clearfix {
    display:block;
}
/* End hide from IE Mac */
.nieuwshr{
    border-color:#d8d8d8;
}
/* End hide from IE Mac */

.nieuwsbericht_bericht{
  text-decoration: none;
}

.row0 {
color:#333333;
font-weight:bold;
}

.OrderDetailsTabel {
width:625px;
}
.row1 {
    background:#d8d8d8;
}

.geen_regels {
    float: left;
    margin: 10px 0 0 10px;
    width: 100%;
}

#retourneren-box {
    width: 538px;
    padding: 0 0 15px 10px;
}


.charttablebevestiging {
    width:690px;
    margin-left:10px;
}
.charttable {
    width:680px;
    margin-left:10px;
}

.width_table {
    width:680px;
    margin-left:10px;
}
.bruin {
    cursor:pointer;
}

input[type='button'][name='Afrekenen'] {
    background:url(/images/site/afrekenen.png) no-repeat scroll 0 0 transparent;
    border:medium none;
    color:#FFFFFF;
    width:87px;
    float:right;
}

.chart-aanbeveling-box {
    float:left;
    width:100%;
}
.linkactiecode {
    float:right;
    margin-bottom:7px;
}

.GeenVerzendkosten {
    font-size: 15px;
}

.OranjeTekst {
    color: #F5983C;
    font-size: 16px;
    font-weight: bold;
}

.UnderConstruction {
    margin: 30px auto 0;
    top: 50px;
    width: 400px;
}
