table.kosik {
	width: 448px;
	aborder: 1px solid black;
}

table.kosik td {
	aborder: 1px solid black;
	padding: 2px;
}

table.kosik td.hlavicka {
	background-color: #ff9933;
	color: #fff;
	padding: 2px 10px;
	font-weight: bold;
}

table.kosik td.mnozstvi {
	width: 70px;
}

table.kosik td.cena {
	width: 150px;
	text-align: right;
}

table.kosik td.subtotal {
	border-top: 1px dotted #ff9933;
}

table.kosik td.total {
	border-top: 2px solid #ff9933;
	background-color: #e9dec4;
}

form {
	margin: 0px;
}

fieldset {
	background: left bottom no-repeat url(pozadi_fieldset.gif);
	border: 1px solid #e9dec4;
	margin: 0px;
	padding: 20px;
}

legend {
	background-color: #e9dec4;
	padding: 3px 10px;
	font-weight: bold;
}

label {
	display: block;
	float: left;
	width: 170px;
	_width: 180px;
	text-align: right;
	padding: 6px 10px 0px 0px;
	margin-bottom: 8px;
}

input, select {
	width: 190px;
	_width: 200px;
	height: 15px;
	_height: 25px;
	padding: 5px;
	border: 1px solid #369;
	border-top: none;
	border-right: none;
	background: left top no-repeat url(hr_clanek.gif);
}

input.button {
	width: 200px;
	height: 25px;
	background: left top no-repeat url(pozadi_tlacitko_200.gif);
	border: none;
	font-weight: bold;
	color: #fff;
}

table.kosik td.mnozstvi input {
	width: 20px;
	height: 17px;
	font-size: 8pt;
	padding: 0px;
	border: 1px solid #369;
}

table.kosik td.mnozstvi img {
	float: left;
	margin: 0px;
	border: none;
	position: relative;
	top: 1px;
}