#div-model-main
{
    /* copied from family.css: #div-family-main */
    height: 390px;
    width: 900px;

    overflow: hidden;

    font-family: Verdana;
    font-size: 8.5pt;

    color: #ffffff;

    /* copied from family.css: .div-family */
    background-attachment: scroll;
    background-color: transparent;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#div-mm-body
{
    /* copied from family.css: #div-fm-navigation, #div-fm-body */
    /* #div-family-main.height - padding-top - padding-bottom:
       390 - 10 - 10 = 370 */
    height: 370px;
    /* #div-family-main.width - padding-left - padding-right:
       450 - 10 - 10 = 430 */
    width: 430px;

    padding: 10px;

    overflow: auto;
}

#h2-mm-header
{
    /* copied from family.css: #h2-fm-header */
    /* align to top of #div-mm-navigation */
    margin-top: 0px;

    font-family: Verdana;
    font-size: 8.5pt;
    font-weight: bold;
}

#div-footer-products-menu
{
    background-attachment: fixed;
    background-color: transparent;
    background-image: url(/tdi/images/base/home-bg.jpg);
    background-position: top left;
    background-repeat: repeat-both;
}

#div-product-bottom
{
    height: 200px;
    width: 900px;

    overflow: hidden;

    font-family: Arial;
    font-size: 9pt;

    line-height: 200%;

    color: #ffffff;
}

#div-product-gallery, #div-product-links
{
    /* copied from family.css: #div-fm-navigation, #div-fm-body */
    /* #div-family-main.height - padding-top - padding-bottom:
       198 - 10 - 10 = 178 */
    height: 178px;
    /* #div-family-main.width - padding-left - padding-right:
       450 - 10 - 10 = 430 */
    width: 430px;

    padding: 10px;

    overflow: auto;

    float: left;
}

#div-product-group-links
{
}

.dl-spec
{
    font-family: Arial;
    font-size: 9pt;

    line-height: 200%;

    color: #ffffff;
}

.dt-spec
{
    margin-top: 20px;
    padding-left: 10px;

    font-weight: bold;

    background-color: #ffffff;

    color: #000000;
}

.dd-spec
{
    margin: 0px;
    padding-left: 10px;

    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
}

.ul-spec
{
    margin: 0px;
    padding: 0px;

    vertical-align: top;

    list-style: none;
}

.li-spec
{
    margin: 0px;
    padding: 0px;
}

.ul-product-links, .ul-product-links-root
{
    line-height: 200%;

    list-style: none;
}

.ul-product-links
{
}

.ul-product-links-root
{
    padding-left: 0px;
}

.li-product-link
{
}

.li-product-link-root
{
    margin-bottom: 20px;

    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
}

.a-product-link
{
    font-family: Arial;
    font-size: 9pt;

    color: #ffffff;
}

.a-product-link-root
{
    padding-left: 10px;

    display: block;

    background-color: #ffffff;

    color: #000000;

    font-weight: bold;
    text-decoration: none;
}

