*{padding: 0; margin: 0;}

html, body {
    background: #ffffff;
    font: normal normal normal xx-small normal Sans-Serif;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background: url(imgs/mainBG.jpg) repeat-x;
    clear: both;
    height:auto !important;
}

a, a.hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #00516F;
}

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #00516F;
}

h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

img {border: 0; padding 0; margin 0;}

ul {
    padding: 0 0 0 0;
    list-style: none outside;
    width: 300px;
}

ol {
    padding: 0 0 0 0;
    list-style-position: inside;
}

hr {
    border: 4px white solid;
    margin-top: 3px;
    margin-bottom: 3px;
}

.headsp {
    height: 37px;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  
}

.head {
    height: 209px;
    width: 999px;
    margin-left: auto;
    margin-right: auto;
    background: url(imgs/bg_head.png) no-repeat;
}

.headtop {
    height: 50px;
    padding: 10px 0 0 40px;
    font-weight: bold;
    font-size: 12px;
    display: block;
    color: #00513C;
}

.headtop a, a.hover {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #00513C;
    text-decoration: none;
    padding-bottom: 5px;
}

.headright {
    width: 180px;
    height: 148px;
    float: left;
    display: block;
}

.kosik {
    width: 180px;
    height: 86px;
    background: url(imgs/kosikbg.png) no-repeat;
}

.kosik p {
    padding: 40px 0 0 15px;
    font-size: 14px;
}

.hledat {
    width: 180px;
    height: 62px;
    background: url(imgs/searchbg.png) no-repeat;
    text-align: center;
}

.hledat input, textarea, button {
    border: 1px black solid;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 1px 2px 1px 2px;
}

.pspacer {
    text-align: center;
    padding: 20px 0 2px 0;
}

.headtoptext {
    padding: 0 5px 0 5px;
    vertical-align: bottom;  
}

.container {
	width: 700px;
  float: left;
  margin: 0 40px 0 40px;
}

.folio_block {
}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:140px;	width: 700px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	border: 3px #fff solid;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(imgs/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}

.paging a {
	padding: 5px;
	text-decoration: none;
	color: #000;
}

.paging a.active {
	font-weight: bold; 
	background: #920000; 
	border: 1px solid #610000;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.paging a:hover {font-weight: bold;}

.linebutt {
    width: 995px;
    margin-left: auto;
    margin-right: auto;
    height: 37px;
    background: url(imgs/bg_butt.jpg) repeat-x;
    border-left: 2px #6a6868 solid;
    border-right: 2px #6a6868 solid;    
}

.obsahfrm {
    padding: 0 20px 10px 10px;
    width: 995px;
    height: auto;
}

.clear { 
  clear: both;
}

.hlavni {
  width: 995px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  border-left: 2px #6a6868 solid;
  border-right: 2px #6a6868 solid;
  padding-bottom: 20px;
}

.footer {
  width: 998px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 9px;
  color: #000000;  
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: url(imgs/bg-footer.png) no-repeat;
  padding-top: 25px;
  padding-bottom: 20px;
}

.footer a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 9px;
  color: #000000;  
}

.menufrm {
    width: 180px;
    height: inherit;
    background: url(imgs/menuBG.png) repeat-y;
    float: left;
}

.menuin {
    width: 160px;
    height: inherit;
    padding: 10px 5px 20px 10px;
    overflow: hidden;
}

.menubott {
    width: 180px;
    height: 9px;
    background: url(imgs/menuBGbott.png) no-repeat;
}

.menufrm a {
    font-size: 12px;
}

.innerfrm {
    width: 790px;
    margin-left: 5px;
    float: left;
}

.innerfrm a {
    color: #0e71aa;
}

.hlavnifrm {
    width: 575px;
    float: left;
    background-color: white;
    padding: 10px 0 0 0;
}

.newsfrm {
    width: 200px;
    display: block;
    float: left;
    background: white;
}

.aktualne {
    width: 185px;
    height: 34px;
    margin-left: auto;
    margin-right: auto; 
}

.novinky{
    width: 185px;
    background: #ffffff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px 10px 5px
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    overflow: hidden;
}

.novinkyin{
    width: 180px;
    background: #ddf5fe;
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    overflow: hidden;
}

.novinky h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #6b0303;
}

.novinkysp {
    background: url(imgs/nspacer.png);
    width: 185px;
    height: 12px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.novinkyspb {
    background: url(imgs/nspacerb.png);
    width: 185px;
    height: 13px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

}
.footerfrm {
    width: 1000px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    background: url(imgs/footBG.jpg) no-repeat;
}

.obsah {
    width: 730px;
    padding: 0 10px 10px 10px;
}

.menudiv {
    width: 200px;
    display: block;
    margin: 0 12px 0 0;
    float: left;
}

table.tabulka{
    width: 550px;
    border-collapse: collapse;
    padding-left: 10px;
    background: #efefef url("images/layout/table_bottom.gif") no-repeat bottom; 
    _background: #efefef url("images/layout/table_headerbg.png") no-repeat left top; /*Specialni pozadi pro muj oblibeny prohlizec :) */
    font-size: 12px;
}
    table.tabulka tr.header, table.tabulka tr.header:hover {
        height: 34px;            
        border: none;
        background: none;
        background: url("images/layout/table_headerbg.png") no-repeat;
    }
        table.tabulka tr.header td, table.tabulka tr.header th{
            color: navy;
            font-size: 12px;
            font-weight: bold;
            text-align: left;
            padding-left: 10px; 
            background: none;
        }
    table.tabulka tr:hover, table.tabulka tr.dark{
        background: #d9d9d9;
    }
    table.tabulka tr {
        background: none;
        font-size: 12px;
    }
    table.tabulka tr.nohover:hover {
        background: none;
        font-size: 12px;
    }
    table.tabulka tr.white{
        background: white;
    }
    table.tabulkaborder{
        border-bottom: 1px solid #d9d9d9;
        _border-left: 1px solid #d9d9d9;
        _border-right: 1px solid #d9d9d9;
    }
    table.tabulkaborder tr{
        border-left: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
    }
    
    table.tabulka a{
        color: black;
        text-decoration: none;
    }

input.dokosikutext{
    border: 1px solid #c5c5c5;
    width: 22px;
    height: 20px;
    display: block;
    float: left;
    text-align: right;
}
input.dokosikuimage{
    width: 27px;
    height: 24px;
    margin-left: 2px;
    margin-top: 1px;
    display: block;
    
}

.staracena {
   font-size: 12px;
   font-style: normal;
   text-decoration: line-through; 
}

.tree {
   font-size: 12px;
}

.tree a{
   color: black;
   text-decoration: underline;
}

.tree a hover{
   color: black;
}

td.vypis {
    padding: 5px 2px 2px 2px;
    vertical-align: top;
    text-align: center;
}

tr.vypis {
  border-bottom: 1px silver solid;
}

table.vyfukyvypisaut{
    border: 1px solid #d9d9d9;
    margin: 0 auto 0 auto;
    border-collapse: collapse;
    font-size: 12px;
    margin-bottom: 10px;;
    
}
    table.vyfukyvypisaut tr.first{
        background: #d9d9d9;
        
    }
    table.vyfukyvypisaut tr td{
        padding: 10px;
    }

.prodpopiscol a.obrazek{
    float: left;
    padding: 3px 3px 3px 3px;
}

td {
    vertical-align: top;
    padding: 3px 3px 3px 3px;
}

.prodszobrazit {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

