.shopsInfo_phone_icon{background:url(images/icon_phone_light2.png) no-repeat center; width:25px; height:25px;}
.shopsInfo_address_icon{background:url(images/icon_map_light2.png) no-repeat center; width:25px; height:25px;}
.i_mui_red.i_mui_simple.i_mui_button{ background: none !important;}



#shops{
    margin: 10px 0px; padding: 0px;}
#shops ul, #shops li {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

#shops .shopsInfo {
    padding: 2px;
}
#shops table {
    width:100%;
    font-family: 'microsoft yahei';
}
#shops table td{
    width: auto;
}
.i_mui_light.i_mui_table {
    box-shadow: 0 0 0 2px #ddd;
}
.i_mui_table {
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 0 2px #999;
    border-collapse: collapse;
}


table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
}

#shops tr, #shops td {
    border-color: #ddd;
}
.i_mui_table tr:first-child, .i_mui_table tr:first-child td {
    border-top: none;
}
.i_mui_table tr {
    border-left: none;
    border-right: none;
}
.i_mui_table tr, .i_mui_table td {
    border: 1px solid #999;
}

#shops .shopsInfo_title {
    padding: 0 10px;
    line-height: 30px;
    font-size: 16px;
    color: #696868;
}
#shops td {
    height: 40px;
}

.i_mui_table tr td:first-child {
    border-left: none;
}
tr:first-child td {
    border-top: none;
}
.i_mui_table tr:first-child, .i_mui_table tr:first-child td {
    border-top: none;
}

.i_mui_light.i_mui_table tr, .i_mui_light.i_mui_table td {
    border-color: #ddd;
}

.i_mui_light.i_mui_table tr, .i_mui_light.i_mui_table td {
    border-color: #ddd;
}
.i_mui_table tr, .i_mui_table td {
    border: 1px solid #999;
}
.i_mui_table tr, .i_mui_table td {
    border: 1px solid #999;
}

#shops .shopsInfo_distance {
    text-align: center;
    color: #999;
}

.i_mui_table tr td:last-child {
    border-right: none;
}

.i_mui_table tr:first-child, .i_mui_table tr:first-child td {
    border-top: none;
}
.i_mui_table tr td:last-child {
    border-right: none;
}
.i_mui_table tr:first-child, .i_mui_table tr:first-child td {
    border-top: none;
}

#shops .shopsInfo_phone_icon, #shops .shopsInfo_address_icon {
    text-align: center;
    vertical-align: middle;
}

#shops .shopsInfo_phone_icon span, #shops .shopsInfo_address_icon span {
    width: 24px;
    height: 24px;
    display: block;
    background:url(images/icon_phone_light.png) no-repeat;
    background-size: 24px;
    margin: 0 auto;
}

#shops .shopsInfo_address_icon span {
    background-image:url(images/icon_map_light.png);
}
#shops td a {
    min-height: 30px;
    height: auto;
    line-height: 30px;
    text-decoration: none;

}
#shops td a.line{
    color: #8c8c8c;
}

.i_mui_button {
    width: 150px;
    height: 30px;
    background: #e6e0d5;
    border: none;
    border-radius: 5px;
    outline: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 30px;
    vertical-align: middle;
    cursor: pointer;
}

.i_mui_red.i_mui_simple.i_mui_button {
    background: url(images/select_simple_red.png) no-repeat 95% 50%;
}
.i_mui_light.i_mui_simple.i_mui_button {
    color: #696868;
}
