﻿* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, "Geneva CE", lucida, sans-serif;
	font-size: 85%;  color: #000; text-align: center; line-height: 1.3;
	background: #ECECEE;
}

/* základní rozvržení dokumentu */

#page {
	width: 1020px; height: auto;
	margin: 0 auto;
}

#in-page {
    float: left;
	width: 990px; height: auto;
	margin: 10px auto;
	background: #fff;
    border: 15px solid #D9DADC;
    text-align: left;
}

#header {
	float: left;
    width: 990px; height: 260px;
	background: url("../images/spokojena-rodina.jpg") left center no-repeat;
}

#header-info {
	display: inline; float: right;
    width: 496px; height: 260px;
    font-size: 0.8em; color: #000;
	background: url("../images/kosik-pokladna-back.png") top right no-repeat;
}

#header-logo {
	float: left;
    width: 295px; height: 166px;
}

#header-login {
	display: inline; float: left;
    width: 200px; height: 82px;
}
#header-login A {color: #fff; text-decoration: none;}
#header-login A:hover {color: #FFCC00; text-decoration: underline;}

#login {
	display: inline; float: left;
    width: 180px;
    margin: 10px 0 0 20px;
}

#cart {
    display: inline; float: left;
    width: 180px;
    margin: 10px 0 0 20px;
}
#checkout {
    display: inline; float: left;
    width: 180px;
    margin: 10px 0 0 20px;
}

#customer-null {
	display: inline; float: right;
    width: 200px; height: 83px;
    margin: 2px 0 0 0;
    background: #B01016;
    color: #fff;
}
#customer-null STRONG {color: #fff;}
#customer-null A {color: #fff; text-decoration: none;}
#customer-null A:hover {color: #FFCC00; text-decoration: underline;}

#customer {
    display: inline; float: left;
    width: 180px;
    margin: 8px 0 0 20px;
    overflow: hidden;
}

#price-of-cart {
    display: inline; float: left;
    width: 180px;
    margin: 8px 0 0 20px;
    overflow: hidden;
}

#top-menu {
	display: inline; float: right;
	width: 496px; height: 88px;
    font-size: 0.9em; text-align: center;
    margin: 3px 0 0 0;
}

#top-menu LI {
    display: inline; float: left;
    width: 245px; height: 28px;
    margin: 2px 0 0 2px;
	background: url("../images/header-odkaz-back-2.png") center no-repeat;
    list-style-type: none;
}
LI.no-margin-left {margin: 2px 0 0 1px;}

#top-menu A {
	display: inline; float: left;
	width: 230px; height: auto; margin: 0 0 0 10px;
    text-decoration: none; color: #000; line-height: 270%; text-align: left;
}
#top-menu A:hover {color: #B01016; text-decoration: none;}

#content-all {
	float: left;
    width: 990px; height: auto;
    margin: 5px 0 0 0;
	background: url("../images/content-all-back.jpg") center repeat-y;
}

#content-all-footer {
	display: inline; float: left;
    width: 990px; height: 15px;
	background: url("../images/footer-back.png") bottom center no-repeat;
}

#left {
	display: inline; float: left;
	width: 200px; height: auto;
    padding: 20px 0 0 0;
	background: url("../images/categories-head-back.jpg") top center no-repeat;
}

.menu-nadpis {
    display: inline; float: left;
    width: 180px;
    font-size: 0.8em;
    color: #fff; font-weight: bold; padding: 5px 0 4px 20px;
	background: url("../images/menu-header-back.png") right center repeat-y #D71920;
}

.menu {
	float: left;
	width: 200px; height: auto;
    margin: 0 0 10px 0;
    font-size: 0.8em;
}

.menu LI {
    display: inline; float: left;
    list-style-type: none;
    margin: 0 0 1px 0;
}

.menu A {
	display: block;
	width: 180px; height: auto;
    padding: 0 0 0 20px;
    text-decoration: none; color: #000; line-height: 160%;
}
.menu A:hover {color: #D71920; text-decoration: none; background: url("../images/categories-menu-back.png") center repeat-y; }

.menu UL {
	float: left;
	width: 200px; height: auto;
    font-size: 0.9em;
    background: url("../images/categories-menu-back.png") left center repeat-y;
}

.vyprodej A {
    margin: 5px 0 0 0;
    padding: 4px 0 4px 20px;
    color: #fff; font-weight: bold;
    background: url(../images/vyprodej-back.png) center repeat-y #1D4798;
}
.vyprodej A:hover {color: #fff; text-decoration: underline; background: url(../images/vyprodej-back.png) center repeat-y #1D4798;}


#left P {display: inline; float: left; margin: 0px 5px 10px 20px; line-height: 180%;}

#ikonky {
	display: inline; float: left;
	width: 100px; height: auto;
	margin: 20px 0 20px 50px;
    text-align: center;
}

#ikonky IMG {
	margin: 5px 0;
}

#left-flags {
	display: inline; float: left;
	width: 150px; height: auto;
	margin: 20px 0 20px 25px;
    text-align: center;
}

#left-flags IMG {
	margin: 0 0 0 2px;
}

.breadcrumbs {
	display: inline; float: left;
    width: 520px; margin-bottom: 10px;
	font-size: 0.7em; text-decoration: none; font-weight: normal; text-align: left; line-height: 150%;
}

.breadcrumbs A {color: #000; text-decoration: underline;}
.breadcrumbs A:hover {color:#EFAA96; text-decoration: underline;}

#content-null {
	display: inline; float: left;
	width: 590px;
}

#content {
	display: inline; float: left;
	padding: 20px;
    text-align: left;
}

.content-center {
	display: inline; float: left;
    width: 100%;
    text-align: center;
}

#content UL, #content OL {
	margin: 0 0 10px 10px; padding: 0;
    font-size: 0.8em;
}

#content LI {
	margin: 0 0 0 20px; padding: 0;
    line-height: 150%;
}

.infopages-text UL {
	font-size: 0.8em;
}

.infopages-text LI {
	line-height: 120%; margin: 0 0 5px 0;
}

#right {
	float: right;
	width: 200px; height: auto;
    padding: 20px 0 0 0;
	background: url("../images/right-column-header-back.jpg") top center no-repeat;
}

#search-form {
	display: inline; float: left;
    width: 170px; margin: 0 0 10px 20px;
	font-size: 0.8em; text-decoration: none; font-weight: normal; text-align: center;
}

#search-header {
	display: inline; float: left;
	width: 170px; height: auto;
    color: #000; line-height: 150%; text-align: left;
}

#search-01, #search-02 {
	display: inline; float: left;
	margin: 0 0 0 2px;
    text-align: left;
}
#search-02 {}

.search-input {
	width: 118px;
	background: #fff;
    border: 1px solid #EFAA96;
   	font-weight: bold; font-size: 10px;	padding: 3px;
}

.search-button {
	padding: 2px;
	font-size: 11px; font-weight: bold; color: #fff;
	background: #D10018;
    border: 1px solid #D10018;
}

#search-enhanced {
	display: inline; float: left;
    width: 135px;
	margin: 1px 0 0 2px; text-align: left;
    font-size: 0.9em;
}

#search-enhanced A {color: #000; text-decoration: underline;}
#search-enhanced A:hover {color: #B01016; text-decoration: underline;}

.right-bonus-system {
	display: inline; float: left;
    width: 160px; margin: 10px 0 10px 20px;
}

#info-menu {
	float: left;
	width: 200px; height: auto;
    font-size: 0.8em;
}

#info-menu LI {
    display: inline; float: left;
    list-style-type: none;
    margin: 0 0 1px 0;
}

#info-menu A {
	display: block;
	width: 180px; height: auto;
    padding: 0 0 0 20px;
    text-decoration: none; color: #000; line-height: 160%;
}
#info-menu A:hover {color: #D71920; text-decoration: none; background: url("../images/categories-menu-back.png") center repeat-y; }

#user-selection1 {
	display: inline; float: left;
    width: 160px; height: auto;
    margin: 10px 0 20px 20px; padding: 30px 0 0 0;
	font-size: 0.9em; text-decoration: none; font-weight: normal; text-align: center; line-height: 120%;
    background: url("../images/akce-header-back.png") top center no-repeat;
}

#user-selection1 DIV {
    padding: 5px 10px;
    border-top: none;
    background: #fff;
    border: 1px solid #EFAA96;
    text-align: center;
}
#user-selection1 H2 {line-height: 120%; padding: 0; margin: 5px 0 0 0; font-size: 0.9em; font-weight: bold; text-align: center;}
#user-selection1 H2 A {text-decoration: none;}
#user-selection1 IMG {margin: 0 0 5px 0;}
#user-selection1 P { text-align: center; margin: 0; padding: 0 0 5px 0; border-bottom: 1px solid #F0B097;}

#user-selection2 {
	display: inline; float: left;
    width: 160px; height: auto;
    margin: 0 0 20px 20px; padding: 32px 0 0 0;
	font-size: 0.9em; text-decoration: none; font-weight: normal; text-align: center; line-height: 120%;
    background: url("../images/right-ceskyshop-doporucuje.png") top center no-repeat;
}

#user-selection2 DIV {
    padding: 5px 10px;
    border-top: none;
    background: #fff;
    border: 1px solid #EFAA96;
    text-align: center;
}
#user-selection2 H2 {line-height: 120%; padding: 0; margin: 5px 0 0 0; font-size: 0.9em; font-weight: bold; text-align: center;}
#user-selection2 H2 A {text-decoration: none;}
#user-selection2 IMG {margin: 0 0 5px 0;}
#user-selection2 P { text-align: center; margin: 0; padding: 0 0 5px 0; border-bottom: 1px solid #F0B097;}

#right-bonus H2 {width: 120px; padding: 5px 10px; color: #fff; background: #D71920;}
#right-bonus P {margin: 5px;}
#right-bonus P A {color: #000;}

#footer {
	display: inline; float: right;
	width: 990px;
	margin: 0; padding: 0 20px 20px 0;
	font-size: 0.7em; color: #bbb; text-decoration: none; font-weight: normal; text-align: right; line-height: 120%;
}

#footer A {color: #C1C0BF; text-decoration: underline;}
#footer A:hover {color: #EFAA96; text-decoration: underline;}

#footer-icons {
	width: 990px;
	margin: 0 auto; padding: 10px 0;
	font-size: 0.7em; color: #bbb; text-decoration: none; font-weight: normal; text-align: right; line-height: 120%;
}
#footer-icons IMG {float: left;}
#footer-icons A {color: #C1C0BF; text-decoration: underline;}
#footer-icons A:hover {color: #EFAA96; text-decoration: underline;}

.footer-icons-txt {width: 900px; height: auto; float: left; padding: 10px 0 20px 0;}
.footer-icons-txt SPAN {float: left; margin: 0 10px;}

.footer-icons-img {width: 900px; height: auto; float: left;}
.footer-icons-img IMG {margin: 5px 10px 5px 0;}


/* konec základního rozvržení */

.login-table {
	margin: 1em 2em; padding: 1em;
	font-size: 0.8em; font-weight: normal; text-align: right; line-height: 135%; color: #000;
    border: 1px solid #F0B097;
}

.login-input {
    width: 150px;
	background: #F9EFE5;
	border: 1px solid #F2C584;
	font-weight: normal; font-size: 10px;	padding: 3px;
}

.login-text {margin: 1em 2em; font-size: 1em; line-height: 150%; color: #fff; font-size: 0.9em;}

.form-table {
    display: inline; float: left;
	font-size: 0.8em; font-weight: normal; text-align: right; line-height: 135%;
    margin: 0 10px 0 0;
}
.form-table TD {text-align: right;}

.value {width: 260px;}
.value-2 {width: 170px;}

.input, .input-2, .input-3, input-4, .count {
    width: 250px;
	background: #FBFAE3;
	border: 1px solid #DFDD00;
	font-weight: bold; font-size: 11px;	padding: 3px;
}
.input-2 {width: 119px;}
.input-3 {width: 80px;}
.input-4, .count {width: 20px;}

.input-textarea {
    width: 250px;
	background: #FBFAE3;
	border: 1px solid #DFDD00;
	font-weight: bold; font-size: 12px;	padding: 3px;
}

.form-table-buttons {
    display: inline; float: right;
	font-size: 0.8em; font-weight: normal; text-align: right; line-height: 135%;
    margin: 0 30px 0 0;
}

#user-data-null {
    display: inline; float: left;
    width: 500px; height: auto;
    margin-bottom: 10px;
}

.user-data {
    display: inline; float: left;
	margin: 0; padding: 0.3em;
	font-size: 0.8em; font-weight: normal; text-align: left; line-height: 135%; color: #000;
    border: 1px solid #EFAA96;
}
.user-data TD {padding: 0.3em 1em;}

.customer-section {
    display: inline; float: right;
	margin: 0 10px 0 0.5em; padding: 0;
	font-size: 1em; font-weight: normal; text-align: left;
}

.change-password-table {
	font-size: 0.8em; font-weight: normal; text-align: left; line-height: 135%; color: #000;
}

.search-table {
    display: inline; float: right;
	font-size: 0.8em; font-weight: normal; text-align: right; line-height: 135%;
    margin: 0 10px 0 0;
}

.product-list {
    width: 550px;
	font-size: 0.8em; font-weight: normal; text-align: left; line-height: 135%;
	padding: 0; margin: 0 0 1em 0;
	border: 1px solid #EFAA96;
}

.product-list-header {background: #F9EFE3}
.product-list-header TD {background: #F9EFE3; padding: 5px 6px;font-weight: bold;}
.product-list-header TH {background: #F9EFE3; padding: 5px 6px;font-weight: bold;}
.product-list-row TD {padding: 5px 6px;font-weight: normal;}
.product-list-footer TD {padding: 7px 6px;font-weight: bold;}

.price-with-vat, .price {text-align: right;}

.cart-button, .checkout-buttons {
    display: inline; float: right; text-align: right;
}

.cart-button BUTTON {display: inline; float: left; margin: 0 0 5px 5px;}

.checkout-step {text-align: center; font-size: 0.9em; margin: 0 0 10px 0;}

.checkout-payment, .checkout-delivery {
	margin: 0 0 10px 0; padding: 1em;
	font-size: 0.8em; font-weight: normal; text-align: left; line-height: 135%;
    border: 1px solid #EFAA96;
    background: #F9EFE3;
}

.checkout-adress {
	margin: 0 0 10px 0; padding: 0.5em 0.7em;
	font-size: 0.9em; font-weight: normal; text-align: left; line-height: 135%;
    border: 1px solid #EFAA96;
    background: #F9EFE3;
}

.checkout-comment {
    width: 550px;
	margin: 0 0 10px 0; padding: 0;
	font-size: 0.8em; font-weight: normal; text-align: right; line-height: 135%;
}
.checkout-comment TEXTAREA {
    width: 460px;
    text-align: left;
    border: 1px solid #EFAA96;
}

.customer-data {
    display: inline; float: left;
	margin: 0 0 1em 10px; padding: 0;
	font-size: 1.1em; font-weight: normal; text-align: left; color: #fff;
}

.delivery-adress {
	font-size: 0.8em; font-weight: normal; text-align: right; line-height: 135%;
    margin: 0 0 0 100px;
}
.delivery-adress {display: inline; float: none;}
.delivery-adress TD {text-align: right;}

.tlacitkoObecne, .button {
	padding: 2px;
	font-size: 11px; font-weight: bold; color: #fff;
	background: #D00219;
    border: 1px solid #D00219;
}

.missing-entry-text {
	font-size: 0.9em; font-weight: normal; text-align: left; line-height: 150%;
    background: #E6E7E9;
    border: 1px solid #D71920;
	margin: 0.5em 0; padding: 1em;
}

.missing-entry {color: #FF0000;}

.important-text {
	font-size: 0.8em; font-weight: normal; text-align: left; line-height: 150%;
    border: 1px solid #D71920;
    background: #E6E7E9;
	margin: 0.5em 0; padding: 1em;
}

.product-query {
    display: inline; float: left;
    margin: 0; padding: 0.5em;
	font-size: 0.8em; font-weight: normal; text-align: right; line-height: 135%; color: #000;
}
.product-query TD {padding: 0.3em 0.5em;}

.information-table {
	font-size: 0.8em; font-weight: normal; text-align: left; line-height: 135%;
	padding: 0; margin: 1em 0;
	border: 1px solid #EFAA96;
}

/* catalogue */


#catalogue-levels {
    display: inline; float: left;
    width: 510px; height: auto;
    margin: 0; padding: 0;
    font-size: 1em; color: #3565AB;
}

#catalogue-levels LI {list-style: none; margin: 0; padding: 0;}
#catalogue-levels A {margin: 0; padding: 2px 0 2px 17px; color: #B01016; font-weight: bold; text-decoration: none; background: url("../images/li-sipka.png") left center no-repeat;}
#catalogue-levels A:hover {color: #000; text-decoration: underline;}

#level-description {
    display: inline; float: left;
    width: 510px; height: auto;
    margin: 0 0 5px 0; padding: 0;
}

.catalogue-ordering {
    display: inline; float: left;
    margin: 5px 0 0 0;
    font-size: 0.8em;
}

.catalogue-producers {
    float: left;
    width: 548px; margin: 15px 0 0 0;
    padding: 10px;
    font-size: 0.8em;
    border: 1px solid #E4E4E4;
}
.catalogue-producers TH {font-weight: bold; padding: 0 0 10px 0;}
.catalogue-producers TD {padding: 2px 0;}

.pager {
    display: inline; float: left;
    width: 550px;
	padding: 0; margin: 0;
    font-size: 0.8em;
    color: #000;
}

.pager-txt {display: inline; float: left;}
.pager-btn {display: inline; float: right;}

.product-null-akce {
    display: inline; float: left;
    width: 550px;
}
H2.product-akce {display: inline; float: left; width: 530px; font-size: 0.8em; font-weight: bold; color: #fff; margin: 20px 0 0 0; padding: 5px 10px; line-height: 150%; background: #B01016;}

.product-akce {
    display: inline; float: left;
    width: 550px; height: auto; margin: 5px 0 0 0; padding: 0;
}
.product-akce H2 {font-size: 0.8em; font-weight: bold; margin: 10px 10px 3px 10px; line-height: 120%;}
.product-akce H2 A {text-decoration: none;}
.product-akce P {margin: 0 0 10px 10px;}


.product-null {
    display: inline; float: left;
    width: 550px; height: auto; margin: 5px 0 0 0; padding: 10px 0 0 0;
}
.product-null H2 {width: 230px; overflow: hidden; font-size: 0.8em; font-weight: bold; margin: 10px 10px 3px 10px; line-height: 120%;}
.product-null H2 A {text-decoration: none;}
.product-null P {margin: 0 0 10px 10px;}

.product, .product-2, .home-product {
    display: inline; float: left;
    width: 263px; height: 205px;
    margin: 10px 20px 10px 0; padding: 0;
    border: 1px solid #F0B097;
}
.product-2 {margin: 10px 0;}
.home-product {margin: 15px 0 0 0;}

.product-name-akce {display: inline; float: left; width: 263px; height: 40px;}

.product-info {display: inline; float: left; height: 166px; overflow: hidden;}
.product-info-akce {display: inline; float: left; width: 115px; height: 126px; overflow: hidden;}
.product-info-akce P {text-align: right; margin: 25px 0 0 0;}

.product-image {display: inline; float: right; width: 75px; margin: 0 10px;}
.product-image-akce {display: inline; float: left; width: 120px; margin: 0 10px;}

.product-price {display: inline; float: left; color: #000; width: 150px; margin: 20px 0 0 0; padding: 10px 0 0 0;}



.product-price STRONG {color: #000;}
.product-price-akce STRONG {color: #000;}

.product-buy-button {
    display: inline; float: right;
    width: 69px; height: 39px;
}

.product-detail {
    display: inline; float: left;
    width: 548px; height: auto;
    margin: 0; padding: 0;
    border: 1px solid #F0B097;
}
.product-detail H1 {font-size: 1em; color: #B01016; margin: 8px 10px; font-weight: bold;}

.product-detail-info-null {
    display: inline; float: left;
    width: 528px; margin: 10px;
    text-align: left;
}

.product-detail-img {
    display: inline; float: left;
    width: 350px; height: auto; margin: 5px;
}

.product-detail-info {
    display: inline; float: right;
    width: 160px; margin: 0;
}
.product-detail-info P {margin: 0; padding: 0;}

.product-detail-information, .product-detail-marks {
    display: inline; float: left;
    width: 160px; margin: 15px 0;
    text-align: left;
}
.product-detail-marks, .product-detail-links, .product-detail-skladem {width: 150px; margin: 0 0 15px 0;}
.product-detail-marks SPAN {width: 150px; color: #D71920; margin: 5px 0 0 0;}

P.product-detail-price {margin: 20px 0; border: 1px solid #CBCCCE; padding: 7px;}

.product-detail-buy-button {
    display: inline; float: right;
    width: 69px; height: 39px;
}

.product-detail-akce-table {font-size: 0.8em; border: 1px solid #DEDFE1;}
.product-detail-akce-table TD {padding: 5px 10px;}
.product-detail-akce-table TD A {color: #000;}
.product-detail-akce-table TD A:hover {color: #D71920; text-decoration: underline;}

.product-detail-useraction {
    display: inline; float: left;
    width: 508px; height: auto;
    text-align: left;
    margin: 0; padding: 10px 0 0 0;
}
.product-detail-useraction IMG.akce {
    display: inline; float: left;
    margin: 0 10px 10px 0;
}
.product-detail-useraction P {margin: 10px 0 0 0; padding: 0;}

.product-detail-description-null {
    display: inline; float: left;
    width: 508px; height: auto;
    text-align: left;
    margin: 0 0 15px 10px; padding: 0;
}
.product-detail-description-null H2 {font-size: 0.9em; font-weight: bold;}
.product-detail-description-null IMG {display: inline; float: right; margin: 5px 0 5px 10px;}
.product-detail-description-null H3 {color: #000; font-weight: bold;}

.product-detail-description {}
.product-detail-description P {margin: 10px 0 0 0; padding: 0;}
.product-detail-description PRE {width: 500px; overflow: hidden; margin: 10px 0 0 0; padding: 0; font-family: Verdana; font-size: 0.8em;}
.product-detail-description PRE B {margin: 0; padding: 0;}

.product-detail-description OL {margin: 0 0 0 15px; padding: 0; font-size: 0.8em;}
.product-detail-description OL LI {margin: 0 0 5px 0; padding: 0; line-height: 130%;}

.product-detail-description UL {margin: 0 15px 15px 0; padding: 0 0 0 20px; font-size: 0.8em;}
.product-detail-description UL LI {line-height: 130%;}

 .product-detail-links {
    display: inline; float: left;
    width: 508px; height: auto;
    text-align: left;
    margin: 0 10px 0 10px; padding: 10px 0 0 0;
    border-top: 1px dotted #F0B097;
    border-bottom: 1px dotted #F0B097;
}

 .product-detail-links P {
    display: inline; float: left;
    width: 32%;
}

.product-detail-properties {
    display: inline; float: left;
    width: 300px;
    text-align: left; font-size: 0.75em;
    margin: 0 0 0 10px;
}

.product-detail-properties STRONG {color: #000;}
.td-barva-1 {background: #DFDD00; padding: 5px 6px;}
.td-barva-2 {background: #EFED94; padding: 5px 6px;}

.product-detail-buy {
    display: inline; float: right;
    width: 170px; height: auto;
    margin: 80px 0 5px 0; padding: 0;
    font-size: 0.8em; text-align: right;
}

.product-selectlinked-null {
    display: inline; float: left;
    width: 508px; height: auto;
    text-align: left;
    margin: 0 10px; padding: 0;
    border-top: 1px dotted #F0B097;
}

.product-selectlinked-null H2 {font-size: 0.9em; font-weight: bold; margin: 10px 10px 3px 10px; line-height: 120%;}
.product-selectlinked-null H2 A {text-decoration: none;}
.product-selectlinked-null P {margin: 0 0 10px 10px;}

.product-selectlinked {
    display: inline; float: left;
    width: 508px; height: auto;
    margin: 0 0 10px 0; padding: 0 0 10px 0;
    border-bottom: 1px solid #F0B097;
}
.product-selectlinked-info {height: auto; overflow: hidden;}
.product-selectlinked-image {display: inline; float: left; width: 75px; margin: 0 10px;}

.product-linked-description {}

.product-urlreferences {
    display: inline; float: left;
    width: 508px; height: auto;
    margin: 0 10px; padding: 0;
}

.product-urlreferences H3 {font-size: 0.9em; font-weight: bold; margin: 10px 0 5px 0; line-height: 120%;}
.product-urlreferences P {margin: 0 0 10px 0; padding: 0;}
.product-urlreferences P IMG {border: none; margin: 10px 0 0 0; }
.product-urlreferences IMG {margin: 0 15px 15px 0; border: 1px solid #F0B097;}

#main-banner {
    display: inline; float: left;
    width: 550px; height: auto;
    margin: 5px 0 0 0; padding: 0;
}
#main-banner IMG {
    margin: 0 0 10px 0; padding: 0;
}

.main-selection-1 {
    display: inline; float: left;
    width: 265px; height: auto;
    margin: 0; padding: 53px 0 0 0;
	background: url("../images/home-akce-header.png") top center no-repeat;
}

.main-selection-2 {
    display: inline; float: left;
    width: 550px; height: auto;
    margin: 0; padding: 43px 0 0 0;
	background: url("../images/home-doporucuje-header-2.png") top center no-repeat;
}

#home-text {
    display: inline; float: left;
	margin: 0;
}

#catalogue-banner {
    display: inline; float: left;
    width: 550px; height: auto;
    margin: 10px 0 0 0; padding: 0;
}
#catalogue-banner IMG {
    margin: 0 0 10px 0; padding: 0;
}

.table-info {
    width: 510px;
	font-size: 0.8em; font-weight: normal; text-align: left; line-height: 135%;
	padding: 0; margin: 0 0 1em 0;
    background: #E6E7E9;
	border: 1px solid #EFAA96;
}

.table-info TD {padding: 5px 6px; border-top: 1px solid #fff;}
.table-info TH {padding: 5px 6px; font-weight: bold;}

.table-servis {
    width: 510px;
	font-size: 0.7em; font-weight: normal; text-align: left; line-height: 135%;
	padding: 0; margin: 0 0 1em 0;
    background: #EFED94;
	border: 1px solid #EFAA96;
}

.table-servis TD {padding: 3px 4px; border-top: 1px solid #fff;}
.table-servis TH {padding: 3px 4px; font-weight: bold; background: #DFDD00; border-bottom: 1px solid #fff;}


/* obecné */

H1 {
	font-size: 1.2em; font-weight: normal; font-style: normal; color: #B01016; text-decoration: none; line-height: 120%; text-align: left;
	margin: 0 0 0.3em 0; padding: 0;
}

H2 {
	font-size: 1.1em; font-weight: normal; font-style: normal; color: #B01016; text-decoration: none; line-height: 120%; text-align: left;
	margin: 1em 0 0.5em 0; padding: 0;
}

H3 {
	font-size: 1em; font-weight: normal; font-style: normal; color: #B01016; text-decoration: none; line-height: 120%; text-align: left;
	margin: 1em 0 0 0; padding: 0;
}

H4 {
	font-size: 0.9em; font-weight: bold; font-style: normal; color: #B01016; text-decoration: none; line-height: 120%; text-align: left;
	margin: 1em 0 0 0; padding: 0;
}

P  {
	font-size: 0.8em; font-weight: normal; text-align: left; line-height: 135%;
	margin: 0 0 1em 0; padding: 0;
}

P.ramecek  {padding: 10px; border: 1px solid #F0B097; background: #E6E7E9;}

A {text-decoration: underline; color: #BF3725;}
A:hover {text-decoration: underline; color: #000;}

A.odkaz-sedy {color: #333;	text-decoration: underline;}
A:hover.odkaz-sedy {color: #F36F21; text-decoration: underline;}

FIELDSET {
    display: inline; float: left;
    width: 430px;
	padding: 0.5em; margin: 0 0 1em 0;
	border: 1px solid #D5E2F4;
}

LEGEND {
	padding: 0.2em 1em;
	font-size: 0.8em; font-weight: bold; color: #fff;
	background: #B01016;
	border: 1px solid #B01016;
}

SELECT {
	background: #F2EEE3;
	border: 1px solid #EFAA96; padding: 2px;
	font-weight: bold; font-size: 10px;
}

DL {font-size: 0.8em; font-weight: normal; text-align: left; line-height: 150%; margin: 1em 0 0 0;}
DT {font-weight: bold;}
DD {}

UL, OL {font-weight: normal; text-align: left; line-height: 120%;}

STRONG {font-weight: bold; color: #000;}
IMG {border: 0;}

.align-right, .right {text-align: right;}
.align-left, .left {text-align: left;}
.align-center, .center {text-align: center;}

.float-left {display: inline; float: left;}
.float-right {display: inline; float: right;}

.picture-r {display: inline; float: right; margin: 0 0 5px 10px; clear: right;}
.picture-r2 {display: inline; float: right; margin: 0 0 5px 5px; border: 2px solid #DFDD00;}
.picture-l {display: inline; float: left; margin: 10px 5px 5px 5px; border: 2px solid #DFDD00;}

.width100 {display: inline; float: left; width: 100%;}
.width550 {display: inline; float: left; width: 550px;}

.red {color: #B01016;}
.green {color: #32CD32;}

