@charset "utf-8";

/*---Цитата и скрытый текст---*/
.scriptcode, .title_quote,.quote, .title_spoiler, .text_spoiler {
    padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	padding-top:5px;
}

.title_quote, .title_spoiler {
    background: transparent;
	
}

.title_spoiler, .text_spoiler a{
    border-color:  transparent;
}

.title_quote {
    border-bottom: 0;
    font-weight: bold;
}

.title_spoiler a{
	font:13px Arial;
	text-shadow: -0.6px 0.6px #f9f9f9;
	margin:-5px;
	text-decoration:none;
	color:#333;
	
}

.text_spoiler {
	font:12px Arial;
    color:#000;
    background:#fff;
	padding-bottom:20px;
	margin:5px 13px 0 15px;
	margin-bottom:5px;
	border:1px #ccc solid;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	
}

.text_spoiler ul li {
background-image:url(../images/li.png);
background-position:1px 6px;
background-repeat:no-repeat;
padding:3px 0 3px 23px;
}

.text_spoiler li {
font:11px Arial;
color:#333;
text-decoration:none;
}

.hide {
    background-color: #e8f3fa;
    padding: 5px;
    color: #3a78a5;
    margin: 0 0 1em;
    0;
}

.hide a {
    text-decoration: underline;
}

 .hide a:hover {
    text-decoration: none ;
}

.inhide {
    border: 1px solid #d1e3ef;
    padding: 5px;
    background-color: #fff;
    margin-bottom: 5px;
}

.myToggler{
		cursor:pointer;
	}
	.mySlider{
		display:none;
	}
	
/* ==================== Цитата и скрытый текст */

.title_quote {
	color:#545454;
	background-color:#FBCB3C;
	border:1px dotted #bebebe; 
	border-bottom: 0;
	font-weight: bold;
	padding: 5px;
}
.quote {
	font:12px Arial;
	color:#333;
	background-color:#f5fdff;
	border: 1px solid #d8d8d8;
	text-align: justify;
	padding: 5px;
	margin:0 13px 0 15px;
	padding:10px;
}
