
#wrap_listContent
{
    margin: 0px auto 0px 200px;
}

.listTable
{
    align: center;
    width: 400px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
    border-right: dimgray thin solid;
    border-left: dimgray thin solid;

}
.listRow
{
    clear: both;
    border-left: black 2px solid;
    border-right: black 2px solid;
    background-color: ;
}
.listRowOver
{
    clear: both;
    border-left: lightskyblue 2px solid;
    border-right: lightskyblue 2px solid;
    background-color: dimgray;
}
.listCell
{
    float:left;

    background-color: ;
    vertical-align: top;
    text-align: left;
    font-weight: normal;
    font-size: 8pt;
}

td 
{
    vertical-align: top;
    text-align: left;
    font-weight: normal;
    font-size: 8pt;
}
        
.brand{
    font-size: 10pt;
    color: gainsboro;
    font-family: Arial;
}

.misc
{
    font-size: 9pt;
    color: gainsboro;
    font-family: Arial;
}

.model
{
    font-size: 9pt;
    color: gainsboro;
    font-family: Arial;
    font-weight: bold;
}
.retail
{
    font-size: 9pt;
    color: white;
    font-family: Arial;
    font-weight: bold;
}
