.wrap {
	width: 100%; /* SITE WIDTH */
}
catalog_item {
	margin-left:20px
}

.catalog_item:nth-child(odd) .catalog_item_title {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-left:20px
}

.catalog_item:nth-child(odd) .catalog_item_body {
	background: #ffffff;
	border-bottom: 1px solid #eee;
}

.catalog_item:nth-child(even) .catalog_item_title {
	background: #ffffff;
	margin-left:20px
}

.catalog_item:nth-child(even) .catalog_item_body {
	border-top: 1px solid #eee;
	background: #ffffff;
}

#section-01 .catalog_item_title {
	border-top: 1px solid #eee;
}

.catalog_item_title {
	height: 30px;
	cursor: pointer;
}
.catalog_item:nth-child(odd) .catalog_item_title:hover {
	background: linear-gradient(to top, #ebebeb, #ffffff);
}
.catalog_item:nth-child(even) .catalog_item_title:hover {
	background: linear-gradient(to top, #ebebeb, #ffffff);
}
.ci_open {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/obj_open.png) no-repeat;
	margin-right: 10px
}

.opened .ci_open {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/obj_close.png) no-repeat;
	margin-right: 10px
}

.objects_list .ci_open {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/obj_open.png) no-repeat;
	margin-right: 10px
}

.objects_list .opened .ci_open {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/obj_close.png) no-repeat;
	margin-right: 10px;
}

.ci_title {
	line-height: 30px;
	vertical-align: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006270;
}

.catalog_item_body {
	display: none;
}

.catalog_item_body .item_text {
	margin-bottom:40px;
	width:100%
}

.clearfix:before,.clearfix:after {
	content: "\0020";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

