@import 'header.css';
@import 'footer.css';
body{background-image:url(../img/index/background2.jpg);background-repeat:repeat-x;background:#ebebeb;}
#page{display:table;height:100%;width:100%;}
.content{width:980px;min-height:300px;display:table;margin:30px auto 20px;font-size:12px;font-family:Tahoma;color:#958787;text-align:center;background:#fff; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -khtml-border-radius: 10px;position:relative;}
.banner{width:542px;height:51px;margin:0 auto;background:url(../img/mark/banner.png) no-repeat;text-align:center;line-height:35px;font-family:Tahoma;font-size:20px;margin-top:40px;color:#5d5958;}
.content li{margin-top:20px;list-style:none;display:table;width:auto;float:left;width:300px;padding-left:10px;margin-bottom:20px;}
.content .li{width:auto;clear:both;margin-top:80px;}
.content .name{width:300px;height:30px;float:left;text-align:left;font-size:16px;}
.content .text{width:300px;height:auto;font-size:14px;font-family:tahoma;margin-top:20px}
.content .maps-icon{width:auto;height:32px;float:left;background:url(../img/shops/gmaps-icon.png) no-repeat;background-size:32px 32px;text-indent:40px;display:inline-block;line-height:30px;cursor:pointer;}
.content .maps-panel{position:fixed;top:100px;width:750px;height:400px;background:#fff;display:none;border:solid 5px #d3bdbd; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -khtml-border-radius: 10px;z-index:10;}
.content .maps-panel .exit-button{float:right;margin-right:-24px;margin-top:-24px;width:24px;height:24px; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -o-border-radius: 15px; -khtml-border-radius: 15px;border:solid 2px #d3bdbd;z-index:9999;color:#d3bdbd;font-size:18px;font-family:verdana;text-align:center;font-weight:bold;cursor:pointer;background:#fff;}
.screen-black{width:100%;height:100%;background:#000;position:fixed;top:0px;left:0px;opacity:0.5;filter:alpha(opacity=50);display:none;}