/* import the image table stylesheet */
/* @import(/css/imageTable.css); */

.item
{
    float: left;
    height: 145px;
    margin: 10px 10px 0px 0px;
    width: 374px;
}

.item h5
{
    background-image: url(../images/layout/itemCurve.gif);
    background-repeat: no-repeat;
    clear: left;
    height: 25px;
    width: 374px;
}

.item h2
{
    margin: 0;
    padding: 0;
}

.item h2 a
{
    font-size: 10px; /*1em*/
    text-decoration: underline;
}

.item p
{
    height: 65px;
    line-height: 1.3em;
    margin: 0;
    padding: 5px 0 5px 0;
}

.item dl
{
    margin: 0;
    padding: 0;
}

.item dt
{
    border-top: 1px dotted #434343;
    color: #000000;
    float: left;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 0 0;
    width: 110px;
}

.item dt span
{
    color: #DD1708;
}

.item dt sup
{
    color: #000000;
    font-size: 0.7em;
    font-weight: bold;
}

.item dd
{
    border-top: 1px dotted #434343;
    border-left: 1px dotted #434343;
    float: left;
    margin: 0 0 0 1px;
    padding: 0;
    width: 126px;
}

.item dd h3 {
    font-size: 1em;
    font-weight: normal;
}

.imageWrapper
{
    float: left;
    height: 120px;
    margin: 0 10px 0 0;
    width: 120px;
}

.orderBox
{
    background-image: url(../images/layout/orderBox.gif);
    background-position: 50px 5px;
    background-repeat: no-repeat;
    display: block;
    line-height: 30px;
    margin: 0 0 0 10px;
    text-decoration: underline;
    width: 100px;
}

