
@import url(/forms.css);

form,p.send
     {
      width:auto;
      clear:left;
     }

form textarea
     {
     height:9ex;
     }

div.partment
       {
       }

div.partment em
       {
	 color: red;
       }

div.list div.partment
       {
	clear:right;
       }

div.partment p.photo
       {
        text-align:center;
       }
div.partment p.photo img
       {
       border:1px solid rgb(50%,50%,60%);
       margin:0.5em 0;
/*
	float:left;
*/
       }



/* ****************************************** */
div.shed
       {
	     float:right;
	   padding:0.5em;
	text-align:center;
       }

div.shed ul
       {
	    margin:0;
	   padding:0.5em 0;
	  overflow:hidden;

  background-color:rgb(97%,100%,97%);
	    border:2px solid lightblue;
	 font-size:1em;
       line-height:2ex;

       }

div.shed ul li
       {
	     margin:0;
	    padding:0 0.5em;
	 text-align:left;
	}

div.shed li span
       {
       font-weight:bold;
       }

div.shed h2,div.shed h1
       {
	 font-size:1em;
	text-align:center;
       }

/* ****************************************** */
table.scheme
       {
	display:block;
	  float:right;
       }

/* ****************************************** */
div.who
  {
  }

div.who h1
  {
	margin:0;
       padding:0.2em 1em;
  }

p
  {
       margin:0;
      padding:0;
  text-indent:0;
  }

p.who
  {
   font-weight:bold
    text-align:center;
  }

p.phone,p.email
  {
   text-align:center;
/*
   text-align:right;
border-bottom:1px solid black;
*/
    font-size:0.9em;
  }

p.room
  {
   font-style:italic;
  font-family:serif;
  }


/* ****************************************** */
ol.all li
  {
   margin:0.5em auto;
  }

