.list-main, .list-main ul{
 list-style:none;	
 padding: 0;
 margin: 0;
 font-size: 15px;
 line-height: 36px;
}
.list-main li{
	padding: 0;
 	margin: 0;	
}
.list-main li span{
	cursor: pointer;
}
.list-close .items,
.list-open .items{
	width: 12px;
	height: 12px;
	float: left;
	margin: 13px 13px 0 0;
	cursor: pointer;
	position: relative;
	text-align: center;
}
.list-open .item{
	position: relative;
	float: left;
	width: 55px;
    height: 1px
}
.list-close .items{
	background: url(images/plus-minus.png) 0 100% no-repeat;
}
.list-open .items{
	background: url(images/plus-minus.png) 0 0% no-repeat;
}
.list-main .items i.grid{
	position: absolute;
    background: url(images/grid.jpg) 0 0 repeat-y;
    z-index: -1;
    top: -14px;
    height: 50px;
}
.list-main li:first-child .items i.grid{
	top: 0px;
}
.list-close ul{
	display: none;
}
.list-open ul{
	display: table;
	width: 100%;
}
.list-main ul li{
	margin-left: 6px;
	position: relative;
	display: table;
	width: 100%;
}
.list-main ul li .item i{
	background: url(images/grid-crn.png) 0 -16px no-repeat;
	width: 44px;
	height: 38px;
    position: absolute;
}
.list-close:last-child .items i.grid{
	height: 0;
}
.list-open:last-child ul li:last-child .item i.grid-cr{
	height: 19px;
}
.list-main a{
	color: #333333;
	display: block;
	float: left;
	padding-right: 15px;
    background: #ffffff;
}
.list-main div.text{
	float: left;
	width: 100%;
    padding: 0 0 0 55px;
}
.list-main .tech{
	position: relative;
	float: right;
	width: 360px;
}
.list-main .grid-h{
	position: absolute;
    background: url(images/grid-h.jpg) 0 0 repeat-x;
    z-index: -1;
    width: 92%;
	right: 0;
    top: 18px;
}
.list-main .tech .artic{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 13px;
	
	padding: 0 15px;
    background: #ffffff;
}
.list-main .tech .price{
	font-size: 15px;
	font-weight: bold;
	min-width: 120px;
	text-align: right;
	float: right;
	padding: 0 15px;
    background: #ffffff;
}
.list-main .tech .price a.btn-buy{
	float: right;
    height: 15px;
    width: 50px;
    margin-left: 20px;
}
.list-caption{
	position: relative;
	width: 100%;
	height: 15px;
	color: #9d9d9d;
	font-size: 12px;
    display: inline-flex;
}
.list-caption .name-caption{
	position: absolute;
	left: 26px;
}
.list-caption .articul-caption{
	position: absolute;
	right: 290px;
}
.list-caption .price-caption{
	position: absolute;
	right: 90px;
}