/* Directori */


  
  #center {
    background-image: url('/img/center.gif');
    background-repeat: no-repeat;
    background-color: white;
    margin: 25px 0px 0px 17px;
  }
  
  .center_bottom {
    background-image: url('/img/center_bottom.gif');
    background-repeat: no-repeat;
    height: 9px;
    margin-left: 17px;
    margin-bottom: 5px;
  }
  
  .localitza {
    clear: both;
    padding: 0px;
  }
  
  .localitza .localitza {
    padding-left: 10px;
  }

  #content {
    margin: 0px 33px auto 33px;
  }
  
  .opis {
    width: 470px;
    margin-left: 6px;
  }
  
  .cat_cent {
    float: left;
    width: 207px;
    height: 186px;
    background-image: url('/img/cat_cent.gif');
    background-repeat: no-repeat;
  }
  
  .img_right {
    float: left;
  }
  
  
  .nr {
    float: left;
    font-size: 25px;
    font-weight: bold;
    color: rgb(255, 153, 000);
    padding-top: 5px;
    padding-left: 5px;
  }

  h3 {
    font-size: 16px;
    font-weight: bold;
    color: rgb(255, 153, 000);
    margin: 10px 0 0 0;
  }
  h4 {
    color: rgb(255, 153, 000);
  }
  
  .categoria {
    font-size: 16px;
    font-weight: bold;
    color: rgb(255, 153, 000);
    padding-top: 14px;
    
    
  }
  
  .in_down {
    margin-left: 455px;
    margin-bottom: 25px;
  }
  
  .list_cat, .sub_cat {
    margin-top: 16px;
    clear: both;
    overflow-y: auto;
    overflow-x: hidden;
    height: 129px;
    margin-right: 10px;
  }
  
  
  .list_cat li {
    font-size: 12pt;
    margin-top: 5px;
    padding: 0px auto 0px 5px;
  }
  
  .list_cat a:hover, .sub_cat a:hover {
    color: orange;
  }
  
  .sub_cat li {
    font-size: 11pt;
    padding: 0px 5px;
    margin: 0px;
  }
  
  
  .gr_point {
    height: 60px;
  }
  
  .gr_box {
    background-image: url('/img/gr_box_top.gif');
    background-repeat: no-repeat;
    height: 18px;
  }
  
  gr_box_center {
    background-color: rgb(245, 245, 245) ;
  }
  
  .gr_box_last {
    background-image: url('/img/gr_box_last.gif');
    height: 11px;
  }
  
  .localitza p {
    font-size: 14px;
  }

  .localitza .small p, .localitza p, h3, h4 {
    padding-left: 0px;
  }  
  
  .localitza .small p {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
  }  
  
	.scrollFix {
    float: right;
    width: 3px;
	 height: 500px;
	}	
	
  .gallery {
    float: right;
    width: 140px;
    padding-right: 90px;
  }

  .L {
    width: 240px;
    margin: 0 350px 0 0;
  }
	
	.gallery ul li {
	    text-align: center;
		 margin-bottom: 10px;
	}
	
  .gallery img{
    margin: 0 0 10px 0;
  }
  
  .gallery div {
    text-align: center;
  }
	/*.gallery .buttons {
	margin-right: 10px;
	}*/
  .gallery .buttons .left {
    margin: 0 10px 0 25px;
  }
  
  .gallery .buttons .right {
    margin: 0 10px 0 25px;
  }
  
  .disabled {
	 visibility: hidden;
	}
	
	.selected {
		font-weight: bold;
	}
	
	.infoWindowTitle {
		font-weight: bold;
		padding-bottom: 5px;
	}
	
	.infoWindowContent {
	}
	
	.infoWindowDetailsLink {
		text-align: right;
	}
	
	.infoWindowDetailsLink a {
		color: #4479BD;
	}
	
	#tabsa {
    margin: 0px 10px;
  }

  #tabsa .tab-content {
    background-image: url('/img/tab_bg.gif');
    background-repeat: no-repeat;
    background-color: transparent;
  }

  #tabsa .anchors {
    padding-left: 10px;
  }

  #tabsa .anchors li a {
    background-color: transparent;
    padding-top: 7px;
  }

  #tabsa .anchors li.tabs-selected a {
    
  }

  #tabsa .anchors li{
    padding-left: 10px;
    background-image: url('/img/tab_title_bg_l.gif');
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px none;
    height: 30px;
  }

  #tabsa iframe {
    border: 1px solid #C4D8FC;
  }

  #tabsa .anchors li div{
    padding-right: 10px;
    background-image: url('/img/tab_title_bg_r.gif');
    background-position: top right;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 100%;
  }
  #tabsa .anchors li div div{
    padding-right: 0px;
    background-image: url('/img/tab_title_bg_center.gif');
    background-position: top;
    background-repeat: repeat-x;
    background-color: transparent;
  }

  #tabsa .anchors li.tabs-selected {
    background-position: bottom left;
  }
  #tabsa .anchors li.tabs-selected div{
    background-position: bottom right;
  }
  #tabsa .anchors li.tabs-selected div div{
    background-position: bottom;
  }
	
	.input input {
    background-image: url('/img/input.gif');
    background-repeat: no-repeat;
    border: 0px rgb(255,255,255) solid;
    height: 21px;
    width: 131px;
    margin-top: 10px;
    margin-right: 3px;    
    padding-top: 4px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .input, .input_file {
      margin-bottom: 10px;
  }
  
  .required input {
    background-image: url('/img/input.gif');
  }
	
  .input label{
    display: block;
  }
  
  .required label {
    
  }
  
  .flashMessage {
    padding: 10px 10px;
  }  
  
  .cont {
    padding: 0 10px;
  }
  
  #CompanyAddForm0 select, #CompanyAddForm0 .submit {
    margin: 10px 5px;
  }
  
  #CompanyAddForm0 fieldset {
    margin: 10px 0px;
  }
  
  #pageFooter {
 		clear: both;
		background-image: url('/img/footer.png');
		background-position: left;
		background-repeat: no-repeat;
		width: 1000px;
		height: 90px;
		padding-top: 10px;
		margin-left: 17px;
	}
	
  #pageFooter:hover {
		background-image: url('/img/footer_color.png');
	}
