/* CSS Document */
/* Listy produktow */

productsLists_main {
    width: 100%;
    vertical-align: middle;
}

td.productsLists_lp {
    width: 15px;
    font-size: 11px;
    font-weight: bold;
}

tr.productsLists_line0 {
    //background-color: #f3f3f3;

}

tr.productsLists_line1 {
    background-color: #ffffff;
}

td.productListss_border_bottom {
    //border-bottom: 1px solid #B7B7B7;
}

td.productsLists_border_top {
   //border-top: 1px solid #B7B7B7;
}

/* odbitki */
.column {
    width: 47%;
    float: left;
    text-align: justify;
    margin-left: 15px;
}


/* formatowanie cen */
.priceItemBox{
margin-bottom:35px;
}

.priceBoxC1{
width:auto;
padding:7px;
float:left
}
.priceBoxC2{
width:auto;
text-align:right;
float:right;
padding:7px;
}
.priceBox{
margin:5px;
margin-left:0px;
border-bottom:1px solid #ccc;
height:auto;

}
.productName{
font-size:12px;
color:#000;
font-weight:bold
}
.productPrice{
color:#000;
font-weight:bold;
font-size:12px;
}
.bold{
font-weight:bold
}
.savingPrice{
float:left;
margin-right:30px;
}
.savingPrice span{
font-size:13px;
font-weight:bold;
color:#ff6600
}
.prevPrice{
text-decoration:line-through;
font-size:13px;
font-weight:bold
}
