﻿.itemW {
    border-bottom: solid 1px #ccc;
    min-height: 58px;
    cursor:pointer;
}
.item{
    padding:3px 5px;
    overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.itemImgW{
    margin:5px 0 5px 32px;
    border-top:solid 1px #ddd;
}
.itemSub1{color:#000; padding:5px 0;}
.itemSub2{
    color:#888;
    font-size:0.9em;
    overflow:hidden; text-overflow:ellipsis;
    word-break:break-all;word-wrap: break-word;
}
.divLeft{
    float:left;
    width:90px;
    min-height:19px;
    text-align:left;
}
.divRight{
    float:right;
    text-align:right;
    font-size:0.9em;
    padding-top:2px;
}
.divCenter{
    float:left;
    width:6em;
    text-align:center;
}