/* CSS Document */
#overlay {
    background: black;
    filter:alpha(opacity=50);
   -moz-opacity: 0.5;
   opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    cursor: pointer;
    cursor: hand;
}

#mainWindow {
    position: fixed;
    width: 400px;
    background: white;
    z-index: 110;
	color:black;
	top:22%;
    left:35%;
}
  
#famousall{
  width: 400px;
 }

#famousall img{
 border:0;
 padding:0;
 margin:0;
} 

#famousall .images{
 height:300px;
 cursor: pointer;
 cursor: hand;
}

#famousall .name{
 margin-top: 5px;
 width:100%;
 height:25px;
 background:#cbd200;
 border-top: 1px solid #333333;
 border-bottom:1px solid #333333;
}

#famousall .name_left{
 float: left;
 width:265px;
 padding-left:15px;
 padding-top: 5px;
 font-size: 1.4em;
 font-weight: bold;
 line-height:1.1em;
 }

#famousall .name_right{
 float: right;
 width:100px;
 text-align:right;
 padding-right:15px;
 padding-top: 5px;
}
 
#famousall .price{
 width:100%;
 height:20px;
 border-bottom:1px solid #333333; 
 padding-top: 5px;
} 
 
#famousall .price_left{
 padding-left:15px;
 float:left;
 font-size:1.1em;
 width:265px;
 height:15px;
} 

#famousall .price_right{
 float:right;
 width:100px;
 padding-right:18px;
 text-align:right;
 height:15px;
}

#famousall .descr{
 padding-left:15px;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-right: 15px;
 font-size:1.1em;
}

#mainWindow .exit{
 padding:0.4em;
 padding-right:0.8em;
 font-size:1.4em;
 text-align:right;
 background:white;
 color:#333333;
} 

#mainWindow .exit a{
 text-decoration:none;
 color:#999999;
} 

#mainWindow .rest{
 padding-left:15px;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-right: 15px;
 font-size:1.3em;
 background: #EB7C15;
 margin-bottom: 10px;
 color:white;
 font-weight: bold;
}

#mainWindow .rest a{
 color:white;
}

#mainWindow .rest a:hover{
 color:#CBD200;
}

/*---- Ресторан ---*/
#famousall .namerest{
 margin-top: 5px;
 width:100%;
 height:25px;
 background:#eb7c15;
 border-top: 1px solid #333333;
 border-bottom:1px solid #333333;
}

#famousall .name_leftrest{
 float: left;
 width:265px;
 padding-left:15px;
 padding-top: 5px;
 font-size: 1.4em;
 font-weight: bold;
 line-height:1.1em;
 }

#famousall .name_leftrest a{
 color:white;
 text-decoration: underline;
}

#famousall .name_leftrest a:hover{
 text-decoration: none;
 color:#CBD200;
}

#famousall .pricerest{
 width:100%;
 border-bottom:1px solid #333333; 
 padding-top: 5px;
 padding-bottom:5px;
} 
 
#famousall .price_leftrest{
 padding-left:15px;
 float:left;
 font-size:1.1em;
 width:265px;
} 

#famousall .price_rightrest{
 float:right;
 width:100px;
 padding-right:18px;
 text-align:right;
}

#famousall .address{
 padding-left:15px;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-right: 15px;
 font-size:1.1em;
 border-bottom:1px solid #333333;
}

#famousall .red{
 color:#FF6600;
} 

#famousall .descrrest{
 padding-left:15px;
 padding-top: 5px;
 padding-bottom: 10px;
 padding-right: 15px;
 font-size:1.1em;
}
/*---- End Ресторан ---*/ 

#selectcity{
 height: 150px;
}

#selectcity .one{
 font-size: 1.3em;
 font-weight: bold;
 text-align:center;
 padding-top:15px;
 padding-bottom:25px;
}

#selectcity .two{
 text-align:center;
}

#optioncity{
 width: 200px;
 font-size:1.1em;
 padding:0.1em;
}
#resultcity  {
 font-size: 1.2em;
 font-weight: bold;
 margin-top:30px;
 text-align: center;
}
 
#mainWindow a{
 color:black;
} 

#table_stars{ 
 border-collapse:collapse;
}

#table_stars td{ 
 border-collapse:collapse;
}


* html #mainWindow { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

* html #closeall { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
