.product_name {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e6e6e6;
    border: 2px solid #e6e6e6;
    border-radius: 4px;
    font-family: LatoBold;
    font-size: 13px;
    color: #4d4d4d;
}
.product_name a {
    font-family: LatoBold;
    font-size: 13px;
    color: #4d4d4d;
}

.product_image {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
}
#product_list li.last-on-list {margin-right:0;}
ul#product_list {list-style-type: none}
#product_list li {
	min-height: 215px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 185px;
	border: 2px solid #e6e6e6;
	border-radius: 6px;
	background-color: #fff;
	position: relative;
}

#product_list li span.new {
    display: block;
    position: absolute;
    top: 15px;
    right:-30px;
    padding: 1px 4px;
    width: 101px;
    font-size:10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform:rotate(45deg);
    background-color: #990000;
    transform: rotate(45deg); 
    -ms-transform: rotate(45deg);			/* Newer browsers */
}
		
.ie8 #product_list li span.new{top:111px;right:0;width:94%}
.ie7 #product_list li span.new {top:111px;right:0;width:94%}

.price_container {
	margin: 3px;
	width: 185px;
	position: absolute;
	bottom: 0;
}
.price_view {
    font-family: 'LatoBold';
    font-size: 14px;
    color: #4d4d4d;
    padding: 8px 10px 0 0;
}
.reduction {color: #fa0f0c}
.brak {
    float: left;
    padding-top: 8px;
    padding-bottom: 6px;
    color: red;
    font-family: LatoBlack;
}