ul#product_list {
list-style-type: none
}

#product_list li {
float: left;
width: 151px;
padding: 0 12px;
background: url(../img/cart_product_bg.png) repeat-x left bottom;
margin-top: 20px;
padding-bottom: 14px;
}

#product_list .discount{
background: url(../img/promocja.png) no-repeat top left transparent;
position: absolute;
z-index: 999;
width: 66px;
height: 66px;
margin-top: -5px;
margin-left: -5px;
}

#product_list .nowy {
background: url(../img/new.png) no-repeat top left transparent;
position: absolute;
z-index: 999;
width: 66px;
height: 66px;
margin-top: -5px;
margin-left: 82px;
}
#product_list .out_of_stock {
background: url(../img/out_of_stock.png) no-repeat top left transparent;
position: absolute;
z-index: 999;
width: 82px;
height: 79px;
margin-top: -5px;
margin-left: -5px;
}

.content_sortPagiBar {
margin: 0;
width: 527px;
float: left;
}

.category_name {
font-size: 30px;
color: #5E3323;
font-family: 'lobster';
text-align: center;
padding: 16px 0 32px 0;
background: url(../img/cart_product_bg.png) repeat-x left bottom;
}

#product_list h3{
height: 30px;
margin-bottom: 6px;
text-align: center;
line-height: 11px;
overflow: hidden;
padding: 2;
}

#product_list h3 a{
color: #5E3323!important;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}

#product_list .more_container {
background: url(../img/more_bg.png) no-repeat 0 0 transparent;
float: left;
width: 160px;
height: 77px;
margin-top: -28px;
}

#product_list .product_img_link{
float: left;
margin-left: 3px;
}

#product_list .price_container{
text-align: center;
padding-top: 14px;
padding-bottom: 10px;
}

#product_list .price {
font-size: 18px;
color: #FFF;
}

#product_list .button.ajax_add_to_cart_button.exclusive {
position: absolute;
margin-left: 120px;
margin-top: -16px;
background: url(../img/button_cart.png) no-repeat 0 0 rgba(0, 0, 0, 0);
border: none;
padding: 0;
width: 20px;
height: 22px;
text-indent: -9999px;
}

#product_list .button.lnk_view {
background: url(../img/more_button.png) no-repeat 0 0 rgba(0, 0, 0, 0);
border: none;
color: #5E3323;
text-indent: 12px;
width: 65px;
padding: 2px 0 4px;
margin-left: 46px;
font-family: 'lobster';
font-size: 15px;
font-weight: normal;
}

#product_list .product_img_link img{
border: 0;
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}