
.listTopImage { 
    float:left;
    position: relative; 
    margin: 0px auto; 
    width: 100%; 
    height:auto !important;
    text-align:center;
	
}


.listFilterBox { 
    float:left;
    position: relative; 
    margin: 0px auto; 
    width: 100%; 
    height:auto !important;
    margin-top: 10px;
    margin-bottom:10px;
    text-align:center;
    
    
}

.listFilterBoxIn{
    position: relative; 
    margin: 0px auto; 
    width: 940px; 
    height:40px;
    background-color: #eaeaea;
    text-align:center;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
            /* make it glow! */
    -webkit-box-shadow: 0px 0px 4px #999;
       -moz-box-shadow: 0px 0px 4px #999;
            box-shadow: 0px 0px 4px #999;
            padding-top: 15px;
            overflow: hidden;
/*    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
*/
}

.listFilterBoxIn > ul{
    width: 100%;
    height: 28px;
    text-align: left;
}

.listFilterBoxIn > ul > li{
    float:left;
    position: relative;
    width: auto;
    height:28px;
    padding-left: 10px;
    padding-right: 25px;
    padding-top: 4px;
}

.listFilterBoxIn > ul > li.sep{
    float:left;
    position: relative;
    width: auto;
    height:28px;
    background:url(resource/list-sep.png) no-repeat;
}

.listFilterResultOut { 
    float:left;
    position: relative;
    width:100%;
    height:28px;
    min-height: 500px !important;
    height:auto;
    
}

.listFilterResult{
    position: relative;
    margin-left:auto;
    margin-right:auto;
    margin: 0px auto; 
    width:1000px;
    height:auto;
    text-align:center;
    
}
.listFilterResult > ul{
    width: 100%;
    height:auto;
    text-align: left;
}

.listFilterResult > ul > li{
    float:left;
    position: relative;
    width:193px;
    height:auto;
    text-align: center;
 margin-bottom: 20px;
 border-bottom: #ccc 1px solid;

}

.fltListImage,
.fltListText,
.fltListPrice{
    position: relative;
    margin-left:auto;
    margin-right:auto;
    width: 98%;
    height: 30px;
    overflow: hidden;
    text-align: center;

}


.fltListImage{
    width: 60%;
    min-height: 118px;
    height:auto;
}

.fltListImage img{
    width: 100%;
    height:auto;
}

.fltListText{
 height: 30px;
 overflow: hidden;
 text-align: center;

}

.fltListPrice{
 width: 94%;
 height: 30px;
 overflow: hidden;
 text-align: center;
 
}
