#mainFrame div.list {
    width: 780px;
    margin: 30px 10px;
}


#mainFrame .searchForm {
    position: relative;
    top: -33px;
    left: 530px;
}

#mainFrame .searchForm label {
    display: block;
    _display: inline;
    float: left;
    height: 21px;
    line-height: 21px;
    margin-right: 5px;
    margin-top: 1px;
    font-weight: bold;
    color: #ffffff;
}

#mainFrame .searchForm span {
    display: block;
    _display: inline;
    float: left;
    margin-right: 2px;
}

#mainFrame .searchForm input[type="text"] {
    height: 15px;
    _height: 21px;
    padding: 3px;
    margin-top: 1px;
    border: 0px solid #999999;
}

#mainFrame div.list div.cell {
    display: block;
    _display: inline;
    float: left;
    width: 120px;
    margin: 5px;
    overflow: hidden;
}

#mainFrame div.list div.thumbnail {
    display: block;
    width: 116px;
    _width: 120px;
    height: 86px;
    _height: 90px;
    padding: 0px;
    margin-bottom: 5px;
    border: 2px solid #333333;
    overflow: hidden;
}

#mainFrame div.list div.brand,
#mainFrame div.list div.wdate,
#mainFrame div.list div.production {
    display: block;
    width: 120px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#mainFrame div.list div.brand a {
    font-family: Dotum;
    font-size: 11px;
    letter-spacing: -1px;
    color: #666666;
}
#mainFrame div.list div.wdate {
    font-family: Arial;
    font-size: 9px;
    color: #999999;
}
#mainFrame div.list div.production a {
    font-weight: bold;
}



