/* CSS Document */
table.produkt_h {
	width: 540px;
	height: 152px;
}
table.produkt_h  td.a{
	width: 200px;
}
table td.aa {
	width: 150px;
}
table td.ab {
	width: 200px;
}
table.produkt_h td.a, table.produkt_h td.b {
	border: 2px solid  #6f8dc3;
}
.produkt_sirka img {
	width:200px; 
}
.produkt_vyska img{
	height:130px; 
}
table.info_p {
	background-image: url(../images/pozadi.gif);
	background-repeat: repeat;
	height: 130px;
	font-size:12px;
	font-weight:bold;
}
table.info_p_akcni {
	background-image: url(../images/pozadi_akcni.gif);
	background-repeat: repeat;
	height: 130px;
	font-size:12px;
	font-weight:bold;
	color: #6f8dc3;
}
table.info_p_pujceno {
	background-image: url(../images/pozadi_pujceno.gif);
	background-repeat: repeat;
	height: 130px;
	font-size:12px;
	font-weight:bold;
	color: #6f8dc3;
}
table.info_p_volne {
	background-image: url(../images/pozadi_volne.gif);
	background-repeat: repeat;
	height: 130px;
	font-size:12px;
	font-weight:bold;
	color: #6f8dc3;
}
a img {
	border: none;
}
.nazev_k {
	color:#333333;
	font-size:12px;
	font-weight: bold;
}
.info_k {
	color: #6f8dc3;
	font-size:12px;
	font-weight: bold;
}
.cena_k {
	color: #0000FF;
	font-size:12px;
	font-weight: bold;
}
.cena_a {
	color: #FF0000;
	font-size:12px;
	font-weight: bold;
}
.cena_n {
	color: #0000FF;
	font-size:12px;
	font-weight: bold;
	text-decoration:line-through;
}
.nazev_p {
	color: #000000;
	background-color: #CCCCCC;
	font-size:16px;
	font-weight: bold;
}
.info_p {
	color: #000000;
	background-color: #DDDDDD;
	font-size:12px;
	font-weight: bold;
}
.cena_p {
	color: #0000FF;
	background-color: #EEEEEE;
	font-size:12px;
	font-weight: bold;
}
#dalsi {
	width: 100%;
	background-color: #EEEEEE;
}
.td_50_l {
	text-align: left;
	width: 50%;
}
.td_50_r {
	text-align: right;
	width: 50%;
}


