/*-- common elements ---------------------------------------------------------*/
html {
	padding: 0px;
	margin: 0px;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  text-align: center;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
}

a {color: #000;  text-decoration: none;}
a:active {color: #000; text-decoration: none}
a:visited {color: #000; text-decoration: none}
a:hover {color: #000; text-decoration: none}


/*-- nadpisy --*/
h1 {
  margin: 10px;
  padding: 0px;
  font-size: 1.2em;
}

h2 {
  margin: 10px;
  padding: 0px;
  font-size: 1.1em;
}

h2.akce {
  margin: 0px;
  padding: 0px;
  line-height: 1.0;
  font-size: 1.0em;
}

h2.akce a {
  margin: 0px;
  padding: 0px;
}

h2.akce a:hover {
  text-decoration: underline;
}

h2.home {
  margin: 0px;
  padding: 0px;
  font-size: 1.2em;
  font-weight: bold;
}

h3 {
  margin: 0px;
  padding: 10px 0px;
  font-size: 1.15em;
}

h3.register {
  margin: 0px;
  padding: 10px 0px 10px 20px;
  font-size: 1.0em;
}

h4 {
  margin: 0px;
  padding: 0px;
  font-size: 1.0em;
}

h5 {
  margin: 0px;
  padding: 0px;
  font-size: 1.0em;
}

h5.registration {
  margin-left: 20px;
  padding: 0px;
  font-size: 1.0em;
}	
h6{
display: none;
}
/*h6 {
  margin: 5px;
  font-size: 1.0em;
  font-weight: 400;
}*/

/*-- images --*/

img { border: 0px; margin: 0px; padding: 0px; }

img.left {
  float: left;
  margin: 0px 10px 0px 0px;
  padding: 0px;
}

img.right {
  float: right;
}

img.rightSupport {
  display: block;
  float: right;
  margin-left: 10px;
}

img.center {
  margin-left: auto;
  margin-right: auto;
}

/*-- seznamy --*/

ul, ol{
 margin: 0px;
 padding: 0px;
}

p {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  text-align: justify;
}

#contentRight p.register {
  width: 530px;
  margin: 10px 15px 20px 0px;
  text-align: justify;
}

div {
  margin: 0px;
  padding: 0px;
}

span {
  margin: 0px;
  padding: 0px;
}

strong {
  font-weight: bold;
}

abbr {border-bottom:1px dashed;cursor:help}
acronym {border-bottom:1px dashed;cursor:help}
code {font-family: courier, monospace;border:1px solid #cccccc;background-color:#ffffcc;padding-left:1px;padding-right:1px}
dfn {font-style:normal;border-bottom:1px dashed;cursor:help}
kbd {padding:0px 1px 0px 1px;border-width:1px 2px 2px 1px;border-style:solid}
samp {font-family: courier, monospace;border:1px solid #cccccc;background-color:#ccffcc;padding-left:1px;padding-right:1px}

table {font-size:1.0em}

blocquote {
  margin: 5px;
}

hr {
  width: 100%;
  height: 1px;
  font-size: 1px;
  border: 1px solid #c4c4c4;
}

/*-- formulářové prvky --*/

form {
  margin: 0px;
  padding: 0px;
}

fieldset {
  border: 0px solid #979797;
  padding: 10px 0px 20px 0px;
  margin: 5px 15px;
}

legend {
  color: #979797;
  font-weight: 800;
  margin-bottom: 0px;
}


input {
  vertical-align: bottom;
  border: 1px solid #D4D4D4;
}

input.text {
  width: 120px;
}

input.qSearch {
  width: 120px;
  margin: 0px;
}


input.short {
  width: 23px;
  padding: 0px 4px 0px 0px;
  text-align: right;
}

input.searchSubmit {
  width: 21px;
  height: 21px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  vertical-align: bottom;
  border: 0px solid;
}

input.loginSubmit {
  width: 20px;
  color: black;
}

input.searchFormSubmit {
  width: 120px;
  margin: 10px 0px;  
  border: 1px solid #000;
  font-weight: 800;
  font-size: 1.2em;
}

input.formSubmit {
  width: 120px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid #000;
  font-weight: 800;
  font-size: 1.1em;
}

input.formSubmitLogin {
  width: 120px;
  border: 1px solid #000;
  background: none;
  font-weight: 800;
  font-size: 1.2em;
}

input.formSubmitAkce {
  width: 22px;
  height: 22px;
  border: none;
  cursor: pointer;
}

input.formEmailSubmit {
  width: 110px;
  border: 1px solid #000;
  font-weight: 800;
  font-size: 1.1em;
}

input.formCartSubmit {
  width: 70px;
  border: 1px solid #000;
  font-weight: 800;
  font-size: 1.1em;
}

input.formCartSubmit2 {
  width: 130px;
  border: 1px solid #000;
  background: none;
  font-weight: 800;
  font-size: 1.1em;
}

input.formCartSubmit3 {
  width: 200px;
  border: 1px solid #000;
  font-weight: 800;
  font-size: 1.1em;
}

input.formRegSubmit {
  width: 150px;
  font-weight: 800;
  background: none;
  border: 1px solid #000;
  font-size: 1.1em;
}

input.formRegSubmit2 {
  width: 160px;
  border: 1px solid #000;
  font-weight: 800;
  font-size: 1.1em;
}

input.formAccountSubmit {
  display:none;
  width: 80px;
  border: 1px solid #000;
  font-weight: 800;
  font-size: 1.1em;
}

input.radio {
 border: none;
  background: none;
}

select {
  border: 1px solid #000;
  font-size: 1.0em;
}

/*-- tabulky --*/

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  0.95em;
	font-weight: normal;
	color: #000;
	text-align: left;
}

table p{
  margin: 0px;
  padding: 0px;
}

table tr.odd{
  background-color: #ffffff;
}

table tr.oddNone{
  background-color: #f4f4f4;
}

table.product {
  width: 280px;
  margin: 5px 0px 5px 10px;
  border: 1px solid #000;
}

table.productAkce {
  width: 256px;
  margin: 8px 0px 0px 13px;
  padding: 0px;
}

table.productAkce td.akce {
  width: 185px;
}

table.productAkce img {
  margin: 10px 0px 0px 0px;
  padding: 0px;
}

table.productAkce td.img {
  margin: 0px;
  padding: 0px;
}

table.cart {
  margin: 0px 0px 10px 20px;
}

table.cart tr {
  margin: 2px 0px;
}

table.search {
  margin: 5px 10px 5px 15px;
  padding: 0px;
  font-size: 0.9em;
}

table.registration {
  display: inline;
  width: 240px;
  float: left;
  margin: 5px 10px 5px 0px;
  padding: 0px;
  font-size: 0.9em;
}

table.account {
  margin: 5px 10px 5px 0px;
  padding: 0px;
  font-size: 0.9em;
}

table.accountSubmit {
  margin: 5px 0px 5px 130px;
}

td {
  padding: 5px 2px;
}

li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

li.priceList {
  display: block;
  float: left;
  width: 185px;
  margin: 2px 0px;
}

li.searchBottom {
  display: block;
  float: left;
  width: 158px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

li.forgot {
  display: block;
  float: left;
  width: 140px;
  padding: 5px 0px 5px 10px;
  font-size: 0.9em;
}


li.grey{
  list-style-type: none;
}

.price {
  font-size: 11px;
  font-weight: bold;
}

.actionPrice {
  font-size: 11px;
  font-weight: bold;
}

.oldPrice {
  font-size: 11px;
  font-weight: bold;
  text-decoration: line-through;
}

#cartDetail {
  width: 564px;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-spacing: 0px;
}

#cartDetail thead{
  color: white;
  font-weight: 800;
}

#cartDetail td {
  border-bottom: 1px solid #0000;
}

/*------ common class --------------------------------------------------------*/
.left {
  text-align: left;
}

.left2 {
  text-align: left;
  margin-left: 20px;
}

.left3 {
  margin: 20px 0px 0px 20px;
}

.right {
  text-align: right;
}

.right2 {
  text-align: right;
  margin-right: 20px;
}

.rightCart {
  text-align: right;
  margin-right: 30px;
}

.center {
  text-align: center;
}

.greyRight {
  float: right;
}

.block {
  text-align: left;
  padding-left: 10px;
}

.none {
  margin: 0px;
  padding: 0px;
  border: 0px solid;
}

.break {
  visibility: hidden;
  width: 100px;
  clear: both;
  height: 0px;
  font-size: 0px;
}

.breakPrint{
  display: none;
}

.error {
  font-weight: bold;
  list-style-type: none;
  font-size: 0.9em;
}

ul.error {
  width: 90%;
  font-weight: bold;
  list-style-type: none;
  font-size: 0.9em;
  border: 1px dotted #000;
}

.green {
  font-weight: bold;
}

.orange {
  font-weight: bold;
}


/*------ related elements ----------------------------------------------------*/

/*------ specific elements ---------------------------------------------------*/
/*-- layout --*/

#page {
	width: 760px;
	padding: 0px;
	text-align: left;
}

#top{
  height: 83px;
  margin: 0px;
  padding: 0px;
}

#topLeft {
  margin: 0px;
  padding: 0px;
}

#topRight {
  display: none;
}

#content {  
  margin: 0px;
  padding: 0px;
  text-align: left;
}

#contentRight {
  width: 564px;
  margin: 0px;
  padding: 0px;
}

#contentRight p a {   
   text-decoration: underline;
}

#contentRight ul {
  margin: 0px 0px 10px 30px;
  padding: 0px;
  text-align: justify;
  display: block;
}

#contentRight ul.detail {
  list-style-type: none;
  margin: 0px 20px 20px 30px;
  padding: 0px;
  text-align: left;
  display: block;
}

#contentRight ul.detail span{
  vertical-align: bottom;
}

#contentRight ul li a {
  margin: 0px;
  padding: 0px 0px 0px 20px;
  font-weight : normal;
  font-size: 1em;
  text-decoration : none;
}
    
#contentRight ul.subcat li{
  display: none;
}

#contentRight #servicePanel #qSearch {
  display: none;
}
#contentRight #servicePanel {
  display: none;
}

#contentRight #servicePanel ul.tools {
  display: none;
}

#contentRight #servicePanel #loged {
  margin: 0px;
  padding: 10px 0px 0px 15px;
  border-top: 1px solid #000;
}

#contentRight #servicePanel #loged .logedLeft {
  float: left;
  width: 280px;
}

#contentRight #servicePanel #loged .logedRight {
  display: inline;
  float: left;
  width: 220px;
  margin-left: 10px;
}

#contentRight #servicePanel #loged .logedRight ul {
  margin-bottom: 10px;
}

#contentRight #servicePanel #loged .logedRight ul li {
  margin: 0px;
  padding: 0px;
  border: 1px solid #fff;
}

#contentRight #servicePanel #nav {
  margin: 0px;
  padding: 2px 0px 2px 0px;
  color: #313131;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display:none;
}

#nav a {color: #000; text-decoration: underline;}
#nav a:active {color: #000; text-decoration: underline;}
#nav a:visited {color: #000; text-decoration: underline;}
#nav a:hover {color: #000; text-decoration: underline;}

#contentRight ul.regType{
  margin-top: 25px;
}

#contentRight ul.regType li{
  display: inline;
  margin: 0px 20px 0px 0px;
}

#contentRight .contactBox {
  display: inline;
  float: left;
  width: 265px;
  margin: 0px 10px 0px 0px;
}

#contentRight .contactBox img{
  padding: 2px;
  border: 1px solid #aaa;
}

#contentRight .contactTextContact {
  margin: 0px 10px 0px 20px;
}

#contentRight .contactText {
  width: 520px;
  display: inline;
  float: left;
  margin: 0px 10px 0px 20px;
}

#contentRight .contactText p {
  width: 230px;
}

#contentRight .contactText p.register2 {
  margin: 10px;
  width: 510px;
}

#contentRight .contactText p.register3 {
  margin: 10px;
  width: 230px;
}

#contentRight .contactText ul{
  margin: 10px 0px 10px 25px;
}

#contentRight .contactText ul li{
  list-style-type: disc;
}

#contentRight .gallery{
  display: inline;
  float: left;
  margin: 10px 0px 10px 12px;
}

#contentRight .gallery img{
  margin: 0px;
  padding: 1px;
  border: 1px solid #aaa;
}


#contentRight .productsBox {
  width: 100%;
  overflow: hidden;
}

#contentRight div.product {
  float: left;
  display: inline;
  width: 300px;
  margin: 5px 0px; 
}

#contentRight div.productAkce {
  float: left;
  display: inline;
  width: 282px;
  height: 196px;
  margin: 0px;
  padding: 0px;
  font-size: 0.9em;
}

#contentRight div.productAkce .productInfo {
  width: 145px;
  margin: 0px;
  margin-left: auto;
  padding: 0px;
  text-align: left;
}

#contentRight div.productAkce .productInfo .anotace {
  height: 75px;
}

#contentRight div.productIn {
  padding: 5px;
}

#contentRight #infoHome {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

#contentRight #infoHome .infoBox {
  display: inline;
  float: left;
  width: 257px;
  margin: 0px 0px 0px 15px;
  padding: 0px;
}

#contentRight #infoHome .infoBox p{
  margin: 5px 0px;
}

#contentRight .register {
  margin: 0px;
  padding: 20px 0px 0px 20px;
  text-align: left;
}

#contentRight .listing {
display:none;
  height: 34px;
  margin: 0px;
  padding: 0px;
}

#contentRight .listing p.left {
  display: none;
  float: left;
  margin: 0px 10px;
  padding: 10px 0px 0px 0px;
  text-align: left;
  text-decoration: none;
}

#contentRight .listing p.right {
  display: none;
  float: right;
  margin: 0px 10px;
  padding: 10px 0px 0px 0px;
  color: #007CC3;
  text-align: right;
  text-decoration: none;
}

#contentRight .listing p.right a{
display: none;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#contentRight a.detailMarker {
 margin: 0px;
 padding: 0px;
 color: gray;
 background: none;
}

#contentRight a.detailMarker:hover {
 margin: 0px;
 padding: 0px;
 background: none;
}

    
#contentBottom {
  display:none;
  height: 0px;
  margin: 0px;
  padding: 0px;
}

#contentLeft {
  display: none;
}

#bottom{
  display: none;
  margin: 0px 0px;
  padding: 20px 0px 20px 0px;
  border-top: 2px solid #000;
}

#bottom p {
display: none;
  float: left;
  margin: 0px;
  padding: 0px;
  font-size: 0.9em;
}

#bottom p a {margin: 0px;padding: 0px;}
#bottom p a:hover {margin: 0px;padding: 0px;text-decoration: underline;}

#bottom #auth {
  margin: 0px;
  padding: 0px;
  float: right;
}


#auth a {text-decoration: none}
#auth a:active {text-decoration: none}
#auth a:visited {text-decoration: none}
#auth a:hover {text-decoration: underline}

#licence {
  display: block;
  width: 450px;
  margin: 10px 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px;
  border: 1px solid silver;
}

#licence p.print {
  float: right;
}

#licencetop {
  width: 450px;
  float: left ;
  margin: 5px 0px 0px 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px;
}

#licencetop p.top{
  float: left;
  color: #C8C8C8;
  font-size: 0.8em;
  padding-top: 5px;
  padding-left: 5px;
}
#licencetop li {
  display: inline;
  list-style-type: none;
}

#licencetop a {
  float: left;
  width: 240px;
  height: 80px;
}


#licencebottom {
  width: 165px;
  height: 19px;
  float: right;
  margin: 0px 0px 20px 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px 0px 0px;
  text-align: left;
}

#licencebottom .text{
  float: left;
  padding-top: 2px;
}

#licencebottom {
  display: inline;
  list-style-type: none;
}

#licencebottom a {
  float: right;
  width: 100px;
  height: 19px;
}

#licencebottom a:hover {
  width: 100px;
  height: 19px;
}
#topMenu{
  display: none;
}
#panelRight{
  display: none;
}
#prepinani{
  display: none;
}
#prihlaseni{
  display: none;
}
#kosicek{
  display: none;
}
#eutisk{
font-size: 10px;
color: black;
}

input.formSubmitAkcek1 {
  height:20px;
  margin-left:3px;
  /*margin-top: -5px;*/
  /*margin-bottom:6px;*/
  _margin-top: -2px;
  width: 65px;
  border: none;
  cursor: pointer;
  background-image: url(../images/dokosiku.gif);
  background-color: #d62859;
 
}
.select1 {
  border: 1px solid #e4e4e4;
  font-size: 1.0em;
  margin-left: 124px;
}
.subcat{
display: none;
}
.filter{
display: none;
}
input.formSubmitAkcek {
  height:20px;
  margin-left:-2px;
  margin-bottom:1px;
  width: 65px;
  border: none;
  cursor: pointer;
  background-image: url(../images/dokosiku.gif);
  background-color: #d62859;
 
}
