﻿
#tblCenik
{

    z-index:2;
	background-color:#FAECD4;
    
}

#tblCenik thead
{
	font-size: 9pt;
	vertical-align: top;
	text-align: center;
}

#tblCenik tbody
{
	font-size: 9pt;
	vertical-align: top;
	text-align: left;
}

.td_pad
{
	padding-left:5px;
	padding-right:5px;
}

.td_padl
{
	padding-left:20px;
}

.td_roh_hl
{
	height:8px;
	width:8px;
	background-image: url("../image/ceny_roh_lh.jpg");
	background-repeat: no-repeat;
	background-position:right bottom;
}

.td_roh_hp
{
	height:8px;
	width:8px;
	background-image: url("../image/ceny_roh_ph.jpg");
	background-repeat: no-repeat;
	background-position:left bottom;
}

.td_roh_dl
{
	height:8px;
	width:8px;
	background-image: url("../image/ceny_roh_ld.jpg");
	background-repeat: no-repeat;
	background-position:right top;
}

.td_roh_dp
{
	height:8px;
	width:8px;
	background-image: url("../image/ceny_roh_pd.jpg");
	background-repeat: no-repeat;
	background-position:left top;
}

.td_bok_h
{
	height:8px;
	background-image: url("../image/ceny_bok_h.jpg");
	background-repeat:repeat-x;
	background-position:bottom;
}

.td_bok_l
{
	height:8px;
	background-image: url("../image/ceny_bok_l.jpg");
	background-repeat:repeat-y;
	background-position:right;
}

.td_bok_p
{
	height:8px;
	background-image: url("../image/ceny_bok_p.jpg");
	background-repeat:repeat-y;
	background-position:left;
}

.td_bok_d
{
	height:8px;
	background-image: url("../image/ceny_bok_d.jpg");
	background-repeat:repeat-x;
	background-position:top;
}

