#list #rightcol .mybike_list .other_photo {
    float: left;
}

.head .ellipsis {
    display: inline-block;
    float: left;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#list #leftcol .search_menu .search-button-div {
    border: none;
    padding: 0;
}

.search-button {
  text-align: center;
  padding: 10px 0 0;
}

.search-button input {
	width: auto !important;
    background: #2a313c none repeat scroll 0 0 !important;
    border: medium none;
    color: #fff;
    display: inline-block;
    padding: 6px;
    cursor: pointer;
}

.search-button input:hover {
    background: #E61E25 none repeat scroll 0 0 !important;
}
