body{
	font-family: Verdana; font-size: 12px; color: #000000; margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px;
}

h1 { 
font-family: Arial, Helvetica, sans-serif; font-size: 21px; font-weight: bold; color: #323B45; padding-top: 15px; padding-bottom: 0px; margin-bottom: 0px;
}
h2{
	font-size: 15px; font-family: Verdana; font-weight: bold; color:#323B45
}

h3 {
	font-family: Verdana; font-size: 14px; font-weight: bold; color: #323B45; margin-top: 0px; padding-right: 20px;
}
h4 {
	font-family: Verdana; font-size: 10px; font-weight: bold; color: #323B45; margin-top: 0px; padding-right: 20px;
}
a {
	text-decoration: none; font-weight: bold; color: Black;
}

.title{font-family: Tahoma; font-size: 12px; font-weight: bold; color:#cc0000; background-color:#D7D7DF; width:45%; padding:6px; border-style: dotted; border-width: 1px; border-color:#323B45}

.title3{font-family: Tahoma; font-size: 11px; font-weight: bold; color:#cc0000; background-color:#D7D7DF; width:10%; padding:5px; border-style: dotted; border-width: 1px; border-color:#323B45; }

.title2{font-family: Tahoma; font-size: 12px; font-weight: bold; color:#cc0000; padding:6px;}


.menu{
	font-family: Tahoma; font-size: 12px; font-weight: normal; color:#323B45; padding-left: 10px; text-transform: none; border-bottom: dotted; border-bottom-width: 1px; border-color:#323B45 
}
.menu a{font-family: Tahoma; font-size: 12px; font-weight: normal; color:#323B45; text-transform: none;
	}

.menu_last{
	font-family: Tahoma; font-size: 12px; font-weight: normal; color:#323B45; padding-left: 10px; text-transform: none;
}
.menu_title{
	font-family: Verdana; font-size: 14px; font-weight:bold; color:#ffffff; padding-left: 10px; text-transform: uppercase;
}

.model{
	font-family: Tahoma; font-size: 10px; font-weight: normal; color:#323B45; padding-left: 10px; text-transform: none; border-bottom: dotted; border-bottom-width: 1px; border-color:#323B45 
}
.model a{
	font-weight: normal;
}
.model_last{
	font-family: Tahoma; font-size: 10px; font-weight: normal; color:#323B45; padding-left: 10px; text-transform: none;
}
.model_last a{
	font-weight: normal;
}

.contact{
	font-family: Tahoma; font-size: 10px; font-weight: normal; color:#323B45; padding-left: 10px; text-transform: none; border-bottom: dotted; border-bottom-width: 1px; border-right: dotted; border-right-width: 1px;border-color:#323B45 
}
.contact_last{
	font-family: Tahoma; font-size: 10px; font-weight: normal; color:#323B45; padding-left: 10px; text-transform: none; border-right: dotted; border-right-width: 1px;border-color:#323B45 
}

.tab{
	margin-left: 20px;
}

.adress{
	font-family: Verdana; font-size: 11px; font-weight: normal; color:#000000; padding-left: 80px;
}
#fly {
	VISIBILITY: visible;
	POSITION: absolute;
}

/* DIALOG */
#recall {
    cursor: pointer;
    background: url('/_img/recall_buttons.png') no-repeat scroll 0px 0px;
    cursor: pointer;
    display: block;
    height: 29px;
    left: 25px;
    position: relative;
    top: 55px;
    width: 204px;
}
    #recall.succeed {
        cursor: default;
        background: url('/_img/recall_buttons.png') no-repeat scroll 0px -29px;
    }

    #recall.failed {
        cursor: default;
        background: url('/_img/recall_buttons.png') no-repeat scroll 0px -58px;
    }

.ui-dialog {
    font: 16px arial;
    background-color: #e5ebfa;

    -webkit-box-shadow: 0 1px 15px #a5a5a5;
       -moz-box-shadow: 0 1px 15px #a5a5a5;
            box-shadow: 0 1px 15px #a5a5a5;

    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;

    overflow: hidden;
    width: 500px !important;
}
    #recall_dialog {
        background: url('/_img/recall_bg.png') repeat-x scroll 0 0 #e5ebfa;
        height: 245px;
        margin: 0;
        padding: 15px 50px;

        -webkit-border-radius: 0 0 15px 15px;
    }

    #recall_dialog label {
        color: #3a3129;
        display: block;
        margin: 5px 0;
    }
    #recall_dialog input {
        border: 0 none;
        height: 34px;
        line-height: 34px;
        padding: 0 5px;
        width: 100%;
    }
        #recall_dialog input.error {
        }
    #recall_dialog p {
        margin: 0.2em 0 0.5em;
        padding: 0;
    }
        #recall_dialog p.error {
            color: #915555;
        }

    .recall_dialog__button_place {
        margin: 1em 0 0;
    }
        .recall_dialog__button_place__text {
            color: #4e5442;
            display: inline-block;
            float: left;
            margin: 15px 16px !important;
        }
    #recall_dialog button {
        cursor: pointer;
        color: transparent;
        background: url('/_img/recall_dialog_button.png') no-repeat scroll 0 0 transparent;
        border: 0;
        font-size: 15px;
        height: 43px;
        width: 237px;
    }
        #recall_dialog button.loading {
            cursor: default;
            color: transparent;
            background: transparent url('/_img/recall_loading.gif') no-repeat scroll center center;
            border: 0;
            outline: none;
        }
            #recall_dialog button.loading p {
                color: transparent;
            }

    .ui-dialog .ui-dialog-titlebar {
        background-color: #e1e9f4;
        font-size: 22px;
        padding: 15px 5px 15px 35px;
        height: 1em;
        -webkit-border-radius: 15px 15px 0 0;
    }
        .ui-dialog-titlebar-close {
            background: url("/_img/recall_close.gif") no-repeat scroll 0 0 transparent;
            color: transparent;
            display: inline-block;
            height: 15px;
            margin: 0 0 0 190px;
            vertical-align: middle;
            width: 15px;
        }
            .ui-dialog-titlebar-close span {
                color: transparent;
            }

.ui-widget-overlay {
    background-color: #A09FB3;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    filter: alpha(opacity = 30);
}

img{border: 0px;}


div#n_contacts{
 width: 410px;
 height: 155px;
 position: relative;
 xleft:568px; xtop:-2px;
 margin-top: 22px;
}


div#msk{
 width: 410px;
 height: 155px;
 background-image: url('/images/1_msk.png');
 background-repeat: no-repeat;
}

img#msk_a{
 position: relative;
 width: 90px;
 height: 28px;
 left: 120px;
 top: 5px;
}

div#msk_scheme{
    height: 15px;
    left: 247px;
    position: relative;
    top: 1px;
    width: 113px;
} 

div#ijv{
 width: 410px;
 height: 155px;
 background-image: url('/images/1_ijv.png');
 background-repeat: no-repeat;
}

img#ijv_a{
 position: relative;
 width: 93px;
 height: 28px;
 left: 15px;
 top: 5px;
}


.displayYes{
 display: true;
}

.displayNone{
 display: none;
}

#n_bn{
 position: relative;
 left: 110px;
 z-index: 999;
}
