#product_list {
	overflow: hidden;
}
#product_list .product_block .view{
	display: none;
}
.product_block .lnk_view {
	background: #f9fafa;
	background: -moz-linear-gradient(top, #f9fafa 0%, #ffffff 36%, #dfe1e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9fafa), color-stop(36%, #ffffff), color-stop(100%, #dfe1e2));
	background: -webkit-linear-gradient(top, #f9fafa 0%, #ffffff 36%, #dfe1e2 100%);
	background: -o-linear-gradient(top, #f9fafa 0%, #ffffff 36%, #dfe1e2 100%);
	background: -ms-linear-gradient(top, #f9fafa 0%, #ffffff 36%, #dfe1e2 100%);
	background: linear-gradient(to bottom, #f9fafa 0%, #ffffff 36%, #dfe1e2 100%);
	border: 3px solid #d9d9d9;
	font-size: 14px;
	color: #717171;
	height: auto;
	padding: 5px 10px 0;
	text-shadow:none;
}

/* ************************************************************************************************
    VIEW LIST
************************************************************************************************ */

.view-list .product_block {
	width: 100%;
	text-align:left;
}
.view-list .product_block .product_container:before, .view-list .product_block .product_container:after {
	content: " ";
	display: table;
}
.view-list .product_block .product_container:after {
	clear: both;
}
.view-list .product_block .image {
	width: 32%;
	float: left;
	position:relative;
}
.view-list .product_block .product-meta {
	float: left;
    height: 268px;
    margin-left: 2%;
    overflow: hidden;
    text-align: left;
    width: 65%;
}
.view-list .product_block .name{
	margin-top: -50px;
}
.view-list .product_block .product-meta .description {
	display: block;
	margin-bottom: 30px;
	min-height: 85px;
}
#product_list.view-list .product_block .view{
	display: block;
	float: left;
	margin-right: 10px;
}
.view-list .product_block .view .fa{
	color: #BB874B;
	padding-right: 10px;
}
.view-list .product_block .lnk_view{
	-webkit-border-radius: 14px !important;
	-moz-border-radius: 14px !important;
	-ms-border-radius: 14px !important;
	-o-border-radius: 14px !important;
	border-radius: 14px !important;
}
.view-list .product_block:hover .lnk_view{
	background: #f78e20;
	background: -moz-linear-gradient(top,  #f78e20 30%, #e47010 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#f78e20), color-stop(100%,#e47010));
	background: -webkit-linear-gradient(top,  #f78e20 30%,#e47010 100%);
	background: -o-linear-gradient(top,  #f78e20 30%,#e47010 100%);
	background: -ms-linear-gradient(top,  #f78e20 30%,#e47010 100%);
	background: linear-gradient(to bottom,  #f78e20 30%,#e47010 100%);
	color: #FFF;
}
.view-list .product_block:hover .view .fa{
	color: #FFF;
}
.view-list .product_block .action-buttons a{
	text-align: center;
	top: 45%;
}
.view-list .product_block .content_price {
    top: 115px;
}
.view-list .product_block .product-barge {
    display: inline-block;
    position: relative;
    right: -95px;
    top: 90px;
}
.view-list .product_block .content_price .price{
	background: no-repeat;
	color: #F2741F;
}
.view-list .product_block:hover .content_price .price {
    background: none;
}
.ie8 .product_blockspan .new {
	top: 111px;
	right:0;
	width: 94%;
}

#listaproduktow{
margin:0;
padding:0;
list-style:none;
}

#listaproduktow li.produl{display:none;}
#listaproduktow li.produl:first-child{display:block;}
