/**********************************************************************************************************************/
a{
	text-decoration: underline;
}
.layout{width:970px;margin:auto;position:relative}

#catalogBreads{
	margin-top: 20px;
	margin-bottom: 30px;
}
.warning { color: red; text-align: center; width: 100%; top: 270px; font-size: 20px; font-weight: bold; }
/* titleTooltip */
.jtt{
	display:none;
	position:absolute;
	background-color: hsl(0,0%,90%);
	border:1px solid hsl(0,0%,40%);
	border-radius:5px;
	padding:10px;
	color:hsl(0,0%,20%);
	font-size:12px;
	z-index: 777;
}
/**********************************************************************************************************************/

/**********************************************************************************************************************/
/* Search */
.searchForm{ width: 800px; border-top:1px solid #e1e1e1; border-right:1px solid #e1e1e1; border-left:1px solid #e1e1e1; position:relative; margin:0 auto 30px; }

.tab{ color:#707070; }
.tab,
.tab_active{ width:50%; position:relative; float:left; text-align:center; z-index:10; cursor:pointer; padding:10px 0; }
.tab_active{ color:#1b6cad; text-decoration:underline; background:#e1e1e1; }

.tabkont       { display:none }
.tabkont_active{ background:#e1e1e1; bottom:0; left:0; z-index:20; padding:30px 30px 20px; }

.span_active{cursor: pointer;}
.span_noactive{cursor: pointer;}

.searchLabels{ font-size:14px }
.searchLabels label{ font-weight:normal; }
.searchLabels label.checked{ font-weight:bold; }

.spare_parts{width: 406px;padding-left: 67px;}

.search2failds{width: 200px;padding-left: 5px;}
.spare_parts,.search2failds{height: 48px;font-size: 24px;border:3px solid #ffb500; box-shadow: inset 2px 2px 5px rgba(0,0,0,0.5);}

.searchBttn{ width:136px; height:48px; border:none; background:#707070; color:#ffffff; font-size:24px; margin-left:30px; }
.searchBttn:hover{ background:#1b6cad; color:#ffffff; }

.whereSearch{
	background: hsl(0,0%,88%);
	padding: 20px 0 0;
}
.whereSearch .item{
	line-height: 20px;
	vertical-align: top;
}
.a2dCheckBox{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid hsl(0,0%,40%);
	background: hsl(0,0%,80%);
	cursor: pointer;
}
.a2dCheckBox:hover{
	background: hsl(0,0%,90%);
}
.a2dCheckBox.active{
	background: #ffb500;
}
/**********************************************************************************************************************/

/***  One Level Tree with Img   ***/
.treeBranch{
	margin-bottom: 20px;
}
.plusBranch,.itemsBranchL{
	background: #e1e1e1;
}
.plusBranch,.headBranch{
	/*cursor: pointer;*/
}
.headBranch,.headBranchLVL1,.headBranchLVL2{
	border-radius: 4px;
}

.subItem {
	padding: 0 10px 0 60px;
}

.itemDesc {
	display: block;
	margin-bottom: 10px;
}

.plusBranch:hover,.headBranch:hover,.headBranchLVL1:hover,.headBranchLVL2:hover{
	cursor: pointer;
	background: #CCCCCC;
}
.plusBranch{
	position: relative;
	width: 50px;
	height: 45px;
	float: left;
	border-radius: 50%;
	color: #000000;
	text-align: center;
	font-size: 22px;
	line-height: 2.0;
}
.itemsBranchL{
	margin-left: 55px;
	border-radius: 4px;
}
.headBranch,.headBranchLVL1{
	line-height: 1.7;
	padding: 9px 0 10px 20px;

	text-align: left;
}
.headBranchLVL2{
	line-height: 1.7;
	padding: 9px 0 10px 40px;

	text-align: left;
}
.itemsBranch{
	padding: 20px 10px 0 10px;
}
.itemBranch{
	width: 25%;
	height: 190px;
	float: left;
	text-align: center;
}
.itemBranch img{
	border-radius: 4px;
	opacity: 0.7;
}
.itemBranch a:hover *{
	opacity: 1;
	color: #007ac9;
	border: 1px solid #dddddd;
}
.itemBranch a:hover img{
	opacity: 1;
	color: #007ac9;
	border: 1px solid #dddddd;
}
.itemBranch .itemDesc{
	display: inline-block;
	margin-top: 5px;
	width: 100%;
}
/**********************************************************************************************************************/

/***   All Tables   ***/
.information{
	width: 15px;
	height: 15px;
	background: #dddddd;
	color: #333333;
	display: block;
	border-radius: 50%;
	border: 2px solid #777777;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}
.information:hover{
	background: #777777 !important;
	color: #ffffff !important;
}

table.defTable tr{
	position: relative;
}
table.defTable tr:hover{
	background: #dfdfdf;
}

/***   Data Table Tabs   ***/
div.alphabet {
	position: relative;
	display: table;
	width: 100%;
	margin-bottom: 1em;
}
div.alphabet span {
	display: table-cell;
	color: #3174c7;
	cursor: pointer;
	text-align: center;
	width: 3.5%
}
div.alphabet span:hover {
	text-decoration: underline;
}
div.alphabet span.active {
	color: black;
}
div.alphabet span.empty {
	color: red;
}
div.alphabetInfo {
	display: block;
	position: absolute;
	background-color: #111;
	border-radius: 3px;
	color: white;
	top: 2em;
	height: 1.8em;
	padding-top: 0.4em;
	text-align: center;
	z-index: 1;
}
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/***   Used in: ToyModifs, ETKAVinInfo   ***/
.explanation{
	text-align: left;
	margin-top: 40px;
}
.expTable{
	margin-top: 20px;
	border: 1px solid #717171;
}
.eTableHead,.eTableBody{
	padding: 10px 20px;
}
.eTableHead{
	color: #ffffff;
	background: #717171;
	font-weight: bold;
}
.eTableBody .sign{
	font-weight: bold;
	color: #717171;
}
/**********************************************************************************************************************/


/***********************************************************************************************************************/
/***   Tree   **********************************************************************************************************/
.obert4{cursor: pointer;position: relative;margin-bottom: 15px;width: 100%;text-align: left;}
.sppl{ display:block; line-height:1.7; border-radius:5px; margin-left:55px; background:#e1e1e1; padding:9px 0 10px 20px; }
.plashka{ position:relative; background-color:#e1e1e1; /*height:45px;*/ overflow:hidden; margin-left:55px; }
.plashka2{
	position:relative;
    /*background-color:#e1e1e1;*/
    border-radius:0 0 5px 5px;
    height:auto;
    margin-left:55px;
    list-style: none;
	padding-top: 10px;}
.plashka2 .plashka2,
.plashka2 + .plashka2,
.plashka2 .plashka2 li.three span {
	margin-left: 0;
}
.plashka2 .two,
.plashka2 .fir {
	display: block;
	margin-bottom: 10px;
}

.two li span:hover{
	cursor:pointer;
}
li.three{}
li.three span{
	/*margin-left: 15px;color:#000;cursor: pointer; text-decoration: none;*/
	margin-left: 30px;
}

.my_tree>li>ul{
    padding-bottom:20px;
    background-color:#e1e1e1;
}
.plus_tree{ position:relative; width:50px; height:45px; background-color:#e1e1e1; float:left; border-radius:50%; margin-right:5px; color:#000000; text-align:center; font-size:22px; line-height:2.0; }
.plus_tree:hover{color:#1b6cad;}
/***********************************************************************************************************************/


/**********************************************************************************************************************/
/***   Tooltips   ***/
div.tooltips {
	position: relative;
	display: inline;
}
div.tooltips span.tooltips {
	position: absolute;
	min-width:140px;
	padding: 10px 20px;
	color: #000000;
	background: #E6E6E6;
	min-height: 30px;
	line-height: 30px;
	text-align: center;
	visibility: hidden;
	border-radius: 6px;
	box-shadow: 0 0 1px #000000;
}
div.tooltips span.tooltips:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	width: 0; height: 0;
	border-top: 8px solid #E6E6E6;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
div:hover.tooltips span.tooltips {
	visibility: visible;
	opacity: 0.9;
	bottom: 30px;
	left: 50%;
	margin-left: -76px;
	z-index: 999;
}
/**********************************************************************************************************************/