.shops ul{
    list-style: none;
}
.shops ul li{
    padding: 1em 0;
    border-bottom: 5px solid #f0f0f0;
}
.shops h2, .shops h3{
    /*border-bottom: 1px solid #d1d0d0;*/
}
.shops .photos{
    float: left;
    width: 320px;
    padding-right: 20px;
}
/*.shops ul li .info{
    visibility: hidden;
    height: 0;
}
.shops ul li .info.open{
    visibility: visible;
    height: auto;
}*/
.shops ul li p{
    text-indent: -0.3em;
    padding-left: 1em;
}
.shops .show-on-map{
    text-decoration: none;
    border-bottom: 1px dotted #349FE3;
}



.shop-photos {
    float: left;
    width: 510px;
    /*width: 400px;*/
}
.shop-photos .main-image{
    /*height: 400px;*/
    background-color: #FFF;
    text-align: center;
    /*position: relative;-*/
    border: 5px solid #D9D9D9;
    font-size: 0;
    line-height: 0;
    border-radius: 5px;
}
.shop-photos .main-image img{
    /*position: absolute;*/
    /*margin: auto;
    top:0;
    bottom:0;
    left:0;
    right:0;*/
}

.shop-photos  ul{
    list-style: none;
    margin-top: 5px;
}
.shop-photos  ul li{
    float: left;
    width: 100px;
    height: 75px;
    position: relative;
    margin: 3px;
}
.shop-photos  ul li:hover{
    border: 1px solid #349fe3;
    margin: 2px;
}
.shop-photos  ul li img{
    position: absolute;
    margin: auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.shop-info{
    margin-left: 540px;
    margin-top: 5px;
}
.shop .detail-view{

}
.shop .detail-view .odd{
    background-color: #f6f6f6;
}
.shop .detail-view .even{
    background-color: #F0F0F0;
}

.map-location{
    width: 100%;
}
.map-location.col2 td{
    width: 50%;
    vertical-align: middle;
    padding: 5px;
}
.map-location.col2 td img{
    max-width: 100%;
}