/* CSS Document */
/* Listy produktow */

table.productsLists_main {
    width: 100%;
    vertical-align: middle;
}

td.productsLists_lp {
    width: 15px;
    font-size: 11px;
    font-weight: bold;
}

tr.productsLists_line0 {
    background-color: #E6E6E6;
    
}

tr.productsLists_line1 {
    background-color: #ffffff;
}

td.productsLists_border_bottom {
    border-bottom: 1px solid #B7B7B7;
}

td.productsLists_border_top {
    border-top: 1px solid #B7B7B7;
}

div.productBox {
	width: 234px;
	float: left;
	text-align: justify;
	margin-left: 5px;
	border: 1px solid #DEDEDC;
	margin-bottom: 15px;
	height: 255px;
	text-align: center;
}
