/* дерево */
.Container {
    padding: 0;
    margin: 0;
}
.Container li {
    list-style-type: none;
}
.Node {
    background-image : url(images/i.gif);
    background-position : top left;
    background-repeat : repeat-y;
    margin-left: 18px;
    zoom: 1;
}
.IsRoot {
    margin-left: 0;
}
.IsLast {
    background-image: url(images/i_half.gif);
    background-repeat : no-repeat;
}
.noLast {
    background-image: url(images/i.gif);
    background-repeat : no-repeat;
}
.ExpandOpen .Expand {
    background-image: url(images/expand_minus.gif);
}
.ExpandClosed .Expand {
    background-image: url(images/expand_plus.gif);
}
 
.ExpandLeaf .Expand {
    background-image: url(images/expand_leaf.gif);
}
.Content {
    min-height: 18px;
    margin-left:18px;
}
* html  .Content {
    height: 18px; 
}
.Expand {
    width: 18px;
    height: 18px;
    float: left;
}
.ExpandLoading   {
    width: 18px;
    height: 18px;
    float: left;
    background-image: url(images/expand_loading.gif);
}
.ExpandOpen .Container {
	display: block;
}

.ExpandClosed .Container {
	display: none;
}
.ExpandOpen .Expand, .ExpandClosed .Expand {
	cursor: pointer;
}
.ExpandLeaf .Expand {
	cursor: auto;
}
.calcinp {
	margin-left:35px;
	text-align:center;
}
.calcinp_2 {
	margin-left:7px;
	text-align:center;
}
/* Всплывающее окно */
#parent_popup2 {
  display: none;
  background-image: url(images/fon.png);
  background-repeat : repeat;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
#popup2 {
  border: 2px solid #969696;
  border-radius: 10px; 
  padding: 30px;
  background-color: #efeff0;
  height: auto;
  position: fixed;
  top: 40%;
  left: 40%;
  width: 300px;
  z-index: 200;
}

/* выпадающее меню */
.vyp-menu, .vyp-menu li, .vyp-menu ul, .vyp-menu a, .vyp-menu:after {
  margin: 0; 
  padding: 0;
  z-index: 200;
  display: block;
  cursor: pointer;
}
.vyp-menu li{
	background-color: #ccc;
	padding: 7px 15px;
}
.statmenu {
	left:0px;
}
.statmenu li:hover{
	background-color: #ddd;
}
.vyp-menu:after { /* убираем после меню действие float */ 
  clear: both;
  content: "";}

.vyp-menu > li { float: left; } /* горизонтальное размещение пунктов */

.vyp-menu li {
  white-space: nowrap; /* содержимое на одной строке */ 
  position: relative;
}

.vyp-menu > li, .vyp-menu > li > ul > li, .vyp-menu > li > ul > li > ul > li { overflow: hidden; } /* всё, что за пределами элемента, скрыто */
.vyp-menu > li:hover, .vyp-menu > li > ul > li:hover {overflow: visible;}

.vyp-menu li ul li, .vyp-menu li ul li a { width: 100%; }  /* фон подпунктов равной ширины */

.vyp-menu ul { position: absolute; }

.redserch{
	background-color:#fff; 
	color:red;
}






/*список HELP */  
.rectangle-list {

}
#inp_text{

	width: 200px;
}
#inp_file{
	
}

.rectangle-list span{
 position: relative;
 display: block;
 padding: .4em .4em .4em .8em;
 *padding: .4em;
 margin: .5em .5em .5em 0em;
 background: #ddd;
 color: #444;
 text-decoration: none;
 transition: all .3s ease-out;
 list-style-type: none;
 width: 700px;
}

.rectangle-list span:hover{
 background: #eee;
 width: 692px;
}       
 
.dell_a{
	
	color:#bbb;
	position:relative;
	top:6px;
	display: inline;
	float:right;
	display: none;
}
.dell_a:hover{
	color:#666;
}
.todell:hover a{
	display: block;
} 
.video_help{
	display: none;
}


/*INVITE */  
.p_edit_slider_drag{
	margin: 0;
	background: #d5dde6;
	border: 2px solid #d5dde6;
	border-radius: 5px;
	width: 726px;
}
.p_edit_slider{
	position: relative;
	margin: 0;
	border: 2px solid #d5dde6;
	border-radius: 5px;
	width: 726px;
	height: 180px;
}
.p_edit_slider:hover{
	border: 2px solid #00a7ff;
}
input.p_edit_slider_title{
	position: relative;
	margin: 40px;
	border: 2px solid #d5dde6;
	border-radius: 5px;
	padding: 10px 20px;
	width: 600px;
	font-size: 16px;
}
input.p_edit_slider_title:hover{
	border: 2px solid #00a7ff;
}


.save{
	border: 2px solid #00a8ff;
	background: #00a8ff;
	display: block;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 20px;
	color: #ffffff;
	float: right;
	margin: 0 40px;
	cursor: pointer;
	font-size: 16px;
	line-height: 16px;		
}
.title_center{
	font-size: 20px; line-height: 30px; margin: 20px 0 30px 0; color:#000;
}
.text_01{
	font-size: 14px;
	position: relative;
	top: 37px;
	left: 40px;
}
.text_02{
	float: right;
	margin-right: 83px;
	font-style: oblique;
}
.text_03{
	font-size: 14px;
	position: relative;
	top: 20px;
	left: 40px;
}
.text_04{
	float: right;
	margin-right: 154px;
}



.styled-select:hover{
	border: 2px solid #00a7ff;
}
.styled-select2:hover {
	border: 2px solid #00a7ff;
}
.styled-textarea:hover {
	border: 2px solid #00a7ff;

}
.styled-select{
	position: relative;
	left:40px;
	top:22px;
	border: 2px solid #d5dde6;
	border-radius: 5px;
	width: 300px;
	overflow: hidden;
    background: url(images/select.png) no-repeat right #fff;
    }
.styled-select select {
   background: transparent;
   width: 310px;
   padding: 6px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 33px;
   width: 310px;
   -webkit-appearance: none;
   }
.styled-select2{
	position: relative;
	left:371px;
	top:-14px;
	border: 2px solid #d5dde6;
	border-radius: 5px;
	width: 310px;
	overflow: hidden;
    background: url(images/select.png) no-repeat right #fff;
    }
.styled-select2 select {
   background: transparent;
   width: 310px;
   padding: 6px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 33px;
   -webkit-appearance: none;
   }
.styled-textarea{
	position: relative;
	left:40px;
	top:22px;
	border: 2px solid #d5dde6;
	border-radius: 5px;
	width: 637px;
	height: 150px;
	font-size: 16px;
}
.buttom_invite{
	
	
}
.inv_div_butt{
	float: right;
	margin-right: 40px;
}
.l10px{
	margin-left: 20px;
	
}
.top10{
	
	position: relative;
	top:-30px;
}
#content_invite{
	display: none;
}
#limLetters{
	float: right;
}
#calclet{
	display: none;
	float: right;
}
.url_ref{
	float:left;
	margin-left: 42px;	
}
.only_admin{
	display: none;
}