
/*----------------------------
	Основной раздел
-----------------------------*/

#note{
	color: #666666;
	font-size: 12px;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	width: 400px;
}

.slide-out-div {
    padding: 20px;
    width: 250px;
    font-family: arial, sans-serif;
    background: #f5f5f5;
    border: 1px solid #DDD;
}

.tooltip2 {
    border-bottom: 1px dotted #000000; color: #000000; outline: none;
    cursor: help; text-decoration: none;
    position: relative;
}
.tooltip3 {
    text-decoration: none;
    position: relative;
}
.tooltip2 span {
    margin-left: -999em;
    position: absolute;
}
.tooltip3 span {
    margin-left: -999em;
    position: absolute;
}
.tooltip2:hover span {
    border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    font-family: Calibri, Tahoma, Geneva, sans-serif; font-size: 0.9em;
    position: absolute; left: 1em; top: 2em; z-index: 99;
    margin-left: 0; width: 250px;
}
.tooltip3:hover span {
    border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    font-family: Calibri, Tahoma, Geneva, sans-serif; font-size: 0.9em;
    position: absolute; left: 2em; top: -3em; z-index: 99;
    margin-left: 0; width: 250px;
}
.tooltip2:hover img {
    border: 0;
    margin: -5px 0 0 -25px;
    float: left;
    position: absolute;
}
.tooltip2:hover em {
    font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1em; font-weight: bold;
    display: block; padding: 0.2em 0 0.6em 0;
}

.tooltip3:hover em {
    font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1em; font-weight: bold;
    display: block; padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.8em 1em; }
.custom { padding: 0.3em 0.4em 0.4em 1em; }
* html a:hover { background: transparent; }
.classic {background: #f5f5f5; border: 1px solid #DDD; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #f5f5f5; border: 1px solid #DDD;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }

@-webkit-keyframes spin {
	  from {-webkit-transform: rotate(0deg);}
	  to {-webkit-transform: rotate(360deg);}
	}
	@-moz-keyframes spin {
	  from {-moz-transform: rotate(0deg);}
	  to {-moz-transform: rotate(360deg);}
	}
	@-o-keyframes spin {
	  from {transform: rotate(0deg);}
	  to {transform: rotate(360deg);}
	}
	@-keyframes spin {
	  from {transform: rotate(0deg);}
	  to {transform: rotate(360deg);}
	}
        
        .spinner {
            margin: 10px auto;
border-bottom: 6px solid #ccc;
border-left: 6px solid #ccc;
border-right: 6px solid #fdb813;
border-top: 6px solid #fdb813;
border-radius: 100%;
height: 40px;
width: 40px;
-webkit-animation: spin .9s infinite linear;
-moz-animation: spin .9s infinite linear;
-ms-animation: spin .9s infinite linear;
-o-animation: spin .9s infinite linear;
animation: spin .9s infinite linear
        }