.listblock
{
  margin-top: 0px;
  padding-bottom: 0px;
clear: both;
}

.shop_name,
.txt_title
{
	font-size: 24px;
	text-shadow: 1px 1px 2px #808080;
	line-height:1;
	color: #000080;
	margin-bottom: 16px;
}

.txt_subtitle,
.shop_addr
{
	margin-top: 6px;
}

.txt_text,
.shop_pct,
.shop_phone,
.shop_sbidesc,
.shop_url,
.shop_email,
.shop_info
{
	margin-bottom: 12px;
}

.shop_sbidesc
{
	font-style:italic;
}

.logo
{
	height: 28px;
	visibility: visible;
}



::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999;
}

.shop_openstatus
{
	display: none;
	margin-bottom:16px;
}

.shop_opentable
{
//	display: none;
	margin-bottom:16px;
}

.shop_logo
{
	float: right;
}

.shop_img
{
	width: 100%;
}

.div_socialitem
{
	display: none;
	padding-right:24px;
}

.div_socialbar
{
	display: none;
	margin-bottom:16px;
}


.modalDialog 
{
           position: fixed;
	padding: 16px;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(0,0,0,0.5);
            z-index: 99999;
            opacity: 1;
            -webkit-transition: opacity 250ms ease-in;
            -moz-transition: opacity 250ms ease-in;
            transition: opacity 250ms ease-in;
            pointer-events: none;
        }

.modalDialog > div 
{
	max-width: 600px;
	position: relative;
	margin: 3% auto;
	padding: 24px 20px 16px 20px;
	background: #fff;
}

#shop_overlay
{
	width: 100%;
}

#shop_overlay_2
{
	width: 100%;
}

.md_close 
{
        background: #606061;
        color: #FFFFFF;
	cursor: pointer;
        line-height: 25px;
        position: absolute;
        right: -12px;
	padding-left:2px;
            text-align: center;
            top: -10px;
            width: 24px;
            text-decoration: none;
            font-weight: bold;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            border-radius: 12px;
            -moz-box-shadow: 1px 1px 3px #000;
            -webkit-box-shadow: 1px 1px 3px #000;
            box-shadow: 1px 1px 3px #000;
}

.md_close:hover 
{
	background: #00d9ff;
}


/* select */

.shop_selector
{
	margin-top:5px;
	width:185px;
}


.shop_namesearch
{
	width: 130px;
	height: 28px;
    	border-style: solid;
	border-color: #aaa;
	border-width: 1px 0px 1px 1px;
/*    	border-radius: 4px 0px 0px 4px;*/
	padding-left: 8px;
	vertical-align:bottom;
	padding-right: 8px;
	margin-top:5px;
	padding-top: 3px;
	color: #bc245c;
	font-weight: bold;
}
.shop_namesearch::placeholder
{
	font-weight: normal;
}

#clear_input
{
    cursor:pointer;
	line-height:28px;
	display:inline-block;
	padding-left:5px;
	width: 20px;
	height: 28px;
    	border-style: solid;
	border-color: #aaa;
	border-width: 1px 1px 1px 0px;
	vertical-align:bottom;
	color: #bc245c;
	font-weight: bold;
}

#button-holder{
	display:inline-block;
            background-color:#f1f1f1;
            cursor:pointer;
            height:28px;
    	border-style: solid;
	border-color: #aaa;
	border-width: 1px 1px 1px 0px;
/*    	border-radius: 0px 4px 4px 0px;*/
            text-align:center;
            width:30px;
	vertical-align:bottom;
        }
         
#button-holder img{
            margin:4px;
            width:20px;
        }