
* { margin:0; padding:0; }
img { border: 0; }
body { background: #ffffff url(../img/bg.jpg) repeat-x top; 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%;
}

.kosiknavbutactive{
   font-size: 120%;
   padding: 5px 5px 5px 5px;
   border: 1px solid #fd2c36;
   background-color: #feeaeb;
   font-weight: bold;
   cursor:pointer;
}

.kosiknavbutactive2{
   position:relative;
   top:-10px;
   font-size: 130%;
   padding: 5px 5px 5px 5px;
   border: 1px solid #fd2c36;
   background-color: #feeaeb;
   font-weight: bold;
   cursor:pointer;
   text-decoration:none;
   color:black;
}

.kosiknavbutactive2:hover{
   text-decoration:underline;
}

.kosiknavbutpassivea{
   font-size: 120%;
   border: 1px solid #d1d1d1;
   padding: 5px 5px 5px 5px;
   background-color: #ebebeb;
   cursor:pointer;
   text-decoration:none;
}

.kosiknavbutpassivea:hover{
   text-decoration:underline;
}

.kosiknavbutpassivea2{
   font-size: 100%;
   border: 1px solid #d1d1d1;
   padding: 5px 5px 5px 5px;
   background-color: #ebebeb;
   cursor:pointer;
   font-weight:normal;
   color:black;
   text-decoration:none;
}

.kosiknavbutpassivea2:hover{
   text-decoration:underline;
}

.kosiknavbutpassiveb{
   font-size: 120%;
   border: 1px solid #d1d1d1;
   padding: 5px 5px 5px 5px;
   background-color: #ebebeb;
}

table.kosikt{
	width:100%;
	border-collapse:collapse;
}
table.kosikt th{
	background: url('');
	background-color: #ebebeb;
	border-down:1px solid #d1d1d1;
}

table.kosikt td{
	background: url('');
	border-down:1px solid #d1d1d1;
}

table.kosikt td.cena{
	text-align:center;
	top:-5px;
}

.buttonobj{
   font-size: 150%;
   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);
   cursor:pointer;
}

.buttonobj:hover{
  border: 1px gray solid;
  background-color: #ededed;
  text-decoration: underline;
  color:#000000;
}

#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 #A61D23 solid;
  padding: 12px;
  font-size: 92%;
  color: gray;
}

#copy span {
  float: right; 
  color: silver;
}

#copy span a { color: silver; }

.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 {
}

#mainleft{
    float:left;
    width: 790px;
}

#sl1 {
  float: left;
  width: 220px;
  /*margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;*/
  margin:10px 30px 10px 0;
  z-index: 1;
} 

#sl2 {
  float: right;
  width: 510px;
  /*margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;*/
  margin:10px 30px 10px 0;
  z-index: 100;
} 

#sl3 {
  float: right;
  width: 160px;
  /*margin-top: 10px;
  margin-bottom: 10px;*/
  margin:10px 0 10px 0;
} 

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; }
#sl3 h2 { padding-left: 12px; background: #231F20 url(../img/menur.jpg) no-repeat top center; font-size:100%; }
#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: #ededed;
  display: block;
  margin-top: 1px;
  _margin-bottom: -14px;
  text-decoration: none;
  color: #000000;
  border-bottom: 1px silver solid;
  font-weight: bold;
}

#kategorie ul ul {
  _margin-top: 15px;
  margin-bottom: 1px;
  _margin-bottom: -0px;
}

#kategorie ul ul li a {
  padding-left: 30px;
  font-size: 92%;
  background-color: rgb(245,245,245);
  border-bottom: 0 !important;
  font-weight: normal !important;
}

#kategorie ul ul ul {
  _margin-top: 15px;
  margin-bottom: 1px;
  _margin-bottom: -0px;
}

#kategorie ul ul ul li a {
  padding-left: 50px;
  font-size: 92%;
  background-color: rgb(252,252,252);
  border-bottom: 0 !important;
  font-weight: normal !important;
}

#kategorie ul a:hover {
  color: rgb(166,29,35);
  font-weight: bold;
}

#kategorie .sel {
  color: rgb(166,29,35);
  font-weight: bold;
}

a {
  color: rgb(166,29,35);
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: black;
}

a.none{
	color:black;
	font-weight:normal;
	text-decoration:none;
}

a.none :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;
}

.kategorie {
  font-size: 102%;
  margin-left: -2px;
  border: 0;
  width:100%;
}

.kategorie td, table th {
  text-align: left;
  padding: 5px;
  border-bottom: 0px;
}

.kategorie td {
  background: none;
}

.kategorie th {
  background: none;
}

.kategorie2 {
  font-size: 102%;
  margin-left: -2px;
  border: 0;
  width:100%;
  border-collapse: collapse;
}

.kategorie2 td, table th {
  text-align: left;
  padding: 5px;
  border-bottom: 0px;
}

.kategorie2 td {
  background: white url(../img/td.jpg) repeat-x top center;
}

.kategorie2 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 {
  float: right;
}

#kosik {
  width: 510px;
  height: 80px;
  background: url(../img/dokosiku.jpg) no-repeat top center;
}

.w250 {
  width: 250px;
}

.cnt {
  text-align:center;
}

.lh180 {
  line-height:180%;;
}

.w480 {
  width: 480px;
}

.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: 450px;
  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: 7px;
}

.zbozi {
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 20px;
  border: 1px #d2d2d2 solid;
  background: url(../img/zbozi.jpg) no-repeat right top;
  width: 239px;
  _width: 240px;
  float: left;
  height:260px;
}

.zbozi .span3 {
  height:30px;
  text-align: left;
  border-bottom: 1px #d2d2d2 solid;
}

.zbozi .span1 {
  float: left;
  width: 100px;
  padding: 5px 10px 0px 0px;
  height:120px;
  text-align: center;
}

.zbozi .span2 {
  float: right;
  width: 118px;
  height:110px;
  padding: 15px 0px 0px 0px;
}

.zbozi .span2 img {
  padding: 0 5px 0 0;
}

.zbozi .doprava {
  color: #a61d23;
}

.zbozi .darek {
  padding: 5px 0px 0px 0px;
}

.zbozi .cena3 {
    font-weight: bold;
    font-size: 110%;
}

.zbozi .text {
    padding:0px 5px 0px 5px;
    float: left;
}

.zbozi .detail a{
  font-size: 110%;
  color: #000000;
  text-decoration:none;
  font-weight:normal;
  padding:5px 0 0 0;
  margin:0 0 0 10px;
  float:left;
  text-align:center;
  background-image:url(/img/detail2.gif);
  background-repeat:no-repeat;
  width:101px;
  height:27px;
}

.zbozi .detail a:hover{
  font-size: 110%;
  color: #000000;
  text-decoration:none;
  font-weight:bold;
  padding:5px 0 0 0;
  margin:0 0 0 10px;
  float:left;
  text-align:center;
  background-image:url(/img/detail2hover.gif);
  background-repeat:no-repeat;
  width:101px;
  height:27px;
}

.zbozi .koupit a{
  font-size: 110%;
  color: #ffffff;
  text-decoration:none;
  font-weight:normal;
  padding:5px 0 0 0;
  margin:0 10px 0 0;
  float:right;
  text-align:center;
  background-image:url(/img/koupit2.gif);
  background-repeat:no-repeat;
  width:101px;
  height:27px;
}

.zbozi .koupit a:hover{
  font-size: 110%;
  color: #ffffff;
  text-decoration:none;
  font-weight:bold;
  padding:5px 0 0 0;
  margin:0 10px 0 0;
  float:right;
  text-align:center;
  background-image:url(/img/koupit2hover.gif);
  background-repeat:no-repeat;
  width:101px;
  height:27px;
}

.zbozi h4 {
  margin-top: 0px;
  margin-bottom: 4px;
  margin-right: 0px;
  height:auto;
}

.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: 200px;
  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);
  cursor:pointer;
}

.btn:hover, .cssButton:hover {
  border: 1px gray solid;
  background-color: #ededed;
  text-decoration: underline;
  color:#000000;
}

.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;
}



.likebutton {
  padding: 5px;
  border: 1px rgb(44,42,43) solid;
  background-color: rgb(237,237,237);
  display: block;  
  width: 165px;
}



.aright {
  text-align: center;
}

.ac {
  text-align: center !important;
}
a.odkazdolni{
    text-decoration: none;
    font-size:90%;
    color:gray;
    font-weight:lighter;
}

span.zaregistrovat{
    font-size: 122%;
}

span.cesta{
    font-size: 90%;
}

p.obnova{
	font-size: 105%;
}

#cart_new a{
  background: url(../img/cart_new.jpg);
  background-repeat:no-repeat;
  width:170px;
  height:29px;
  text-decoration:none;
  color: #ffffff;
  font-weight:bold;
  font-size: 122%;
}

.aktualizuj_cenu, .cssButton{
	padding: 0px;
	border: 0px;
	background-color: #ffffff;
	color: rgb(166,29,35);
	font-weight: bold;
	text-decoration: none;
	font-size:80%;
	cursor:pointer;
}

.odebrat{
	padding: 0px;
	border: 0px;
	background-color: #ffffff;
	color: rgb(166,29,35);
	font-weight: bold;
	text-decoration: none;
	font-size:80%;
	cursor:pointer;
}

table.none{
	width:100%;
}

table.none td{
	background:#ffffff;
}

table.none th{
	border:0px;
	background:#ffffff;
}
