/* CSS Document */
body{
    margin:0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}

p { font-size: 12px; margin: 12px; }

h1 { font-size: 24px; margin: 12px; color: #808080;}
h2 { font-size: 16px; margin: 12px; color: #808080;}

a { font-size: 12px; }
a:link, a:visited, a:active { color: #000000; text-decoration: none; }
a:hover { color: #ff9900; text-decoration: none; }

#content {
    position: relative;
    margin-top: 10px;
}

.pricelist {
    position: relative;
    width: 610px;
    margin: auto;
    padding: 20px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 3px;
    border-color: #ff0000;
    background-color: #ffffff;    
}

#header {
    position: relative;
    width: 650px;
    margin: auto;
    border-style: solid;
    border-width: 3px;
    border-color: #ff0000;
    margin-bottom: 5px;    
    background-color: #ffffff;    
}

/* Used Equipment Price List */

#equipment {
    position: relative;
    height: 70px;
    margin: auto;
    padding: 5px;
}

#picture {
    position: absolute;
    width: 100px;
    height: 70px;
    left: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: Black;
}

.piclink {
    border-style: none;
}

#des {
    position: absolute;
    margin: 0px;
    width: 480px;
    height: 80px;
    left: 120px;
    padding: 0px;
}

p.des {
    margin: 3px;
}

p.price {
    margin: 3px;
    text-align: right;
}

/* Motorsprays Price List */

#motorspray {
    position: relative;
    height: 125px;
    margin: auto;
    padding: 2px;
}

#motpic {
    position: absolute;
    width: 150px;
    height: 115px;
    left: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: Black;
}

#motdes {
    position: absolute;
    margin: 0px;
    width: 410px;
    height: 150px;
    left: 190px;
    padding: 0px;
}

#footer {
    text-align: center;
}

.tl { position: absolute; left: -3px; top: -3px; z-index: 2;}
.tr { position: absolute; right: -3px; top: -3px; z-index: 2;}
.bl { position: absolute; left: -3px; bottom: -3px; z-index: 2;}
.br { position: absolute; right: -3px; bottom: -3px; z-index: 2;}

.pagestart { page-break-before: always; margin: 0px;}

