	/********* Search items ***********/
	body .paging {width: 100%;display: table; padding-bottom: 5px;}

.min_page_sect {
    position: relative;
}

.min_page_sect * {
    border-collapse: collapse;
}

.line {
	display:table;
	width: 100%;
    position: relative;
}
	
    .item_cell{
		border: 1px solid #70b8e5;
		width: 32%;
		float: left;
        /*height: 100%;*/
        position: relative;
        display: table-cell;
	}
	
.item_cell .corn {
position: absolute;
background-repeat: no-repeat;
width: 8px;
height: 8px;
}
.item_cell .topleft {
background-image: url("images/ctl.gif");
top:-1px;
left:-1px;
}
.item_cell .topright {
background-image: url("images/ctr.gif");
top:-1px;
right:-1px;
}
.item_cell .botleft {
background-image: url("images/cbl.gif");
bottom:-1px;
left:-1px;
}
.item_cell .botright {
background-image: url("images/cbr.gif");
bottom:-1px;
right:-1px;
}

    .padder{padding: 10px;}

	.item_cell table {
		width: 100%;
	}

	.item_cell td {
		vertical-align: top;
		text-align: left;
	}

	.item_cell .img{
		width: 100px;
	}
	.item_cell .img img{
		margin: 0 5px 10px 5px;
	}

	.item_cell .info{
	}

	.item_cell a.detail{
		font-size: 12pt;
		color: #034ea2;
		text-decoration: underline;
	}

	a.to_notepad{
		width: 26px;
		height: 26px;
		background: url(/bitrix/templates/delfin/images/to_notepad.gif) no-repeat;
		display: block;
		float: right;
	}
    a.Y{
		background: url(/bitrix/templates/delfin/images/to_notepad_s.gif) no-repeat;
	}

	.item_cell .info div.res{
		clear: right;
		width: 100px;
		height: 20px;
		float: right;
		text-align: right;
		margin-top: 3px;
		font-weight: bold;
		color: #009900;
	}

	.item_cell .info .price{
		font-size: 16pt;
		font-weight: bold;
		color: #00aef0;
		margin: 10px 0px;
        height: 30px;
	}

	.item_cell .info .color{
		height: 15px;
		width: 30px;
	}

	.item_cell .info table.props {
		width: 100%;
	}

	.item_cell .info table.props td{
		padding: 2px 5px;
		color: #0071bc;
	}

