body {
    margin: 10px;
    font-family: sans-serif;
    font-size: 11px;
    background-color: #FFFFFF;
}

form {
    margin: 0px;
}

img {
    border: 0px;
}

/* Preset :: Image floating */
.left { 
    float: left; margin: 0px 15px 10px 0px; 
}
.right { 
    float: right; margin: 0px 0px 10px 10px; 
}
.top { 
    display: block; margin: 0px 0px 10px 0px; 
}


/* Preset :: Image floating */
.left { 
    float: left; margin: 0px 15px 10px 0px; 
}
.right { 
    float: right; margin: 0px 0px 10px 10px; 
}
.top { 
    display: block; margin: 0px 0px 10px 0px; 
}

/* Preset :: Toolbox */
#toolboxswitcher {
    display: none;
    position: absolute;
    cursor:hand;
    cursor:pointer;
    top: 150px; 
    right:0px;
}
.toolboxswitcherbuttons {
    border-top: 1px solid #FFFFFF;
}
#toolbox {
    display: none;
    position: absolute;
    top: 171px; 
    right: 21px;
    background-color: white;
    border: 1px solid #95A6BD;
    -moz-opacity: 0.7; filter: alpha(0.7);
}

#toolbox #title {
    padding: 5px;
    color: white;
    background-color: #95A6BD;
    -moz-opacity: 0.7; filter: alpha(0.7);
}

#toolbox #buttons {
    padding: 5px;
    color: black;
    -moz-opacity: 0.7; filter: alpha(0.7);
}

#toolbox #buttons input {
    color: black;
}

#toolbox .info {
    padding: 5px;
    color: black;
    border-bottom: 1px solid #95A6BD;
    -moz-opacity: 0.7; filter: alpha(0.7);
}


TD.printheader{
    border-top: 20px solid #DEDEDE;
    border-bottom: 20px solid #DEDEDE;
}

TD.logobar_left{
    border: 1px solid #FFFFFF;
    border-right: 1px solid #9b9b9b;
    height: 123px;
}
TD.greybar_left{
    border-right: 1px solid #9b9b9b;
    background-color: #e9e9e9;
    height: 27px;
    text-align: center;
}
TD.greybar{
    background-color: #e9e9e9;
    height: 27px;
}

TD.dac{
    padding: 16px 16px 8px 2px;
}

TD.lang{
    padding: 5px;
}

TD.whitebar_left{
    border-right: 1px solid #9b9b9b;
    border-bottom: 1px solid #e9e9e9;
    height: 27px;
    text-align: left;
    padding: 10px 10px 10px 13px;
}
TD.whitebar{
    border-bottom: 1px solid #e9e9e9;
    height: 27px;
    padding: 10px;
}
TD.treebox{
    border-right: 1px solid #9b9b9b;
    vertical-align: top;
    padding-top: 18px;
}

TD.content{
    padding: 8px 25px;
}

TD.topnav{
    background-color: #C7C7C7;
    padding: 5px 12px;
    border-right: 1px solid #e9e9e9;
}

TD.topnav_selected{
    background-color: #FFFFFF;
    padding: 5px 11px 5px 12px;
    border: 1px solid #e9e9e9;
}
TD.tree{
    padding: 2px 10px 1px 8px;
}

A.tree{
    color:#9d9d9d;
}
A.tree:hover{
    color: #fe01d6;
}

A.tree_current{
    color: #fe01d6;
}
A.tree_current:hover{
    color:#9d9d9d;
}
 
/* Headings */
h1 {
    margin: 0px;
    font-weight: bold;
    font-size: 20px;
    color: black;
}

h2 {
    font-size: 15px;
    color: black;
    border-bottom: 2px solid #000000;
    margin:0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

td.property{
border-bottom: 1px solid #000000;
padding: 2px 2px 2px 5px;

}
td.proptitle{
font-size: 12px; 
border-bottom: 1px solid #000000;
width: 120px;
vertical-align: top;
background-color: #CFDBEC;
padding: 2px 2px 2px 5px;
}

img.prodimage{
border: 1px solid white;
}

