div.productListRow
{
position:relative;
overflow:hidden;
width:auto;
height:100px;
border-bottom:1px solid #eeeeee;
}

div.productListRow2
{
position:relative;
overflow:hidden;
width:auto;
height:100px;
border-bottom:1px solid #eeeeee;
background-color:#ffffff;
}


div.productListSuperRow
{
position:relative;
overflow:hidden;
width:auto;
height:100px;
border:1px solid #a3c13f;
margin-bottom:6px;
margin-top:6px;
background:url('../images/polecany.png') no-repeat;
background-position:top right;
background-color:#fdffe1;
}


div.infoBox
{
float:right;
margin-left:20px;
margin-top:10px;
height:100px;
text-align:right;
}

div.price
{
text-align:right;
color:#ff6000;
}

a.pagination
{
color:#ffffff;
margin-left:2px;
margin-right:2px;
background-color:#7ac322;
border:1px solid #549600;
text-decoration:none;
padding:4px;
}

span.pagination
{
background-color:#ffffff;
padding:4px;
font-weight:bold;
margin-left:5px;
margin-right:5px;
color:#407500;
border:1px solid #4e8210;
}


div.paginationBottom
{
text-align:right;

background-color:#5aa500;
width:auto;
height:30px;
overflow:hidden;
position:relative;

}

div.filter
{
background-color:#dfffb6;
border:1px solid #9ab872;
padding:10px;
margin-bottom:10px;
overflow:hidden;
}

div.filter table
{
width:100%;
}

div.filter table td
{
padding:5px;
margin:4px;
}
