﻿
body
{
	font-family: Arial, Verdana, Tahoma, Times New Roman, Courier; 
	font-size: 14px; 
	color: #000000; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	scrollbar-face-color : #6f87b3; 
	scrollbar-shadow-color : #c9d9ff; 
	scrollbar-track-color : #eef3ff; 
	scrollbar-highlight-color : #c9d9ff; 
	scrollbar-arrow-color : #c9d9ff; 
	scrollbar-darkshadow-color : #c9d9ff; 
	scrollbar-background-color : #c9d9ff;
	vertical-align: top;
	
}

a
{
    text-decoration: none;
}

.div_err
{
    position: absolute;
    z-index: 200;
    top: 40%;
    left: 40%;
    width: 20%;
    height: 10%;
    background-color: #365b89;
    font-weight: bold;
    color: #FFF;
    padding: 20px;
    border: 1px solid #fff;
    text-align: center;
    cursor: pointer;
    
}

.main_
{
    width: 100%;
    height: 100%;
}

.main_ td
{
    vertical-align: top;
}

.header_left
{
    width: 20%;
    height: 169px;
    background-image: url(img/bg/header_left.jpg);
    background-repeat: no-repeat;
    vertical-align: top;
}

.header_right
{
    height: 169px;
    width: 80%;
    background-image: url(img/bg/header_right.jpg);
    background-repeat: repeat-x;
    vertical-align: top;
    font-size: 0px;
}

.middle_left
{
    width: 20%;
    height: 87px;
    background-image: url(img/bg/middle_left.jpg);
    background-repeat: no-repeat;    
}

.top_body_left
{
    width: 20%;
    height: 400px;
    background-image: url('img/bg/top_body_left.jpg');
    background-repeat: repeat-y;   
    vertical-align: top;
}

.top_body_left_bottom
{
    background-image: url('img/el/top_body_left_bottom.jpg');
    background-repeat: no-repeat;
    height: 25px;
}

.top_body_bottom
{
    background-image: url('img/bg/top_body_bottom.jpg');
    background-repeat: repeat-x;
    height: 25px;      
}

.bottom_body
{
    height: 400px;
    width: 100%;
}

.footer
{
    background-color: #a9a9a9;
    height: 100px;
}

.search_box
{
    background-image: url('img/el/search_box.jpg');
    background-repeat: no-repeat;
    width: 260px;
    height: 390px;
    text-align: left;
    padding-right: 70px;
    padding-top: 30px;
}

.preItem
{
    width: 100%;
    padding: 2px;
    height: 102px;
    cursor: pointer;
}

.bg_preImg
{
    background-image: url('img/el/bg_preImg.jpg');
    width: 125px;
    height: 84px;
    padding: 5px;
    float: left;
    background-repeat: no-repeat;
}

.preImg
{
    width: 110px;
    height: 69px;
    background-repeat: no-repeat;
}

.pre_descr
{
    padding: 3px;   
}

h1
{
    color: #666;
    font-size: 100%;
    font-weight: normal;
}

.rndItem
{
    background-repeat: no-repeat;
    width: 115px;
    height: 115px;
    border: 2px solid #fff;
    float: left;
    cursor: pointer;
}

.detailImgBlock
{
    background-image: url('img/el/border.jpg');
    background-repeat: no-repeat;
    width: 150px;
    height: 200px;
}

.back_contaier_in_Map
{
    background-image: url('img/bg/kiyv.jpg');
    background-repeat: no-repeat;
    height: 400px;
    background-position:center center;
}



