/* default text styles */

.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 { font-weight:bold; }

.text ul, .text ol, .text dd { margin-left:2em; }
.text ul li { list-style-type:disc; }
.text ol li { list-style-type:decimal; }
.text p, .text ul, .text ol { margin-bottom:1em; }
.text strong, .text b { font-weight:bold; }
.text em, .text i { font: 15px 'elena_basic_regular_italicRg', Verdana, Geneva, sans-serif; }
.text span.underline { text-decoration: underline; }

/* wiki */

.text .left { text-align:left; }
.text .right { text-align:right; }
.text .justify { text-align:justify; }
.text .center { text-align:center; }

.text figure.left { float:left; }
.text span.left { float:left; float: left; padding-right: 10px;}
.text figure.left img { padding-right:1em; }
.text figure.right { float:right; }
.text figure.right img { padding-left:1em; }
.text p { line-height: 22px; margin-bottom: 20px; }
.text .text_title { margin-bottom: 20px; }

.text {
	margin-left: 10px;
	/* Nie można używać ze względu na przerywaną linię wysuniętą poza blok
	overflow: hidden;
	*/
}

.text dt {
	float:left;
	margin-right:5px;
	font: 15px 'elena_basic_regular_italicRg', Verdana, Geneva, sans-serif;
	line-height: 21px;
}
.text dd {
	line-height: 21px;
}

.text .image {
	position: relative;
}

/* messages */
#messages {
	border:1px solid #f00;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#f00;
	font-weight:bold;
	padding: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#messages ul li {
	list-style-type:none;
}

.mc_1 {
	color: #D3D800;
	border-color: #D3D800;
}

.mc_2,
.mc_2 {
	color: #f00;
	border-color: #f00;
}

/* END: messages */

.text dl a,
.text p a {
	border-bottom: 1px solid #ec6608;
}
