#obsah table.kurzKObjednani {
	width: 96%;
	margin: 1em auto !important;
	background: #c5d6df;
}
table.kurzKObjednani tbody th{
	text-align: left;
	padding: 1px 7px;
	vertical-align: top;
}
table.kurzKObjednani {
}
table.kurzKObjednani .label {
	width: 50px;
}
table.kurzKObjednani .leftSpace {
	width: 40px;
}
table.kurzKObjednani .divider {
	background: white;
	height: 3px;
}
table.kurzKObjednani .nazevVarianty th {
	border-bottom: 1px solid white;
	/*background: #d2d8ff;*/
	background: #233669;
	color: white;
	padding: 5px 10px;
}

.objednavka_stranka {
	margin: 10px;
	background: #eee;
	padding: 20px;
}
.objednavka_stranka h3 {
	text-align: center;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
.objednavka_stranka h4 {
	margin: 15px 0 0px 0;
}
.objednavka_stranka table {
	background: none !important;
	margin-left: 30px !important;
}
.objednavka_stranka table td,
.objednavka_stranka table th {
	padding: 2px 5px;
	vertical-align: top;
}
.objednavka_stranka table th {
	text-align: left;
	width: 90px;
}
#orderForm1 input {
	padding: 2px;
	margin: 2px 0;
}

.orderbutton {
	display: inline-block;
	padding: 5px 30px;
	background: #7bc0e3 url('../img/layout/bg_prechod_modra.png') top left repeat-x;
	text-decoration: none;
	margin-top: 2px;
	font-weight: bold;
	border: 1px solid #00679e; 
	color: black !important;
}
