     #comanda{
	width: 100%;
	height: auto;
	margin-top: 50px;
       margin-bottom: 40px;
       
     }
      #comanda #kontakt div.delo{
	width: 120px;
	height: 120px;
	float: left;
	margin: 10px;
	text-align: center;
	position: relative;
        z-index: 1;
    }
     #comanda #kontakt .department{
      float: left;
      width: 120px;
      height: 120px;
      text-align: right;
      padding-right: 10px;
      color: #f00;
      border-right:  3px solid #f00;
      margin: 10px;
     }

     #comanda  .clear-l{clear: left;}
     
     #comanda #kontakt{
       width: 100%;
       height: 100%;
    }
    #comanda #podkontakt{
       position: absolute;
       width: 120px;
       height: 120px;
    }
    #comanda .employee{
	width: 120px;
       height: 120px;
       cursor: pointer;
       border: 1px solid silver;
       display: block;
       position: relative;
       overflow: hidden;
      background-position: 0px 0px;
        z-index: 1;
    }
    #comanda #kontakt .info{
      position: absolute;
	width: 240px;
	top: -20px;
        left: -70px;
        //left: -60px;
	border: 1px solid #676767;
	-moz-border-radius: 3px;
        -webkit-border-radius: 3px; 
		-khtml-border-radius: 3px;
                border-radius: 3px;
        
	display: none;
	background: #fff;
	z-index: 999;
	padding-top: 147px;
	padding: 147px 10px 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    #comanda #kontakt div.info div.title {
	color: #c00;
	font-size: 18px;
    }

    #comanda #kontakt .depart {
	position: absolute;
	z-index: 1100;
	width: 140px;
	top: 137px;
	left: -10px;
	border: 1px solid #676767;
	
	-moz-border-radius: 3px;
        -webkit-border-radius: 3px; 
		-khtml-border-radius: 3px;
                border-radius: 3px;
	background: #fff;
	color: #4C4C4C;
	opacity: 0.9;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
         font-size: 14px;
         display: none;
    }
    #comanda #kontakt .depart p{
      padding:5px;
      //padding: 10px;
    }
    #comanda #kontakt .arrow {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 19px;
	height: 15px;
	z-index: 1101;
	top: -15px;
	left: 60px;
	/*background-image: url('http://static.zakazi24.ru/images/team/arrow.png');*/
        background-image: url('images/arrow.png');
    }

