html {
	padding: 0;
	margin: 0;
}

body {
	text-align: center; /* pokud je, tak je web vycentrován */
	font-family: Georgia, Arial, sans-serif;
	background: white;
	padding: 0;
	margin: 0;
	background-color: #f0e2bf;
}

form {
	margin: 0;
}

ul li {
	background-position: 5px 0.65em;
}

ul li ul li {
	background: url("/img/bullet-blue.png") no-repeat 5px 0.65em;
}

blockquote {
	background-position: 10px 18px;
}

img {
	border: 0;
	padding: 0;
}

.btn-submit {
	background: #E10001 url("/img/bg-btn-submit.png") repeat-x 0 100%;
	font-size: 100%;
	color: #FFF;
	padding: 1px 5px;
	border-color: #AD0001;
	border-width: 1px;
	font-family: Arial, sans-serif;
}

.inp-text {
	vertical-align: bottom;
}

.inp-text {
	font-size: 100%;
	font-family: Arial, sans-serif;
}

.inp-text {
	padding: 2px 0;
}

.date {
	word-spacing: -1px;
}

.searched-term {
	font-weight: bold;
	background: #FFF9C7;
}

.ico-print {
	background: url(/img/ico-print.png) no-repeat 0 50%;
	padding-left: 15px;
}

.ico-email {
	background: url(/img/ico-email.png) no-repeat 0 50%;
	padding-left: 15px;
}

.ico-rss {
	background: url(/img/ico-rss.png) no-repeat 0 50%;
	padding-left: 15px;
}

.motive {
	background: url(../img/r-line.jpg) no-repeat 0 0;
	padding-top: 57px;
}

.motive2 {
	background: url(/img/bg-motive2.jpg) no-repeat 0 0;
}

.motive3 {
	background: url(/img/bg-motive3.jpg) no-repeat 0 0;
}

/* Header */

#header {
	position: relative;
	margin-left: 8px;
	background: url(../img/top-photo.jpg) no-repeat;
}

#logo {
	margin: 0;
/*float: right;*/
	padding: 0px 8px 140px 0;
	margin-left: 550px;
	background: url("../img/logo-bottom.png") no-repeat 0 7.5em;
}

#logo img {
	margin: 0;
	padding: 0;
	border: 0;
}

#language {
   	position: absolute;
    top: 0px;
    left: 10px;
	width: 200px;
	padding: 0.8em 10px;
	color: #966600;
}

#language a {
    border: 0;
    text-decoration: none;
}

#language img {
	margin-bottom: -2px;
   	margin-right: 7px;
}

#where-i-am {
	background: url(../img/r-line.jpg) no-repeat 0 0;
	float: left;
	width: 522px;
	padding: 0.8em 10px;
	color: #966600;
}

p#where-i-am2 {
	color: #c1c1c1;
	float: left;
}

p#where-i-am2 strong {
	color: #966600;
}

p#basket {
	float: right;
}

#basket a {
	color: white;
}

#basket a:hover {
	color: white;
	text-decoration: none;
}

body.lang-cs #logo {
	border-left-color: #CD0001;
}

#header .claim {
	float: left;
	color: #5B97B1;
	font-family: Arial, sans-serif;
	font-size: 20px;
	width: 420px;
	border-left: 3px solid #D6E5EB;
	padding: 10px 0 10px 33px;
	margin: 29px 0 0 25px;
	line-height: 1.1;
}

#footer {
	background: #f0e2bf url(../img/footer-bg.gif) no-repeat;
	padding: 10px 20px;
	font-size: 92%;
	color: #9A8242;
}

#footer .r a {
	margin: 0 5px;
}

#mother {
	width: 770px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: url("../img/main-bg.gif") repeat-y 0 0;
}

#content {
	min-height: 300px;
	padding-right: 20px;
	padding-left: 20px;
}

#nav-skip {
	position: absolute;
	left: -2000px;
}

#nav-skip a:focus, #nav-skip a:active {
	position: absolute;
	left: 2000px;
}

/* @group Sidemenu */

#side-menu {
	margin-bottom: 5px;
	padding-top: 1px;
}

#side-menu h2 {
	color: #c1c1c1;
	margin: 0;
	padding: 6px 0 6px 12px;
	height: 22px;
	background: url(../img/linka.png) no-repeat 0px bottom;
}

#side-menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#side-menu ul li {
	padding: 0;
	margin: 0;
	background: none;
}

#side-menu ul li a {
	text-decoration: none;
	display: block;
	/* border-top: 1px solid #1E3F61;
	border-bottom: 1px solid #041D35; */
	padding: 5px 15px 6px 15px;
	color: #c1c1c1;
	font-weight: bold;
	background: none;
	background: url(../img/linka.png) no-repeat 0px bottom;
	/* background: #072B51 url(/img/bullet-side-menu.png) no-repeat 12px 50%; */
}

#side-menu ul li ul li a {
	padding-left: 20px;
	font-weight: normal;
}

#side-menu ul li ul li ul li a {
	padding-left: 40px;
	font-weight: normal;
}

#side-menu ul li a.first {
	
}

#side-menu ul li.active a,
#side-menu ul li a:hover {
	

/*background-color: #1C417D;*/
	color: white;
}

#side-menu ul li.active a {
	font-weight: bold;
}

#side-menu ul li.active ul li a {
	
}

#side-menu ul li.expanded a {
	color: white;
	border-bottom: 0 !important;
	padding-left: 25px;
}

#side-menu ul li.active a, #side-menu ul li a:hover {
	

}

#side-menu ul li.expanded ul {
	background-color: #1C417D
}

#side-menu ul li.expanded ul li a {
	background-color: #093A6D;
	background-position: 25px 50%;
	padding: 4px 15px 4px 40px;
	margin: 0;
	border-top: 0;
	border-bottom: 0;
	font-weight: normal;
}

#side-menu ul li.expanded ul li a:hover, #side-menu ul li.expanded ul li.active a {
	background-color: #37689A;
}

/* @end */

/* @group Cols */

#col-left {
	width: 212px;
	margin: 0;
	float: left;
	margin-left: 8px;
	background: url(../img/l-bg.jpg) no-repeat;
}

#col-right {
	color: #534832;
	width: 542px;
	margin: 0;
	margin-right: 8px;
	float: right;
	background-image: url(../img/r-bg.png);
}

#col-left .img {
	margin: 25px 0;
}

.col-right-left {
	width: 376px;
	float: left;
}

.col-right-right {
	width: 376px;
	float: right;
}

.col-right-left .spc, .col-right-right .spc {
	padding: 1px 15px;
}

/* @end */

/* @group Widths */

.w-full { width: 100%; }
.w-75 { width: 75%; }
.w-half { width: 50%; }
.w-third { width: 31%; background-color: #666; }
.w-quarter { width: 25%; }
.w-eighth { width: 12.5%; }

/* @end */

.col-h-l {
	width: 48%;
	float: left;
	display: inline;
}

.col-h-r {
	width: 48%;
	float: right;
	display: inline;
}

select {
	border-style: solid;
	border-width: 1px;
}

.error-message, .ok-message {
	color: red;
	font-size: 100%;
	font-weight: bold;
}

.ok-message {
	color: #007a00;
}

.error {
	color: red;
}

table.actions h3 {
	margin-bottom: 0;
}

table.actions p {
	margin-bottom: 0;
	margin-top: 5px;
}

table.actions caption {
	font-size: 150%;
}

.bg-form {
	background: #F6F6F0;
	padding: 15px 15px 5px 15px;
	margin-bottom: 15px;
}

/* @group nové styly */

.prodejce {
	width: 100%;
	border-bottom: 1px solid #996500;
	margin-bottom: 10px;
}

.prodejce h3 {
	padding-bottom: 4px;
}

.prodejce p {
	line-height: 0.8em;
}

.wine-item {
	width: 24%;
	float: left;
	margin-right: 3px;
	border: 1px solid red;
	margin-bottom: 3px;
}

.catalog {
	width: 200px;
	float: left;
	margin-right: 5px;
	margin-bottom: 12px;
	height: 100%;
	border-left: 1px solid #996500;
	padding: 5px 15px 5px 15px;
}

.catalog-text {
	float: left;
	padding-top: 30px;
	padding-left: 20px;
}

.catalog img, .catalog-detail img {
	float: left;
	padding: 5px;
	border-style: none;
}

.catalog-detail {
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 100%;
	width: 100%;
}

#catalog-detail-text {
	width: 380px;
	float: right;
}

#catalog-detail-text p {
	text-align: justify;
}

#catalog-detail-text input {
	width: 36px;
	font-size: 100%;
	line-height: 1em;
	margin-right: 10px;
	margin-top: -3px;
	text-align: right;
}

/* @end */
