﻿ul#LiftList
{
    list-style-type: none;
    font-family: Tahoma;
    margin: 15px; padding: 0;
}
ul#LiftList a:link
{
    text-decoration: none;
    outline-style: none;
    color: Black;
}
ul#LiftList a:hover
{
    text-decoration: none;
    outline-style: none;
}
ul#LiftList a:link img
{
    text-decoration: none;
    border: none;
}
.list-content
{
    float: left;
    margin:0; padding:0;
}
ul#LiftList li
{
    width: 375px;
    margin-left: 10px;
    float: left;
    margin-bottom: 15px;
}
ul#LiftList li.active
{
    background-color: #efefef;
}
ul#LiftList li img
{
    float: left;
}

.list-content div
{
    padding-top: 10px;
    float: left;
    width: 175px;
}
.list-header
{
    font-size: 1.5em;
    border-bottom: dashed 1px gray;
}
#product-list
{
    float: left;
}
#product-preview
{
    float: right;
    width: 250px;
    text-align: center;
}

#details a
{
    text-decoration: none;
    color: #363636;
    font-size: 1.2em;
}
#details a:hover
{
    padding-left: 5px;
    color: #000000;
    font-weight: bold;
}
.product-model
{
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

.product-model a
{
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}
#products
{
    color: #666666;
}
