#c1{
float:left;
width:188px;
border:1px solid #ffcccc;
overflow:hidden;
}
#c2{
float:left;
margin-left:2px;
width:598px;
overflow:hidden;
}
#c3{
float:right;
width:188px;
overflow:hidden;
}

#c2 h3{
margin:0px;padding:px;font-weight:bold;line-height:24px;height:24px;font-size:12px;color:#ff6100;
}

#c2 div{
line-height:160%;
}

.items{
    width:598px;
}

.items li{
  width:598px;

}
.items li .name{
line-height:120%;color:#ff6100;
}

.items li .pic {
    float:left;width:310px;height:310px;
}
.items li .pic img{
    width:310px;height:310px;
}

.items li .detail{
    float:left;padding:5px;width:270px;
}

.items li .price{
    padding-top:8px;color:#FF0000;
}

.items li .order{
    padding-top:8px;color:#FF0000;
}

.items li .feedback{
    padding-top:8px;line-height:180%;
}


.NewsList li{
    border-bottom: 1px solid #EEEEEE;
    display:block;
    overflow:hidden;
    width:98%;
    background: url(/images/dot2.gif) no-repeat 3px 10px;
    line-height:24px;
    height:24px;
    padding-left:12px;
}

