/* Арены */

#stages_titles, #stages_cities { padding: 0; list-style: none; }


#stages_titles { margin: 5px 0 0; background-color: #fff; list-style: none; overflow: hidden; padding: 0; }
#stages_titles li { float: left; height: 27px; margin: 1px 1px 1px 2px; width: 234px; background: url(/img/stages/title_bg.png) no-repeat 0 0; padding: 0; position: relative;
 line-height: 27px; }
#stages_titles li.active { background: url(/img/stages/title_bg.png) no-repeat 0 -27px; }
#stages_titles li.first { margin-left: 1px; }
#stages_titles li span { position: absolute; top: 0; left: 0; padding: 8px 0 0 10px; font-size: 11px; font-weight: bold; }
#stages_titles li.active span { color: #0449a2; }
#stages_titles li span a { color: #000; text-decoration: none; }
#stages_titles li img { width: 234px; height: 27px; position: absolute; }

#stages_cities { margin: 28px 0 0; }
#stages_cities h2 { color: #0449a2; font-size: 24px; line-height: 24px; padding: 0 0 6px; text-transform: uppercase; margin-top: 22px; }
#stages_cities li { border-bottom: #8f8f8f 5px solid; padding-bottom: 2px; }
#stages_cities li th { color: #fff; font-size: 11px; font-weight: normal; padding: 1px 0 9px; border-bottom: #b5b5b5 1px solid; background: url(/img/stages/city_stages_title_bg.png) repeat-x 0 0; text-align: left; }
#stages_cities li td { background: #fff url(/img/stages/city_stages_line_bg.png) repeat-x 0 bottom; padding: 0; vertical-align: middle; border-bottom: 1px #b5b5b5 solid; }
#stages_cities li td.name a { padding-left: 8px; font-weight: bold; color: #464646; font-size: 14px; } #stages_cities li td.name a:hover { color: #000; }
#stages_cities li td.logo img { position: absolute; top: 2px; left: 0; width: 26px; height: 26px; border: #bdbdbc 1px solid; }
#stages_cities li td.logo a:hover img { border: #000 1px solid; }
#stages_cities li td.logo div { position: relative; padding-left: 37px; height: 32px; }
#stages_cities li td.logo div a { line-height: 32px; color: #000; font-weight: bold; }

.stages-all-spacer { float:right; width:1px; height:960px; }