.search-form {
    padding: 10px;
    margin: 0;
    background-color: #fff;
}

.search-key {
    padding: 20px;
    text-align: center;
}

.search-key select {
    border: 1px solid #cccccc;
    line-height: 30px;
    height: 30px;
    /*padding: 0 10px;*/
    margin-right: 10px;
}

.search-key input {
    width: 400px;
    border: 1px solid #cccccc;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    margin-right: 10px;
}

.search-key button {
    width: 80px;
    background-color: #368636;
    color: #ffffff;
    border: 1px solid #cccccc;
    height: 30px;
    line-height: 30px;
    padding: 0;
}

.search-item {
    padding: 0 30px;
    position: relative;
    overflow-y: hidden;
}

.search-item h4 {
    margin: 0 0 10px;
}

.search-item .selector {
    display: inline-block;
    width: 200px;
    border: 1px solid #cccccc;
    line-height: 30px;
    height: 30px;
    /*padding: 0 10px;*/
    margin: 0 0 20px;
}

.search-item .checkbox-inline {
    position: relative;
    display: inline-block;
    padding: 5px 30px;
    cursor: pointer;
}

.search-item .checkbox-inline input {
    position: absolute;
    left: 0;
    top: 15px;
}

.search-bar {
    text-align: center;
    padding: 0 260px;
    background-color: #f1f1f1;
    margin-bottom: 20px;
}

.search-bar > div {
    background-color: #fff;
    text-align: center;
    padding-bottom: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
}

.search-icon-open {
    content: "▽";
}

.search-icon-close {
    content: "△";
}

.show-type {
    text-align: right;
    margin-bottom: 20px;
}

.show-type a {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #999;
    color: #999;

}

.show-type a.active {
    border: 1px solid #ff6666;
    color: #ff6666;
}

.shop-list {
    background-color: #fff;
}

.shop-table {
    width: 100%;
    border-spacing: 0;
}

.shop-table th, .shop-table td {
    padding: 10px;
    text-align: left;
    font-size: 90%;
}

.shop-title {
    background-color: #5cb85c;
    color: #fff;
}

td.shop-serve {
    text-align: left;
}

.shop-item td {
    border-bottom: 1px dashed #ccc;
}

.shop-pager {
    padding: 20px 0;
    text-align: center;
}

.shop-pager a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #5cb85c;
    color: #5cb85c;
    margin: 0 3px;
}

.shop-pager a.active {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    color: #999999;
}

.shop-map {
    background-color: #fff;
    min-height: 100px;
    padding: 10px;
}

.list-map {
    height: 500px;
}

.shop-empty {
    background: #ffffff;
    padding: 100px 20px;
    text-align: center;
}

.map-window {
    margin: 10px 0;
    line-height: 1.5;
}

/* view css */
.shop-view {
    position: relative;
    min-height: 350px;
}

.shop-info {
    margin-right: 440px;
}

.shop-info p {
    margin: 8px 0 20px;
    line-height: 1.6;
}

.shop-serves {
    line-height: 1.2;
}

.shop-serves span {
    margin: 0 15px 5px 0;
}

.view-map {
    position: absolute;
    width: 400px;
    height: 300px;
    right: 40px;
    top: 0;
    background-color: #f1f1f1;
}
