.article-content{
	margin-top: -11px;
	background: white;
	padding:20px;
}
.article-content h1{
	background-color: #ff7f27;
	color: white;
	text-align: center;
	line-height: 1.42857;
	font-size: 20px;
	text-shadow: 4px 5px 5px #252F3D;
	padding: 10px 15px;
	
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}
.article-content img{
width: 300px;
    float: left;
}
.imgblock{
margin-top: 10px;
margin-right: 10px;
	float:left;
	font-style: italic;
	text-align: center;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.img_hightitle{
	max-width: 290px;
	text-align: center;
	padding-bottom: 20px;
}
.img_title{
	max-width: 290px;
	text-align: center;
	padding-bottom: 10px;
}
.img-block-fix{
	width: 30px;
}
div.imgblock ~ div.imgblock{
margin-top: 20px;
margin-right: 0px;
margin-left: 10px;
width: 300px;
    float: right;
}
div.imgblock ~ div.imgblock  ~ div.imgblock{
margin-top: 20px;
margin-right: 10px;
margin-left: 0px;
width: 300px;
    float: left;
}
div.imgblock ~ div.imgblock  ~ div.imgblock  ~ div.imgblock{
margin-top: 20px;
margin-right: 0px;
margin-left: 10px;
width: 300px;
    float: right;
}
ul-div-article{
	
}
.ul-div-article > ul {
list-style-type:none;
  margin-left: 0;
  padding-left: 0;
}
.ul-div-article > ul > li {
 margin: 3px;
  padding-left: 1em;
  padding-bottom: 1em;
  text-indent: -1em;
}
.ul-div-article > ul > li:before {
  padding-right: 5px;
  content: " \25BA";
  color: #ff7f27;
}
.pros > ul > li:before {
	color: #1ca462;
}
.cons > ul > li:before {
	color: #de5347;
}
.photo-house-ul{
	text-align: center;
}
.photo-house-ul li{
	display: inline;
}
.photo-house-ul img{
		width: 230px;
		padding: 7px;
}
.last-tr{
	border-bottom: 2px solid gray;
}
.article-ol li{
	padding-bottom: 10px;
}