.city-link {
    width: 200px;
    font-size: 1.5em;
    color: #fff;
    position: relative;
    z-index: 1000;
    padding-left: 10px;
    font-weight: bold;
    text-shadow: 0.1em 0.1em 0.2em black;
} 
  
}
  td, th {
    background:#000; 
    
  }  
  
ul.css-tabs {  
  margin:0 !important; 
  padding:0;
  height:30px;
  border-bottom:1px solid #666;     
}
  
ul.css-tabs li {  
  float:left;   
  padding:0; 
  margin:0;  
  list-style-type:none;  
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
  float:left;
  font-size:13px;
  display:block;
  padding:5px 30px;  
  text-decoration:none;
  border:1px solid #666;  
  border-bottom:0px;
  height:18px;
  background-color:#efefef;
  color:#777;
  margin-right:2px;
  position:relative;
  top:1px;  
  outline:0;
  -moz-border-radius:4px 4px 0 0;  
}

ul.css-tabs a:hover {
  background-color:#F7F7F7;
  color:#333;
}
  
/* selected tab */
ul.css-tabs a.current {
  background-color:#ddd;
  border-bottom:1px solid #ddd;  
  color:#000;  
  cursor:default;
}

  
/* tab pane */
.css-panes div {
  display:none;
  border:1px solid #666;
  border-width:0 1px 1px 1px;
  min-height:150px;
  padding:15px 20px;
  background-color:#ddd;  
}
    
#search_input {
	margin: 0 auto;
	width: 400px;  
  
}

.search-city {
	width: 350px;
	height: 45px;
	padding: 5px;
    margin-left: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	border: 1px solid #ababab;
	font-size: 20px;
	line-height: 25px;
	color: #ababab;
}
    

.search-city:hover, .search-city:focus {
	color: #3b3b3b;
	border: 1px solid #36a2d2;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
}
h4#results-text {
	display: none;
}
.results {
      position: absolute;
	display: none;
	width: 360px;
    margin-left: 50px;
	margin-top: -14px;
	border: 1px solid #ababab;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.15) 0 1px 3px;
	box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
    background: #fff;

}
.results li {
	padding: 8px;
	cursor: pointer;
	border-top: 1px solid #cdcdcd;
	transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out;
}
.results li:hover {
	background-color: #F7F7F7;
}
.results li:first-child {
	border-top: none;
}
.results li h3, .results li h4 {
	transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	color: #616161;
	line-height: 1.2em;
}
.results li:hover h3, .results li:hover h4  {
	color: #3b3b3b;
}    
    
div#widget td, th {
     font-size: 20px;
     background: #fff;
     border: 1px solid #F0F0F0;  
     height:70px;
     vertical-align: middle;
    }
div#widget td.post {
     padding-left: 70px;
     text-align: left;
    }
#region {
	position: absolute;
	left: -10000px;
	width:100%;
}
  
#moscow {
	display: none;    
}    
#spb {
	display: none;    
}  


	#mini-widget {  
   		position: relative; 
   }
     .geo-container {
        position: absolute;
        width: 100%;
        padding-top:15px;
    	display: none;
    	z-index: 9999;
	}
     .geo-container-2 {
        position: absolute;
        width: 250px;
        padding-top:15px;
    	display: none;
    	z-index: 9999;
	}
    .geo-info {
        background: white;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        position: relative;
} 
     .geo-info:before {
        content: "";
        position: absolute;
        top: -24px;
        left: 45%;
        width: 0;
        height: 0;
        border: 12px solid;
        border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}
	.geo-info:after {
        content: "";
        position: absolute;
        top: -20px;
        left: 46%;
        width: 0;
        height: 0;
        border: 10px solid;
        border-color: transparent transparent white transparent;
}
	.geo-deliveries {
        text-shadow: 0 0 1px #bbbbbb;
        padding: 20px 20px 0 20px;
        font: 14px Helvetica;
        font-family: Helvetica;
        text-align: left;
        color: #333333;     
}
     .first-delivery, .second-delivery, .third-delivery, .fourth-delivery, .fifth-delivery , .sixth-delivery     {
     	margin-bottom: 20px;
   }
   #city {
     	margin: 0 auto; 
   }

   .change-city {
        width: 100%;
        text-align: center;
        padding: 5px 0;
        border-radius: 0 0 5px 5px; 
        color: #000;
       }

    .results li h3, .results li h4 {
      font-size:12px;
    }
