﻿#categoryList
{
    color: White;
    margin: 10px 0 20px 10px;
    width: 400px;
}

#categoryList li
{
    width: 100px;
    background-color: Black;
    border: 1px solid #0000FF;
    padding: 10px;
    float: left;
    margin: 0 0 10px 20px;
}

#categoryList li:hover
{
    border: 1px dashed #0000FF;
}

#categoryList a h3
{
    text-decoration: underline;
}

#catBox
{
    width: 400px;
    line-height: 18px;
    margin: 10px 0 40px 0;
    float: left;
}

.catLink
{
    display: block;
    width: 165px;
    float: left;
    background-color: Black;
    border: 1px solid #0000FF;
    padding: 10px;
    margin: 0 10px 10px 0;
}

.catLink:hover
{
    border-style: dashed;
}

#catalogIntro
{
    float: left;
    width: 600px;
    margin-top: 20px;
}

#vehicleBox
{
    width: 500px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

#vehicleList li
{
    width: 230px;
    margin-right: 15px;
    margin-bottom: 5px;
}