html, body, div, p, form, input, ul, ol, dl, dt, dd, li, h1, h2, h3, h4, h5, h6 {
      margin: 0;
      padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 0.9em;
}

h1, h2, #contentLeft h3 {
    font-family: 'Francois One', arial, serif;
    color: #000;
}
h1, h2 {
    -moz-text-shadow: 2px 2px 4px #cdcdcd; /* Firefox/Mozilla */
    -webkit-text-shadow: 2px 2px 4px #cdcdcd; /*Safari/Chrome */
    text-shadow: 2px 2px 4px #cdcdcd; /* Opera & hoe het zou moeten */
    margin: 5px 0 7px;
}
h1 {    font-size: 32px;}
h2 { font-size: 24px;}
h3 { font-size: 18px; margin-bottom: 8px;}

p {
    margin: 4px 0;
}

body {
    background: url('../images/bgBody.jpg');
}

table {
    border-collapse: collapse;
    border-width: 0;
}
td, th {
    border: 0;
    padding: 0;
    vertical-align: top;
}

a {
    color: #0000aa;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

img {
    border:0;
}

.menu {
    list-style: none;
    margin: 0;
}

.show {}
.hide {
    display: none;
}

hr.dotted {
    background: url('../images/dot.gif') center center repeat-x;
    height: 1px;
    border: none;
}
.separator {
    background: url('../images/dot.gif') center center repeat-x;
    width: 1px;
    border: none;
}

.clear {
   display: block;
   height: 1px;
   overflow: hidden;
   margin-top: -1px;
   clear: both;
   font-size: 1px;
   line-height: 1px;
}

#contentLeft ul {
    margin-left: 18px;
}

ul.raquoList {
    list-style-image: url('../images/raquo.gif');
}
    ul.raquoList li{
            padding: 2px 0;
    }
        ul.raquoList li a{
        }

ul.plusList{
    margin-left: 22px !important;
    list-style-image: url('../images/plus.png');
}
ul.boldList{
    font-weight: bold;
}
ul.redlineList{
    margin: 0 !important;
    list-style-position: inside;
}
    ul.redlineList li {
        border-bottom: 1px dotted #ee1c24;
    }

.details {
    font-family: arial;
    font-size: 11px;
    color: #757575;
}

.bcSeparator {
    padding: 3px;
}

.bgPattern {
    padding-bottom: 42px;
    margin-top: 6px;
    background: url('/images/shop/bgPattern.jpg') repeat-x top left;
    width: 100%;
}

form.psmForm input.button,
.bgButton, .qfSubmitButton {
    background: url('/images/bgButton.gif') repeat-x  !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px;
    font-size: 14px !important;
    color: #fff !important;
    padding: 4px 8px;
    text-align: right;
    cursor: pointer;
}
.qfSubmitButton {
    float: right;
}
.rightButton {
    float: right;
}

.bgBlackButton {
    background: url('/images/bgBlackButton.gif') repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 16px;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    color: #fff;
    padding: 8px;
    border: 1px solid #dedede;
}
.bgBlackButton:hover {
    -moz-box-shadow: 0px 0px 30px #fff;
    -webkit-box-shadow: 0px 0px 30px #fff;
    box-shadow: 0px 0px 30px #fff;
}

table.psmForm {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc !important;
    background: #eee;
    padding: 10px;
    border-collapse: separate;
}
    table.psmForm .submitRow td{
        padding-top: 8px;
    }



/* Stars for the ranks*/
div.stars{
    width: 80px;
    height: 18px;
    display: inline;
    overflow: hidden;
}
     div.stars .full,
     div.stars .half,
     div.stars .empty{
         width: 18px;
         height: 18px;
         float: left;
     }
     div.stars .hoverStar {     background: url('/images/shop/star_full.jpg') no-repeat !important; }
     div.stars .hoverNoStar {   background: url('/images/shop/star_empty.jpg') no-repeat !important; }
     div.stars .full {          background: url('/images/shop/star_full.jpg') no-repeat; }
     div.stars .half {          background: url('/images/shop/star_half.jpg') no-repeat; }
     div.stars .empty {         background: url('/images/shop/star_empty.jpg') no-repeat; }

.hidden {
    display: none;
}

