/********************************************************/
/*               CSS format WA demo 2.60                */
/********************************************************/

html, body, h1, h2, h3, h4, h5, h6, p, form, input, textarea, ul, li, address, hr {
   margin-bottom: 0px;
	margin-top: 0px;	
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: inherit;
}

textarea
{
	font-size: 12px;
	color: #000;
	background-color: white;
	margin-bottom: 10px;
}

html, body {
	background: #fff;
	text-align: justify;
	font-size: 82%;
}

p {
  	margin: 10px 0;
	text-align: justify;
	font-size: 1em;	
}

hr {
	height: 0px;
	background: inherit;
	border: 0;
	border-bottom: 1px solid #EAF2F8;
	clear: both;
	margin: 5px 0px;
	padding: 0px;
}

.vsechna_velka{
	font-variant: small-caps;
}

.preskrtnute{
	text-decoration: line-through;
}

.zbvyrazneny{
	background-color: Silver;
	color: inherit;
}

.flL {
	float: left;
	margin: 0px 10px 10px 0px;
}


/*----------------- definice tagu se zvlastním významem ------------------*/

PRE, xmp {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: .95em;
}
 blockquote {
 	background: #EAEAEA;
	color: inherit;
	border: 1px solid #008C6F;
	margin: 0;
	padding: 24px 12px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
 }

acronym, abbr {
	border-bottom: 1px dotted #008C6F;
	cursor: help;
} /* acronym - napr. content managmant system; Abbr - napr. CMS*/  

/*-----------------definice nadpisu ------------------*/

H1, H2, H3, H4,  H5,  H6 {
	color: black;
	background-color: inherit;
}

H1 {	
      margin-bottom: 10px;
		margin-top: 5px;
		font-size: 1.5em;
	}

H1.link a {
	font-size: 0.8em;
}

H2 {	
      margin-top: 15px;
      margin-bottom: 5px; 
		font-size: 1.4em;
		padding-top: 0px;
}

H3, caption {	
      margin-bottom: 10px;
		font-size: 1.2em;
		padding-top: 10px;
		 margin-top: 15px;
}

H4 {	
		font-size: 1.1em;
		color: #006535;
	background-color: inherit;	
}

H5 {	
		font-size: 1em;
		padding-top: 10px;	
}

H6, address{	
		font-size: 1em;
		padding-top: 0px;
		font-weight: normal;
}

/*-----------------definice seznamu ------------------*/

ul {
	margin-top: 0px;
	margin-bottom: 15px;
}

li {
	line-height: normal;
	font-size: 1em;
}


ul.odrazka_kruh li {
	list-style-type: circle;
}

ul.odrazka_ctverecek li {
	list-style-type: square;
}

ul.odrazka_puntik li{
	list-style-type: disc;
}

/*-----------------definice odkazu ------------------*/

a {
	text-decoration: none;
	color: #0A4699;
	background-color: inherit;
		
}

a:hover {
	text-decoration: underline;
	color: #2863B5;
	background-color: inherit;
}


/*-----------------definice formularu ------------------*/

form {
	margin: 0px 0px 0px 0px;
	border: 0px;
}	

label {
	color: black;	
	background-color: inherit;
}

fieldset {
	border: 0px;
}

/*-----------------definice tabulek ------------------*/

table, th, td {
	font-size: 1.0em;
  }

td {
	vertical-align: top;
}

/* >> tabulka barevne ohraniceni------------------*/

.tabulka, .tabulka th, .tabulka td {
	border: 1px solid white;
   border-collapse: collapse;
   padding: 1px 5px 1px 5px;
	background: #F2F2F2;
	color: inherit;
	line-height: 20px;
  }
  
  .tabulka_seznam td
  {
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;	
	padding: 1px 5px 1px 5px;
	background: #F2F2F2;
	color: inherit;
	line-height: 20px;
  }

  .tabulka_seznam tr.suda td {
  	background: #EAF2F8;
  	
	color: inherit;
  }
  
.tabulka th {
  	background: white;
	color: inherit;
  }
  
  .tabulka_seznam td {
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 5px;
  }
  
  .tabulka td.pics, .tabulka_seznam td.pics, .tabulka_seznam tr.suda td.pics {
  	background: White;
	color: inherit;
  }
  
  .tabulka_seznam td.pics
  {
	line-height: 5px;
  }
  
  .tabulka_seznam td.cena,.tabulka_seznam td.cenax {
  	text-align: center;
	padding-top: 5px;
  }
  
  .tabulka_seznam td.cenaKosik {
  	width: 80px;
  }
  
   .tabulka_seznam td.cena img,.tabulka_seznam td.cenax img {
   	margin-top: 3px;
		margin-bottom: 5px;
   }

  .tabulka_seznam td.porovnej {
  	 	text-align: center;
		padding-bottom: 5px;
  }
  
   .tabulka_seznam td .porovnej_check {
  	float: left;
  }
  
     .tabulka_seznam td.cena label {
   	font-size: 0.85em;
		margin-top: 5px;
		float: left;
   }
   
   .tabulka_seznam td.cenax label {

	
   }
  
	.tabulka_seznam td.porovnej {
		text-align: center;
	
	}
  
/* >> tabulka barevne ohraniceni------------------*/
  
.tabulka_bez, .tabulka_bez th, .tabulka_bez td {
	border: 0px;
   border-collapse: collapse;
   padding: 1px 5px 1px 5px;
  }

.tabulka_bez th {
  	background: transparent;
  }

/* >> tabulka barevne ohraniceni, podklad------------------*/
  
.tabulka_bgcol, .tabulka_bgcol th, .tabulka_bgcol td {
	border: 1px solid #D6B175;
	background-color: #650100;
	color: inherit;
   border-collapse: collapse;
   padding: 1px 5px 1px 5px;
  }

.tabulka_bgcol th {
  	background: #D6B175;
	color: inherit;
  }
  
  
.liche_tr{
  	background: #AE2928;
	color: inherit;
  }

/*-----------------definice obrazků ------------------*/


.obrazek_1px{
	border: 1px solid #ADADAD;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}  
    
.obrazek_3px{
	border: 3px solid #ADADAD;
}  

.obrazek_5px{
	border: 5px solid #ADADAD;
}  
  

  
/*-----------------definice floatování ------------------*/

.floatleft {
	float: left;
	margin: 0  10px 0 0;
}
.floatright {
	float: right;
	margin: 0  0 0 10px;
}
.floatrightimgbr {
	float: right;
	margin: 0  0 0 10px;
	border: 1px solid #008C6F;
}

/*-----------------definice ohraniceni obrazku ------------------*/

img {
	border: 0;
}

table.AdressInput
{
}
table.AdressInput th
{
	text-align: left;
	padding-left: 5px; 
	font-weight: bold;
	background-color: #f2f2f2;
	color: inherit;
	border: 1px solid #ffffff;
	height: 20px;
}
table.AdressInput td
{
	text-align: left;
	padding: 2px 0px 2px 5px; 
	background-color: #eaf2f8;
	color: inherit;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;	
	vertical-align: top;
}
table.AdressInput td img
{
	text-align: left;
	margin: 2px 3px 0px 0px;
	vertical-align: top; 
}


/*---------------- GE Money ------------------------*/

#gemoney h1{
	background-image: url(/images/hc.gif);
	background-repeat: no-repeat;
	padding-top: 100px;
}

#gemoney h1,
#gemoney h2,
#gemoney h3,
#gemoney h4 {
	color: #FE0000;
}

#gemoney h3 {
	font-size: 1.1em;
	font-weight: normal;
}

#gemoney h4 {
	font-size: 1em;
	font-weight: normal;
}

#gemoney li
{
	color: #000;
}

ol.odrazka_roman li {
	list-style-type: upper-roman;
}

#gemoney dl,
#gemoney dt,
#gemoney dd {
	margin: 0px;
	padding: 0px;
}

#gemoney .table {
	margin-top: 5px;
	padding: 4px 7px;
	background: #ebeef6;
}

#gemoney dt {
	width: 100px;
	float: left;
}

#gemoney ol,
#gemoney ul {
	margin: 0px;
	padding-left: 20px;
	font-weight: normal;
}

#gemoney ol.red li {
	margin-top: 3px;
	color:	red;
}

#gemoney .hide {
	display: none;
}

#spec_marks_list {
	background-color: #FFF;
	padding: 20px;
	text-align: left;
}

#spec_marks_list .line {
	padding: 10px;
}

#spec_marks_list .eve {
	background-color: #EEE;
}

#spec_marks_list .nolink {
	background-color: orange;
}

#spec_marks_list eve.nolink {
	background-color: #c78100;
}

#spec_marks_list .nologo {
	background-color: #F00;
	color: #fff;
}

#spec_marks_list .nologo a {
	color: #fff;
}

#spec_marks_list .eve.nologo {
	background-color: #c70000;
}

#spec_marks_list .logo {
	width: 350px;
	float: left;
}

#spec_marks_list .name {
	width: 300px;
	float: left;
}

#spec_marks_list .link {
	width: 400px;
	float: left;
}