*{
margin:0;
padding:0;
}

body#Print{
background:none;
background-color:white;
font-family: Tahoma,Verdana,Helvetica,Arial,Sans-Serif;
font-size:100%;
width:100%;
}

body#Print #Container{
margin:0px 5px;
width:auto;
}

/* LISTA PRODUKTÓW */
#Print table#PricesList{
width:90%;
margin-left:5%;
margin-top:1%;
}

#Print table#PricesList,#Print table#PricesList td, #Print table#PricesList th{
border-collapse:collapse;
border:1px solid black;
font-size:0.875em;
}

#Print table#PricesList td{
padding:1px 3px;
}

#Print table#PricesList thead th{
background-color:black;
font-weight:bold;
color:white;
}

#Print p{
clear:both;
background-color:#efefef;
height:25px;
margin-bottom:5px;
}

#Print p a{
display:block;
float:left;
line-height:25px;
margin:3px;
}

#Print p.print{
margin-top:5px;
}

ul#PricesListActions{
list-style:none;
display:block;
margin-left:5%;
margin-top:10px;
margin-bottom:10px;

}

ul#PricesListActions li{
float:left;
display:block;
margin-right:5px;
}

ul#PricesListActions li input{
border:1px solid #2F2F2F;
padding:2px 5px;
margin-right:5px;
background-color:white;
font-size:0.75em;
margin-bottom:10px;
}

ul#PricesListActions li input:hover{
background-color:#dcdcdc;
}

#Print table#PricesList tr.odd td{
background-color:#F5F5F5;
}

#Print table#PricesList tr.even td{
background-color:#DDDDDD;
}

#Print table#PricesList tr:hover td{
background-color:#FFFCBB
}

#Print table#PricesList td.price{
white-space: nowrap;
}

#Print table#PricesList tr.odd td.number, #Print table#PricesList tr.even td.number{
background-color:#BBBBBB;
}

#Print div.company_info{
font-size:0.790em;
}

#Print #ProductListPager{
clear:both;
margin-top:5px;
text-align:center;
line-height:20px;
}

#Print #ProductListPager span.link_back{
display:none;
}
#Print #ProductListPager img{
border:0;
}
#Print #ProductListPager a{
color:#606060;
font-size:0.85em;
text-decoration:none;
}

#Print #ProductListPager a.current, #Print #ProductListPager a.current:hover{
font-size:1.2em;
color:#DE0004;
font-weight:bold;
}

#Print #ProductListPager a:hover{
font-size:1.0em;
color:#0D0D0D;
font-weight:bold;
}
