@CHARSET "UTF-8"; /*site content common template*/

/* WYMeditor */

/* Картинку влево */
/*p.left, */img.left {
	float: left;
/*	clear: left;*/
	margin-right: 15px;
	margin-bottom: 15px;
}
/* Картинку вправо */
/*p.right, */img.right {
	float: right;
/*	clear: right;*/
	margin-left: 15px;
	margin-bottom: 15px;
}

/* Текст влево */
td.toleft, p.toleft{
	text-align: left;
}
/* Центровка */
div.centered, td.centered, h1.centered, h2.centered, h3.centered, p.centered{
	text-align: center;
}
/* Текст вправо */
td.toright, p.toright{
	text-align: right;
}
/* Текст по ширине */
td.justified, p.justified{
	text-align: justify;
}

/* Маркер красный */
li.red{
}
/* Маркер синий */
li.blue{
}
/* Отступ сверху */
h1.topmargin,h2.topmargin,h3.topmargin,p.topmargin{
	margin-top: 20px;
}
/* Отступ снизу */
h1.bottommargin,h2.bottommargin,h3.bottommargin,p.bottommargin{
	margin-bottom: 20px;
}
/* В две колонки */
table.doublecol{
}


/* /WYMeditor */

table.doublecol td{
	width: 50%;
}

.content .inside .info h2{
	font-family: Verdana;
	font-size: 21px;
	margin-right: 25px;
	font-weight: normal;
	color: #ed0060;
}
.content .inside .info h3{
	font-size: 18px;
	font-weight: normal;
	color: #33ccff;
}