/*
 * style.css - vychozi styl pro vsechna media
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ css reset ] */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

:focus {
	outline: 0;
}

/* ==============================================[ pozicni bloky ] */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font: 88% Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

/* ==============================================[ vlastni tridy ] */

.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

.noborder {
	border: none;
}

.green {
	color: #baca6e;
}

/* ==============================================[ radkove prvky ] */

a {
	color: #675449;
	text-decoration: underline;
}

a:hover {
	color: #baca6e;
}

a.email {
	padding: 0 22px 0 0;
	background: url(../img/mail.gif) no-repeat 100% 50%;
}

strong,
b,
.bold {
	font-weight: bold;
}

em,
i,
.italic {
	font-style: italic;
}

ins,
.ins,
.underline {
	text-decoration: underline;
}

del,
.del {
	text-decoration: line-through;
}

code {
	font: 100% "Courier New", Courier, monospace;
}

abbr,
.abbr {
	border-bottom: 1px dotted #333;
	cursor: help;
}

sub,
.sub {
	font-size: 75%;
	vertical-align: sub;
}

sup,
.sup {
	font-size: 75%;
	vertical-align: super;
}

big,
.big {
	font-size: 129%;
}

small,
.small {
	font-size: 86%;
}

/* ==============================================[ odstavce ] */

p {
	margin: 1em 0;
}

blockquote {
	margin: 1em 2em 1em 5em;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

/* ==============================================[ nadpisy ] */

h1,
h2,
h3,
h4 {
	margin: 1.2em 0 0.4em;
	color: #baca6e;
	font-size: 129%;
	font-weight: normal;
}

h3,
h4 {
	font-size: 100%;
}

/* ==============================================[ obrazky ] */

.img {
	margin: 1em 0;
	text-align: center;
}

.img-left {
	float: left;
	margin: 1em 1em 0 0;	
}

.img-right {
	float: right;
	margin: 1em 0 0 1em;
}

.img img {
	margin: 0 5px 5px;
}

.img-left img,
.img-right img {
	margin: 0;
}

.img .alt,
.img-left .alt,
.img-right .alt {
	margin: 0;
	font-style: italic;
	text-align: center;
}

/* ==============================================[ oddelovace ] */

.hr {
	margin: 10px 0;
	height: 3px;
	background: #e6e8d8;
	font-size: 0;
}

.hr hr {
	display: none;
}

/* ==============================================[ seznamy ] */

ul,
ol {
	margin: 1em 0 1em 2em;
	list-style: disc outside;
}

ol {
	list-style-type: decimal;
}

ul.list-disc {
	list-style-type: disc;
}

ul.list-circle {
	list-style-type: circle;
}

ul.list-square {
	list-style-type: square;
}

ul.nobullet {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

ol.list-decimal {
	list-style-type: decimal;
}

ol.list-lower {
	list-style-type: lower-alpha;
}

ol.list-upper {
	list-style-type: upper-alpha;
}

ol.list-lower-roman {
	list-style-type: lower-roman;
}

ol.list-upper-roman {
	list-style-type: upper-roman;
}

ul ul,
ol ol {
	margin-bottom: 0.5em;
}

ul.menu,
ul.menu ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

ul.menu ul {
	margin-left: 2em;
}

dl {
	margin: 1em 0;
}

dt {
	margin: 0.3em 0;
	font-weight: bold;
}

dd {
	margin: 0.3em 0 0.3em 2em;
}

/* ==============================================[ tabulky ] */

table {
	margin: 1em 1px;
	border-collapse: collapse;
}

caption {
	margin: 0 0 0.5em;
	font-size: 125%;
}

td,
th {
	padding: 0.3em;
	border: 1px solid #333;
	text-align: left;
	vertical-align: top;
}

th {
	color: #333;
	font-weight: bold;
	text-align: center;
}

table.noborder {
	margin: 1em 0;
}

table.noborder td,
table.noborder th {
	border: none;
}

/* ==============================================[ formulare ] */

form {
	margin: 1em 0;
}

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 3px solid #e6e8d8;
}

form table.noborder {
	margin: 0;
}

legend {
	margin: 0 0 0.5em;
	padding: 0 0.5em;
	font-size: 125%;
}

input,
button,
select,
textarea {
	padding: 4px 6px;
	border: 1px solid #aaa;
	background: #fff;
	color: #000;
	font: normal 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

select {
	padding: 0;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #000;
	color: #000;
}

input.noborder {
	background: transparent;
}

input.disabled {
	background: #eee;
	color: #999;
}

button {
	padding-left: 20px;
	padding-right: 20px;
	border: none;
	background: #645146 url(../img/button.jpg) repeat-x;
	color: #b9c86d;
	font-weight: normal;
	cursor: pointer;
	overflow: visible;
}

button:hover {
	background: #362C23;
}

dt{float:left;clear:both; width:120px; padding-bottom:5px;}
dd{float:left; padding-bottom:5px;}
dl{clear:both;}
#kosik .del {
	display: block;
	width: 12px;
	height: 12px;
	background: url(/img/kosik-del.gif) no-repeat;
	margin: 5px auto;
}

#kosik .del span {
	display: none;
}
#payment{width:100%;}
#payment th{text-align:left;}
#payment th input{padding-right: 5px;}
