/* CSS Document */
/*Кнопка "Наверх" */	
#toTop {
	  width:64px;
	  height:64px;
	  border:none;
	  border-radius:32px;
	
	  text-align:center;
	  padding: 3px 0 0 5px;
	  position:fixed;
	  bottom:44px; /* отступ кнопки от нижнего края страницы*/
	  left:15px;
	  cursor:pointer;
	  display:none;
	  
	  opacity:0.4;
	  z-index: 2;
}
#toTop span{color:#999; font-size:64px; line-height:64px;}
#toTop:hover { opacity:0.6;}
/* blacker*/
.blacker {position:absolute; top:0; left:0; height:100%; width:100%; z-index:20;text-align:center; vertical-align:central;}
.blacker-i{position:absolute; top:0; left:0; height:100%; width:100%;  z-index:190;}
.blacker img{ position:absolute; top:50%; left:50%; height:66px; width:66px; margin-left:-33px; margin-top:-33px;}
.blacker-black{background-color:#000000;opacity:0.1; }

.modal-list ul {list-style-type:none;}
.modal-list ul li {padding:5px 0;}
.modal-list a{ border-bottom-width:1px; border-bottom-style:dashed;}

/* Cimages Loading*/
#preloader {}
.upload-hidden{position: absolute; display: block; overflow: hidden; width: 0; height: 0; border: 0; padding: 0;}
#upload-button {display: none;}
#progress-bar {display: none;}

