/*Общие css свойства*/

@import "reset.css";
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=latin,cyrillic);

body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #404040;
    font: 12px Arial;
    height: 100%;
    margin: 25px auto;
    max-width: 1600px;
    min-width: 800px;
    width: 75%;
    font-size: 12px;
}

body a{
	color: #1c81aa;
	text-decoration: none;
}

body a:hover{
        text-decoration: underline;
}

body h2, .h2_title{
    color: #000000;
    font-family: Roboto Slab;
    font-size: 22px;
    padding-bottom: 20px;
}

body h2 a, .h2_title a{
    color: #000000;
	text-decoration: none;
}

body h2 a:hover, .h2_title a:hover{
	text-decoration: underline;
}

.clear {
    clear: both;
}

.clearfix {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.add_a {
    color: #1C81AA;
    cursor: pointer;
}

.add_a:hover {
    text-decoration: underline;
}

#header_nav {
    float: right;
    border-bottom: 1px solid #F9F9F9;
    margin-bottom: 12px;
    padding-bottom: 7px;
}

#header_nav a {
    margin: 0 0 0 15px;
    text-decoration: none;
    color: #9e9e9e;
    font-size: 14px;
	padding-bottom: 7px;
}

#header_nav a:hover {
    color: #323232;
}

#header_nav a.active {
    border-bottom: 1px solid #F23028;
    color: #323232;
}

#logo {
    background: url("../img/Logo.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 59px;
    margin: 0;
    width: 363px;
}

#logo a {
        display: block;
        height: 59px;
        text-indent: -1000em;
        width: 363px;
}

#header .SelectRegion {
	color: #9E9E9E;
        float: right;
        text-align: right;
        width: 53%;
}

#header .SelectRegion .RegionNowLink {
	color: #197399;
        border-bottom: 1px dashed #197399;
        font-weight: bold;
		cursor: pointer;
}


#listRegion {
    background-color: #F9F9F9;
    display: none;
    border: #fff solid 1px;
    position: fixed;
    left: 15%;
    top: 40px;
    width: 68%;
    z-index: 15;
    padding: 15px;
}


#listRegion .add_a {
    color: #1c81aa;
    font-size: 14px;
    line-height: 30px;
    padding-right: 10px;
}

#opacityBG {
    background: none repeat scroll 0 0 #167aa4;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

/*Стили меню*/
#menu_row #main_menu {
	float: left;
	list-style-type: none;
	width: 75%;
        background-image: url("../img/bg_offer.gif");
        background-position: right top;
        background-repeat: no-repeat;
}

#menu_row #offer {
	background-color: #F9F9F9;
        float: right;
        height: 113px;
        width: 25%;
	position: relative;
}

#menu_row #offer p {
        color: #A0A0A0;
        font-size: 14px;
        padding: 20px 100px 5px 10px;
}

#menu_row .icon_menu {
        text-indent: -3000px;
	display: block;
}

/*Курсы валют*/

.Cbrf_Rates {
    margin: 12px;
}

.Cbrf_Rates table{
	width: 100%;
}

.Cbrf_Rates table th {
	color: #197EA7;
	padding: 8px;
    text-align: left;
	font-weight: bold;
}

.Cbrf_Rates table td {
	border-top: 1px solid #CECECE;
    padding: 8px;
	width: 15%;
}
.Cbrf_Rates table td.currency {
	width: 55%;
	font-family: Myriad Pro;
    font-size: 13px;
}

.Cbrf_Rates table span.negative {
    color: #C30000;
}

.Cbrf_Rates table span.positive {
    color: #00C300;
}

/*Списки*/

.last_new {
    border-bottom: 1px dotted #E3E3E3;
    padding: 15px 0;
}

.last_new a {
    font-size: 14px;
}

.last_new .date {
    color: #a1a1a1;
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 0px;
}

.short_text {
    color: #2F2F2F;
    font-size: 12px;
    padding-top: 10px;
}


/*Элементы форм*/

input  {
	border: 9px solid #e7ebf1;
	background-image: url("../img/bg_input.png");
	background-position: center center;
	background-color: #dfe4ed;
    -moz-border-image: url("../img/input_border.png")9;
    -webkit-border-image: url("../img/input_border.png") 9; 
    -o-border-image: url("../img/input_border.png") 9;
    border-image: url("../img/input_border.png") 9;
	-moz-border-radius: 9px; /* Для Firefox 3 */
    -webkit-border-radius: 9px; /* Для Safari 4 и Chrome */
    border-radius: 9px; /* Для современных браузеров */
	color: #9E9E9E;
}

select  {
	border: 9px solid #e7ebf1;
	background-image: url("../img/select_vect.png");
	background-position: right center;
    background-repeat: no-repeat;
	background-color: #dfe4ed;
    -moz-border-image: url("../img/input_border.png")9;
    -webkit-border-image: url("../img/input_border.png") 9; 
    -o-border-image: url("../img/input_border.png") 9;
    border-image: url("../img/input_border.png") 9;
	-moz-border-radius: 9px; /* Для Firefox 3 */
    -webkit-border-radius: 9px; /* Для Safari 4 и Chrome */
    border-radius: 9px; /* Для современных браузеров */
	color: #9E9E9E;
}

input[type="radio"], input[type="checkbox"] {
    display:none;
}

input.short-submit {
	border: none;
	background-image: url("../img/submit_red.png");
	background-color: #EC1D18;
	height: 35px;
    width: 155px;
    -moz-border-image: none;
    -webkit-border-image: none;
    border-image: none;
	-moz-border-radius: 3px; /* Для Firefox 3 */
    -webkit-border-radius: 3px; /* Для Safari 4 и Chrome */
    border-radius: 3px; /* Для современных браузеров */
	color: #ffffff;
	cursor: pointer;
	font-family: Roboto Slab;
}


.BlockRadio label {
    background-image: url("../img/el_form.png");
    background-position: 0 0px;
    background-repeat: no-repeat;
    padding: 18px 0 0 44px;
    height: 20px;
    display: block;
}

.BlockRadio label.checked  {
    background-image: url("../img/el_form.png");
    background-position: 0 -50px;
}

.BlockRadio {
	height: 38px;
	margin: 5px 0;
}

.BlockCheckbox label {
    background-image: url("../img/el_form.png");
    background-position: 0 -100px;
    background-repeat: no-repeat;
    padding: 18px 0 12px 44px;
    height: 20px;
    display: block;
}

.BlockCheckbox label.checked  {
    background-image: url("../img/el_form.png");
    background-position: 0 -150px;

}

.BlockCheckbox {
	height: 50px;
	margin: 5px 0;
}

.bg_instr_170 {
    background-image: url("../img/bg_instr_170.png");
    float: left;
    height: 143px;
    margin: 0 6px;
    padding: 15px 14px;
    width: 87%;
    width: calc(100% - 39px);
    width: -moz-calc(100% - 39px) !important; /*Firefox до версии 16.0*/
    width: -webkit-calc(100% - 39px) !important; /*Chrome до версии 26.0 и Safari с версии 6.0*/
}

.bg_instr_170_left {
    background-image: url("../img/bg_instr_170_left.png");
    height: 173px;
    left: 0;
    position: absolute;
    width: 6px;
}


.bg_instr_170_right {
    background-image: url("../img/bg_instr_170_right.png");
    height: 173px;
    position: absolute;
    right: 0;
    width: 6px;
}

#footer {
	margin-top: 50px;
}


#footer #copyright span {
	font-size: 11px;
	padding-right: 10px;
}

#footer #site-info {
	float: right;
}


/*Адаптивная верстка*/

.show1024 {
	display: none !important;
}
/********************/