body, p, form, label, img, table, tr, th, td, h1, h2, h3, h4, h5, div {
	border: 0 none;
	margin: 0;
	padding: 0;
}

body {
  padding: 10px;
  background: #fff;
  font-family: Arial, Tahoma, Verdana;
  color: #000;
	text-align: justify;
	font-size: small;
	line-height: 1.5;
}

input {
	margin: 0;
	padding: 0;
}

#top {
  display: none;
  visibility: hidden;
}

#left {
  display: none;
  visibility: hidden;
}

#right {
  display: none;
  visibility: hidden;
}

#bottom {
  display: none;
  visibility: hidden;
}

#center {
  font-size: 85%;
}

.razeni {
  display: none;
  visibility: hidden;
}

#detail {
  text-align: center;
  width: 162px;
  overflow: hidden;
  float: left;
  margin: 0 10px 5px 0;
}

#detail div {
  display: none;
  visibility: hidden;
}

div.kosik {
  display: none;
  visibility: hidden;
}

ul.steps {
	margin: 0 0 20px 0;
  padding: 0;
	display: block;
	width: 100%;
	border-bottom: 1px solid #000;
}

ul.steps a {
	text-decoration: underline;
}

ul.steps li { /*ONLY IE */
	line-height: 23px;
	list-style: none;
	display: inline;
	color: #000;
	padding: 4px 10px;
	margin-right: 2px;
	border: 1px solid #000;
	border-bottom: none;
}
	
ul.steps .passed {
	background-color: #fff;
}

ul.steps li.active {
	color: #000;
	font-weight: bold;
}


table.nakupni_kosik {
  border-collapse: collapse;
  border: 1px solid #000;
  width: 100%;
  margin: 0 0 30px 0;
}

table.nakupni_kosik th, table.nakupni_kosik td {
  border: 1px solid #000;
}

table.nakupni_kosik th {
  padding: 8px;
  text-align: center;
  color: #000;
}

.nakupni_kosik td {
  padding: 2px 8px;
}

.nakupni_kosik td.odebrat a {
  text-decoration: underline;
  color: #000;
}

table.nakupni_kosik caption {
	text-align: left;
	margin: 10px 0 5px 10px;
	font-weight: bold;
}

table.nakupni_kosik tfoot {
	font-weight: bold;
	border-top: 2px solid #000;
}

.f_submit_right, .f_submit {
  padding: 1px 5px;
  width: auto;
  overflow: visible;
  width: 200px;
  background-color: #000;
  color: #fff;
  border: 0;
  font-size: 95%;
  margin: 0;
}

.f_submit_right {
  float: right;
}

div.dph {
  text-align: right;
  font-size: 80%;
  margin: 30px 0 0 0;
}

.kosik_doruceni_submit th {
  padding: 1px 30px 1px 5px;
}

