
/* For articles */
.post{}

.post .headPost{
	margin-bottom: 10px;
	font-size: 18px !important;
	font-weight: bold;
	text-align: center;
}

.post .contentPost{
	text-align: justify !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
}


.post .contentPost p{
	font-size: 14px !important;
	padding-bottom: 10px;
}

.post .contentPost p b{
	color: #7B668F;
}

.post a{padding-left: 5px !important; font-size: 14px !important;}



.post ul{
	margin: 10px 0px;
}

.post .alert{
	border-radius: 2px;

	border: 1px solid #FFAA00;
	background: #FEE5AC;
	margin-bottom: 20px;

	padding: 5px;
}

.post .alert div{
	display: inline-block;
	vertical-align: middle;
}

.post .alert .pic{
	background: url(/bitrix/images/alert.png) no-repeat;
	padding-right: 3px;

	height: 32px;
	width: 32px;
}

.post .alert .info{
	width: 93%;
}

.post .more{
	border-top: 1px dashed #2A7849;
	font-size: 12px !important;
	padding: 5px;
}
.post .listPost{
	margin-top: -3px;
	margin-left: 10px;
}

.post .listPost li{
	background: url(/bitrix/templates/reso_main/images/dot_list.gif) 0 7px no-repeat;
	padding-left: 10px;
	padding-bottom: 5px;
}