/* global */

* {font-family : Tahoma;}
BODY, HTML
{
	padding : 0px;
	margin  : 0px;
	width: 100%;
	height: 100%;
	background-color: #FFF;

    font-size: 11px;
    color: #464646;
}
table
{
	border-collapse: collapse;
}

.linkage2 td
{
	width: 5px;
	height: 5px;
	padding-bottom: 3px;
	font-size: 12px;
}

.linkage2 td.l2t2 img
{
	margin: 0px 5px 2px;
}
.linkage2 td.l2t2 a:visited
{
	color: #4478C7;
}


.linkage2 td.l2t2
{
	width: auto;
	min-width: 31%;
	background: #E1FACE;
	height: auto;
}

ul
{
	margin: 0px 0px 4px 10px;
	padding: 0;
}

a:link {
    color: #4478C7;
}

a:visited {
    color: 5c6bba;
}

a:hover {
    color: #40a524;
}

a:active {
    color: #40a524;
}

button {
    cursor: pointer;
}

IMG {border: none;}
div.top
{
    height: 90px;
    width: 100%;
    text-align     : center;
    vertical-align : middle;
    padding-bottom : 1px;
}

table.main
{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background: transparent url(/images/header_bg.jpg) repeat-x left top;
}

/* логотип */
#lPart1 {
    width: 166px;
    height: 49px;
    background: transparent url(/images/lpart1.png) no-repeat right bottom;
    margin-left: 15px;
}
#lPart2 {
    width: 166px;
    height: 26px;
    background: transparent url(/images/lpart2.png) no-repeat right top;
    float: left;
    margin-bottom: 13px;
    margin-top:3px;
}

table.main
{
    width: 100%;
    height: 100%;
    padding: 0px;
}

td.content
{
	width: 100%;
    vertical-align: top;
}

td.leftcol
{
    width: 166px;
    vertical-align: top;
    padding: 0px 15px 15px 15px;
}

td.rightcol
{
    width: 240px;
    vertical-align: top;
    padding: 15px 15px 15px 15px;
    text-align: center;
}

td div.internalnav
{
    background-color: #F0F3F8;
    width: 166px;
    text-align: left;
    clear:left;
	padding: 0px 5px;
	line-height: 12px;
}
a.topMenu { font-size: 14px }
.topMenu:link {
    color:#003299;
    text-decoration:none;
}

.topMenu:hover, .topMenu:hover:visited {
    color:#9cc785;
    text-decoration:underline;

}

.topMenu:visited {
    color:#003299;
    text-decoration:none;
}

.topMenuSel {
    font-size:14px;
    color:#f56361;
}
.mkOrder:link { text-decoration: none; }

.mkOrder:link, .mkOrder:hover, .mkOrder:visited {
	font-size: 14px;
    color:#cd3432;
}

.mkOrder:hover, .mkOrder:hover:visited {text-decoration: underline}

.menuHead {
    color:#464646;
    font-size: 18px;
	margin-bottom: 7px;
}


.menuLnk:link {
    font-size:13px;
    color:#464646;
    text-decoration:none;
}

.menuLnk:hover, .menuLnk:hover:visited {
    font-size:13px;
    color:#40a524;
    text-decoration:underline;
}

.menuLnk:visited {
    font-size:13px;
    color:#464646;
    text-decoration:none;
}


.menuLnkRed:link, .menuLnkRed:visited, .menuLnkRed:hover {
    font-size:13px;
    color:#db3836;
    text-decoration:none;
}

.btmAboutLnk:link, .btmAboutLnk:visited {
    font-size:12px;
    color:#1f63b3;
    text-decoration:underline;
}

.btmAboutLnk:hover {
    font-size:12px;
    color:#1f63b3;
    text-decoration:none;
}

.menuBlockHead {
    color:#1f63b3;
    font-size: 18px;
    line-height: 100%;
}

/* news */

div.content {
    padding: 10px 0 0;
}

    div.content div.head {
        color       : #db3836;
        font-weight : normal;
        font-size   : 24px;
        line-height : 27px;
    }

    div.content div.source {
        background-color: #f0f3f8;
        margin: 6px 0;
        padding: 8px 6px 8px 10px;
        font-size: 11px;
        line-height: 18px;
        color: #464646;
    }

        div.content div.source .date {
            background-color: #f56361;
            font-size: 10px;
            color: #fff;
            padding: 2px;
        }

div.spec_right_container {
    float : right;
    width : 25%;
    min-width : 195px;
    padding-left : 10px;
    background-color : #fff;
    margin-left: 6px;
}

    div.spec_right_container div.spec_right {
        background    : #cedaf4;
        border-top    : 6px solid #a8a8ab;
        margin-bottom : 10px;
        padding       : 3px;
    }

        div.spec_right center.price {
            color: #cb1a1a;
            margin: 8px auto 2px;
        }

        div.spec_right center.phone {
            margin: 2px auto 8px;
        }

table#newsSelector {
    background-color: #f0f3f8;
    font-size: 12px;
    color: #464646;
    padding: 0 10px 0 0;
    margin: 0 0 20px;
    max-width: 552px;
    width: 100%;
}

    table#newsSelector p {
        margin: 6px 0;
    }

    table#newsSelector span.checkbox {
        margin-right: 4px;
    }

    table#newsSelector select#region {
        width: 100%;
    }

    table#newsSelector input.calendar {
        width: 111px;
        background: #fff;
        border: 1px solid #d2d2d2;
        margin: 0 4px 0 0;
        padding: 0 4px;
    }

    table#newsSelector img.ui-datepicker-trigger {
        vertical-align: text-bottom;
    }

div.news_results_head {
    color       : #464646;
    font-weight : normal;
    font-size   : 14px;
    line-height : 24px;
}

div.news {
    clear: both;
    background-color: #f0f3f8;
    padding: 8px;
}

    div.news div.news_item {
        margin-bottom: 20px
    }

        div.news div.news_item a.title {
            font-weight: bold;
            color: #4478c7;
            font-size: 12px;
            line-height: 15px;
            margin-bottom: 5px;
        }

        div.news div.news_item span.date_past {
            background-color: #51aa53;
            font-size: 10px;
            color: #fff;
            padding: 2px;
        }

        div.news div.news_item span.date_today {
            background-color: #f56361;
            font-size: 10px;
            color: #fff;
            padding: 2px;
        }

        div.news div.news_item div.anons {
            margin: 6px 0 0;
            font-size: 11px;
            line-height: 18px;
            color: #464646;
        }

        div.news div.news_item div {margin-top: 3px;}

div.news_short {
    padding-bottom:8px;
    margin-bottom: 8px;
}

    div.news_short div.news_item {
        font-size: 11px;
        line-height: 18px;
    }

        div.news_short div.news_item span.redbullet {
            color: #f56361;
            margin: 0 4px 0 0;
			padding-top: 4px;
        }

        div.news_short div.news_item span.date_past {
            background-color: #51aa53;
            font-size: 9px;
            color: #fff;
            padding: 1px;
            margin: 0 5px 0 0;
        }

        div.news_short div.news_item span.date_today {
            background-color: #f56361;
            font-size: 9px;
            color: #fff;
            padding: 1px;
            margin: 0 5px 0 0;
        }

/* end of news */

/* pages */

div.page_content {
    background-color: #F0F3F8;
    font-size: 11px;
    line-height: 18px;
    color: #464646;
    padding: 8px 10px 8px 10px;
}

    div.page_content li {
        margin-left: 10px;
    }

/* end of pages */

.toggleMap
{
    font-size: 12px;
    color: #4478C7;
    text-decoration: none;
    font-weight:bold;
}

.firstBorder
{
    border-left: 1px solid #8CAFFA;
}
.border
{
    border-top: 1px solid #8CAFFA;
    border-bottom: 4px solid #8CAFFA;
}
.lastBorder
{
    border-right: 1px solid #8CAFFA;
}

#rowsHeader th
{
    color: #4478C7;
    font-size: 14px;
}

.lst
{
    vertical-align: top;
    color: #464646;
}
span.title
{
    color: #0070C9;
    font-size: 11px;
}

.reg_title
{
    border-top: 2px solid #C2C2C2;
    color: #00548C;
    padding-top: 3px;
    font-weight: bold;
    font-size: 14px;
}
.reg_body
{
    color: #636363;
    font-size: 12px;
    border-bottom: 2px solid #C2C2C2;
    padding-bottom: 3px;
}

.redStar
{
    color: #C43836;
    font-size: 14px;
}

.smallTooltip
{
    color: #7D7D7D;
    font-size: 10px;
}
#buttonSend
{
    background: url('/images/button_bg_red.gif');
    border: 1px solid #D2D2D2;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    width: 200px;
}
.options_new tr td
{
    padding-left: 10px;
    font-size: 14px;
}

span.tm
{
    color: #D44042;
    margin: 0;
    padding: 0 !important;
}
.redHeader
{
    color: #DB3836;
    font-size: 22px;
    margin-bottom: 11px;
    margin-top: 2px;
}

.winHeader { margin-bottom: 11px; }
.winHeader a {font-size: 22px; color:#000078; text-decoration: none;}
.winHeader a:hover {color:inherit}

.header
{
	padding-top: 5px;
	line-height: 1;
}

.blackHeader
{
    color: #464646;
    font-size: 16px;
    font-weight: bold;
}
.claimSmallHeader
{
    color: #464646;
    font-weight: bold;
    font-size: 14px;
}
.options_new
{
    background: #f0f3f8;
    width: 100%;
}
.options_new .f
{
    color: #464646;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}
.options_new td
{
    padding: 5px 0px;
}

.options_new select
{
    width: 250px;
}
.options_new input, .options_new textarea
{
	border: 1px solid #D2D2D2;
	width: 249px;
}
a.claimReturnLink, a.claimReturnLink:hover, a.claimReturnLink:visited, a.claimReturnLink:visited:hover
{
    text-decoration: underline;
    font-weight: bold;
    color: #0070c9;
    font-size: 12px;
}

.regionPageTd {
	background: #e1face;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 4px 2px;
}

.regionPageTd a:link, .regionPageTd a:visited {
	color: #636363;
	text-decoration: none;
}

.regionPageTd a:hover {
	color: #db3836;
}

.bfm_table
{
    background: #F0F3F8;
}

.bfm_table td
{
    font-size: 14px;
    font-weight: normal;
    color: #464646;
    text-align: left;
    padding: 5px 0 5px 10px;
}
.bfm_table2
{
    background: #F1F1F3;
}

.bfm_table2 td
{
    font-size: 14px;
    font-weight: normal;
    color: #464646;
    text-align: left;
    padding: 5px 0 5px 10px;
}

.bfm_long
{
    width: 235px;
}

.bfm_2
{
    width: 110px;

}

.bfm_3
{
    width: 68px;
}

.bfm_table input, .bfm_table textarea
{
    border: 1px solid #d2d2d2;
}

.bfm_table .input
{
    width: 214px;
}

.bfm_table2 .input_small
{
    width: 106px;
}
.bfm_table2 input, .bfm_table2 textarea
{
    border: 1px solid #d2d2d2;
}

.bfm_table2 .input
{
    width: 270px;
}

.bfm_table2 .input_small
{
    width: 162px;
}

.bfm_big_link
{
    color: rgb(197, 58, 55) !important;
    font-size: 16px;
}

/***** stas CSS *****/


.searchFormDiv {
	width:100%;
	background-color: #F0F3F8;
}
.searchForm
{
	background-color: #F0F3F8;
	color: #464646;
	font-size: 13px;
	text-align:left;
}

.searchTitle
{
	color: #DC3738;
	font-size: 22px;
}

.selStore
{
	width: 225px;
	margin-right: 0px;
	font-size:11px;
	color:#707070;
}

.searchFrmLnk {
	color: #4478c7;
	font-size: 12px;
	text-decoration: underline;
}

.navbtn
{
	margin-top: 3px;
	margin-bottom: 3px;
	background-image: URL(/images/button.gif);
	border: none;
	font-size: 11px;
	width: 64px;
	height: 19px;
	cursor: pointer;
	color: #FFFFFF;
	padding-bottom:2px;
}

.navbtnclear
{
	background-image: URL(/images/button_violet.gif);
	border: none;
	font-size: 11px;
	width: 64px;
	height: 19px;
	cursor: pointer;
	margin-right : 10px;
	color: #464646;
	padding-bottom:2px;
}

.navbtngo
{
	background-image: URL(/images/button_red.gif);
	border: none;
	font-size: 16px;
	font-weight:bold;
	width: 78px;
	height: 25px;
	cursor: pointer;
	color: #FFFFFF;
	padding-bottom:2px;
	margin: 5px 0px 5px 5px;
}

.viewSelected
{
	background-image: URL(/images/button_viewsel.gif);
	border: none;
	width:180px;
	height: 19px;
	font-size: 10px;
	color: #FFFFFF;
	cursor : pointer;
	padding-bottom:2px;
}


input.inp_tt, select
{
	border: 1px solid #D2D2D2;
	font-size: 11px;
	color:#464646;
}

input.inp_tt
{
	width: 45px;
}

.secondaryHeaderA {
	color:#4478c7;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}

.searchLine
{
	   background-image: URL(/images/search_line.jpg);
	   height:6px;
	   border: none;
	   padding: 0px;
	   margin : 0px;
}

#secondaryEstate
{
	text-align: center;
}

#secondaryEstate TD {
	font-size:11px;
}

.commoninfo
{
    text-align: left;
    padding-left: 5px;
}


.comInfo
{
        font-size : 11px;
   color : #2182CC;
}

.photoTitle
{
   color: #4478c7;
   text-decoration: underline;
   margin : 0px;
   margin-left: 5px;
   font-size: 12px;
   font-weight: bold;
}

.photoTop
{
	background: #CBCBCD;
}

.photoPrice
{
	color: #CB1A1A;
}
.photoPhone
{
	color: #141414;
}

.photoDescr
{
	font-size: 11px;
	color: #131418;
	text-align:left;
	line-height: 1.2;
}
.photoCell
{
	padding-top: 7px;
}
a.photoDescr
{
   font-size: 11px;
   color: #0070c9;
   text-decoration: underline;
}

a.specialTitle
{
	color: #F56361;
	font-weight: bold;
	font-size: 14px;
}

#ResultsTable td
{
	vertical-align: top;
}

.newSearchA
{
	font-size : 12px;
	font-weight: bold;
	color: #2182cc;
	margin-right: 20px;
}

.newSearchAred
{
	font-size : 12px;
	font-weight: bold;
	color: #c43836;
}

a.insideSearch
{
	color: #636363;
	font-size: 11px;
	font-weight: normal;
	text-decoration : none;
}

.resultHeader>TH {
	border-top:1px #8caffa solid;
	height:30px;
}
.vtorFirstTd {
	background: #f0f3f8;
	padding: 6px;
	height: 30px;
	border-bottom: 2px #ffffff solid;
	color:#636363;
}

.vtorSecondTd {
	background: #f8f9fc;
	padding: 6px;
	height: 30px;
	border-bottom: 2px #ffffff solid;
	color:#636363;
}



/********** eo stas ******************/

/* pager */
a.navLink
{
   color : #464646;
   font-size : 14px;
   margin-right : 12px;
}

span.navLink
{
   color : #DC3836;
   font-size : 14px;
   margin-right : 12px;
   font-weight: bold;
}

/* eo pager */

/* breadcrumbs */
div.topmenu a
{
    color: #2284CD;
}

div.topmenu a.tm
{
    color : red;
}

div.topmenu span
{
    padding-left: 2px;
    padding-right: 2px;
}

div.topmenu
{
	font-size: 10px;
	margin: 9px 0px 5px;
}
/* oe breadcrumbs */

/* top headers */
div.toptitle
{
	margin-top: 4px;
    padding-bottom: 5px;
	padding-top: 4px;
}

div.toptitle span.first
{
    color: white;
    background-color: #5A739C;
    font-size: 15px;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
    float: left;
    margin-right : 4px;
}

div.toptitle span.second
{
    color: #646464;
    font-size: 14px;
    padding: 4px;
    font-weight: bold;
}
/* // top headers */


.navigate a, .navigate a img, .navigate b
{
	margin: 0px 5px;
}
.navigate a
{
	color: #464646;
	text-decoration: none;
}
.navigate a:hover
{
	text-decoration: underline;
}
.navigate b
{
	color: #DB3836;
}
.navigate
{
	font-size: 13px;
	margin-bottom: 10px;
}

.menuHead.small
{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}


.bg td.text
{
	background: #E1FACE;
}
.bg a, .bg a:visited
{
	color: #4478C7;
}
.bg img
{
	margin: 5px;
	vertical-align: sub;
}

/* novoteka news */

#auto_content h1
{
	color: #DB3836;
	font-size: 24px;
	font-weight: normal;
}

#auto_content p
{
	background: #F0F3F8;
	margin: 0px;
	padding: 7px 10px;
}

/* / novoteka */

/* counters */
#counters {float:right;margin-right:15px;}
#counters div {float:right; margin: 0; margin-left: 7px;}


.leftMenuSelected, .leftMenuCommon
{
	padding: 3px 0px 2px 8px;
}
.leftMenuSelected
{
	padding-left: 13px;
	margin: 0px -5px;
	background: #FFFFFF;
}

table#usefulli, table.usefulli
{
	width: 100%;
	border: #CFDFF3 2px solid;
	margin: 5px 0px;
	background: #FAFAFA;
}
table#usefulli td
{
	padding: 5px;
}


#newSearchBottom
{
	margin-bottom: 10px;
}

.source_href
{
	float: left;
}

table.regional_news {
    width: 100%;
    margin-top:26px;
}

    table.regional_news td.td_outer {
        padding: 5px;
        background: #f0f3f8;
    }

        table.regional_news td.td_outer div.all_news {
            float: left;
            padding: 5px;
        }

            table.regional_news td.td_outer div.all_news a {
                font-weight: bold;
            }

table.menu_list_table {
    margin-bottom: 0px;
}

    table.menu_list_table td {
        padding-bottom: 4px;
    }
#ResultsTable tr td.first
{
	padding:8px 4px 0 10px;
	width: 50%;

}