* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

body {
  background: #dedede;
  text-align: center;
  font-family: 'Tahoma CE', Tahoma, 'Arial CE', Arial, 'Helvetica CE', lucida, sans-serif;
  font-size: 72%;
  _font-size: 70%;
}

select, input, textarea, button {
  font-family: 'Tahoma CE', Tahoma, 'Arial CE', Arial, 'Helvetica CE', lucida, sans-serif;
  font-size: 102%;
}

#container {
  width: 950px;
  _width: 970px;
  text-align: left;
  border-top: 5px #231F20 solid;
  margin: 0 auto;
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}

h1 {
  display: block;
  width: 250px;
  height: 120px;
  float: left;
}

h1 span, .hide { display: none !important;}

h1 a {
  display: block;
  cursor: hand;
  width: 250px;
  height: 120px;
  background: url(../img/logo.jpg) no-repeat center center;
}

#flashcontent {
  width: 700px;
  height: 120px;
  float: left;
  /*background-color: #231F20;*/
  margin-bottom: 10px;
}

#copy {
  border-bottom: 5px #333333 solid;
  padding: 12px;
  font-size: 92%;
  color: gray;
}

#copy span {
  float: right; 
  color: gray;
}

#copy span a { color: gray; }

.clear {
  clear: both;
}

.mb10 {
  margin-bottom: 10px;
}

#topmenu {
  width: 950px;
  height: 38px;
  background: #231F20 url(../img/topmenulong.jpg) no-repeat center center;
  list-style-type: none;
}

#topmenu li {
  float: left;
  list-style-type: none;
}

#topmenu li a {
  display: block;
  padding: 12px;
  color: #dedede;
  text-decoration: none;
  font-weight: bold;
}

#topmenu .sel a {
  color: white;
  text-decoration: underline;
}

#topmenu li a:hover {
  background: #231F20 url(../img/topmenu2.jpg) repeat-x top;
  color: white;
}

#topmenu .first {
  margin-left: 10px;
}

p {
}

#sl1 {
  float: left;
  width: 220px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 1;
} 

#sl2 {
  float: left;
  width: 510px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 100;
} 

#sl3 {
  float: left;
  width: 160px;
  margin-top: 10px;
  margin-bottom: 10px;
} 

h3, h2 {
  padding: 10px;
  color: #ffffff;
  font-size: 112%; 
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgb(159,30,35);
  font-size: 102%; 
}

#sl1 h3 { padding-left: 12px; background: #231F20 url(../img/menul.jpg) no-repeat top center; }
#sl2 h2 { font-size: 142%; color: #A51E24; padding-left: 0 !important; }
#sl3 h3 { padding-left: 12px; background: #231F20 url(../img/menur.jpg) no-repeat top center; }

#sl2 h3 { font-size: 142%; color: black; border-bottom: 1px #dedede solid; padding: 0; margin-bottom: 10px; }

#sl1 p, #sl3 p {
  padding: 12px;
}

#kategorie ul {
  list-style-type: none;
  margin-bottom: 10px;
}

#kategorie ul a {
  padding: 5px;
  padding-left: 12px;
  background-color: silver;
  display: block;
  margin-top: 1px;
  _margin-bottom: -14px;
  text-decoration: none;
  color: #000000;
  border-bottom: 1px gray solid;
  font-weight: bold;
}
/* 1 */
#kategorie ul ul {
  _margin-top: 15px;
  margin-bottom: 1px;
  _margin-bottom: -0px;
}

#kategorie ul ul li a {
  padding-left: 20px;
  font-size: 92%;
  background-color: #dedede;
  border-bottom: 1px gray solid;
  font-weight: normal !important;
}
/* 2 */
#kategorie ul ul ul {
  _margin-top: 15px;
  margin-bottom: 1px;
  _margin-bottom: -0px;
}
/* 3 */
#kategorie ul ul ul li a {
  padding-left: 30px;
  font-size: 92%;
  background-color: #ededed;
  border-bottom: 1px gray solid;
  font-weight: normal !important;
}
/* 4 */
#kategorie ul ul ul ul li a {
  padding-left: 40px;
  font-size: 92%;
  background-color: white;
  font-weight: normal !important;
  border-bottom: 1px gray solid;
}
/* 5 */
#kategorie ul ul ul ul ul li a {
  padding-left: 50px;
  font-size: 92%;
  background-color: white;
  font-weight: normal !important;
  border-bottom: 1px gray dotted;
}
/* 6 */
#kategorie ul ul ul ul ul ul li a {
  padding-left: 50px;
  font-size: 92%;
  background-color: white;
  font-weight: normal !important;
  border-bottom: 1px silver dotted;
}
/* 7 */
#kategorie ul ul ul ul ul ul ul li a {
  padding-left: 60px;
  font-size: 82%;
  background-color: white;
  font-weight: normal !important;
  border-bottom: 1px silver dotted;
}

#kategorie ul a:hover {
  color: green;
  font-weight: bold;
}

#kategorie .sel {
  color: red;
  font-weight: bold;
}

a {
  color: rgb(135,193,40);
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: black;
}

.i_kontakt {
  background: url(../img/i_kontakt.jpg) no-repeat top;
}

.i_kosik {
  background: url(../img/i_kosik.jpg) no-repeat top;
}

.i_provozovatel {
  /*background: url(../img/i_provozovatel.jpg) no-repeat right top;*/
}

#sl2 p {
  margin-bottom: 10px;
}

.ramecek {
  border: 1px #dedede solid;
  background-color: #ededed;
  padding: 10px;
}

.cena {
  font-size: 172%;
  display: block;
  width: 160px;
  margin-left: 5px;
  margin-top: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  float: left;
  color: rgb(162,13,15);
}

.cena2 {
  font-size: 92%;
  display: block;
  width: 220px;
  margin-left: 10px;
  margin-top: 5px;
  text-align: left;
  float: left;
  color: white;
}

.cena span {
  font-size: 72% !important;
}

.usetrite {
  float: left;
  font-size: 172%;
  margin-left: 10px;
  margin-top: 20px;
  width: 90px;
  text-align: center;
}

.usetrite:first-line {
  color: gray;
  font-size: 82%;
}

table {
  font-size: 102%;
  margin-left: -2px;
  border: 0;
}

table td, table th {
  text-align: left;
  padding: 5px;
  border-bottom: 1px #dedede solid;
}

table td {
  background: white url(../img/td.jpg) repeat-x top center;
}

table th {
  background: white url(../img/th.jpg) repeat-x top center;
}

.vyprodej2 {
  border-bottom: 1px rgb(238,238,238) solid;
  border-right: 1px rgb(238,238,238) solid;
  background: url(../img/zbozi2.jpg) no-repeat left bottom;
}

.vyprodej2 img {
  
}

#kosik {
  width: 510px;
  height: 80px;
  background: url(../img/dokosiku.jpg) no-repeat top center;
}

.w250 {
  width: 250px;
}

.imgpravy {
  float: right;
}

.fl { float: left; }

.t250 table {
  width: 250px;
}

.vyprodej, .akce, .doporucujeme {
  background-color: silver;
  text-transform: uppercase;
  padding: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 10px;
}

.prvky span {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px #dedede solid;
  padding: 5px;
}

.prvky span img {
  vertical-align: middle;
  margin-right: 10px;
}

#cart {
  width: 510px;
  height: 60px;
  background: url(../img/cart.jpg) no-repeat top;
  
}

#cart span {
  width: 440px;
  _width: 455px;
  height: 30px;
  _height: 60px;
  padding: 21px 0px 15px 15px !important;
  _padding: 18px 0px 15px 15px !important;
  display: block;
  float: left;
}

#cart a {
  width: 55px;
  height: 55px;
  cursor: hand;
  display: block;
  float: left;
}

.mr10 {
  margin-right: 10px;
}

.zbozi {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px silver solid;
  border-right: 1px silver solid;
  background: url(../img/zbozi.jpg) no-repeat right top;
  width: 249px;
  _width: 250px;
  float: left;
  height: 150px;
}

.zbozi .span1 {
  float: left;
  width: 100px;
  margin-top: 10px;
  text-align: center;
}

.smaller {
  font-weight: 62%;
}

.zbozi .span2 {
  float: left;
  width: 128px;
  _width: 148px;
  padding-left: 20px;
}

.zbozi h4 {
  margin-top: 20px;
  margin-right: 20px;
  height: 60px;
  font-size: 82%;
}

.zbozi:hover * {
  color: black;
}

.gray { color: gray; }

#sl2 ol, #sl2 ul {
  margin-left: 20px !important;
}

.zbozi2 {
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px rgb(238,238,238) solid;
  border-right: 1px rgb(238,238,238) solid;
  background: url(../img/zbozi.jpg) no-repeat right top;
  width: 142px;
  _width: 163px;
  float: left;
}

.zbozi2 .span1 {
  width: 120px;
  text-align: center;
  height: 60px;
  display: block;
}

.zbozi2 .span2 {
  width: 120px;
  _width: 120px;
  padding-left: 0px;
  display: block;
  height: 40px;
}

.zbozi2 * {
  text-align: center;
  font-weight: normal !important;
}

.cssText, .fulltxtbox {
  border: 1px rgb(102,102,102) solid;
}

#msg {
  border: 1px rgb(255,215,0) solid;
  background-color: rgb(255,255,221);
  padding: 10px;
  margin-bottom: 20px;
}

.listbox {
  height: 400px;
  overflow: auto;
}

.ar {
  text-align: right !important;
}

.btn, .cssButton {
  padding: 5px 15px 5px 15px;
  border: 1px rgb(165,30,36) solid;
  background-color: rgb(255,255,221);
  font-weight: bold;
  color: rgb(165,30,36);
}

.btn:hover, .cssButton:hover {
  border: 1px gray solid;
  background-color: #ededed;
  text-decoration: underline;
}

.fulltxtbox {
  width: 100%;
  height: 60px;
  overflow: auto;
}

.btnBig {
  font-weight: bold;
  font-size: 102%;
  width: 150px;
  padding: 5px;
}

.aCenter {
  text-align: center !important;
}

#kategorie_zbozi h4 a {
  color: black !important;
  font-size: 122%;
}

img {
  /*background: url(../img/load.gif) no-repeat center center;*/
}

.hideinput input {
  display: none;
}

#strankovani {
  list-style-type: none;
  margin-left: 0 !important;
  
}

#strankovani li { float: left; }

#strankovani li a {
  display: block;
  padding: 3px;
  border: 1px silver solid;
  background-color: #ededed;
  margin-right: 3px;
  width: 25px;
  text-align: center;
}

#strankovani .mezera {
  display: block;
  padding: 3px;
  border: 1px white solid;
  background-color: #ffffff;
  margin-right: 5px;
  text-align: center;
}

#strankovani li a:hover {
  border: 1px rgb(0,0,128) solid;
  background-color: rgb(0,0,128);
  color: white;
  text-decoration: none;
}

#strankovani li .a {
  border: 1px rgb(0,0,128) solid;
  background-color: white;
}
