﻿/*** Small ***/
.listBox-first
{
    width:800px;
    margin-top:3px;
    padding: 3px 0 3px 0;
    background-color:#fff;
    border-bottom:solid 1px #ccc;
    float:left;
}
.listBox-second
{    
    width:800px;
    margin-top:3px;
    padding: 3px 0 3px 0;
    background-color:#f0f0f0;
    border-bottom:solid 1px #ccc;
    float:left;
}
.listBox-Picture
{
    width:100px;
    padding:5px;
    border:solid 1px #ccc;
    background-color:#fff;
    float:left;
}
.listBox-Description
{
    width:675px;
    height:70px;
    margin-left:4px;
    margin-right:4px;
    float:left;
}
/*** Link ***/
.listBox-Link
{
    color:#000;
    text-decoration:none;    
}
.listBox-Link:hover
{
    color:#cc0000;
}