* {
  margin:0;
  padding:0;
}

body {  
  background:#ffffff;
  font-family: Arial,Helvetica,sans-serif,Tahoma;
  width: 100%;
  font-size: 1em;
}

@media screen and (max-width:800px) { 
    body {        
        font-size: 1.2em;
        width: 640px;
    } 
}


@media screen and (min-width: 800px) { 
    body {
        max-width: 1000px;
    } 
}


a.logo {
  text-decoration: none;
}

a.logo img {
  border: 0;
}


h1 {
  border-bottom: thin solid #E6E6E6;    
  font-size: 155%;
  font-weight: normal;
  margin: 0.4em 0 0.1em;    
}

h1 span {
  display: block;
  font-size: 55%;
}

h2 {
  font-size: 115%;  
  margin: 0.4em 0 0;    
}


#seznamShopWrap {  
  margin: 0 auto;
  padding: 0.5em 0;
  width:95%;
  text-align: left;
}

#seznamShopWrap table {
  width:100%;
  font-size: 100%;
  border-collapse: collapse;
  
}

tr.head th, tr.head td, .foot td {
  background:#F9F9F9;
  border-bottom: thin solid #000000;
  border-top: thin solid #000000;
  padding: 0.1em;
  font-size: 105%;
}


.tbody td {
  padding: 0.1em;
  vertical-align: middle;
}



.tbody td {
  border-bottom: thin solid #a0a0a0;
}

.tbody .noBbor td {
  border-bottom: 0;
}

.tbody td.bor, .tbody .noBbor td.bor {
  border-bottom: thin solid #000000;
}

.tbody .noHei td {
  padding:0;
}

.tbody td.notetd {
  font-size: 85%;
}

.tbody tr.buyed {
  color:#A0A0A0;
}

.tbody tr.buyed img {
  opacity:0.3;
  filter:alpha(opacity=30);
}


input[type=checkbox] {
  display: inline-block;
  font-size: 0.75em;
  line-height: 0.75em;
  width: 1.5em;
  height: 1.5em;   
  vertical-align: text-top;
  /*width:20px;
  height:20px; */
  -webkit-transform: scale(2); 
}







.alLeft {
  text-align: left;
}

.alRight {
  text-align: right;
}

.alCenter {
  text-align: center;
}

.nows {
  white-space: nowrap;
}

.cleaner {
  display: block !important;
  clear: both !important;
  height: 0px !important;
  line-height: 0px !important;
  overflow: hidden !important;
  border:0 none !important;
  background:none transparent !important;
}
