table.steps {
	float:right;
	margin:0; padding:0;
	position:absolute; bottom:0px; right:20px;
	border-collapse:collapse;
}

table.steps th {
	text-transform:uppercase;
	font-size:1.3em;
	font-weight:normal;
	padding:0.05em 0.5em 0.7em 0;	
}

table.steps td {
	font-size:1.5em;
	padding:0.05em 0.4em 0.7em 0.4em;
}

table.steps td.selected {
	background:white;
	font-size:2.4em;
	font-weight:bold;
	padding:0.05em 0.25em 0.7em 0.25em;
}

div.booking {
	position:relative;
	height:4.5em;
}

div.booking h2 {
	width:450px;
}


table.listing {
	border-collapse:collapse;
}

table.listing th {
	text-align:left;
	font-weight:bold;
	font-size:1em;
	color:#065ca3;
	min-width:15em;
}

table.lightlisting th {
	font-weight:normal;
}

table.listing td {
	font-size:0.8em;
	color:black;
}

table.listing td,
table.listing th {
	padding:1px 0;
}


table.listing td a:link, table.listing td a:visited {
	text-decoration:underline;
	color:navy;
}

table.listing td a:hover {
	text-decoration:none;
}

div.basket-item {
	padding:10px 20px;
	border-bottom:1px solid #888;
	border-top:1px solid #888;
	margin:0 0 20px 0;
	background:#F4F4F4;
}

div.shopping-basket-content {
	padding:0 20px;
	margin-top:20px;
}

div.paticka-seznamu-kosiku {
	border-bottom:4px solid black;
	border-top:1px solid black;
	margin-top:10px;
	
	height:5.4em;
	position:relative;
}

div.paticka-seznamu-kosiku .celkova-cena {
	position:absolute;
	top:0px; right:0px;
	font-size:4.5em;
	line-height:1.2em;
}

div.paticka-seznamu-kosiku .celkova-cena span {
	font-size:0.4em;
}

p.basket-empty {
	color:darkred;
	margin:2em 0 0 1em;
	font-size:1.2em;
}


