  #localhero-widget {
    width: 287px;
    float:left;
    padding: 5px;
    font: 11pt regular Arial, Helvetica, sans-serif;
    color: #444;
    border: 1px solid #cccccf;
    margin-bottom: 8px;

  }
  #localhero-widget div.widget-section {
    padding: 0;
    margin: 0;
    margin-top: 8px;
    border-width:0;
    border-top: 1px solid #CCC;
    padding: 5px 0;
  }
  #localhero-widget img {
    width:100%;
  }
  #localhero-widget h3 {
    margin: 0;
    font: bold 20px "Times New Roman", Times, serif;
    color: #000;
    text-align:center;
  }
  #localhero-widget h3 a {
    color: #000;
  }
  #localhero-widget ul {
    list-style:none;
    padding:0;
    margin:0;
  }
  #localhero-widget a {
    text-decoration: none;
    color: #2266aa;
	list-style: none;
	line-height: 1.618;
	cursor: auto;
	font-size: 14px;
  }
  
  #localhero-widget a:hover {
    text-decoration: underline;
  }
  #localhero-widget form {
    margin:0;
  }
  #localhero-widget h3 {
    padding-bottom: 5px;
    line-height:23px;
  }
  #localhero-widget #ownlocal-business-list {
    line-height: 17px;
  }
  #localhero-widget #ownlocal-search-form{
    height: 28px;
  }
  #localhero-widget #ownlocal-dropdown {
    height: 33px;
  }
  #localhero-widget #ownlocal-add-business-link {
    line-height: 20px;
  }
  #localhero-widget #ownlocal-business-list-template {
    display:none;
  }
  #localhero-widget .ownlocal-business-popup-info {
    position:absolute;
    background: #1D3C7A;
    color: #FFF;
    padding:10px;
    width:300px;
    display:none;
    z-index:1001;
  }
  #localhero-widget .ownlocal-business-popup-info a {
    color: #FFF;
  }
  #localhero-widget .ownlocal-business-popup-info h4 {
    font: 18px normal "Trebuchet MS", Helvetica, sans-serif;
    margin:0;
  }
  #localhero-widget .ownlocal-business-popup-info p {
    font: 13px bold "Trebuchet MS", Helvetica, sans-serif;
    margin: 0;
  }
  #localhero-widget .ownlocal-business-popup-info img {
    display: block;
    padding-top: 10px;
    margin: auto;
    width: 275px;
  }
  #localhero-widget #ownlocal-business-list li {
    position: relative;
  }
  #localhero-widget #ownlocal-business-list li:hover {
    background: #DDD;
  }
  #localhero-widget li:hover .ownlocal-business-popup-info {
    display: block;
  }
  #localhero-widget #ownlocal-dropdown .dropdown-container {
    position: relative;
    display: block;
    float: left;
    height: 23px;
    width: 290px;
    overflow: hidden;
    margin-top: 5px;
    border-bottom:1px solid #BBB;
  }
  #localhero-widget #ownlocal-dropdown .dropdown-container.active {
    overflow: visible;
 }
  #localhero-widget #ownlocal-dropdown ul {
    display: inline-block;
    border: 1px solid #BBB;
    background: #555;
    color: #FFF;
    width: 288px;
  }
  #localhero-widget #ownlocal-dropdown .arrow {
    background: #1D3C7A;
    color: #FFF;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 1px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    cursor: pointer;
  }
  #localhero-widget #ownlocal-dropdown li {
    padding: 2px 5px;
  }
  #localhero-widget #ownlocal-dropdown li:hover {
    background: #EEE;
  }
  #localhero-widget #ownlocal-dropdown a {
    color: #FFF;
    text-decoration:none;
  }
  #localhero-widget #ownlocal-dropdown a:hover {
    color: #2f70a6;
    text-decoration:none;
  }
  #localhero-widget #ownlocal-add-business-link a {
    font-weight: bold;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
  }
  #localhero-widget input.text {
    width: 200px;
    float: left;

margin: 0;
display: block;
min-height: 25px;
padding: 8px 12px;
font-size: 14px;
line-height: 1.618;
color: gray;
vertical-align: middle;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px 0 0 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

  }
  #localhero-widget button.submit {
background-color: #1D3C7A;
border-color: #1D3C7A;
display: inline-block;
color: #fff;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 500;
line-height: 1.618;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: 4px;
margin-top: -1px;
  }
 #ownlocal-business-list .widget-section {
border-top: 1px solid #ddd;
margin-top: 9px;
padding: 10px 0; }

.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
width: 100%;
display: none;
float: left;
min-width: 160px;
padding: 10px 0;
margin: 2px 0 0;
list-style: none;
background-color: #555;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.15);
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}

.ownlocal_h4 {
font-size: 14px;
padding: 6px 0;
margin: 0;
color: #222!important;
text-transform: none!important;
font-weight: 650;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
display: block;
}