div.items {
	clear: both;
	margin: 0px 5px;
}

div.items .item {
	clear: both;
	padding: 5px 0px;
	border-bottom: 1px solid #d5d5d5;
}

div.items .item .photo {
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 10px;
}

div.items .item .info {
	float: left;
	width: 460px;
}

div.items .item .info .title {
	clear: both;
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #223d64;
}

div.items .item .info .categories {
	clear: both;
	color: #707070;
}

div.items .item .info .description {
	clear: both;
	margin-top: 10px;
	font-size: 12px;
}

div.items .item .info .edinpr {
	clear: both;
	margin-top: 10px;
	font-size: 12px;
}

div.items .item .info .edinpr div {
	float: left;
}

div.items .item .info .edinpr div.edition {
	margin-right: 15px;
}

div.items .item .info .edinpr div.price {
	float: right;
}

div.items .item .info .cart {
	clear: both;
	margin-top: 5px;
}

div.items .item .info .tocart {
	display: block;
	float: right;
	width: 118px;
	height: 32px;
	background: url('/images/btn-dodaj-do-koszyka.png') top left no-repeat;
	text-indent: -2000px;
}

div.items .item .info .tostorage {
	display: block;
	float: right;
	margin-right: 10px;
	width: 125px;
	height: 25px;
	background: url('/images/to_storage.gif') top left no-repeat;
	text-indent: -2000px;
}

div.items .item .info .realisation {
	clear: both;
	margin: 6px 0px 0px;
	text-align: right;
}

div.items .item .info .fromstorage {
	display: block;
	float: right;
	margin-right: 10px;
	width: 172px;
	height: 32px;
	background: url('/images/btn-usun-z-przechowalni.png') top left no-repeat;
	text-indent: -2000px;
}