body{
  position: relative;
  text-align: left;
  font-family: Calibri;
  font-size: 18px; 
  background-image: url(/files/images/body_bg.jpg), url(/files/images/bg_texture.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center top, 0 0;  
}

*{
/*  position: relative; */
  margin: 0;
}

/********************/
/** Global
*********************/ 

h1{ 
  font-weight: normal;
  font-size: 26px;
  color: #000;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}

h2{
  font-weight: normal;
  font-size: 20px;
  color: #e3000f;
  margin-bottom: 10px;
}

h3{
  font-weight: bold;
  font-size: 18px;
  color: #e3000f;
  margin-bottom: 10px;
}
p{
  font-weight: normal;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
ul{
  list-style-type: none !important;
  padding-left: 0px;
}
li{
  font-weight: normal;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  padding-left: 18px;
  background: url(/files/images/odrazka2.png) no-repeat left center;
}
a{
  font-weight: normal;
  font-size: 18px;
  color: #000;
  text-decoration: underline;
}
a:hover{
 text-decoration: none; 
 color: #e3000f;
}
img{
  border: none;
}

div.clear{
  clear: both;
}

#underconst{
  position: fixed;
  top: 0px;
  left: 0px;
  height: 35px;  
  line-height: 35px;
  width: 250px;
  background-image: url(/files/images/eshop_box_texture.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  text-align: center;
  border: 1px solid #104CB5; 
  border-top: none;
  border-left: none;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}

/********************/
/** Main
*********************/ 

div#container{
  position: relative;
  height: auto;
  width: 960px;
  margin: 0px auto;
}

/********************/
/** Header
*********************/ 

div#header{
  position: relative;
  height: 135px;
  width: 960px;
  float: left;
  background: url(/files/images/head.png) no-repeat left top transparent;
}
a#header_logo{
  position: absolute;
  display: block;
  height: 104px;
  width: 385px;
  top: 18px;
  left: 0px;
}
div#header2{
  position: relative;
  height: 135px;
  width: 960px;
  float: left;
}
a#header_logo2{
  position: absolute;
  display: block;
  height: 97px;
  width: 380px;
  top: 15px;
  left: 0px;
  background: url(/files/images/logo.png) no-repeat center top transparent;  
  z-index: 1000;
  *z-index: 1;
}
div#eshop_box{
  position: relative;
  height: auto;
  height: 147px;
  width: 200px;
  background-image: url(/files/images/eshop_box_texture.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  float: right;
  color: #FFF;
  border: 1px solid #104CB5;
  border-top: none;
  text-shadow: 0px 1px 2px #000;
}
div#eshop_box a{
  color: #FFF;
  text-decoration: none;
}
div#eshop_box a:hover{
  text-decoration: underline;
}
div.eshop_row{
  position: relative;
  width: 180px;
  padding: 10px;
}
div#eshop_login_button{ text-indent: 35px; background-image: url(/files/images/login_icon.png); background-repeat: no-repeat; background-position: 10px center; }
div#eshop_register_button{ text-indent: 35px; background-image: url(/files/images/register_icon.png); background-repeat: no-repeat; background-position: 16px center; }
div#eshop_cart_button{ text-indent: 35px; background-image: url(/files/images/cart_icon.png); background-repeat: no-repeat; background-position: 10px center; }
div#eshop_cost_button{ }
span#header_title1{
  position: absolute;
  display: block;
  top: 65px;
  left: 420px;
  color: #000;
  font-size: 26px;
}
span#header_title2{
  position: absolute;
  display: block;
  top: 105px;
  left: 420px;
  color: #000;
  font-size: 20px;
}
div#menu_top{
  position: relative;
  height: 40px;
  width: 958px;
  float: left;
  border: 1px solid #104CB5;
  background-image: url(/files/images/menu_top_texture.png);
  background-repeat: repeat-x;
  background-position: 0 0;  
}
div#hornimenu1{
  position: relative;
  float: left;
} 
div.ddmxlileft{
  position: relative;
  float: left;
}
div.ddmx a{
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px 0px 20px;
  float: left;
  color: #FFF;
  text-decoration: none;
  border-left: 1px solid #489AEA;
  border-right: 1px solid #104CB5;
}
div.ddmx .ddmxlileft:first-child a{
  border-left: none; 
}
div.ddmx .ddmxlileft:last-child a{
  border-right: none;   
}
div.ddmx a:hover, div.ddmx a.selected{
  background-image: url(/files/images/menu_top_texture_hover.png);
  background-repeat: repeat-x;
  background-position: 0 0;  
}
/********************/
/** Main
*********************/ 
div#main_content{
  position: relative;
  min-height: 560px;
  width: 725px;
  float: right;
  padding: 0px 0px 10px 0px;   
}
div#main_content2{
  position: relative;
  min-height: 560px;
  width: 725px;
  float: right;
  padding: 0px 0px 10px 0px; 
  margin-top: 250px;    
}
div.breadcrumb{
  position: relative;
  margin-bottom: 10px;
}
/********************/
/** Produkt-n�hled
*********************/
div.produkt_pagination{
  position: relative;
  margin-bottom: 10px;
} 
table.prehledTablePattern{
  position: relative;
  margin-bottom: 2px;
  border-spacing: 0px;
  border-collapse: collapse;
}
table.prehledTablePattern td{ 
  position: relative;
  width: 220px;
}
div.produkt_box{
  position: relative;
  height: 300px;
  width: 200px;
  padding: 10px;
  margin: 0px 7px 9px 0px;
  background-image: url(/files/images/produkt_box_texture.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  border: 1px solid #FFF;
  box-shadow: inset 0px 0px 0px 1px #BBB, 2px 2px 10px 0px #888;
  border-radius: 5px;
}
div.produkt_box h2{
  position: relative;
  display: block;
  height: 36px;
  line-height: 18px;
  width: 200px;
  text-align: left;
}
div.produkt_box h2 a{
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 2px #FFF;
}
div.produkt_box p.produkt_popis{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 15px;
  height: 30px;
  width: 200px;
}
div.produkt_box p.produkt_img{
  position: relative;
  display: block;
  height: 150px;
  width: 200px;
}

div.produkt_box div.produkt_cena_box{
  position: relative;
  display: block;
  float: left;
  width: 98px;
}
div.produkt_box p.produkt_cena{
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: bold;
  width: 98px;
  margin-bottom: 0px;
  color: #F00;
}
div.produkt_box p.produkt_cena_s_dph{
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: bold;
  width: 98px;  
}
div.produkt_box div.produkt_button{
  position: relative;
  height: 30px;
  width: 100px;
  float: left;
  top: 5px;
  border: 1px solid #AAA;
  box-shadow: 0px 0px 0px 1px #FFF;
}
div.produkt_box div.produkt_button input{
  height: 30px;
  font-weight: bold;
  line-height: 30px;
  width: 100px;
  background-image: url(/files/images/produkt_button_texture.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  border: none;
  cursor: pointer;
}
/********************/
/** Produkt-detail
*********************/ 
div.detail_box{
}
div.detail_box p{
  margin-bottom: 0px;
}
div.detail_img{
  position: relative;
  float: left;
}
div.detail_img p{
  margin-bottom: 0px;
}
div.detail_img img{
  box-shadow: 2px 2px 10px 0px #000;
}
div.produkt_detail_info{
  position: relative;
  float: left;
  margin-left: 20px;
  width: 265px;
}
div.produkt_detail_info table{
  position: relative;
  border-collapse: separate;
  width: 265px;
}
div.produkt_detail_info table td{
  padding: 5px 0px 5px 0px;
  font-size: 12px;
  width: 50%;
}
div.produkt_detail_info table td.detail_cena_bez_dph{
  font-size: 22px;
}
div.produkt_detail_info table td.detail_cena_s_dph{
}
div.produkt_detail_info table td.box_button_add{
  border-top: 1px solid #AAA;
  padding-top: 10px;
}
div.produkt_detail_info table td input.button_add{
  height: 30px;
  font-weight: bold;
  line-height: 26px;
  width: 100px;
  background-image: url(/files/images/produkt_button_texture.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  border: none;
  cursor: pointer;
  border: 1px solid #AAA;
  box-shadow: 0px 0px 0px 1px #FFF;
  *border: none;
  *line-height: 30px;  
}
div.detail_popis{
  position: relative;
  margin-top: 20px;
  width: 685px;
  float: left;
}
div.detail_hodnoty{
  position: relative;
  margin-top: 20px;
  width: 685px;
  float: left;
}
div.detail_hodnoty table{
  width: 340px;
}
div.detail_hodnoty table td{
  width: 50%;
  padding: 5px;
  background: #DDD;
}
div.detail_images{
  position: relative;
  margin-top: 20px;
  width: 685px;
  float: left;
}
div.detail_image{
  position: relative;
  float: left;
  height: 165px;
  width: 220px;
 margin: 0px 8px 8px 0px;
}
div.detail_image img{
  box-shadow: 1px 1px 5px 0px #888;
}
table.galerie tr{
	display: inline;
}
table.galerie tr td{
	display: inline-block;
}
table.galerie tr td img{
	height: 90px !important;
}
/********************/
/** Left-col
*********************/ 
div#left_col{
  position: relative;
  min-height: 600px;
  width: 220px;
  float: left;  
}
h2.left_col_title{
  position: relative;
  display: block;
  height: 40px;  
  line-height: 40px;
  width: 188px;  
  font-size: 18px;
  font-weight: normal;
  color: #FFF;
  background-image: url(/files/images/left_col_title_texture.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  padding-left: 15px;  
  padding-right: 15px;
  border: 1px solid #104CB5; 
  margin-bottom: 0px;
  float: left;
  text-shadow: 0px 1px 2px #000;
}
div.left_col_edit_box{
  position: relative;
  float: left;
  padding: 10px;
  width: 220px;
  background-color: #FFF;
  border: 1px solid #AAA;
  margin-bottom: 15px;
}

div.left_col_edit_box2{
  position: relative;
  float: left;
  width: 220px;
  margin-top: 10px;
  margin-bottom: 15px;
}

div#category{
  position: relative;
  float: left;
  margin-bottom: 15px;
}
div#category p{
  margin-bottom: 0px;
}
div#category p.close + div {
    display: none !important;
}
div#category p#cid_20 a{
  border-bottom: none;
}
div#category a{
  position: relative;
  display: block;
  padding: 8px 15px 8px 25px;
  width: 220px;
  text-decoration: none;
  border-bottom: 1px solid #CCC;
  font-size: 16px;
  background: url(/files/images/odrazka.png) no-repeat 5px center;
}
div#category a:hover, div#category a.selected{
  color: #FFF;
  background: url(/files/images/odrazkah.png) no-repeat 5px center #F00;
}
div#category a.selected{
  font-weight: bold;
}
div#category div.item1 p a{
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
  width: 220px;
  background-color: #CCC;
  background-image: none;
}
div#category div.item1 p a:hover, div#category div.item1 p a.selected{
  background-color: #888;
  color: #FFF;
}                                                                      
div#category div.item2 p a{
  padding-left: 45px;
  height: 30px;
  line-height: 30px;
  width: 148px;
  background-color: #EEE;
  background-image: none;  
}   
div#category div.item2 p a:hover, div#category div.item2 p a.selected{
  background-color: #EEE;
  color: #000;
  text-decoration: underline;
}
/********************/
/** Footer
*********************/
div#footer{
  position: relative;
  width: 960px;
  margin: 0 auto;
  border-bottom: 0px;
}
div#footer p{ 
  color: #000;
  top: 18px;
  font-size: 16px;
}
div#footer a{
  color: #000;
  font-size: 16px;
} 
/**********************************/
/*  FORMULAR 
/*********************************/

#form_main{ position: relative; float: left; width: 960px; height: 240px; margin-top: 10px; }

#form_main h3{ position: relative; margin-top: 15px; margin-left: 0px; display: block; color: #000; float: left; width: 100%; color: #ff0000; text-shadow: 0px 1px 2px #FFF; }

#form_main p{ color: #000; position: relative; width: 100px; display: block; height: 30px; margin-bottom: 0px; line-height: 30px; float: left; }
#form_main input{ color: #000; padding: 0px 5px 0px 5px; position: relative; display: block; width: 190px; height: 30px; line-height: 30px; float: left; background-color: #EFE6A9; border: 1px solid #CDBE57; }

#form_box1{ position: relative; margin-top: 10px; margin-left: 0px; float: left; }
#form_box2{ position: relative; margin-top: 10px; margin-left: 0px; float: left; clear: both; }
#form_box3{ position: relative; margin-top: 10px; margin-left: 0px; float: left; clear: both; }
#form_box4{ position: relative; margin-top: 10px; margin-left: 0px; float: left; clear: both; }

#form_box5{ position: absolute; top: 55px; width: 600px; right: 0px; }
#form_box5 p{ width: 80px; }
#form_box5 textarea{ width: 500px; float: right; padding: 5px; height: 104px; background-color: #EFE6A9; border: 1px solid #CDBE57; }
#form_box6{ position: absolute; top: 187px; width: 94px; right: 0px; }
#form_box6 input{ height: 31px; line-height: 31px; width: 94px; background-color: #000; color: #FFF; font-size: 16px; font-weight: bold; cursor: pointer; border: none; border-radius: 3px;}
#form_box6 input:hover{ background-color: orange; }

#form_main input:focus{ outline: none; border: 1px solid #444; }
#form_main input[type="text"]:focus{ border: 1px solid #444; }
#form_main textarea:focus{ outline: none; border: 1px solid #444; }

.alert{ border: 1px solid #F00 !important; }
/********************/
/** Ko��k
*********************/
.kosikNavigace{
  width: 685px;
  margin-bottom: 10px;
  float: left;
}
.kosikNavigace span{
  display: block;
  float: left;
  margin-right: 2px;
  background-image: url(/files/images/menu_top_texture.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  color: #FFF;
  font-size: 12px;
  padding: 5px;
  border-radius: 3px;
}
.kosikNavigace span#fazeSelected{
  font-weight: bold;
}
.addToCartTxt{
  width: 685px;
  margin-bottom: 10px;
  float: left;
}
#xcart{
  width: 685px;
  float: left;
}
#xcart table{
  font-size: 12px;
  padding: 0px;  
  text-align: center;
}
#xcart table th{
  background: #666;
  width: 10%;
  font-size: 12px;
  font-weight: normal;
  border-radius: 3px;
  color: #FFF;
  padding: 2px;
}
#xcart table td{
  width: 14%;
  padding: 5px;
}
#xcart table a{
  font-size: 12px;
}
.kosikTablePrehledContainer{
  margin-bottom: 10px;
}
.kosikCelkovaCena{
  margin-top: 10px; 
  margin-bottom: 10px;
  padding: 10px 0px 0px 0px;
  text-align: center;
  border-top: 1px solid #CCC;   
}
.kosikCelkovaCena span{
  text-align: center;
  width: 685px;
  margin: 0px auto;
  display: block;
}
.pagerBack{
  float: left;
  margin-left: 2px;
}
.kosikRight{
  float: right;
  margin-right: 2px;
}
.kosikPager input{
  height: 30px;
  line-height: 30px; 
  *line-height: 10px;
  line-height: 14px\9;   
  cursor: pointer;
}
#povinnePolozky{
  font-size: 12px;
  background: #666;
  padding: 5px;
  color: #FFF;
  border-radius: 3px;
}
.registraceTable{
  text-align: left;
  width: 685px;
}
#xcart .registraceTable td{
  text-align: left;
  width: auto;
  padding: 0px;
}
#xcart td.registraceTitle{
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}
#xcart .registraceTable td textarea{
  width: 674px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.registrace_povinne_popis{
  font-size: 12px;
  padding: 10px 0px 10px 0px;
  text-align: right;
  font-weight: bold;
}
.tableLoginForm{
  width: 300px;
  background-color: #888;
  padding: 5px;
  border: 1px solid #444;
  color: #FFF;
  font-size: 12px;
}
.tableLoginForm input{
  border: 1px solid #444;
  height: 20px;
  line-height: 20px;
}
.tableLoginForm input[type="text"]{
  width: 280px;
}
.tableLoginForm input[type="password"]{
  width: 280px;
}
.tableLoginForm input[type="submit"]{
  float: left;
  height: 25px;
  line-height: 25px;
  display: block;
  width: 120px;
  color: #FFF;
  background-image: url(/files/images/menu_top_texture.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  cursor: pointer;
}
.tableLoginForm input[type="button"]{
  float: left;
  height: 25px;
  line-height: 25px;
  display: block;
  clear: both;
  margin-top: 10px;
  width: 120px;
  color: #FFF;
  background-image: url(/files/images/menu_top_texture.png);
  background-repeat: repeat-x;
  background-position: 0 0;  
  cursor: pointer;
}
.buttonRegistrace{
  float: right;
  height: 30px;
  line-height: 30px;
}

#header_full{ position: absolute; top: 0px; left: 0px; height: 118px; width: 100%; background: url(/files/images/headf.jpg) repeat-x left top; }


/* Slideshow */
#slides{ position: absolute; top: 0px; right: 0px; height: 365px; width: 722px; z-index: 150; *z-index: -1; }
#slides a{ cursor: default; }
.slides_container{ position: absolute; width: 100%; }
.slides_control{ position: relative; text-align: center;     height: 365px !important;
    left: 0 !important;
    width: 100% !important;
 }
.slides_control a{ display: block; top: 0px; left: 0 !important; right: 0px; bottom: 0px; }	
.next{ position: absolute; top: 320px; right: 10px; height: 37px; width: 36px; background-image: url(/files/images/right_arrow.png); background-repeat: no-repeat; background-position: center center; font-size: 0px; cursor: pointer !important; z-index: 9999;}
.prev{ position: absolute; top: 320px; left: 10px; height: 37px; width: 36px; background-image: url(/files/images/left_arrow.png); background-repeat: no-repeat; background-position: center center; font-size: 0px; cursor: pointer !important; z-index: 9999; }
/* End of Slideshow */

#toggle_button1{
  position: relative;
  float: left;
  height: 30px;
  line-height: 30px;
  width: 100%;
  background-color: #C00;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  display: none;
  cursor: pointer; 
  border-radius: 3px; 
  margin-bottom: 10px;
}

#cz_flag{ position: absolute; top: 10px; right: 47px; height: 18px; width: 27px; display: block; background: url(/files/images/cz_flag.jpg) no-repeat 0 0; z-index: 500; }

#en_flag{ position: absolute; top: 10px; right: 10px; height: 18px; width: 27px; display: block; background: url(/files/images/en_flag.jpg) no-repeat 0 0; z-index: 500; }


button#modal-launch{
    background: none;
    border: none;
    cursor: pointer;
	padding: 0;
	box-shadow: none;
	display: block;
	width: 100%;
	margin-bottom: 1rem;
}

button#modal-launch p{
	margin-bottom: 0.25rem;
}
button#modal-launch a{
	display: block;
	padding: 0.25rem;
	color: white;
	background: #F00;
}
button#modal-launch a:hover{
	background: gray;
}	
.modal-content{
	border: none;
	border-radius: 0;
}

div.modal-header {
	border-radius: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ab8fa+0,2a83fa+100 */
	background: red;
}

div.modal-header .close{
	margin: 0 0 auto;
	border: 1px solid white;
	border-radius: 5px;
	padding: 0.4rem 0.7rem;
	color: white;
	opacity: 1;
	-webkit-transition: all 0.3s; 
	-ms-transition: all 0.3s;
    	transition: all 0.3s;    
}
div.modal-header .close:not(:disabled):not(.disabled):hover, 
div.modal-header .close:not(:disabled):not(.disabled):focus{
	opacity: 1;
	color: black;
	background: white;
}

.modal-dialog label {
    margin-bottom: 0.2rem;
}

.modal-dialog .modal-title{
	color: white;
	/* text-transform: uppercase; */
	font-size: 25px;
	font-weight: bold;
}

span.mandatory-star {
    color: #ff6d6d;
}

.modal-dialog .modal-body {
    background-color: #f5f5f5;
}

.modal-dialog .modal-body label{
	/* font-weight: bold; */
	font-size: 17px;
	color: black;
}

.modal-dialog .btn-primary{
	border: 1px solid red;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    	padding: 0.375rem 1.75rem; 

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6bc2ff+0,01a0ea+100 */
	background: red;
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
}


.modal-dialog .btn-primary:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2aa1fa+0,2a82fa+100 */
	background: gray;
}


.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid
{
    background-color: #ffdede;
}

.invalid-feedback, .form-text, small, .small {
    font-size: 15px;
}
