﻿/* ----------- reset css ---------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {/* to je od nas pro redakci*/
	font-family : Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	font-size: 80%;
	height: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;	
}
sup{vertical-align: super;font-size: smaller;}
sub{vertical-align: sub;font-size: smaller;}
ul {
	list-style: disc;
}
ol{
    list-style: outside none decimal !important;
	margin-left:20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------------- nase nastaveni pro main ( co je treba pro redakci atd.) ---*/
html{height: 100%;}
body {
	font-family: Arial,"Helvetica CE",Helvetica,sans-serif;
	color: #0f2445;
	background-color: #FFF;
	font-size: 80%;
	height: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;	

}
body.myBody{
    text-align: center;
    background: #b2d46e url("../images/podklad-body.jpg") center top no-repeat;     
     }

table{
	font-size: 100%;
	border-collapse: collapse;
	border: 1px solid #d55178;
	margin: 15px 0;
}


td,th {
	color: #444444;
	font-family: Arial,"Helvetica CE",Helvetica,sans-serif;
	margin: 0px;
	padding: 3px 5px;
	border-right: 1px solid #d55178;
}
th {
	font-weight: bold; color: #d65376;
	border: 1px solid #d55178;
}
tr.jedna td {background: #fefcfd;}
tr.dva td {background: #fcf1f4;}

table.datatable {border: 0px;}
table.datatable th {border: 0px;}
table.datatable td {border: 0px;}

form{
	display:inline;
}
textarea, select{
	font-family: Arial,"Helvetica CE",Helvetica,sans-serif;
	font-size: 1em;
	border:none;
	background-color: #fff;
	border: 1px solid #a5acb2; 
 }
 
fieldset{
	padding: 1em;
	border: 0px;
	background: #f0f7e3;
	margin-top: 20px;
}
legend {
  color: #fff;
  background: #b4d673;
  padding: 4px 7px;
  width:100%;
  
  }
.firmudaj legend:hover,.adresat legend:hover{cursor:pointer;}
.firmudaj legend,.adresat legend{
	width:100%;
	background-image: url('/images/openArrows.png');
	background-repeat: no-repeat;
	background-position:140px 13px;
}
.firmudaj legend.sipka,.adresat legend.sipka{
	width:100%;
	background-image: url('/images/closeArrows.png');
	background-repeat: no-repeat;
	background-position:140px 13px;
}
  
ul{
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
li {
	padding: 0px;
	margin: 0px;
	
}

p {
	margin: 0em;
	padding: 0em;
	margin-top: 5px;
	padding-right: 5px;	
}

img {
	border: 0px; 
	padding: 0px; 
	margin: 0px;
}


/* --------------- Odkaz ----------------------- */
a:link, a {
 	color: #7b9b3b;
 	text-decoration:underline;
}
a:visited{color: #7b9b3b;}
 
a:hover, a:active, a:focus  {
	color: #d55178; text-decoration: none;
}
 

/* ------------------ nadpisy ------------------ */
h1,h2,h3,h4,h5,h6{
	padding:0px;
	margin:0px;	
}

h1 {font-weight:bold;font-size:1.8em;margin:10px 0;}
h2 {font-size:1.6em;padding:10px 0 0px 0;margin-top:10px;}
h3 {font-weight:bold;font-size:1.4em;padding:5px 0 5px 0;margin-top:10px;}
h4 {font-weight:bold;font-size:1.2em;padding:5px 0 0 0;margin-top:10px;}
h5 {font-weight:bold;padding:0;margin-top:10px;}

/* ---------------------------formulare----------------------- */ 
fieldset {
  border:1px solid #dddddd;
  background-color:#fff;  
  padding:8px;
  margin-top:15px;
  
}

legend {
  color:#222222;
  background-color:#dddddd;
}

input {
  border:1px solid #dddddd;
}
.inputTextSmall {
  width: 70px;
}

.inputText {
	width: 200px;
}

.inputSelect {
	width: 200px;
}

.inputTextarea {
	width: 200px;
	height: 100px;
	border: 1px solid #dddddd;
}

.inputSubmit {padding: 3px 0;
  margin-top:1em; 
  font-weight: bold; 
  font-size: 0.9em; 
  width: 80px;  
  text-align: center;  
  color:#222222;
  background-color:#dddddd;
  text-decoration: none; 
  text-transform: uppercase; 
  border:0;
}
/* ------------------TRIK CASCADES-------------------- */
.clearFloat{
	clear:both;
}
.errMsg{
	display: block;
	vertical-align: middle;
	padding: 2px;
	padding-left: 25px;
	padding-top: 3px;
	min-height: 17px;
	_height: 17px;
	border: 1px solid #ed1a3b;	
	background-color:#ed1a3b;
	color: #fff;
	font-weight: bold;
    clear:both;
}

.infoMsg{
	display: block;
	vertical-align: middle;
	padding: 2px;
	padding-left: 25px;
	padding-top: 3px;
	min-height: 17px;
	_height: 17px;
	border: 1px solid #b2d46e;	
	color:#b2d46e;
	font-weight: bold;
    clear:both;
}
.fileSize{
	float: left;
	height: 17px;
	padding-top: 3px;
	padding-right: 10px;
}
.hide{
	display: none;
}
.noborder {
	border: 0em;
}

.pageNumbersC{
	padding: 2px;
	border: 1px solid #EBEBEB;	
	min-height: 15px;
	_height: 15px;
}

#debugInfo {position:absolute;left:5px;top:5px;font-weight:bold;}
/* --------------------------- datova tabulka -------------------------- */
.datatable {
	/*background: #EBEBEB;*/
}

.datatable th{
	font-weight: bold;
	color: #0f2445;
	
}
.datatable td{
	color: #0f2445;
}

.datatable td.suda{
	background: #FFF;
	color: #0f2445;
}
.datatable td.cena{
	text-align: right;
	white-space: nowrap;
	color: #151515;
}

.datatable td img{}

.tvary {text-align: center;}

/* --------------------------- Facebook like button ---------------------- */
#fb_likebut{
float:left;
position:relative;
width:350px;
margin:10px;
height:10px;
}
/* --------------------------- Google +1 button ---------------------- */
.gplone_butt{
float:left;
position:relative;
width:350px;
margin:10px;
height:10px;
}

.photoList {float: left;height:100px; margin-left:10px;padding:0;width:140px; text-align: center;}
.photoList img {max-height:100px; width:auto;}
.fotogalerie a, .fotogalerie a:hover, .fotogalerie a:focus, .fotogalerie a:active {text-decoration: none !important;}
.fotogalerie {border-bottom: 1px dotted #808080;}

#napostuFrame, #zasilkovnaFrame, #DPDFrame {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(90, 90, 90);
    height: 500px;
    margin-top: -600px;
    padding-top: 5px;
    position: absolute;
    width: 685px;
    z-index: 10;
}
#napostuFrame iframe, #zasilkovnaFrame iframe, #DPDFrame iframe {
    border: 0px none;
    height: 460px;
    margin: 5px 0px 0px;
    width: 680px;
}
.ulozenka_select {width:400px;}
.zasilkovna_select {width:400px;}
.dpd_select{width:400px;}

#specialPhoto{float:left; clear:both; width:500px !important; margin-top:0 !important; margin-bottom:1em !important;}
#specialPhoto_mainImage{width: 274px;padding:0px; margin:0px 15px 15px 0px;margin-top: 13px;float:left;clear:both; width:100%; }

/* ------------- seznam produktu ---------------*/
.hidden {display:none;}

/*editace z xichtu*/

a.updatebtn {float:right;display:block;border:1px solid; padding:2px 4px;color:#fff !important;background:#678abb !important;text-decoration:none;clear:both;}
a.updatebtn:hover {background:#fff !important;color:#678abb !important; }

.prelepkyIkon {display:block; position:absolute; margin-top:80px; z-index:10;}
.prelepkyIkon.prodDetail{margin-top:10px;}
.prelepkyIkony{width:120px; display:block; float:left;clear:both; margin:3px 0; padding:2px 5px; background-color:#c2c2c2; color:#000; text-align:left;}

.openZasilkovnaFrameSpan, .openDPDFrameSpan {cursor:pointer;}

.catalogFilter{float:right; }

.puvodnicena {
    display:none;
}
.datatable td.basketImage img{max-width:100px; max-height: 100px;}
.datatable tr.radekKosiku td{vertical-align:middle;}

.payByComgate a {
    border: 2px solid #b11111;
    display: block;
    width: 300px;
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-decoration: none;
    color: black;
}