/* szukaj - lista produktow */

#taglist a{
color: #000;
font-size: 8pt;
}

#taglist a.active{
color: #9B000E;
text-decoration: none;
font-weight: bold;
}

#taglist a:hover{
color: #9B000E;
text-decoration: none;
}

#taglist a.size_0{
font-size: 30pt;
}
#taglist a.size_1{
font-size: 28pt;
}
#taglist a.size_2{
font-size: 26pt;
}
#taglist a.size_3{
font-size: 24pt;
}
#taglist a.size_4{
font-size: 22pt;
}
#taglist a.size_5{
font-size: 20pt;
}
#taglist a.size_6{
font-size: 18pt;
}
#taglist a.size_7{
font-size: 16pt;
}
#taglist a.size_8{
font-size: 14pt;
}
#taglist a.size_9,#taglist a.size_10,#taglist a.size_11,#taglist a.size_12,#taglist a.size_13,#taglist a.size_14,#taglist a.size_15{
font-size: 12pt;
font-weight: bold;
}

table.product_list{
margin: 1em 0 2em 0;
}

table.product_list td.miniature{
width: 171px;
height: 234px;
padding: 6px 27px 0 7px;
background: url(../gfx/background_miniature_with_info.jpg) 0 0 no-repeat;
vertical-align: top;
}
table.product_list td.miniature a{
display: block;
height: 210px;
}
table.product_list td.opis{
width: 100%;
height: 170px;
vertical-align: top;
text-align: justify;
}

table.product_list td.cena{
text-align: left;
color: #9B000E;
font-size: 20pt;
}

table.product_list td.kup{
text-align: right;
}
table.product_list td.kup a{
color: #000;
text-decoration: none;
font: 20pt "Arial Black";
text-shadow: 3px 3px 5px #999;
}
table.product_list td.kup a:hover{
text-decoration: underline;
}

table.product_list td.miniature img{
border: 0;
}
table.product_list td.opis a.more{
font-weight: bold;
color: #9B000E;
text-decoration: none;
white-space: nowrap;
}
table.product_list td.opis a.more:hover{
text-decoration: underline;
}
td.opis h3{
text-shadow: 3px 3px 5px #999;
font: 18pt "Arial Black";
letter-spacing: 2px;
margin: 0 0 10px 0; padding: 0;
}
table.product_list td.opis h3 a{
color: #000;
text-decoration: none;
}
table.product_list td.opis h3 a:hover{
text-decoration: underline;
}


