/* City-selector buble
------------------------------------------------*/

span#city_name-gl {
	font-size: 19pt;
	font-weight: normal;
}

span.selected {
	font-weight:bold;
}

.city-selector a, #city-selector-gl a, .city-selector a {
	color:#08628C;
	cursor: pointer; cursor: hand;
	text-decoration: underline;
}
.city-selector a:hover, #city-selector-gl a:hover, .city-selector a:hover {
	color:#EF3124;
}
.city-selector, #city-selector-gl, .city-selector, #dispatch_city_selector {
	display: none;
	position: absolute;
	z-index: 200;
}

#city-selector-gl {
	right: 50px;
	top: 30px;
}

.width-fix .city-selector {
	left: 20px;
	position: absolute;
	z-index: 10;
	//zoom: 1;
}

.city-selector table, #city-selector-gl table, .city-selector table {
	margin: 0 0 0 0;
	border-collapse: collapse;
	/*width: 640px;*/
	width: 665px;
	display: block;
}

.framed .f_c {
	padding: 1px 0pt 0.8em;
	
}
.city-selector h2, #city-selector-gl h2, .city-selector h2 {
	background: url("/images/border1.png") repeat-x scroll 0 100% transparent;
	color: gray;
	font-size:180%;
	font-weight:normal;
	margin-left: 23px;
	margin-top: 0.5em;
	*margin-top:0;
	margin-bottom: 0.7em;
	padding-bottom: 14px;
	text-align:left;
}
.city-selector td, #city-selector-gl td, .city-selector td {
	vertical-align: top;
	text-align:left;
}
.city-selector td, #city-selector-gl td {
	/*width: 142px;*/
	width: 110px;
	text-align:left;
	font-size:14px;
	white-space: nowrap;
	/*padding-left:25px;*/
	padding-left:10px;
}
.city-selector a, #city-selector-gl a, .city-selector a {
	height: 2em;
	display: block;
}

div#city-selector-gl div.f_b
{
	//margin-bottom: 0px !important;
}
/* Frame shadow
------------------------------------------------*/
.framed, .framed .f_r, .framed .f_b,
.framed .f_l, .framed .f_c {
	float: left;
	position: relative; z-index: 1;
	*z-index: 100;
	width: auto; height: auto;
	margin: 0; padding: 0;
}

.framed .f_tt, .framed .f_rr,
.framed .f_bb, .framed .f_ll {
	display: none;
}

.framed {
	margin: 0 40px 20px 0;
	background: transparent url('http://rzd-expo.ru/images/sh-t.png') no-repeat left top;
}

.framed .f_r {
	left: 40px;
	background: transparent url('http://rzd-expo.ru/images/sh-r.png') no-repeat right top;
}

.framed .f_b {
	top: 40px;
	background: transparent url('http://rzd-expo.ru/images/sh-b.png') no-repeat right bottom;
}

.framed .f_c {
	float: none;
	position: relative;
	left: 40px; top: -20px;
	padding: 1px 0; margin: 0 40px 0 0;
	background: #e2e6ea;
}

.framed .f_l {
	left: -40px;
	padding: 20px 0;
	background: transparent url('http://rzd-expo.ru/images/sh-l.png') no-repeat left bottom;
}

* html .framed .f_r, * html .framed .f_b,
* html .framed .f_l {
	height: 0;
}

* html .framed .f_tt, * html .framed .f_rr,
* html .framed .f_bb, * html .framed .f_bb *,
* html .framed .f_ll, * html .framed .f_ll * {
	display: block;
	position: absolute;
	left: 0; top: 0;
}

* html .framed .f_tt {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://rzd-expo.ru/images/sh-t.png,sizingMethod=crop);
}

* html .framed .f_rr {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://rzd-expo.ru/images/sh-r.png,sizingMethod=crop);
}

* html .framed .f_tt, * html .framed .f_bb {
	width: expression( parentNode.offsetWidth ); height: 40px;
}

* html .framed .f_rr, * html .framed .f_ll {
	width: 40px; height: expression( parentNode.offsetHeight );
}

* html .framed .f_bb, * html .framed .f_ll {
	overflow: hidden;
}

* html .framed .f_bb * {
	width: 1000px; height: 40px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://rzd-expo.ru/images/sh-b.png,sizingMethod=crop);
}

* html .framed .f_ll * {
	width: 40px; height: 1400px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://rzd-expo.ru/images/sh-l.png,sizingMethod=crop);
}

* html .framed .f_rr, * html .framed .f_bb * {
	right: expression( this.parentNode.offsetWidth % 2 ? -1 : 0 ); left: auto;
}

* html .framed .f_ll, * html .framed .f_ll *,
* html .framed .f_bb, * html .framed .f_bb * {
	bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 ); top: auto;
}
#city-selector-gl {
left: 25%;
top: 30px;
position: absolute;
z-index: 700;
/*width: 697px;*/
width: 705px;
height: auto;
margin: 0 40px 20px 0;
background: transparent url('http://rzd-expo.ru/images/sh-t.png') no-repeat left top;
}
#close_btn {
position: absolute;
right: -5px;
_right: 35px;
top: -5px;
z-index: 500;
cursor: pointer;
cursor: hand;
}