html
{
    font: 62.5% Tahoma, Vedana, sans-serif;
}

body
{
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 12px;
    background: #fff;
}

a:link, a:visited, a:hover, a:active
{
    color: #104f8a;
}
/**
 * Основная раскладка
 */
#layout
{
    /*
     Резиновая раскладка, для ie6 - js fix
     min-width: 950px;
     max-width: 1000px;
     width: auto;
     */
    width: 975px;
    padding: 0 15px;
    margin: 0 auto;
}

#top-bar
{
/*
	padding: 0 0 0 20px;
	background: #ffb03e;
	height: 20px;	
*/
	position: relative;
	text-align: right;
	padding: 0;
	color: #fff;
	height: 20px;
	overflow: hidden;
	z-index: 1000;
	margin-top: -15px;
}

#top-bar a
{
	font: 10px Tahoma,Vedana,sans-serif;
/*
	color: #fff !important;
*/
	color: #104f8a !important;
}

#header
{
/*
    height: 88px;
*/
    height: 88px;
    position: relative;
/*
    background: transparent url(../images/logo.gif) 0px 10px no-repeat;
    background: #fff url(../images/logo12apr.gif) -4px 0px no-repeat;
*/
}

#search-bar
{
    position: relative;
    height: 80px;
    background: #f55305 url(../images/2999999.gif) 19px 10px no-repeat;
}

#content
{
    padding-top: 15px;
}

#left-column
{
    float: left;
    width: 206px;
    overflow: hidden;
}

#right-column
{
    float: right;
    width: 206px;
    overflow: hidden;
}

#center-column
{
    margin: 0 221px;
    width: auto;
    height: auto;
}

#center-column-content
{
    float: left;
    width: 100%;
}
/* центральный столбец бьется еще на два */
.cc-left-column
{
    margin: 0 220px auto 0;
}

.cc-right-column
{
    float: right;
    width: 220px;
}

#footer
{
    clear: both;
    background: #fff;
    margin: 20px 0;
    height: 110px
}
/**
 * Для элементов из заголовка
 */
#head-banner
{
    position: absolute;
    left: 221px;
    top: 12px;
    width: 468px;
    height: 60px;
    overflow: hidden;
}

#weather-banner, #currency-banner
{
    position: absolute;
    top: 12px;
    width: 137px;
    height: 58px;
    overflow: hidden;
    background: white;
    font-size: 10px;
}

#weather-banner
{
    right: 142px;
    background: #fff url(../images/weather_logo2.gif) 4px center no-repeat;
}

#currency-banner
{
    right: 0px;
    background: #fff url(../images/currency_logo2.gif) 4px center no-repeat;
}

#weather-banner table, #currency-banner table
{
    border-collapse: collapse;
    margin: 0 0 auto 58px;
    width: auto;
}

#weather-banner table td, #currency-banner table td
{
    padding: 0 1px;
}

#weather-banner table th, #currency-banner table th
{
    padding: 2px 1px;
    text-align: left;
}
/**
 * Для элементов из search bar
 */
#search-bar form
{
    display: block;
    position: relative;
    margin: 0 0 0 221px;
    padding: 0;
    width: auto;
    height: 100%;
    background: #f55305 url(../images/search_bg.png) -14px 0px no-repeat;
}

span.search-input, span.search-radio
{
    display: block;
    position: absolute;
}

span.search-input
{
    top: 25px;
    left: 0;
    right: 221px;
    width: auto;
}

span.search-radio
{
    top: 51px;
    left: 0;
    right: 221px;
    width: auto;
    color: #fefefe;
    line-height: 20px;
}

#search-field
{
    width: 467px;
}

span.search-radio input
{
    margin-bottom: -1px;
}

span.search-input label
{
    display: none;
    position: absolute;
    font-size: 13px;
    margin: 4px 0 0 6px;
    color: #aaa;
    cursor: text;
    z-index: 20;
    width: 300px;
}

span.search-radio label
{
    /*
     border-bottom: 1px dotted;
     */
    font-weight: bolder;
    cursor: pointer;
}

div.site-news-teaser
{
    position: absolute;
    top: 6px;
    right: 20px;
    width: 186px;
}

div.site-news-teaser span a
{
    display: block;
    margin: 0 0 4px 0;
    color: #fff !important;
    font-size: 12px;
    font-weight: bolder;
    text-decoration: underline;
}

div.site-news-teaser a
{
    color: #fff !important;
    font-size: 11px;
    text-decoration: none;
}

#extended-search-link
{
    position: absolute;
    top: 5px;
    right: 281px;
    color: #fff;
}
/**
 * Для элементов левого столбца
 */
#main-menu
{
    position: relative;
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

#main-menu li
{
    margin: 0;
    padding: 0 5px 2px 19px;
    background: url(../images/menu_bullet.png) 0 3px no-repeat;
}

#main-menu a
{
    color: #663300;
    text-decoration: none;
}

#main-menu a:hover
{
    color: #f55305;
    text-decoration: underline;
}
/* подменю - начало */
#main-menu ul
{
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    background: #fff;
    border: 1px solid #f87217;
    width: 165px;
}

#main-menu ul li
{
    margin: 0;
    padding: 0;
    background: #fff url(../images/menu_bullet.png) 4px 6px no-repeat;
}

#main-menu ul li a
{
    padding: 3px;
    padding-left: 22px;
    display: block;
    margin: 0;
}

#main-menu ul li a:hover
{
    color: #fff;
    background: #f87217 url(../images/menu_bullet.png) 4px 6px no-repeat;
}
/* подменю - конец */
#sale-banner, #day-banner
{
    margin: 10px 0px;
}

.lc-banner-wrapper
{
    width: 200px;
    margin: 0px auto 5px auto;
    border: 3px solid #d5d2c8;
    height: auto;
    overflow: hidden;
}

.article-teaser
{
    margin: 0px;
    width: auto;
    background: #fff;
    padding: 10px 10px 10px 0;
}

.article-teaser img
{
    margin: 0 5px 5px 0;
}

.article-teaser a
{
    font-size: 12px;
}

#all-articles-link
{
    font-size: 11px;
    padding: 0px 10px 10px 0;
}

#all-articles-link a
{
    font-size: 11px;
}

.event-teaser
{
    margin: 0px;
    width: auto;
    background: #fff;
    padding: 10px 10px 10px 0;
}

.event-teaser img
{
    margin: 0 5px 5px 0;
}

.event-teaser a, .event-teaser span
{
    font-size: 12px;
}

#all-events-link
{
    padding: 0px 10px 10px 0;
}

#all-events-link a
{
    font-size: 11px;
}
/**
 * Для элементов правого столбца
 */
.firm-news-teaser, .offer-teaser, .call-stat-teaser
{
    margin: 10px 0;
    width: auto;
    background: #fff;
    padding: 0 10px 0 0;
}

.firm-news-teaser img, .offer-teaser img
{
    margin: 3px 5px 5px 0;
}

.firm-news-teaser a, .offer-teaser a
{
    font-size: 12px;
}

#all-firm-news-link, #all-offers-link
{
    padding: 0 10px 10px 0;
}

#all-firm-news-link a, #all-offers-link a
{
    font-size: 11px;
}

span.firm-news-date, span.offer-date
{
    display: block;
    padding: 0;
    margin: 0 0 3px 0;
    color: #9ea6a2;
    font-size: 12px;
}

.rc-banner-wrapper
{
    width: 200px;
/*
    margin: 0px auto 5px auto;
*/
    margin: 0px auto 7px auto;
    border: 3px solid #d5d2c8;
    overflow: hidden;
}

.rc-banner-wrapper img
{
    vertical-align: top;
}
/**
 * Для элементов центра
 */
div.wide-center-banners-holder
{
    margin: 10px 0;
    text-align: center;
}

.ccrc-banner-wrapper
{
    width: 200px;
    margin: 0px auto 5px auto;
    border: 3px solid #d5d2c8;
    /*
     height: 100px;
     */
    overflow: hidden;
}

#call-stat
{
    font-size: 12px;
    margin: 0 10px;
}

#horoscope
{
    font-size: 12px;
    margin: 0 10px 0 10px;
}

#horoscope a
{
    font-size: 11px;
}

#horoscope p
{
    margin: 5px 0 10px 0;
}

#horoscope p img
{
    float: left;
    margin: 0;
}

#horoscope-sign-name
{
    float: left;
    clear: left;
    width: 70px;
    text-align: center;
    margin-top: -19px;
    font-size: 12px;
    font-weight: bolder;
}

#vote
{
    font-size: 12px;
    margin: 20px 10px 0 10px;
}

#vote a
{
    font-size: 11px;
}

#vote label
{
    cursor: pointer;
}

#vote span.question
{
    font-weight: bolder;
}

#vote form
{
    margin: 17px 5px;
    padding: 0px;
}

#joke
{
    font-size: 12px;
    margin: 20px 10px 0 10px;
}

#joke span
{
	display: block;
    margin-bottom: 20px;
}

#joke span a
{
	font-size: 12px;
}

#joke a
{
    font-size: 11px;
}

#cards
{
    font-size: 11px;
    margin: 20px 10px 0 10px;
}

#cards img
{
    display: block;
    margin: 5px auto;
    padding: 9px;
    border: 1px solid #ccc;
}

.city-news-teaser, .sport-news-teaser, .teen-news-teaser, .culture-news-teaser, .goods-and-services-news-teaser
{
    font-size: 12px;
    margin: 0;
    width: auto;
    background: #fff;
    padding: 10px 10px 10px 0;
    zoom: 1;
}

.goods-and-services-news-teaser
{
	padding: 0 10px 2px 0;	
}

.city-news-teaser img, .sport-news-teaser img, .teen-news-teaser img, .culture-news-teaser img, .goods-and-services-news-teaser img
{
    margin: 0 5px 4px 0;
}

.city-news-teaser h3, .sport-news-teaser h3, .teen-news-teaser h3, .culture-news-teaser h3
{
    margin: 0;
    padding: 0 0 7px 0;
}

.city-news-teaser a, .sport-news-teaser a, .teen-news-teaser a, .culture-news-teaser a, .goods-and-services-news-teaser a
{
    font-size: 12px;
}

.goods-and-services-news-teaser a
{
	color: #663300 !important;
	text-decoration: none !important;	
}

.goods-and-services-news-teaser a:hover
{
	color: #F55305 !important;
	text-decoration: underline !important;	
}

#all-city-news-link, #all-sport-news-link, #all-teen-news-link, #all-culture-news-link 
{
    padding: 0 10px 10px 0;
}

#all-goods-and-services-news-link
{
	padding: 10px 10px 10px 0;	
}

#all-city-news-link a, #all-sport-news-link a, #all-teen-news-link a, #all-culture-news-link a, #all-goods-and-services-news-link a
{
	font-size: 11px;
}

#all-goods-and-services-news-link a
{
	color: #104F8A !important;
	text-decoration: underline !important; 
}

span.city-news-date, span.sport-news-date, span.teen-news-date, span.culture-news-date
{
    display: block;
    padding: 0;
    margin: 0 0 3px 0;
    color: #9ea6a2;
    font-size: 12px;
}

span.goods-and-services-news-date 
{
    padding: 0 10px 0 0;
    margin: 0 0 3px 0;
    color: #9ea6a2;
    font-size: 12px;	
}

.theme-teaser
{
/*
    height: 51px;
    margin: 0 5px 5px 0;
    border: 4px solid #efece2;    
*/
    height: 30px;
    margin: 0 5px 3px 0;
    border: 2px solid #efece2;
    overflow: hidden;
}

#tt-1
{
    background: #0a638e url(../images/bg1_1.gif) 0px 0px no-repeat;
    border-color: #0a638e;
}

#tt-2
{
    background: #3ba3c9 url(../images/bg2_1.gif) 0px 0px no-repeat;
    border-color: #3ba3c9;
}

#tt-3
{
    background: #099670 url(../images/bg3_1.gif) 0px 0px no-repeat;
    border-color: #099670;
}

#tt-4
{
    background: #8dc325 url(../images/bg4_1.gif) 0px 0px no-repeat;
    border-color: #8dc325;
}

#tt-5
{
    background: #96aeba url(../images/bg5_1.gif) 0px 0px no-repeat;
    border-color: #96aeba;
}

#tt-6
{
    background: #ffb03e url(../images/bg6_1.gif) 0px 0px no-repeat;
    border-color: #ffb03e;
}

#tt-7
{
    background: #8a0303 url(../images/bg7_1.gif) 0px 0px no-repeat;
    border-color: #8a0303;
}

#tt-1 a, #tt-2 a, #tt-3 a, #tt-4 a, #tt-5 a, #tt-6 a, #tt-7 a
{
    display: block;
    height: 100%;
    font-weight: bolder;
    color: #fefefe;
    padding: 7px 0 0 105px;
    text-decoration: none;
}

.chapter-teaser
{
/*
    height: 51px;
    margin: 0 0 5px 0;
    border: 4px solid #3ba3c9;
*/
    height: 30px;
    margin: 0 0 3px 0;
    border: 2px solid #3ba3c9;	
    background: #3ba3c9;
    overflow: hidden;
}

#ct-1
{
    background: #3ba3c9 url(../images/cbg1_1.gif) 0px 0px no-repeat;
}

#ct-2
{
    background: #3ba3c9 url(../images/cbg2_1.gif) 0px 0px no-repeat;
}

#ct-3
{
    background: #3ba3c9 url(../images/cbg3_1.gif) 0px 0px no-repeat;
}

#ct-4
{
    background: #3ba3c9 url(../images/cbg4_1.gif) 0px 0px no-repeat;
}

#ct-5
{
    background: #3ba3c9 url(../images/cbg5_1.gif) 0px 0px no-repeat;
}

#ct-6
{
    background: #3ba3c9 url(../images/cbg6_1.gif) 0px 0px no-repeat;
}

#ct-7
{
    background: #3ba3c9 url(../images/cbg7_1.gif) 0px 0px no-repeat;
}

#ct-1 a, #ct-2 a, #ct-3 a, #ct-4 a, #ct-5 a, #ct-6 a, #ct-7 a
{
    display: block;
    height: 100%;
    font-weight: bolder;
    color: #fefefe;
/*
    padding: 19px 0 0 115px;
*/
    padding: 7px 0 0 70px;
    text-decoration: none;
}

#ct-1 a, #ct-2 a, #ct-3 a, #ct-4 a
{
/*
    padding-top: 12px;
*/
}

#ct-2 a
{
/*
    padding-left: 0px;
*/
}

#ct-4 a, #ct-5 a
{
    padding-top: 1px;
}

/**
 * Общее
 */
a img
{
    border: 0;
}

.teaser-banner
{
}

.with-border
{
    border: 1px solid #e0ded7;
}

.left-clearer
{
    position: relative;
    width: 1px;
    font-size: 0;
    height: 1px;
    background-color: transparent;
    clear: left;
}

.both-clearer
{
    position: relative;
    width: 1px;
    font-size: 0;
    height: 1px;
    background-color: transparent;
    clear: both;
}

h1
{
    font: 20px Georgia, Tahoma, Arial, sans-serif;
    font-weight: 100;
    margin: 7px 0 0 0;
    padding: 0;
/*
    color: #555;
*/
	color: #f55305;
    background: url(../images/dot_bg.gif) 0 bottom repeat-x;
}
/**
 * Для футера.
 */
#flc
{
    float: left;
    width: 206px;
}

#frc
{
    float: right;
    width: 196px;
    padding: 15px 10px 10px 0px;
    font-size: 11px;
    line-height: 14px;
}

#fcc
{
    margin: 0 221px;
    width: auto;
    font-size: 11px;
    color: #868686;
    padding: 15px 50px 20px 0px;
}

#fcc span
{
    display: block;
    color: #000;
    margin: 0 0 15px 0;
}

#ext-counter
{
    margin-top: 15px;
    margin-left: 0px;
}
