html,body{
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: #293F02;
	background-image: url(../images/design/body-bg.gif);
	background-repeat: repeat-x;
}

.blok:after, .clear:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* ************************************************* BEGIN OF LAYOUT */
div.page{
	width: 950px;
	margin: 0 auto;
}

div.top{
    width: 100%;
    height: 20px;
    text-align: right;
}

div.main{
    width: 100%;
    height: 90px;
}

div.content{
	width: 100%;
	margin: 0px;

    background-image: url(../images/design/content_back.jpg);
	background-color: #fff;
    background-repeat: no-repeat;

    -moz-box-shadow: 0px 0px 10px #222;
    -webkit-box-shadow: 0px 0px 10px #222;
    box-shadow: 0px 0px 10px #222;
}

div.content_padding{
    padding: 2em;
    font-size: 15px;
    line-height: 1.3em;
}

div.left_frame{
    width: 670px;
    float: left;
}

div.left_frame_padding{
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    color: #000000;
    line-height: 18px;
}

div.right_frame{
    width: 200px;
    float: right;
}

div.bottom{
    width: 100%;
    height: 40px;

    text-align: center;
	margin: 0 auto;
	color: #000;

    font-size: 0.8em;
    text-transform: uppercase;

    background: url(../images/design/bottom_back.jpg);

    padding: 30px 0 0 0;
}

div.bottom a{
    color: #000;
}

div.bottom a:hover{
    text-decoration: underline;
}

div.blok{
    clear: both;
    margin-bottom: 2em;
}
/* ************************************************* END OF DESIGN */

/* ************************************************* BEGIN OF TABLES */
table{

}

table.border td{
    border-width: 1px;
    border-style: solid;
    border-color: #b1b1b1;
}

table thead td{
    background: #f2f6df;
    font-weight: bold;
    text-align: center;
}

td{
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
    padding: 2px;
}

td.border{
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

td.right{
    text-align: right;
}

td.galeria{
    background-color: #eeeeee;
    border: 1px solid #e0e0e0;
    text-align: center;
    width: 110px;
    height: 110px;
}

table.underline tr td{
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #FFD6BF;
    font-family: "Tahoma"
}

table.width100{
    width: 100%;
}

/* ************************************************* END OF TABLES */

/* ************************************************* BEGIN OF HREF */
a{
    color: #663300;
    text-decoration: none;
}

a:hover{
    color: #663300;
}

a.selected{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

a.light{
    color: #abc2ef;
}

a:hover{
    color: #7EAE00;
}
/* ************************************************* END OF HREF */

/* ************************************************* BEGIN OF TITLE */
h1{
	font-size: 35px;
	font-weight: normal;
    letter-spacing: -1px;

    line-height: 1em;

    margin: 0;
    padding: 0 0 .5em 0;

    color: #663300;
}

h2{
	font-size: 20px;
    font-weight: normal;

	color: #7EAE00;

	margin: 0 0 10px 0;
    padding: 0
}

.alert{
    color: white;
    background: rgb(209,4,0);
    background: linear-gradient(90deg, rgba(209,4,0,1) 0%, rgba(175,2,0,1) 100%);
    display: inline;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1rem;
    border-radius: 2rem;
    line-height: 4rem;
}

.alert small{
    font-size: 13px;
}

h3{
    color: #663300;
    font-size: 17px;
    font-weight: normal;
	margin: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
}

/* ************************************************* END OF TITLE */

/* ************************************************* LOGO */
.logo{
    float: left;
}

/* ************************************************* MENU */
.menu{
    float: right;
    margin-right: 1.5em;
}

.menu ul{
    list-style: none;
    float: right;
    padding: 10px 0 0 0;
    margin: 0;
}

.menu ul li{
    padding: 0;
    display: inline-block;
}

.menu ul li a{
    font-size: 1.5em;
    color: #fff;
    text-decoration: none;
    padding: 0;

    background: url(../images/design/menu-bg.gif);
    display: inline-block;
    vertical-align: bottom;
    line-height: 80px;
}

.menu ul li a:hover{
    background-position: 0 162px;
}

.menu ul li a span{
    background-image: url(../images/design/menu-shad.gif);
    background-position: 0 0px;
    background-repeat: no-repeat;
    display: block;

    padding: 0 1em;
}

.menu ul li a span:hover{
    background-position: 0px -80px;
}
/* ************************************************* BEGIN OF IMAGES */

img{
	border: 0px;
}

img.border{
    border: 2px solid #7EAE00;
    padding: 1px;
}

img.left{
    float: left;
    margin-right: 20px;
}

img.right{
    float: right;
    margin-left: 20px;
}
/* ************************************************* END OF IMAGES */

/* ************************************************* BEGIN OF FORM*/

p{
	margin: 0px;
	padding: 5px 0px;
}

section.center, p.center{
    text-align: center;
}

section.obchod{
    padding-left: 150px;
}

form{
	margin: 0px;
}

label{
    font-size: 16px;
    padding: 10px 0 5px;
    text-align: left;
    color: #663300;
    font-weight: bold;
}

input.text{
    border: 1px solid #BFBFBF;
    padding: 10px;
    width: 400px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    font-size: 14px;
}

input.submit, input.kosik_button, a.kosik_button{
    background: #7d4205; /* Old browsers */
    background: -moz-linear-gradient(top,  #7d4205 0%, #96581f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d4205), color-stop(100%,#96581f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7d4205 0%,#96581f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7d4205 0%,#96581f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7d4205 0%,#96581f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7d4205 0%,#96581f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d4205', endColorstr='#96581f',GradientType=0 ); /* IE6-9 */

    color: #fff;
    border: 0;

    padding: 0.5em 1em;
    font-size: 1em;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    cursor: pointer;

    font-family: "Tahoma";
}

textarea{
    border: 1px solid #BFBFBF;
    padding: 10px;
    width: 600px;
    height: 200px;

    font-family: "tahoma";
    font-size: 14px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

select{
	font-size: 11px;
	width: 200px;
}

fieldset{
	background-color: #f2f6df;
	border-width: 1px;
	border-style: solid;
	border-color: #DDE1CA;
	margin-bottom: 10px;
	padding: 10px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

fieldset section{
    margin: 5px 0 5px 0;
}

legend{
	font-weight: bold;
}

/* ************************************************* GALLERY */
div.gallery{
    margin: 1em auto;
    text-align: center;
}

div.gallery img{
    margin: .2em;
    padding: 0;

    border: 1px solid #ccc;
    padding: 1px;
}

/* ****************************************************** CLANOK */
div.clanok{
    padding: 0 0 1em 0;
}

div.clanok h2{
    padding: 0;
    margin: 0;
}

div.clanok h2 a{
    color: #7EAE00;
    text-decoration: underline;
    font-size: 18px;
    font-weight: normal;
}

div.clanok p{
    padding: 0;
}

div.drevo{
    position: relative;
    float: right;
}

div.drevo span{
    position: absolute;
    top: 100px;
    right: 30px;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    width: 76px;
    text-align: center;
}

/* ****************************************************** UVOD CLANOK */
div.uvod article{
    display: inline-block;
    width: 213px;
    vertical-align: top;

    margin: 0 4px;
    line-height: 10px;
    background: #f8fdd6;
}

article.bottom_radius.asia{
    background: #f8ecd7;
}

div.uvod article h2{
    background: url(../images/design/index-h2-bg-palivove.jpg);
    color: #fff;
    width: 183px;
    line-height: 48px;
    padding: 0px 15px;
    margin: 0;
}
div.uvod article.asia h2{
    background: url(../images/design/index-h2-bg-azia1.jpg);
}

div.uvod article h2 a{
    color: #fff;
    text-decoration: none;
}

div.uvod article h2 a:hover{
    text-decoration: underline;
}

div.uvod article a.foto{
    line-height: 0px;
}

div.uvod article section{
    padding: 5px 15px 15px 15px;
    background: url(../images/design/bg-palivove.jpg) no-repeat #f8fdd6;
    line-height: 1.35em;
}

div.uvod article.asia section{
    background: url(../images/design/bg-asia1.png) no-repeat #f8ecd7;
}

div.uvod article a.viac_informacii{
    background: url(../images/design/index-button-bg-palivove.gif);
    width: 180px;
    display: block;
    text-align: center;

    line-height: 30px;
    color: #fff;
    margin-top: 10px;
}
div.uvod article.asia a.viac_informacii{
    background: url(../images/design/index-button-bg-asia.png);
}

div.uvod article a.viac_informacii:hover{
    text-decoration: underline;
}

div.uvod article img{
    margin: 0;
    paddding: 0;
}

/* ****************************************************** BANNER */
div.banner{
}

div.banner img{
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

    -moz-box-shadow: 0px 0px 10px #222;
    -webkit-box-shadow: 0px 0px 10px #222;
    box-shadow: 0px 0px 10px #222;
}

/* ****************************************************** HIGHLITE */
div.highlite{
    background: url(../images/design/kontakt-palivove-drevo.jpg);
    text-align: center;
    padding: 10px;
    margin: 0 0 1em 0;
}

div.highlite p{
    font-size: 0.9em;
    line-height: 1.25em;
}

div.highlite h3{
    color: #406400;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

/* ****************************************************** BOTTOM RADIUS */
.bottom_radius{
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.defaultErr{
    background: #fbe3e4; /* Old browsers */
    background: -moz-linear-gradient(top,  #fbe3e4 0%, #fbc2c4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbe3e4), color-stop(100%,#fbc2c4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fbe3e4 0%,#fbc2c4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fbe3e4 0%,#fbc2c4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fbe3e4 0%,#fbc2c4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fbe3e4 0%,#fbc2c4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe3e4', endColorstr='#fbc2c4',GradientType=0 ); /* IE6-9 */

    padding: 1em;
    margin-bottom: 1em;

    border: 2px solid #fbc2c4;

    color: #d12f19;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.5em;
    font-family: "Tahoma", "Arial CE";

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

p.message{
    background-color: #f2f6df;
    border-width: 1px;
    border-style: solid;
    border-color: #DDE1CA;
    margin-bottom: 10px;
    padding: 10px;

    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
    text-align: center;

    color: #7EAE00;
}

/* ****************************************************** UL */
ul{
    padding: 0;
    margin: 0 0 10px 20px;
}

/* ****************************************************** PRODUTKY VYPIS */
div.produkty article{
    display: inline-block;
    width: 213px;
    vertical-align: top;

    margin: 0 3px;
    line-height: 1em;
    background: #9fb759;

    position: relative;
}

div.produkty article h2{
    background: url(../images/design/index-h2-bg-palivove.jpg) no-repeat;
    color: #fff;
    width: 183px;
    line-height: 1em;
    padding: 10px 15px 0px 15px;
}

div.produkty article h2 a{
    color: #fff;
    text-decoration: none;
}

div.produkty article h2 a:hover{
    text-decoration: underline;
}

div.produkty article section{
    padding: 5px 15px 15px 15px;
    background: url(../images/design/bg-palivove.jpg);
    line-height: 1.35em;
}

div.produkty article a.viac_informacii{
    background: url(../images/design/index-button-bg-palivove.gif);
    width: 165px;
    display: block;
    text-align: left;

    line-height: 30px;
    color: #fff;
    margin-top: 10px;
    padding: 0 0 0 15px;
}

div.produkty article a.viac_informacii:hover{
    text-decoration: underline;
}

div.produkty article img{
    margin: 0;
    paddding: 0;
}

/* ****************************************************** PRODUTKY INFO */
div.produkt_info, div.produkt_gallery{
    float: right;
    width: 336px;
}

div.produkt_info{
    line-height: 1.5em;
}

div.produkt_info div.popis{
    padding: 0 .5em;
    text-align: justify;
}

div.produkt_view{
    line-height: 1em;
}

div.produkt_view img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 2px;
}

/* ************************************************* POKLADNA KROKY */
div.pokladna_kroky{
    position: relative;
    height: 30px;
    margin: 0 0 1em 0;
    text-align: center;
    font-family: tahoma;
}

div.pokladna_kroky span.cislo{
    font-weight: bold;
}

div.pokladna_kroky span.nazov{
}

div.pokladna_kroky div.krok{
    background: #663300;

    display: inline-block;
    text-align: center;

    padding: 0px 10px;
    line-height: 30px;
    color: #fff;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.pokladna_kroky div.krok.highlite{
    background: #293F02;
}

/* ************************************************* KOSIK VYPIS*/
div.pokladna select{
    width: 425px;
    padding: 10px;
    font-size: 14px;
}

/* ************************************************* KOSIK VYPIS*/
div.kosik_vypis input.pocet{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    width: 40px;
    text-align: center;

    border: 1px solid #BFBFBF;
}

div.kosik_vypis input.reload{
    border: 0;
    width: 15px;
    height: 15px;
    background: url(../images/design/refresh.png);
    cursor: pointer;
}

div.kosik_vypis tr.celkova_cena td{
    border-style: dotted;
    border-color: #FFD6BF;
    border-width: 2px 0 0 0;

    font-size: 1.2em;
}

div.kosik_vypis tr.dalsia_cena td{
    border-style: dotted;
    border-color: #FFD6BF;
    border-width: 0 0 2px 0;
}

div.kosik_vypis tr.usetrite_cena td{
    background: #19873e;
    color: #fff;
    font-size: 1.2em;
}

div.kosik_vypis a.produkt_nazov{
    color: #686852;
}

div.kosik_vypis a.produkt_nazov:hover{
    color: #19873e;
}

div.kosik_vypis p{
    margin: 15px 0 0 0;
}

input.kosik_button, a.kosik_button{
    margin: 10px 10px 0 0;
}

input.kosik_button.green, a.kosik_button.green{
    background: #7EAE00;
}

/* ************************************************* ADD ITEM */
.add_item fieldset{
    text-align: right;
    position: relative;
}

.add_item input.text{
    width: 20px;
    text-align: center;
}

/* ************************************************* RIGHT KOSIK*/
a.zobrazit_kosik{
    background: #293F02;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    width: 180px;
    display: block;
    text-align: center;

    line-height: 30px;
    color: #fff;
    margin-top: 10px;
}

/* ************************************************* RIGHT KOSIK*/
span.cena{
    background: url(../images/design/cena_back.png);
    width: 85px;
    height: 67px;
    display: block;

    color: #fff;

    text-align: center;
    font-size: 24px;

    padding: 18px 0 0 0;

    position: absolute;
    left: -20px;
    top: -20px;
}

div.produkty article span.cena{
    left: auto;
    top: auto;

    right: -15px;
    bottom: 0;
}

/* ************************************************* ADRESA VLAVO */
.adresa_left{
    float: left;
    width: 430px;
    margin-top: 1em;
}

.adresa_right{
    float: right;
    width: 430px;
    margin-top: 1em;
}

.left_video{
    width: 430px;
    float: left;
}

.oznam{
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
    color: red;
}