.your_city-popup {
	display: none;
	position: absolute;
	width: 970px;
	left: 50%;
	top: 20px;
	margin: 0 0 0 -485px; 
	z-index: 99;

}
.your_city.active .your_city-popup {
	display: block;
}
.your_city.active .your_city-wrapper {
	position: relative;
	z-index: 100;
}

.your_city-popup-top {
	background: url(../images/popup/popup-top.png) no-repeat left top;
	padding: 0 0 0 20px;	
}
.your_city-popup-top- {
	background: url(../images/popup/popup-top.png) no-repeat right -40px;
	padding: 0 20px 0 0;	
}
.your_city-popup-top-- {
	background: url(../images/popup/popup-top.png) repeat-x left -20px;
	height: 20px;
	padding: 0 0 0 0;	
}
.your_city-popup-bottom {
	background: url(../images/popup/popup-bottom.png) no-repeat left top;
	padding: 0 0 0 20px;	
}
.your_city-popup-bottom- {
	background: url(../images/popup/popup-bottom.png) no-repeat right -40px;
	padding: 0 20px 0 0;	
}
.your_city-popup-bottom-- {
	background: url(../images/popup/popup-bottom.png) repeat-x left -20px;
	height: 20px;
	padding: 0 0 0 0;	
}
.your_city-popup-center {
	background: url(../images/popup/popup-left.png) repeat-y left top;
	padding: 0 0 0 20px;
}
.your_city-popup-center- {
	background: url(../images/popup/popup-right.png) repeat-y right top;
	padding: 0 20px 0 0;	
}
.your_city-popup-center-- {
	background: #fff; 
}
.your_city-popup-header {
	margin: 0 -7px;
	border-bottom: 1px solid #f5f5f5;
	height: 50px;
}
.your_city-popup-field-row {
	margin: 0 11px 17px 20px;
}
.your_city-popup-field-row input {
	width: 834px;
	border: 1px solid #dadada;
	background: url(../images/popup/input.png) repeat-x left top;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	display:-moz-inline-box; display:inline-block; *zoom: 1; *display:inline;
	vertical-align: middle;
	margin: 0px;
	padding: 0px 5px;
}
.your_city-popup-field-row button {
	background: url(../images/popup/search-button.png) no-repeat left top;
	width: 35px;
	height: 32px;
	border: 0px;
	//overflow: visible;
	*zoom: 1;
	display:-moz-inline-box; display:inline-block; *zoom: 1; *display:inline;
	vertical-align: middle;
	padding: 0px;
	margin: 0px 0 0 8px;
	cursor: pointer;
}
.your_city-popup-field-row button:hover {
	background-position: 0 -32px;
}
.your_city-popup-row {
	display:-moz-inline-box; display:inline-block; *zoom: 1; *display:inline;
	vertical-align: top;
	white-space: normal;
}
.your_city-popup-row-group {
	white-space: nowrap;
	padding: 0 0 5px 0;
}
.your_city-popup-row-title {
	color: #949494;
	font-style: italic;
	font-size: 13px;
	font-family: Arial;
	margin: 0 0 12px 7px;
}
.your_city-popup-row._row-city .your_city-popup-row-title {
	margin: 0 0 12px 0px ;	
}
.your_city-popup-row > ul > li {
	margin: 0 0 0px 0;
}
.your_city-popup-row ul > li > a {
	font-size: 13px;
	color: #ff7900;
	display: block;
	border: 0px;
	position: relative;
}
.your_city-popup-row > ul > li > a > span {
	padding: 1px 0 6px 5px;
	display: block;
}
.your_city-popup-row > ul > li > a > span > span {
	padding: 0 0 0 0px;
	margin: 0 0 0 3px;
	height: 15px;
	display:-moz-inline-box; display:inline-block; *zoom: 1; *display:inline;
		vertical-align: middle;	
	line-height: 15px;
	border-bottom: 1px dashed #ff7900;
}
.your_city-popup-row > ul > li > a > i {
	width: 16px;
	height: 27px;
	position: absolute;
	left: 100%;
	top: 0px;	
}
.your_city-popup-row > ul > li.active > a,
.your_city-popup-row > ul > li > a:hover {
	color: #fff;
}
.your_city-popup-row > ul > li.active > a > span,
.your_city-popup-row > ul > li > a:hover > span, .satellite-city-li.active .satellite-city > span, .satellite-city-li .satellite-city:hover > span {
	background: url(../images/popup/li-selected.png) no-repeat left top;
	padding: 0px 0 0px 5px;
}
.satellite-city > span
{
    padding: 0 !important;
}
.your_city-popup-row > ul > li.active > a > span > span,
.your_city-popup-row > ul > li > a:hover > span > span, .satellite-city-li.active .satellite-city > span > span, .satellite-city-li .satellite-city:hover > span > span {
	background: url(../images/popup/li-selected.png) repeat-x left -27px;
	height: 27px;
	line-height: 27px;
	padding: 0px 0 0 3px;
	margin: 0px;
	border: 0px;
	color: #fff;
	display: block;
}
.satellite-city-li.active .satellite-city > span > span, .satellite-city-li .satellite-city:hover > span
{
    padding-left: 10px;
}
.your_city-popup-row > ul > li.active > a > i,
.your_city-popup-row > ul > li > a:hover > i, .satellite-city-li.active .satellite-city i, .satellite-city-li .satellite-city:hover i {
	background: url(../images/popup/li-selected-i.png) no-repeat left top;
}
.satellite-city
{
    position: relative;
}
.satellite-city-li.active .satellite-city i, .satellite-city-li .satellite-city:hover i
{
    position: absolute;
    top: 0;
    left: 145px;
    display: block;
    height: 27px;
    width: 16px;
}

.satellite-city-li
{
    width: 145px;
}
.your_city-popup-row._row-district {
	margin: 0 36px 0 23px;
}
.your_city-popup-row._row-region {
	margin: 0 32px 0 0px;	
}
.your_city-popup-row._row-city  ul > li {
	margin: 0 0 8px 0;
}
.your_city-popup-row._row-city  ul > li > a {
	color: #0046ad;
	text-decoration: underline;
}
._city-row {
	display:-moz-inline-box; display:inline-block; *zoom: 1; *display:inline;
	vertical-align: top;
	width: 150px;
	margin: 0 10px 0 0;
}
.your_city-popup-row._row-city  ul > li.active > a,
.your_city-popup-row._row-city  ul > li > a:hover {
	color: #ff7900;
}
.your_city-popup-row._row-city  ul > li.sep {
	height: 6px;
}
.your_city-popup-title {
	font-size: 17px;
	color: #ff7900;
	font-weight: bold;
	margin: 22px 0 10px 20px;
}

/**
 *
 */
.your_city-popup-row._row-region > ul {
	display: none;
}
.your_city-popup-row._row-region > ul.active {
	display: block;
}
.city-group {
	display: none;
}
.city-group.active {
	display: block;
}

.your_city-popup-row._row-city{
    margin: 0 32px 0 0px;
}

.satellites-conteiner{
overflow-y: auto;
max-height: 300px;
overflow-x: hidden;    
}