﻿body {
    margin: 0px;
}
#productwrapper
{
    width: 665px;
    height: 630px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000000;
    float: left;
}
#productwrapper h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    color: #FFFFFF;
    height: 20px;
    line-height: 20px;
    padding-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #FFFFFF;
}
#machineimg
{
    width: 200px;
    height: 250px;
    margin-top: 10px;
    float: left;
    border: 1px solid #CCCCCC;
}
#machinedetails
{
    margin-top: 10px;
    width: 450px;
    float: right;
}
#machinedetails h5
{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 2px;
    border: 1px solid #C0C0C0;
    background-color: #990000;
    color: #FFFFFF;
    font-size: 15px;
}
#machinedetails p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    text-align: justify;
    margin: 10px 0px 0px 0px;
}
#buttons
{
    float: right;
    width: 450px;
    height: 40px;
    margin-top: 20px;
}
.BTNProductBack
{
    width: 150px;
    height: 30px;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    background-image: url('images/PageButton.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    text-decoration: none;
    line-height: 30px;
}
.BTNProductBack:hover
{
    background-position: bottom;
}
.BTNProductBrochure
{
    width: 150px;
    height: 30px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    background-image: url('images/PageButton.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    text-decoration: none;
    line-height: 30px;
}
.BTNProductBrochure:hover
{
    background-position: bottom;
}
