/* vypis kategorii */
#content #category_list
{
  margin: 0;
  list-style-type: none;
  list-style-image: none;
}





  #category_list li a
  {
   display: block;
   margin: 0;
	 background: url(/img/arrow-blue-right.gif) left top no-repeat;
	 padding-left: 15px;
	 line-height: 25px;
   color: #81A13B;
	 font-weight: bold;
  }

  #category_list li a:visited
  {
	 background: url(/img/arrow-blue-right.gif) left top no-repeat;
   color: #81A13B;
  }

  #category_list a:visited.even
  {
    background-color: #E0ECFA;
  }

  #category_list a:visited.odd
  {
    background-color: #D7E4F5;
  }

  #category_list a.even
  {
    background-color: #E0ECFA;
  }

  #category_list a.odd
  {
    background-color: #D7E4F5;
  }

  #category_list li a:hover.even
  {
	 background: #B0CD73 url(/img/arrow-blue-right.gif) left top no-repeat;
   color: #000000;
  }

  #category_list li a:hover.odd
  {
	 background: #B0CD73 url(/img/arrow-blue-right.gif) left top no-repeat;
   color: #000000;
  }

/* vypis souboru */
#content #files_list
{
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  background: none;
}


  #files_list li
  {
   margin: 0;
   line-height: 25px;
   color: #71A4E2;
   padding: 5px 5px 5px 25px;
   border-bottom: 1px dashed #BED8F3;
   position: relative;
  }


  #files_list li img
  {
   	position: absolute;
   	top: .4em;
   	left: -25px;
  }
  
  #files_list li>img
  {
   	position: absolute;
   	top: .9em;
   	left: 0;
  }

  #files_list li a
  {
   color: #81A13B;
   line-height: 25px;
   font-weight: bold;
  }

  #files_list li a:visited
  {
   color: #81A13B;
  }

/*
	div.div_files_list
	{
		width:		100%;
	}

	  	.div_files_list div.div_one_file
	  	{
	  		width:			100%;
	  		height:			100%;
	  		padding-left:	200px;
	  		background-position: 	2px 2px;
	  		background-repeat:		no-repeat;
			border-bottom: 1px dashed #BED8F3;
	  	}
*/

#search_form
{
  background: #DDE9FA;
  overflow: hidden;
  padding: 0;
  margin: 0 0 10px 0;
}

  #search_form fieldset
  {
    padding: 5px 0 0 0;
    margin: 0;

    overflow: hidden;
  }

  #search_form label
  {
    margin: 5px;
    padding: 0;
    color: #62A3E1;
    margin-left: 10px;
    line-height: 15px;
    float: left;
  }

  #search_form .textinput
  {
    margin: 5px;
    padding: 0;
    width: 110px;
    overflow: hidden;
    font-size: .9em;
    float: left;
   }


  #search_form .search
  {
    top: 0;
    margin: 4px 0 0 5px;
    padding: 0;

  }

#search_form_title
{
  height: 20px;
  line-height: 20px;
  padding-left: 25px;
  font-weight: bold;
  background: #BED8F3 url(../img/search-green.gif) left no-repeat;
  color: #000000;
}




/* prerusovana cara */
.dashed
{
  padding: 5px;
  margin-bottom: 2px;
  border-bottom: 1px dashed #BED8F3;
}

#download_back
{
  padding-left: 15px;
  background: url(/img/back-arrow.gif) left no-repeat;
  line-height: 30px;
  margin-bottom: .8em;
}

#download_archive
{
  margin: 10px;
}

