P.exampleTitle {
    border: 1px solid black; /* Параметры рамки */
    border-bottom: none; /* Убираем линию снизу */
    padding: 3px; /* Поля вокруг текста */
    display: inline; /* Отображать как встроенный элемент */
    background: #efecdf; /* Цвет фона */
    font-family: Verdana, Arial, "Courier New", Courier, monospace; /* Семейство шрифта */
    font-weight: bold; /* Жирное начертание */
    font-size: 60%; /* Размер шрифта */
    margin: 0px 0px 0px 0px; /* Убираем отступы */
    white-space: nowrap; /* Переносов в тексте нет */
   
   }
P.example {
    border: 1px dashed #634f36; /* Параметры рамки */
    background: #fffff5; /* Цвет фона */
    font-family: Verdana, Arial, "Courier New", Courier, monospace; /* Семейство шрифта */
    font-size: 60%; /* Размер шрифта */
	padding: 7px; /* Поля вокруг текста */
 /*   margin: 0 0 1em;  Отступы */
    margin: 0px 0px 0px 0px; /* Убираем отступы */
	text-align: justify;

/*    white-space: pre;  Учитываются все пробелы и переносы */ 
   } 



   .layer1 {
    float: right; /* Обтекание по правому краю */
    background: #fd0;  /* Цвет фона */
    border: 1px solid black;  /* Параметры рамки */
    padding: 10px;  /* Поля вокруг текста */
    margin-right: 20px;  /* Отступ справа */
    width: 40%; /* Ширина блока */
   }
   .layer2 {
    float: right; /* Обтекание по правому краю */
    background: #770000;  /* Цвет фона */
    border: 1px solid black;  /* Параметры рамки */
    padding: 10px;  /* Поля вокруг текста */
    margin-right: 0px;  /* Отступ справа */
    margin-top: 30px;  /* Отступ справа */
    width: auto; /* Ширина блока */

			font-family:  Arial; 
			font-size: 90%; 
			font-style: oblique;
			text-align: right;
			color: #fff;

			 box-shadow: 3px 3px 5px #777;			/* Параметры тени */
			-webkit-box-shadow: 3px 3px 5px #777;	/* Для Safari и Chrome */
			-moz-box-shadow: 3px 3px 5px #777;		/* Для Firefox */
   }



   .col1 {
    float: left; /* Обтекание по правому краю */
				background-color:#F4EEE2;	/* Цвет фона */
  /*   border: 1px solid black;  Параметры рамки */
	padding: 15px 5px 15px 40px; /* Поля вокруг текста */
    margin-left: 100px;  /* Отступ справа */
    width: auto; /* Ширина блока */

			font-size: 100%;
				line-height: 200%;
   }



   .col2 {
    float: right; /* Обтекание по правому краю */
				background-color:#F4EEE2;	/* Цвет фона */
  /*  border: 1px solid black;   Параметры рамки */
	padding: 15px 5px 15px 40px; /* Поля вокруг текста */
    margin-right: 100px;  /* Отступ справа */
    width: auto; /* Ширина блока */

			font-size: 100%;

				line-height: 200%;
   }






/*----------------------------------------------------------------------------------*/


a#plus:link, a#plus:visited, a#plus:active {
padding-left: 30px;
padding-top: 10px;
margin-left: 0;
background: transparent url(/assets/custom/img/design/plus.gif) 0 4px no-repeat;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #12579B;
}

a#plus:hover {
padding-left: 30px;
background: transparent url(/assets/custom/img/design/plus_o.gif) 0 4px no-repeat;
color: #8B1808;
}

a#minus:link, a#minus:visited, a#minus:active {
padding-left: 30px;
padding-top: 10px;
margin-left: 0;
background: transparent url(/assets/custom/img/design/minus.gif) 0 4px no-repeat;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #12579B;
}

a#minus:hover {
padding-left: 30px;
background: transparent url(/assets/custom/img/design/minus_o.gif) 0 4px no-repeat;
color: #8B1808;
}

div#font_sizer___ {
margin: 2px 10px 2px 0;
text-indent: 0;
text-align: center;
line-height: 200%;
}
