/* Site */
body
{
    margin: 0;
    font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    background-color: #c3cad7;
    background-color: white;
}

a { text-decoration: none; color: inherit; }
a:visited { color: inherit; }
a:hover { text-decoration: underline; }
a img { border-style: none; }
a.email { text-decoration: underline; color: #0000CC }

td.currency { text-align: left; }
td.number { text-align: left; }

table.site
{
    width: 100%;
    border-collapse: collapse;
}
table.site tr td { padding: 0px 0px 0px 0px; }
table.site table { border-collapse: collapse; }

/* Site Top */
tr.site-top
{
    background-color: #5C5C5C;
}
tr.site-top td div
{
    display: inline;
    border: solid 1px gray;
    padding: 0px 30px 0px 30px;
    margin: 3px 0px 3px 0px;
    color: white;
    font-weight: bold;
    font-size: larger;
}
tr.site-top td div:hover
{
    background-color: gray;
    border: solid 1px white;
    cursor: pointer;
}

/* Site Border */
table.site tr td.site-right
{
    background-image: url(img/shadow-right.png);
    background-repeat: repeat-y;
    background-position: left top;
    min-width: 10px;
    padding: 0;
}
table.site tr td.site-left
{
    background-image: url(img/shadow-left.png);
    background-repeat: repeat-y;
    background-position: right top;
    min-width: 10px;
    padding: 0;
}
table.site tr td.site-bottom-left
{
    background-image: url(img/shadow-bottom-left.png);
    background-repeat: no-repeat;
    background-position: right top;
    min-width: 10px;
    min-height: 10px;
}
table.site tr td.site-bottom
{
    background-image: url(img/shadow-bottom.png);
    background-repeat: repeat-x;
    background-position: right top;
    height: 10px;
}
table.site tr td.site-bottom-right
{
    background-image: url(img/shadow-bottom-right.png);
    background-repeat: no-repeat;
    background-position: left top;
    min-width: 10px;
    min-height: 10px;
}

/* Navigation */
table.site tr td.navigation
{
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    text-align: left;
}

/* Machine Types */
ul.machineTypeTable
{
    padding: 0px;
    margin: 0px;
    text-align:center;
}

ul.machineTypeTable li
{
    cursor: pointer;
    margin: 5px 5px 5px 0px;
    padding: 5px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    width: 265px;
    border: 1px solid #112b61;
    border-radius:5px;  
}

ul.machineTypeTable li:hover
{
    border: solid 1px #112b61;
}

ul.machineTypeTable li div
{
    display: block;
    background-color: #112b61;
    color: #fdc20e;
    border-radius:5px; 
    padding-bottom:10px; 
}

ul.machineTypeTable li img
{
    width: 265px;
    height: 199px;
    color: #fdc20e;
    border-radius:5px; 
}

span.machineTypeHeader
{
    font-weight: normal;
    font-size: 16px;
    width: 265px;
    background-color: #112b61;
    color: #fdc20e;
}

/* Machines */
.machinesTable
{
    margin: 0px auto;
    text-align: left;
    width: 90%;
}

table.machinesTable th { background-color: #0099FF; color: white; font-weight: 600;}
table.machinesTable th a { color: white; }
table.machinesTable th span.machineHeader:hover { cursor: pointer; text-decoration: underline; }
table.machinesTable th img { cursor: pointer; }
table.machinesTable tr { background-color: #f9f9f9; border-bottom: 1px solid #0099FF; }
table.machinesTable tr td { cursor: pointer; }
table.machinesTable tr td.stockNumber span { display:inline-block; vertical-align:middle; }
table.machinesTable tr td, table.machinesTable tr th { padding: 5px 1px 5px 4px; }
table.machinesTable tr:hover td.stockNumber span { text-decoration: underline; }
table.machinesTable th.HP, table.machinesTable td#Engine { display:none; }

div.machineFilter
{
    display: inline;
    position: absolute;
    width: 240px;
    border: 1px solid #112b61;
    padding: 6px;
    background-color: white;
}
div.machineFilter input { width: 234px; }

/* Machine */
table.machineTable
{
    width: 100%;
    border-spacing: 6px 4px;
    border: 1px solid #112b61;
    border-radius: 10px;
    padding: 5px;
}

table.machineTable tr td
{
    vertical-align: top;
    padding: 0px;
    text-align: left;
}

table.machineTable tr td a
{
    color: black;
}
table.machineTable tr td a:hover
{
    text-decoration: none;
}

div.machineInfoHeader
{
    background-color: #112b61;
    color: white;
    font-weight: bold;
    padding: 5px;
}

div.machineInfo
{
    padding: 5px;
}

div.machineButton
{
    background-color: #112b61;
    border: 1px solid #fdc20e;
    color: #fdc20e;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 30px 3px 30px;
}
div.machineButton:hover
{
    background-color: #fdc20e;
    border: 1px solid #112b61;
    color: #112b61;
    cursor: pointer;
}

div.imgSelectors
{
    margin: 8px auto;
    text-align: center;
}

div.imgSelectors div
{
    display: inline-block;
    border: 1px solid #112b61;
    background-color: gray;
    width: 16px;
    color: white;
    margin-right: 2px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;

    zoom: 1;
    *display: inline;
}
div.imgSelectors div.current
{
    background-color: silver;
}

#rotator
{
    border: 1px solid #112b61;
    overflow: hidden;
    margin: 8px auto 8px;
    position: relative;
    width: 400px;
    height: 300px;
    cursor: pointer;
}

#rotator img
{
    display: none;
    max-width: 400px;
    max-height: 300px;
    position: absolute;
    top: 0;
    left: 0;
}

div.otherMachines
{
    text-align: center;
}

ul.otherMachines
{
    padding: 0px;
    margin: 0px;
}

ul.otherMachines li
{
    cursor: pointer;
    margin: 5px 0px 5px 5px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

/* If width is changed, update displayOtherMachines in machines.js */
ul.otherMachines li.image
{
    width: 120px;
    height: 90px;
    _height: 90px;
}

/* If width is changed, update displayOtherMachines in machines.js */
ul.otherMachines li.div
{
    width: 120px;
    height: 88px;
    _height: 88px;
    border: 1px solid #112b61;
}

div.otherMachines img, div.otherMachines div
{
    max-width: 120px;
    max-height: 90px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

table.otherMachines tr td
{
    border-width: 0px;
}

/* Search */
table.searchTable
{
    width:100%;
    border-collapse: collapse;
}

.td-right
{
    width: 75%;
}

.td-left {
    text-align:right;
    width: 20%;
    font-weight: bold;
}

table.searchTable select { width:75% }
table.searchTable input[type="text"] { width:75% }

.iw{
    width:75%;
}

@media (max-width: 320px) {

    .stockNumber, .Description, .Year, .HP, .Hours, .Status, .Condition, .Stock {
        display: none;
    }

    #Manufacturer, #Year, #Engine, .number, .toggle, #Condition {
        display: none;
    }

    table.machineTable
    {
        padding: 0px;
        margin: 0px;
        border:0px;
    }

}

@media (max-width: 450px) {

    .stockNumber, .Description, .HP, .Hours, .Status, .Condition, .Stock {
        display: none;
    }

    #Manufacturer,  #Engine, .number, .toggle, #Condition {
        display: none;
    }

}
@media (max-width: 479px) {

    .stockNumber, .Stock, .Hours, .number, #Condition, .Condition {
        display: none;
    }

    #rotator
    {
        border: 1px solid #112b61;
        overflow: hidden;
        margin: 8px auto 8px;
        position: relative;
        width: 265px;
        height: 199px;
        cursor: pointer;
    }

    #rotator img
    {
        display: none;
        max-width: 265px;
        max-height: 199px;
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (max-width: 720px) {

    .stockNumber, .Stock, .Hours, .number {
        display: none;
    }
    .related-machines {
        display: none;
    }
}

@media (max-width: 530px) {

    .stockNumber, .Stock, .Hours, .number, #Condition, .Condition {
        display: none;
    }
}