body {
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
	height: 100%;
	margin: 0;
    background-color: #F6F6F6;
	background-image: url(/img/templates/block_back.gif);
	background-position: top center;
	background-repeat: repeat-y;
	/*font-family: Arial, sans-serif;*/
	font: normal 1em/1.5 sans-serif;
}

html {
	height: 100%;
}

a {
    outline: none;
}


@font-face {
    font-family: 'Helios Cond Regular';
    src: url('HeliosCond.eot');
    src: url('HeliosCond.eot?#iefix') format('embedded-opentype'),
    url('HeliosCond.woff') format('woff'),
    url('HeliosCond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'Helios Cond Bold';
    src: url('HeliosCond-Bold.eot');
    src: url('HeliosCond-Bold.eot?#iefix') format('embedded-opentype'),
    url('HeliosCond-Bold.woff') format('woff'),
    url('HeliosCond-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }
	
/*	
	Стили и шрифты должны быть в одном каталоге, или нужно поменять путь к ним.
	Пример использования шрифта в стилях:

	.box-name {font-family: 'Helios Cond Regular';}
*/

.header {
    /*margin-left: 1em;*/
 	background: #F6F6F6;
	background-image: url(/img/templates/top_gradient4.png);
	background-repeat: repeat-x; 
	background-position: top center;
}	
	
.header h1 a {
    text-decoration: none;
}

.header ul {
    list-style: none;
    padding: 0;
}

.header ul li {
    display: inline;
    margin-left: .5em;
}

.header ul li form {
    display: inline;
}

.header ul li form input[type=submit] {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
}

.header ul a {
    text-decoration: none;
    padding: .5em;
}

.header ul li.active a {
    color: #fff;
    background: #0088e4;
}

.content {
    /*padding: .5em 1em;*/
	background-image: url(/img/templates/block_top.gif); 
	background-position: top center;
	background-repeat: no-repeat;
	width: 972px; 
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto; 
	padding-left: 0px;
	
}

.footer {
    /*border-top: 1px solid #ddd;
    padding: 1em;
    margin-top: 1em;*/
	background-image: url(/img/templates/bottom_gradient.png); 
	background-repeat: repeat-x; 
	background-position: bottom;
}

.form-group {
    margin-bottom: .5em;
}

.form-group.has-error .form-control {
    border-color: #c55;
}

.form-group.required label:after {
    content:" *";
    color: #c55;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/*.site-index {
	padding-left: 20px;
	padding-top: 20px;
}*/

.content div {
    padding: 1px;
}

p, .plain {
  	padding-top: 10px;
  	font-size: 12px; 
	color: black; 
	font-family: Arial, sans-serif; 
	text-align: justify;
        margin: 0;
}

h1 {
	padding-left: 20px; 
        padding-top: 0px;
	color: #0C3755; 
	font-family: Arial, sans-serif; 
	font-weight: normal;
	font-size: 24px; 
	text-align: left; 
}


/* ------------------------------------------- */

.redtext {
  	font-family: Arial, sans-serif; 
	color: #FF5A00;
}

.quick_navi {
	/*position: relative;*/
	padding-top: 20px;
  	font-size: 10px; 
	margin-left: auto;
	margin-right: auto;	
	text-align: center; 
}

.trademarks {
  	/*position: relative;*/
  	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;	
  	padding-top: 3px;
	/*padding-left: 20px;*/
	width: 931px;
	height: 60px;
  	border-top: #333333 1px solid;
	/*padding-top: 3px;*/
	font-size: 9px; 
	color: #333333;
	font-family: Arial, sans-serif; 
	text-align: left; 
}

.contacts, .copyright {
  	font-size: 10px; 
	color: black; 
	font-family: Arial, sans-serif; 
	text-align: left; 
}

.copyright {
	float: left;
	width: 160px;
	padding-top: 15px;
	/*height: 44px;*/
	margin-left: 20px;
  	/*position: relative;*/
  	/*top: 65px;
	left: 20px;*/
}

.contacts {
	float: left;
	margin-top: 0px;
	padding-left: 12px;
	width: 250px;
	height: 41px;
	border-left: #606973 1px solid;
}

.contacts a {
  	color: white;
}
  
.social {
	float: left;
	width: 330px;
}

.powered {
	float: left;
	width: 95px;
	margin-top: 6px;
}
 


/* ------------------------------------------- */

#nav{
	float:left;
	width:100%;
	list-style:none;
	font-weight:bold;
	line-height: 1;
	margin-top:5px;
	margin-bottom: 0px;
	padding-left: 5px;
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
	display:block;
}
#nav li a{
	display:block;
	padding:5px;
	padding-top:0px;
	color:#fff;
	background: #0C3755;;
	text-decoration:none;
	
	/*text-shadow:1px 1px 1px rgba(0,0,0,0.75);
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;*/
}
#nav li a:hover{
	color:#fff;
	background-color:#074792;
	/* background:rgba(107,12,54,0.75);  Выглядит полупрозрачным */
	text-decoration:none;
}

/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#nav ul{
	list-style:none;
	position:absolute;
	left:-9999px; /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
	opacity:0; /* Устанавливаем начальное состояние прозрачности */
	-webkit-transition:0.25s linear opacity; /* В Webkit выпадающие пункты будут проявляться */
}
#nav ul li{
	padding-top:0px; /* Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
	float:none;
	background:url(dot.gif);
}
#nav ul a{
	white-space:nowrap; /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
	display:block;
}
#nav li:hover ul{ /* Выводим выпадающий пункт при наведении курсора */
	left:0; /* Приносим его обратно на экран, когда нужно */
	opacity:1; /* Делаем непрозрачным */
}
#nav li:hover a{ /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
	background-color:#074792;
	/*background:#6b0c36;
	background:rgba(107,12,54,0.75);  Выглядит полупрозрачным */
	text-decoration:none;
}
#nav li:hover ul a{ /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
	text-decoration:none;
	/* -webkit-transition:-webkit-transform 0.075s linear; */
}
#nav li:hover ul li a{ /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
	background-color: #074792;
	text-decoration:none;
	font-family:tahoma,helvetica,arial; 
	font-size:12px; 
	font-weight:bold;
}
#nav li:hover ul li a:hover{ /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
	background-color: #2a88c2;
	/*background:#333;
	background:rgba(51,51,51,0.75); Будет полупрозрачным */
	text-decoration:none;
	font-family:tahoma,helvetica,arial; 
	font-size:12px; 
	font-weight:bold;
	/*-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);*/
}






.links_block {
    /*float: right;*/
    /*position: relative;*/
    font-family: Arial, sans-serif; 
    font-size: 12px;
    /*left: 350px;
    top: -20px;*/
    padding-left: 10px;
    /*margin-bottom: 10px;*/
    border-left: #999999 1px solid;
}
  
.links_block a {
    color: #FF5A00; 
}


.prod_chars {
	font-size: 12px; 
	padding-left: 14px;
	margin-top: 10px;
}

.prod_link {
	color: #0C3756; 
	font-size: 12px; 
	font-family: Arial, sans-serif;
	/*font-weight: bold; */
	text-align: left; 
	padding-bottom: 7px; 
	vertical-align: top;
}


.tbl_header {
	font-size: 14px; 
	color: black; 
	font-family: Arial, sans-serif; 
	text-align: left; 
	margin-left: 0px; 
	margin-bottom: 0px; 
	margin-top: 15px;		
}




.tbl_head_char {
	font-size: 12px; 
	font-family: Arial, sans-serif; 
	color: #004377; 
	text-align: right; 
	font-weight: bold; 
	padding-right: 25px; 
	/* padding-bottom: 7px; */
	vertical-align: bottom;
	
	background-color: #bec8cf; 
	border: 1px solid white; 
	border-radius: 5px 0 0 5px; 
	padding-top: 1px; 
	padding-bottom: 2px;
}

.tbl_head_desc {
	font-size: 12px; 
	font-family: Arial, sans-serif; 
	color: #004377; 
	text-align: left; 
	font-weight: bold; 
	/* padding-bottom: 7px; */
	vertical-align: bottom;
	
	background-color: #bec8cf; 
	border: 1px solid white; 
	border-radius: 0 5px 5px 0;
	padding-left: 5px;
	padding-top: 1px; 
	padding-bottom: 2px;
}

.desc_left {
	font-size: 12px; 
	font-family: Arial, sans-serif; 
	color: #333333; 
	text-align: left;
	padding-left: 3px;
	height: 23px; 
	vertical-align: middle;
} 


.short_desc {
	font-size: 12px; 
	font-family: Arial, sans-serif; 
	text-align: justify;  
	vertical-align: top;
}

.short_desc {
	font-size: 12px; 
	font-family: Arial, sans-serif; 
	text-align: justify;  
	vertical-align: top;
}

.tbl_char {
	font-size: 12px; 
	font-family: Arial, sans-serif; 
	color: #000000; 
	text-align: right; 
	font-weight: bold; 
	vertical-align: top; 
	padding-right: 25px; 
	padding-bottom: 7px;
}

.tbl_desc {
	font-size: 12px; 
	font-family: Arial, sans-serif; 
	color: #333333; 
	text-align: left;
	padding-bottom: 7px; 
	vertical-align: top;
} 

.tbl_desc2 {
	font-size: 12px; 
	font-family: Arial, sans-serif; 
	color: #333333; 
	text-align: left;
	padding-bottom: 8px; 
	vertical-align: top;
} 


.select, .select_dis {font-size: 12px; color: black; font-family: Courier New, monospace; text-decoration: none; background-color: #FFFFFF; line-height: normal;}	
.select300, .select300_dis {font-size: 12px; color: black; font-family: Courier New, monospace; text-decoration: none; background-color: #FFFFFF; width: 690px;}	
.select300_dis, .select_dis {background-color: #DDDDDD;}
option {font-family: Courier New, monospace;}
.select option {background-color: #ffffdd;}
.select300 option {background-color: #ffffdd;}

.redcost {font-size: 12px; color: #FF5A00; font-family: Arial, sans-serif; font-weight: bold; border: 1px #FFFFFF solid; text-align: left;}
.cost {font-size: 12px; color: #004377; font-family: Arial, sans-serif; font-weight: bold; border: 1px #FFFFFF solid;}

.cnf_char {font-size: 12px; color: #000000; font-family: Arial, sans-serif; font-weight: bold; text-align: right; vertical-align: top; padding-right: 25px;}
.cnf_char_serv {font-size: 12px; color: #000000; font-family: Arial, sans-serif; font-weight: bold; text-align: right; vertical-align: top; padding-right: 15px;}
.cnf_greychar {font-size: 12px; color: #AAAAAA; font-family: Arial, sans-serif; font-weight: bold; text-align: right; vertical-align: baseline; padding-right: 25px;}
.cnf_value {padding-bottom: 5px;}
.cnf_blockcost {font-size: 12px; color: #6699CC; font-family: Arial, sans-serif; font-weight: bold; text-align: right;}
.cnf_num {font-size: 12px; color: black; font-family: monospace; width: 27px;}
.cnf_order {font-size: 12px; color: black; font-family: monospace; width: 645px;}
.cnf_linespace {padding-bottom: 5px;}
.cnf_linespace2 {padding-bottom: 12px;}
.cnf_nspace {height: 5px;}
.anchor {font-size: 12px; color: #004377; font-family: Arial, sans-serif; text-decoration: underline; text-align: left; border: 0px #FFFFFF solid; background-color: #FFFFFF; cursor: pointer;}

.passive {color: #0077CB; font-weight: bold;}	

.buy_button {
	cursor: pointer; 
	margin-top: -6px;
	background-color: transparent; 
	background-image: url(/img/buy_buttons2.png); 
	background-position: -1px -1px; 
        background-repeat: no-repeat;
	/*margin-left: 26px;*/ 
	width: 188px; 
	height: 27px; 
	font-family: Arial; 
	font-size: 14px; 
	font-weight: bold; 
	color: #074792; 
	vertical-align: top; 
}
.buy_button :hover {
	cursor: pointer; 
	background-color: transparent; 
	background-image: url(/img/buy_buttons2.png); 
	background-position: -2px -33px; 
        background-repeat: no-repeat;
	width: 188px; 
	height: 27px; 
	color: #23415f;
	font-family: Arial; 
	font-size: 14px; 
	font-weight: bold; 
	vertical-align: top; 
}

a.ip_normal:link {
    text-decoration: underline;
} 

.buy_button12 {
    cursor: pointer; 
    margin-top: -6px;
    background-color: transparent; 
    background-image: url(/img/buy_buttons12px.png); 
    background-position: -1px -1px;
    background-repeat: no-repeat;
    margin-left: 0px; 
    width: 162px; 
    height: 25px; 
    font-family: Arial; 
    font-size: 12px; 
    font-weight: bold; 
    color: #074792; 
    vertical-align: top; 
    /*text-align: right;*/
    border: 0;
}
.buy_button12 :hover {
    cursor: pointer; 
    background-color: transparent; 
    background-image: url(/img/buy_buttons12px.png); 
    background-position: -2px -29px; 
    background-repeat: no-repeat;
    width: 162px; 
    height: 25px; 
    color: #23415f;
    font-family: Arial; 
    font-size: 12px; 
    font-weight: bold; 
    vertical-align: top; 
    /*text-align: right;*/
    border: 0;
}

.buy_button_12 {
    cursor: pointer; 
    margin-top: -6px;
    background-color: transparent; 
    background-image: url(/img/buy_buttons_12px.png); 
    background-position: -1px -1px;
    background-repeat: no-repeat;
    margin-left: 0px; 
    width: 162px; 
    height: 25px; 
    font-family: Arial; 
    font-size: 12px; 
    font-weight: bold; 
    color: #074792; 
    vertical-align: top; 
    /*text-align: right;*/
    border: 0;
}
.buy_button_12 :hover {
    cursor: pointer; 
    background-color: transparent; 
    background-image: url(/img/buy_buttons_12px.png); 
    background-position: -2px -29px; 
    background-repeat: no-repeat;
    margin-left: 0px;
    width: 162px; 
    height: 25px; 
    color: #23415f;
    font-family: Arial; 
    font-size: 12px; 
    font-weight: bold; 
    vertical-align: top; 
    /*text-align: right;*/
    border: 0;
}

.filter_button_12 {
    cursor: pointer; 
    margin-top: -6px;
    background-color: transparent; 
    background-image: url(/img/buy_bttn_12px.png); 
    background-position: -1px -1px;
    background-repeat: no-repeat;
    margin-left: 0px; 
    width: 162px; 
    height: 25px; 
    font-family: Arial; 
    font-size: 12px; 
    font-weight: bold; 
    color: #074792; 
    vertical-align: top; 
    /*text-align: right;*/
    border: 0;
}
.filter_button_12 :hover {
    cursor: pointer; 
    background-color: transparent; 
    background-image: url(/img/buy_bttn_12px.png); 
    background-position: -2px -29px; 
    background-repeat: no-repeat;
    margin-left: 0px;
    width: 162px; 
    height: 25px; 
    color: #23415f;
    font-family: Arial; 
    font-size: 12px; 
    font-weight: bold; 
    vertical-align: top; 
    /*text-align: right;*/
    border: 0;
}


ul {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 14px;
}

ol {
    margin-top: 5px;
    padding-bottom: 0px;
    padding-left: 14px;
}

ul li {
    list-style-image: url(/img/bullet.gif);
    font-size: 12px; 
    /*color: #0C3756; */
    font-family: Arial, sans-serif; 
    font-weight: normal;
    padding-bottom: 1px;
}

ol li {
    font-size: 12px; 
    font-family: Arial, sans-serif; 
    font-weight: normal;
    padding-bottom: 1px;
}

.article-page {
    padding-left: 20px;
    padding-right: 20px;
}

.left_block {
    float: left; 
    width: 280px; 
    margin-left: 10px; 
    margin-right: 20px;  
    margin-top: 0;
}

.right_block {
    margin-left: 315px;
    margin-right: 20px;
    margin-top: 0;
}

.wide_block {
    clear: both;
    margin-left: 20px; 
    margin-right: 20px; 
    margin-top: 0;
}

.sub_header {       
    font-size: 16px; 
    color: #0070C0; 
    font-family: Arial, sans-serif; 
    text-align: left; 
    margin-left: 0px; 
    margin-bottom: 0px; 
    margin-top: 15px;
}

.tab_block {
    /*position: relative;*/ 
    margin-left: -2px;
    /*left: -3px; */
    top: 5px; 
}

.news_text {
    font-size: 11px; 
    color: #333333; 
    font-family: Arial, sans-serif; 
    text-align:justify; 
    padding-bottom: 10px;
}

a.ip_normal:visited {font-size: 14px; font-family: Arial, sans-serif; text-decoration: underline; color: #FF5A00;}
a.ip_normal:link {font-size: 14px; font-family: Arial, sans-serif; text-decoration: underline; color: #FF5A00;}
a.ip_normal:hover {font-size: 14px; font-family: Arial, sans-serif; text-decoration: underline; color: #FF5A00;}

/* используется на странице virtualization */
.level1, .level2, .level3 {
	font-size: 12px; 
	font-family: Arial, sans-serif; 
	color: #333333; 
	text-align: left;
	margin-top: 3px; 
}
.level1 {margin-left: 5px;}
.level2 {margin-left: 15px;}
.level3 {margin-left: 25px;}

.bld {font-weight: bold; color: #0070C0;}

/* стили для таблиц */

.theader-line, .tfooter-line, .tline {height: 1px;}

.theader-line {border-top: 1px solid #94A3B1;}
.tfooter-line {border-top: 1px solid #94A3B1;}
.tline        {border-top: 1px solid #D3D3D5;}

.center {text-align: center;}

.tabs-archive {
    height: 33px;
    border: 0; 
    margin-left: 3px;
    margin-top: 20px;
}

.blue {
    color: #0070C0;
}

/*.minus {font-size: 20pt; font-family: Arial, sans-serif; color: #FF5A00;}
.plus {font-family: Symbol, sans-serif; font-size: 20pt; color: #00B050;}*/
.plus {
	color: #00cbe9;
	font-weight: bold;
}

.tbl_cell {
    text-align: center;
    vertical-align: middle;
}

.cnt {text-align: center;}
.lft {text-align: left; padding-left: 4px;}
.bld {font-weight: bold; color: #0070C0;}
.tbl_hdr {padding-left: 0px; background-color: #DDDDDD; text-align: center; vertical-align: middle; font-weight: normal; padding-bottom: 3px; padding-top: 3px;}
.right {text-align: right;}

.entry {background-color: #FFFFBF;}
.value {background-color: #BFFFBF;}
.mid_range {background-color: #BFFFFF;}
.hi_end {background-color: #BFD4FF;}
.grey_back {background-color: #DFDFDF; vertical-align: middle;}

.tbl_cell1 {
        background-color: #ebf1de;
}
.tbl_cell2 {
        background-color: #fde9d9;
}
.tbl_cell3 {
        background-color: #dce6f1;
}

.left_title {
    float: left; 
    width: 785px; 
    margin-left: 10px; 
    margin-right: 20px;  
    margin-top: 0;
}

.right_title {
    margin-left: 810px;
    margin-right: 10px;
    margin-top: 0;
}

.calc_IOPS {
    height: 22px; 
    line-height: 20px;
    width: 140px;
    margin-right: 10px; 
    font-weight: bold; 
    border-left: none; 
    background-color: #ff5a00; 
    text-align: center;
    border-radius: 4px;
}

.calc_IOPS a {
    text-decoration: none; 
    color: white; 
    text-align: center; 
    font-family: Arial;
    font-size: 12px;
}

.quest {color: #0070c0; font-size: 14px; font-weight: bold;}
.quest_top {color: #0070c0;}

em {font-style: normal; color: #FF5A00;}

.serv_tbl {
	width: 960px;
  	padding-top: 0px;
  	font-size: 10px; 
	color: #333333; 
	font-family: Arial, sans-serif; 
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.serv_tbl a {color: #f8f9fb; border-bottom: 0px;}
/*.serv_tbl a:hover {color: #f8f9fb; text-decoration: underline;}*/
.serv_tbl td {vertical-align: middle; height: 18px;}
.U1, .U2, .U4 {display: table-row;}
.U1HP, .U2HP, .U4HP {display: table-row;}
.U1SH, .U2SH, .U4SH {display: none;}
.U1CPU, .U1RAM, .U1PWR, .U1HDD, .U1PCI {display: table-row;}
.U1CPUHP, .U1RAMHP, .U1PWRHP, .U1HDDHP, .U1PCIHP, .U1SIZEHP {display: table-row;}
.U2CPUHP, .U2RAMHP, .U2PWRHP, .U2HDDHP, .U2PCIHP, .U2SIZEHP {display: none;}
.U4CPUHP, .U4RAMHP, .U4PWRHP, .U4HDDHP, .U4PCIHP, .U4SIZEHP {display: none;}
.descU1_main, .descU1_short, .descU1_full, 
.descU2_main, .descU2_short, .descU2_full,
.descU4_main, .descU4_short, .descU4_full {text-align: center;}

.descU1HP_main, .descU2HP_main, .descU4HP_main {text-align: center;}

.arrowU1_main, .arrowU1_short, .arrowU1_full,
.arrowU2_main, .arrowU2_short, .arrowU2_full, .arrowU2HP_main,
.arrowU4_main, .arrowU4_short, .arrowU4_full {padding-left: 1px;}


.arrowU1_main, .charU1_main, .descU1_main, .charU1HP_main, .descU1HP_main {border-bottom: 1px solid #7898b6; border-right: 1px solid #7898b6; background-color: #a3b8cc;}
.arrowU1_short, .charU1_short, .descU1_short {border-bottom: 1px solid #a3b8cc; border-right: 1px solid #a3b8cc; background-color: #cfdae6;}
.arrowU1_full, .charU1_full, .descU1_full {border-bottom: 1px solid #cfdae6; border-right: 1px solid #cfdae6; background-color: #e6ecf2;}

.arrowU2_main, .arrowU2HP_main, .charU2_main, .descU2_main, .charU2HP_main, .descU2HP_main {border-bottom: 1px solid #7898b6; border-right: 1px solid #7898b6;  background-color: #a3b8cc;}
.arrowU2_short,.charU2_short, .descU2_short {border-bottom: 1px solid #a3b8cc; border-right: 1px solid #a3b8cc; background-color: #cfdae6;}
.arrowU2_full, .charU2_full, .descU2_full {border-bottom: 1px solid #cfdae6; border-right: 1px solid #cfdae6; background-color: #e6ecf2;}

.arrowU4_main, .arrowU4HP_main, .charU4_main, .descU4_main, .charU4HP_main, .descU4HP_main {border-bottom: 1px solid #7898b6; border-right: 1px solid #7898b6; background-color: #a3b8cc;}
.arrowU4_short, .charU4_short, .descU4_short {border-bottom: 1px solid #a3b8cc; border-right: 1px solid #a3b8cc; background-color: #cfdae6;}
.arrowU4_full, .charU4_full, .descU4_full {border-bottom: 1px solid #cfdae6; border-right: 1px solid #cfdae6; background-color: #e6ecf2;}
.corner_ru, .corner_ld, .corner_rd, .corner_lu, .descU6_main {text-align: center;}




.charU1_main, .charU1_short, .charU1_full,
.charU2_main, .charU2_short, .charU2_full,
.charU4_main, .charU4_short, .charU4_full,
.charU1HP_main, .charU2HP_main, .charU4HP_main {font-weight: bold; text-align: left; padding-left: 3px; color: black;}
.descU1_main, .descU2_main, .descU4_main, .descU6_main {font-weight: bold;}
.descU1HP_main, .descU2HP_main, .descU4HP_main {font-weight: bold;}
.charU1_main, .charU2_main, .charU4_main {color: #f8f9fb;}
.charU1HP_main, .charU2HP_main, .charU4HP_main {color: #f8f9fb;}

#tooltip {
        width: 500px;
        position: absolute;
        z-index: 1;
        border: 2px solid #074792;
        background-color: #ffffcc;
        font-size: 12px;
        font-weight: normal;
        font-family: Arial, sans-serif;
        color: black;
        padding: 2px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
}
#tooltip h3, #tooltip div {
        margin-left: 2px;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        background-color: #ffffcc;
        font-weight: normal;
        font-size: 12px;
}

.main_menu, .menu_item {
    font-size: 16px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: transparent;
}

.menu_item {
    background-image: url("http://www.team.ru/img/menu/item10.png");
    background-repeat: no-repeat;
    width: 105px;
    height: 28px;
}

th {
    height: 20px;
    background-color: #666666;
    font-size: 12px;
    color: white;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
}

.ttl_sub_header {
    font-size: 16px;
    color: #ff5a00;
    font-family: Arial,sans-serif;
    font-weight: bold;
    text-align: left;
    margin-left: 55px;
}

.news_ttl {
    font-size: 12px;
    color: #23415f;
    font-family: Arial,sans-serif;
    text-align: left;
    font-weight: bold;
}

.news_text {
    font-size: 11px;
    color: #333;
    font-family: Arial,sans-serif;
    text-align: justify;
    padding-bottom: 10px;
}

.news_text li {
    font-size: 11px;
    color: #333333;
}

a.cool_button {
  position: relative;
  display: inline-block;
  width: 10em;
  height: 2.0em;
  line-height: 2.0em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #777;
  color: #fff;
  outline: none;
  border: 2px solid #0c3755;
  border-radius: 5px;
  box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #005b88;
  /* background: linear-gradient(#FB9575, #F45A38 48%, #EA1502 52%, #F02F17); */
  /*background: linear-gradient(#75affb, #3893f4 48%, #0289ea 52%, #178ef0); */
  background: linear-gradient(#14417e, #133c65 48%, #0b3552 52%, #103859);
  background-color: #0c3755;
  /* #0c3755 */
}
a.cool_button:active {
  top: .1em;
  left: .1em;
  box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;
}

a.config_button {
  position: relative;
  display: inline-block;
  width: 8em;
  height: 1.5em;
  line-height: 1.5em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #777;
  color: #fff;
  outline: none;
  border: 2px solid #0c3755;
  border-radius: 5px;
  /* border: 2px solid #2b91f6;
     box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #005b88; */
  /* background: linear-gradient(#FB9575, #F45A38 48%, #EA1502 52%, #F02F17); */
  /* background: linear-gradient(#75affb, #3893f4 48%, #0289ea 52%, #178ef0); */
  background: linear-gradient(#14417e, #133c65 48%, #0b3552 52%, #103859);
  background-color: #0c3755;
}
a.config_button:active {
  top: .1em;
  left: .1em;
  /* box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset; */
}


.config_button2 {
  position: relative;
  display: inline-block;
  width: 8em;
  height: 1.5em;
  line-height: 1.5em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #777;
  color: #fff;
  outline: none;
  border: 2px solid #0c3755;
  border-radius: 5px;
  /* border: 2px solid #2b91f6;
     box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #005b88; */
  /* background: linear-gradient(#FB9575, #F45A38 48%, #EA1502 52%, #F02F17); */
  /* background: linear-gradient(#75affb, #3893f4 48%, #0289ea 52%, #178ef0); */
  background: linear-gradient(#14417e, #133c65 48%, #0b3552 52%, #103859);
  background-color: #0c3755;
}
.config_button2:active {
  top: .1em;
  left: .1em;
  /* box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset; */
}





a.remove {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  color: rgb(250,0,0);
  outline: none;
  border: 1px solid rgba(0,0,0,.4);
  border-top-color: rgba(0,0,0,.3);
  border-radius: 2px;
  background: linear-gradient(rgb(255,255,255), rgb(240,240,240));
  box-shadow:
   0 0 3px rgba(0,0,0,0) inset,
   0 1px 1px 1px rgba(255,255,255,.2),
   0 -1px 1px 1px rgba(0,0,0,0);
  transition: .2s ease-in-out;
}
a.remove:hover:not(:active) {
  box-shadow:
   0 0 3px rgba(0,0,0,0) inset,
   0 1px 1px 1px rgba(255,0,0,.5),
   0 -1px 1px 1px rgba(255,0,0,.5);
}
a.remove:active {
  background: linear-gradient(rgb(250,250,250), rgb(235,235,235));
  box-shadow:
   0 0 3px rgba(0,0,0,.5) inset,
   0 1px 1px 1px rgba(255,255,255,.4),
   0 -1px 1px 1px rgba(0,0,0,.1);
}

a.add {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  color: navy;
  outline: none;
  border: 1px solid rgba(0,0,0,.4);
  border-top-color: rgba(0,0,0,.3);
  border-radius: 2px;
  background: linear-gradient(rgb(255,255,255), rgb(240,240,240));
  box-shadow:
   0 0 3px rgba(0,0,0,0) inset,
   0 1px 1px 1px rgba(255,255,255,.2),
   0 -1px 1px 1px rgba(0,0,0,0);
  transition: .2s ease-in-out;
}
a.add:hover:not(:active) {
  box-shadow:
   0 0 3px rgba(0,0,0,0) inset,
   0 1px 1px 1px rgba(0,255,255,.5),
   0 -1px 1px 1px rgba(0,255,255,.5);
}
a.add:active {
  background: linear-gradient(rgb(250,250,250), rgb(235,235,235));
  box-shadow:
   0 0 3px rgba(0,0,0,.5) inset,
   0 1px 1px 1px rgba(255,255,255,.4),
   0 -1px 1px 1px rgba(0,0,0,.1);
}

.banner {
    width:194px; 
    height:212px; 
    border: 0;
}

a.search_btn {
    display: inline-block;
    width: 70px;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
    height: 22px;
    vertical-align: middle;
    text-align: center;
    color: white;
    border-radius: 5px;
    background-color: #0C3855;
}

a.search_btn:hover {
    background-color: #074792;
}

/*
.search_line {
    height: 18px; 
    width: 250px; 
    border-radius: 5px;
    border: 1px solid #0C3855;
} */

.search_line {
    height: 18px; 
    width: 83px; 
    border: none;
	outline-style: none;
    /*background-color: transparent;*/
}

.header__logo {
    float: left; 
    margin-left: 8px;  
    width: 55px; 
    height: 47px; 
    border: 0px;
}

.header__picto {
    float: right; 
    margin: 14px 0;    
}

.picto {
    width: 22px; 
    height: 22px; 
    border: 0;
}

.header__text {
    float: right; 
    margin: 14px 10px 14px 5px;
}

.header_links {
    display: inline-block;
    font-size: 12px;
    color: #0C3855;
    vertical-align: top;
    line-height: 21px;
}

.spec_tbl {
    display: table;
    width: 953px;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
}

.calc_button {
    /*<div id="calculator" class="links_block" 
    style="border-radius: 4px; padding-left: 0; font-weight: bold; 
    border-left: none; background-color: #ff5a00; text-align: center;">*/
    
    
}

.engine__plus-button {
    width: 18px; 
    height: 18px;
    margin-top: 0px;
}

.engine__txt {
    font-size: 12px; 
    color: #000000; 
    font-family: Arial, sans-serif; 
    font-weight: bold; 
    text-align: left; 
    vertical-align: top;
}

a.grey_button {
  position: relative;
  display: inline-block;
  width: 20em;
  height: 1.5em;
  line-height: 1.5em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #777;
  color: #fff;
  outline: none;
  border: 1px solid #666666;
  border-radius: 2px;
  /*box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #005b88;*/
  /* background: linear-gradient(#FB9575, #F45A38 48%, #EA1502 52%, #F02F17); */
  /*background: linear-gradient(#75affb, #3893f4 48%, #0289ea 52%, #178ef0); */
  /*background: linear-gradient(#14417e, #133c65 48%, #0b3552 52%, #103859);*/
  background-color: #a6b8c4;
  /* #0c3755 */
}
a.grey_button:active {
  top: .1em;
  left: .1em;
  box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;
  color: yellow;
}

div.noadd {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  /*user-select: none;*/
  color: navy;
  outline: none;
  border: 1px solid rgba(0,0,0,.4);
  border-top-color: rgba(0,0,0,.3);
  border-radius: 2px;
  background: linear-gradient(rgb(255,255,255), rgb(240,240,240));
  box-shadow:
   0 0 3px rgba(0,0,0,0) inset,
   0 1px 1px 1px rgba(255,255,255,.2),
   0 -1px 1px 1px rgba(0,0,0,0);
  transition: .2s ease-in-out;
}

.tintStockOpt, .green_opt {
	color: #33CC00;		
	font-weight: normal;
}
		
.tintCustomOpt, .red_opt {
	color: #555555;	/*  #CC0033 Цвет строки в конфигураторе с заказной опцией */
	font-weight: normal;
}

.tintStockSel, .aqua_opt {
	color: #009000;
	font-weight: bold;
}

.tintCustomSel, .maroon_opt {
	color: #000000;		/* #900090 */
	font-weight: bold;
}

.selectStockChoice {
	background-color: #DDFFDD;
}

.selectEmptyChoice {
	background-color: #FFFFFF;
}

.selectCustomChoice {
	background-color: #FFFFDD;
}

.priceTagYelloy, .priceTagGreen {
	right: 65px; 
	border-radius: 6px; 
	box-shadow: 1px 1px 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #D1D1D1; 
	border: 1px solid #D1D1D1; 
	height: 32px; 
	padding-right: 3px;
}

.priceTagYelloy {
	background-color: #ffffcc; 
}

.priceTagGreen {
	background-color: #ccffcc; 
}

a.green_a {
	color:#00CC00;
	text-decoration: none;
}

a.green_a:hover {
	color: #00CC00;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-color: #00CC00;
}
