body {
	min-width: 960px;
}
.obj_offer { 
	display:block;
	float:left;
	clear:both;
	width:689px;
	border-radius:5px;
	padding:9px;
	background:#f3f3f3;
	margin-bottom:20px;
	border:#ddd 1px solid;
}
.obj_offer:hover { 
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.5);
	  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.obj_offer > div {
	float:left;
	width:500px;
	text-align:justify;
	padding:0px 5px 0px 15px;
}
.obj_offer p a{
	display:block;
	clear:both;
	font-size:16px;
	color:#b30;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}
.obj_offer p a:hover{
	color:#000;
	text-decoration:underline;
}
.obj_offer > div a{
	display:block;
	clear:both;
	font-size:16px;
	color:#b30;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}
.obj_offer div a:hover{
	color:#000;
	text-decoration:underline;
}
.link_catalog_center {
	text-align: center;
	margin-bottom: 20px;
}
.view_more_in_pr {
 background: none;
}
.link_catalog_center > a {
	width: auto;
	height: auto;
}
.home_new a.index_news { 
border: #000 1px solid;
}
.home_projects a span {
	text-align: center;
}
.pr_description ul > li {
	list-style: disc;
}
.pr_description ol > li {
	list-style:decimal;
}

.home_projects a img {
	border: #000 1px solid;
}
.offer_file{
	display:block;
	
	clear:both;
	width:689px;
	height:100px;
	border-radius:5px;
	padding:9px;
	background:#f3f3f3;
	margin-bottom:20px;
	border:#ddd 1px solid;
}

.offer_file:hover {
		-webkit-box-shadow:0 0 3px rgba(0,0,0,0.5);
	  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.offer_img_file{
	display:block;
	float:left;
	width:80px;
	height:70px
	overflow:hidden;
}

.offer_img_file img{width:80px;}

.pr_description_file{
	float:left;
	display:block;
	width:530px;
	height:80px;
	text-align:justify;
	padding:0px 20px 5px 20px;
}

.pr_description_file .view_more_file {
	font-size: 16px;
	text-decoration:none;
	font-weight:bold;
	color: #b30;
}

.pr_description_file img {
	max-width:530px !important;
}
.date{
	float:left;
	clear:both;
	display:block;
	color: #b30;
	padding-top:4px;
}
.link_file{
	float:left;
	display:block;
	margin-left:20px;
	padding-bottom:10px;
}
.link_file > a {
	font-size: 16px;
	display: inline-block !important;
	margin-right: 10px;
	color: #b30;
}

