/* user css definitions file user_css.css */

.hide {
  display: none;
}

.td-left {
  text-align: left;
}

.marginBottom3px {
  margin-bottom: 3px; 
}

.dottedUnderlineText {
//  text-decoration:underline;
  border-bottom: 1px Dotted;
}

.dottedGreenUnderlineText {
//  text-decoration:underline;
  border-bottom: 1px Dotted Green;
}

.dottedBlueUnderlineText {
//  text-decoration:underline;
  border-bottom: 1px Dotted Blue;
}

.dottedRedUnderlineText {
//  text-decoration:underline;
  border-bottom: 1px Dotted Red;
}

.txtBoldBorderDottedBlue {
  font-weight: bold;
  border-style: dotted;
  border-color: blue;
  border-width: 3px;
}

.txtBoldBorderDottedRed {
  font-weight: bold;
  border-style: dotted;
  border-color: red;
  border-width: 3px;
}

.underlined {
  text-decoration: underline;
}

.neaktivniProdukt {
/*  background: #E7E7E7; */
  color: #999999;
  font-style: italic;
}

.tableBgPink {
  background: #ffcc99;
  vertical-align: top;
  width: 100%;
}

.bgPinkTxtBold {
  background: #ffcccc;
  font-weight: bold;
  padding: 0.2em 1em 0.2em 1em;
  margin: 0.5em 1em 1em 0.5em;
}

.bgYellowTxtBold {
  background: #FFDD00;
  font-weight: bold;
  padding: 0.2em 1em 0.2em 1em;
  margin: 0.5em 1em 1em 0.5em;
}

.bgLightblueTxtBold {
  background: #ADD8E6;
  font-weight: bold;
  padding: 0.2em 1em 0.2em 1em;
  margin: 0.5em 1em 1em 0.5em;
}

.txtBold {
  font-weight: bold;
}

.txtYellowOnDefaultBold {
  color: #FFFF00;
  font-weight: bold;
}
.txtDarkYellowOnDefaultBold {
  color: #D6A208;
  font-weight: bold;
}

.txtBlueOnDefaultBold {
  color: #0000FF;
  font-weight: bold;
}
.txtLightBlueOnDefaultBold {
  color: #ADD8E6;
  font-weight: bold;
}
.txtDarkBlueOnDefaultBold {
  color: #00008B;
  font-weight: bold;
}

.txtGreenOnDefaultBold {
  color: #66cc00;
  font-weight: bold;
}
.txtDarkGreenOnDefaultBold {
  color: #006400;
  font-weight: bold;
}
.txtLightGreenOnDefaultBold {
  color: #66ff33;
  font-weight: bold;
}

.txtRedOnDefaultBold {
  color: #ff0000;
  font-weight: bold;
}
.txtDarkRedOnDefaultBold {
  color: #8B0000;
  font-weight: bold;
}

.txtOrangeOnDefaultBold {
  color: #FFA500; /* #ff6600; */
  font-weight: bold;
}

.txtTomatoOnDefaultBold {
  color: #FF6347;
  font-weight: bold;
}

.txtMagentaOnDefaultBold {
  color: #9932CC;
  font-weight: bold;
}
.txtLighMagentaOnDefaultBold {
  color: #FF00AE;
  font-weight: bold;
}

.txtGrayOnDefaultBold {
  color: #666666;
  font-weight: bold;
}
.txtGrayOnDefaultBold {
  color: #999999;
  font-weight: bold;
}
.txtLightGrayOnDefaultBold {
  color: #333333;
  font-weight: bold;
}

.txtWhiteOnBlueBold {
  background: #0033ff;
  color: #ffffff;
  font-weight: bold;
}

.txtWhiteOnMagentaBold {
  background: #9932CC;
  color: #ffffff;
  font-weight: bold;
 	padding: 0.2em 1em 0.2em 1em;
	margin: 1em 1em 1em 0.5em;
}

.txtWhiteOnLighMagentaBold {
  background: #FF00AE;
  color: #FFFFFF;
  font-weight: bold;
 	padding: 0.2em 1em 0.2em 1em;
	margin: 1em 1em 1em 0.5em;
}

.txtWhiteOnGreenBold {
  background: #008000;
  color: #ffffff;
  font-weight: bold;
 	padding: 0.2em 1em 0.2em 1em;
	margin: 1em 1em 1em 0.5em;
}
.txtWhiteOnGreenBold a {
  color: #ffffff;
 	padding: 0em;
	margin: 0em;
	text-decoration: underline;
}
.txtWhiteOnGreenBold a:hover {
  color: #EC7942; /* #ff0000; */
  padding: 0em;
  margin: 0em;
}

a.linkYellowOnGreenBold {
  color: #FFDD00;
  padding: 0em;
  margin: 0em;
}
a.linkYellowOnGreenBold:hover {
  color: #EC7942; /* #FF0000; */
  padding: 0em;
  margin: 0em;
}

.txtWhiteOnGrayBold {
  background: #BFBFBF;
  color: #ffffff;
  font-weight: bold;
}

.txtWhiteOnTomatoBold {
  background: #FF6347;
  color: #FFFFFF;
  font-weight: bold;
}

.txtWhiteOnDefaultBold {
  color: #FFFFFF;
  font-weight: bold;
}

.blockLeft {
  float: left;
}

.blockRight {
  float: right;
}

/* styl pro tabulku grafickych karet v iClone */
.tabulkaGrafKaret {
/*  bordercolordark: #e8c7b0; */
/*  cellpadding: 3px; */
  width: 90%;
  background: #666666;
/*  bordercolorlight: #000099; */
  border: 0;
  white-space:nowrap;
}

.tabulkaGrafKaret TH {
  background: #356492;
  color: #FFFFFF;
  white-space:nowrap;
}

.tabulkaGrafKaret TR.gray {
  background: #EEEEEE;
  white-space:nowrap;
}

.tabulkaGrafKaret TR.white {
  background: #FFFFFF;
  white-space:nowrap;
}

.akce {
  background: #4169E1;
  color: #FFFFFF;
/*  font-weight: bold; */
}

#cartFreeShip {
  background: #D7D7D7;
  padding: 0.5em;
  margin: 0.3em 0em 0em 0em;
/*  float: right; */
}

.recentProductsImg {
  float: left;
  vertical-align: top;
  width: 52px;
}
.recentProductsTxt {
  float: right;
  vertical-align: top;
}

.currentYear {
  font-size: 1.5em;
}

.halfWidth {
  width: 49%;
}

/* CineForm */
td.CFtablelightback { background: #c4a6fb; } 	
td.CFtabledarkback  { background: #9158fc; } 	
td.CFtablegrayback  { background: #cccccc; } 	
td.CFbuffer {
  padding: 0px 0px 0px 0px; 
  height: 5px; 
} 	
.CFspecifications-table  {
  margin-left: -20px;
} 	
.CFspecifications-table td { 
  padding:4px 5px 4px 10px; 
  vertical-align: top; 
} 

.compare {
  align: center;
}
.compare th {
  background: #00AEEF;
}
.alt {
  background: #F2F2F2;
}
.compare td {
  text-align: center;
}