/***********************************
*	public.catalog
***********************************/


.object {
    position: relative;
    padding:8px;
    width:146px;
}
.object_box .object .ramka{
    position: absolute;top: 0;left: 0;

}
.object .thumbnail{
    width: 145px;
    height: 135px;
}

.ProductPhoto .playProduct{
    display: none;
}
.object .playProduct{
    position: absolute;
    left: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
}
.object .liderProduct{
    left:82px;
    position:absolute;
    top:-12px;
}
.object:hover .playProduct {
    width: 40px;
    height: 40px;
}
.object_box{
    float: left;
    width: 207px;
    height: 207px;
    padding-left:30px;
    padding-top: 20px;
    font: normal 11px/12px arial;
}
.object_box h3 span{
    font: bold 11px/12px arial;
    color: #16a2fe;
    padding-top: 5px;
}
 .promoted h3 span{
    color: #f20587;
}
.object_box h3.cena span.product_name{
    color: #000000;
    width:95px;
    padding-left:3px;
}
.object_box h3 a{
    text-decoration: none;
}
.emptyset{
    padding: 10px 30px;
}
/*index liist*/
.list .product{
    
}
.list .object_box, .list .right{
    float: left;
    width: 170px;
    padding-left: 10px;
}
.list .object_box{
    height: 150px;
}
.list .right{
    width: 360px;
    padding-top:20px;
}
.list .object_box h3.name{
    display: none;
}
.list .tags .tags_bg{
    display: block;
    color: #124673;
    font: bold 11px/12px arial;
    float: left;
    padding: 0px 3px 10px 20px;
    background: url('/img/view/products/tagi.jpg') no-repeat top left;
}
.list .tags {
    padding: 7px 0;
}
.list .tags  a{
    color: #707070;
    font: normal 11px/12px arial;
}
.list .separate{
    width:655px;
    padding-top: 10px;
}
.list .nazwa a{
    text-decoration: none;
    color: #ed008c;
    font: bold 18px/20px tahoma;
}
.list .description{
    font: normal 12px/14px arial;
    color: black;
    text-align: justify;
    padding: 10px 0;
}
.list .company_name a{
    font: bold 14px arial;
    color: #ed008c;
    text-decoration: none;
    padding-left: 20px;
    background: url('/img/view/products/firma_ico.png') no-repeat top left;
}
.list .cena{
    font: bold 12px/17px tahoma;
    text-align: center;
    padding-top: 40px;
    float: left;
    width: 120px;
}
.list .cena span{
    color: #707070;
    display: block;
}
.list .cena .product_price{
    color: #ed008c;
    font: bold 20px/35px verdana;
}
.list .cena .pln{
    color: #a20060;
    font: bold 12px/14px tahoma;
}


