@CHARSET "UTF-8";

table.model-overview {
    margin: 5px 0px 10px 0px;
    width: 100%;
}

table.model-overview caption {
    text-align: left;
    font-weight: bold;
    color: white;
    margin-top: 10px;
}

table.model-overview th, table.model-overview td {
    text-align: left;
    color: #999999;
    padding: 2px;
    vertical-align: top;
}

table.model-overview th {
    font-weight: bold;
    border-bottom: 1px dotted #999999;
}

table.model-overview td {
    font-weight: normal;
}

dl.model-equipment dt {
    color: white; 
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}

dl.model-equipment ul {
    list-style-type: square;
    list-style-position: outside;
}

dl.model-equipment ul li {
    margin-bottom: 5px;
    color: #999999;
    position: relative;
    left: 12px;
    margin-right: 12px;
}

#gallery {
    margin: 5px 0px;
    padding: 0px;
}

ul.gallery {
    list-style-type: none;
    padding: 0px;
}

ul.gallery li {
    float: left;
    margin: 5px 10px 5px 0px;
    padding: 0px;
}

ul.gallery li img {
    border: 1px solid #999999;
    width: 52px;
    height: 52px;
}

ul.gallery li.hover img {
    border-color: #f59518;
}
