#products{width:95%; margin-top:8px; background:#efefef;}
#products ul{padding:8px; margin-bottom:8px; border:2px solid #cbcbcb; border-radius:5px; background:#fff;}
#products ul img{width:100%; max-height:250px;}
#products ul .name_price{height:26px;}
#products ul .name_price .name{float:left; width:80%; overflow:hidden; height:26px; line-height:26px;}
#products ul .name_price .name a{font-size:16px; font-weight:bold;}
#products ul .name_price .price{float:right; height:26px; line-height:26px; font-size:16px; font-weight:bold; color:#F69A08;}
#products ul .desc{line-height:150%; color:#888;}
#products #turn_page{padding-bottom:9px;}