/* CSS Document */
div .thumbref {
float:left;
height:220px;
margin:0 15px 15px 0;
padding:5px;
text-align:center;
width:250px;
}

div .thumbref img   {
border:1px solid black;
padding:2px;
}
div .thumbref p   {

padding:5px 5px 30px;
margin:0;
}

table.objednavka {
  border-style: none;
 	border-spacing: 3px;
	text-align: left;
}
table.objednavka th {
  text-align: left;
	border-width: 0px 0px 0px 0px;
	padding:15px 0px 6px 20px;
	border-style: solid;
	border-color: braun;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	
}

table.cenik td {
	padding: 0px 3px ;
	}
	
	table.cenik {
  border-style: none;
 	border-spacing: 3px;
	text-align: left;
}
table.cenik th {
  text-align: left;
	border-width: 0px 0px 0px 0px;
	padding:15px 0px 6px 20px;
	border-style: solid;
	border-color: braun;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	
}

table.cenik td {
	border-width: 0px 0px 1px 0px;
	padding: 0px 7px ;
	border-style: groove;
	border-color: black;
	background-color: white;
  text-align: left;
	}
table.cenik td.nazev {
width:85px;
font-weight: bold;
}
table.cenik td.popis {

}
table.cenik td.cena {
width:50px;
text-align: center;
font-weight: bold;
}
table.cenik td.mena {
width:50px;
text-align: center;
font-weight: bold;
}

 p.vpravo {margin-bottom: 10px; text-align: right}


