#resultList {
	list-style:none;
}

#resultList li {
float:left;
margin:0 10px 10px 0;
text-align:center;
}

#resultList label {
width:180px;
height:180px;
border:1px solid #eee;
padding:5px;
display:block;
}

#resultList li img {
max-height:150px;
max-width:170px;
vertical-align:middle;
}

#resultList .img_c {
line-height:150px;
height:150px;
}

#resultList input[type="checkbox"] {
opacity:0;
position:absolute;
}

#resultList label:hover {
border:1px solid #aaa;
box-shadow:0 1px 5px #bbb;
}

#resultList input[type="checkbox"]:checked + label {
border:1px solid #aaa;
box-shadow:0 1px 5px #bbb;
background:#bbb;
}

.frm-search {
clear:both;
margin:0 0 15px;
}

.nav-panel {
clear:both;
}

.nav-panel .next {

}

.media-content {
padding:10px;
}

.listData {
list-style:none;
}

.listData li:before, 
.listData li:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    margin-top: 10px;
}

.listData li {
clear:both;
margin-bottom:10px;
border-bottom:1px solid #eee;
}

.listData .img_t {
width:180px;
height:160px;
float:left;
}

.listData .img_t img {
max-width:180px;
max-height:160px;
}

.listData .edit_t {
margin-left:190px;
}

.listData label {
display:block;
font-weight:bold;
width:20%;
float:left;
}

.listData textarea,
.listData input[type="text"] {
width:75%;
margin-bottom:5px;
}