﻿
div#vtowheelsintro h3
{
    margin: 1em auto 1em auto;
    text-align: center;
} 

table#vtoitems
{
    clear: both;
    border: medium solid #000080;
    border-collapse: collapse;
    empty-cells: show;
    margin: 1em 0px 1em 0px;
    padding: 0px;
}

table#vtoitems tr
{
    padding: 0px;
    margin: 0px;
        height: 100px !important;
}

table#vtoitems td
{

    height: 100px;
    padding: 0px;
    margin: 0px;
    border: thin solid #000080;
}

table#vtoitems td.thumb
{
    width: 149px !important;
}
table#vtoitems td.thumb img
{
    width: 149px !important;
    height: 100px !important;
    margin: 0px !important;
    padding: 0px !important;
}

table#vtoitems td.thumb a
{
    width: 149px !important;
    height: 100px !important;
    margin: 0px !important;
    padding: 0px !important;
}


table#vtoitems td.reg
{
    width: 300px;
    background-color: #CCCCCC;
    padding: 1em;
}

table#vtoitems td ul
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

table#vtoitems td ul li
{
    margin: .5em 1em .5em 0px;
}