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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 23px;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

a img {
	border: 0;
}

strong {
    font-weight: bold;
}

.hide {
	position: absolute;
	left: -100000px;
}

body {
    font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
    font-size: 0.8em;
	color: #575757;
    background-color: #f1f1f1;
    margin: 0;
    text-align: justify;
}

a, .error-message {
	color: #c20d1e;
}

a:visited {
    color: #a20d1e;
}

h2 {
	font-size: 170%;
}

h3 {
	font-size: 130%;
	margin-bottom: 15px;
}

#container_outer {
	padding-bottom: 97px;
	background-image: url(../img/back_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#container {
	background-color: #fff;
	background-image: url(../img/back_top.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#container_inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
    position: relative;
}

#logo {
	position: absolute;
	width: 417px;
	height: 71px; 
	top: 35px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
}

.logo_inner {
	width: 417px;
	height: 71px;
	display: block;
}

#nav {
	position: absolute;
	top: 0;
	right: 0;
}

#nav li {
	float: left;
}

#nav a {
	margin-top: 45px;
	line-height: 58px;
	float: left;
	padding-left: 12px;
	padding-right: 14px;
	background-color: #fff;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	text-decoration: none;
	height: 59px; /* 106 - 2 - 45 */
}

#nav a.first {
	border-left: 1px solid #e3e3e3;
}

#nav a.last {
	border-right: 1px solid #e3e3e3;
}

#nav a.active {
	border: 0 !important;
}

#nav a.active, #nav a:hover {
	margin-top: 0;
	border-top: 0 !important;
	padding-top: 46px;
	color: white;
	background-color: #c20d1e;
	background-color: #f20d1e;
    
    background-position: top;
    background-repeat: repeat-x;
    background-image: url(../img/menu_active_back.gif);
}

#content, #aside {
	margin-top: 106px;
	float: left;
}

#content {
	width: 703px;
	padding-top: 20px;
}

#content p {
	padding: 18px;
    padding-right: 115px;
    padding-left: 0;
}

#content ol {
	padding-left: 20px;
	padding-right: 95px;
}

#content ol li {
	list-style-type: decimal;
	
	
}


#content .basket_item {
	margin-right: 20px;
}

#aside {
	width: 257px;
}

#basket_top {
	height: 88px;
	padding: 18px;
	padding-bottom: 0;
	background-image: url(../img/basket_top_back.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	
}

#basket_top h2 {
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 48px;
}

.basket_item {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-top: 0px;
	padding: 17px 16px 18px 23px;
}

.basket_item.first {
	border-top: 1px solid #e3e3e3;
}

.basket_item .delete {
	float: right;
	line-height: 75px;
	padding-left: 10px;
}

.basket_item .nazev {
	color: #000;
}

.basket_item .pocet_ks {
	font-weight: bold;
	color: #c20d1e;
}

#basket_all {
	height: 49px;
	line-height: 49px;
	color: #a1a1a1;
	font-weight: bold;
	font-size: 110%;
	
	background-image: url(../img/basket_all_back.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding-left: 20px;
}

#basket_all span.cena {
	color: #fff;
}

#reservation_box {
	display: block;
	width: 251px;
	height: 71px;
	background-image: url(../img/reservation_box_back.gif);
	background-repeat: no-repeat;
	line-height: 71px;
	
	margin-top: 10px;
	padding-left: 33px;
}

#footer {
	_float: left;
}

#footer_inner {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	padding-right: 20px;
	line-height: 50px;
}

#footer .contact {
	float: left;
}

#footer .copyright {
	float: right;
}

#searchform {
	background-color: #c20d1e;
	background-image: url(../img/searchform_back.gif);
	background-repeat: repeat-x;
	background-position: top left;

	color: #fff;
	width: 685px;
	margin-bottom: 0;
}

#searchform .item, #searchform .input {
	position: relative;
	/*min-width: 90px;*/
    max-width: 195px;
    
    height: 92px;

	padding-left: 7px;
	padding-right: 8px;
	text-align: center;
	float: left;
	line-height: 45px;
	
	background-image: url(../img/searchform_item_back.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#searchform .item.last {
	width: 75px;
}

#searchform .item.last button {
	margin-top: 14px;
	padding-top: 10px;
	width: 45px;
	height: 63px;
	text-align: center;
	border: 1px solid #fff;
	background-color: #e9e9e9;
	line-height: 20px;
}

#searchform label {
	display: block;
}

#searchform .item.last label {
	display: block;
}


#searchform .item input, #searchform select, #searchform input {
	width: 78px;
}

#search_results {
    margin-bottom: 7px;
	width: 686px;
	text-align: center;
	border-collapse: collapse;
	color: #404241;
	margin-top: 1px;
	margin-top: 0px\9
}

#search_results thead th {
	line-height: 30px;
	background-color: #272727;
    vertical-align: middle;
	background-image: url(../img/results_th_back.gif);
	background-repeat: repeat-x;
	background-position: top left;
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
}

#search_results thead th a {
	color: #fff;
	font-weight: bold;
}

#search_results tr {
	line-height: 30px;
}

#search_results tr td, #search_results tr th {
	border: 1px solid white;
	text-align: center;
	vertical-align: middle;
}

#search_results tr th.first {
	border-left: 1px solid black\9
}

#search_results tr.even {
	background-color: #f1f1f1;
}

#search_results tr.odd {
	background-color: #e4e4e4;
}

#search_results td strong a {
	font-weight: bold;
	color: black;
}

#search_results td img {
	padding-left: 10px;
}

#search_results .pocet_ks {
	width: 3em;
}

#search_results .submit {
    display: inline;
    padding-left: 15px;
}

.products.view dl {
	float: left;
	width: 380px;
	clear: both;
}

.products.view dt {
	font-weight: bold;
	width: 170px;
	float: left;
}

.products.view dd {
	width: 210px;
	float: left;

}

#flashMessage {
	font-weight: bold;
	margin: 10px;
	margin-left: 0;
}

#OrderAddForm label {
	display: block;
	font-weight: bold;
}

.reservation_info {
	float: right;
	width: 350px;
}

#reservation_form_container {
	padding-top: 15px;
	float: left;
	width: 300px;
}

#reservation_container {
	width: 650px;
}

.orders.form {
	padding-top: 20px;
}

.orders.form .clearfix .clearfix fieldset {
	float: left;
	width: 50%;
}

.orders.form .checkbox input {
	float: left;
	padding-right: 10px;
}

.orders.form h3 {
	margin-top: 15px;
}

.now {
	white-space: nowrap;
}

