/* user css definitions file user_css.css */

.hide {
  display: none;
}

.td-left {
  text-align: left;
}

.Centered {
  text-align: center;
}

.verticalCentered {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

.verticalTop {
  vertical-align: top;
}

.marginBottom3px {
  margin-bottom: 3px; 
}

.bgRed {
  background-color: RED;
}

.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;
}

.txtBorderDottedRed {
  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;
}

.txtWhiteOnRed {
  color: #FFFFFF;
  background: red;
}

.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;
}

.txtWhiteOnDefaultBold, .txtWhiteOnTomatoBold {
  color: #FFFFFF;
  font-weight: bold;
}

.txtWhiteOnTomatoBold {
  background: #FF6347;
}

.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 {
  vertical-align: top;
  width: 52px;
}
.recentProductsTxt {
  vertical-align: top;
}

.currentYear {
  font-size: 1.5em;
}

.halfWidth {
  width: 48%;
}

.discountDescritpion {
}

/* 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 {
  text-align: center;
}
.compare th {
  background: #00AEEF;
}
.alt {
  background: #F2F2F2;
}
.compare td {
  text-align: center;
}

/* Facebook */
.fb_like_block {
  display: inline-block; 
  height: 20px; 
  margin: 0.3em 0em 0.3em 0em;
}

.fb_share_button {
/*  display: -moz-inline-block; */
  display: inline-block; 
  padding: 1px 20px 0 5px; 
  height: 15px; 
  border: 1px solid #d8dfea;
  margin: 0.3em 0em 0.3em 0em;
/*  background: #ECEEF5 url(http://b.static.ak.fbcdn.net/images/facebook_share_button.gif?8:26981) no-repeat top right; */
  background: #ECEEF5 url(/images/facebook.png) no-repeat top right;
  text-decoration:none;
} 
.fb_share_button:hover { 
  color: #fff; 
  border-color:#295582; 
  margin: 0.3em 0em 0.3em 0em;
/*  background: #3b5998 url(http://b.static.ak.fbcdn.net/images/facebook_share_icon.gif?8:26981) no-repeat top right; */
  background: #3b5998 url(/images/facebook.png) no-repeat top right;
  text-decoration:none; 
}

.fb_like_button {
  border: none; 
  overflow: hidden; 
  width: 290px; 
  height: 30px;
  background: transparent;
}

/* twitter */
.twitter-share-button {
/*  display: inline-block;  */
/*  height: 20px; */
/*  margin: 0.3em 0em 0.3em 0em; */
}

.margin03em {
  margin: 0.3em;
}

/* obrázky - loga v headeru */
#abbyy a img {display: block; width: 67px; height: 58px; overflow: hidden;}
#abbyy img {display: block; width: 67px; height: 58px; overflow: hidden;}
#abbyy a:hover img {text-indent: -67px;}
#abbyy a:hover {text-indent: -67px;}

/* Address Book */
.defaultAddress {
  background-color: #ADD8E6;
}

/* BOF Imagination Studio 3 --- */
.imagination3_title {
  font-size: 2.2em;
  font-weight: normal;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
}

.imagination3_description_header {
  background-color: #613396;
  color: #FFF;
  padding: 0.5em 0.2em 0.5em 0.2em;
}

.imagination3_vegas_title {
  margin: 0em 0em 0em 2em;
  padding: 0em 0em 0em 0em;
  font-weight: normal;
  font-size: 1em;
  color: #81CDF7;
}

.imagination3_version {
  color: #C05BA5;
}

.imagination3_description {
  color: #C05BA5;
}
/* EOF Imagination Studio 3 --- */

/* BOF HD platinum 11 --- */
.platinum11_title {
  font-size: 2.2em;
  font-weight: normal;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
}

.platinum11_description_header {
  background-color: #19242A;
  color: #FFF;
  padding: 0.5em 0.2em 0.5em 0.2em;
}

.platinum11_vegas_title {
  margin: 0em 0em 0em 2em;
  padding: 0em 0em 0em 0em;
  font-weight: normal;
  font-size: 1em;
  color: #81CDF7;
}

.platinum11_version {
  color: #81CDF7;
}

.platinum11_description {
  color: #81CDF7;
}
/* EOF HD platinum 11 --- */

/* BOF HD platinum 11 PS --- */
.platinum11_title_ps {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
}

.platinum11_ps_description_header {
  background-color: #4A205C;
  color: #FFF;
  padding: 0.5em 0.2em 0.5em 0.2em;
}
/* EOF HD platinum 11 PS --- */

/* BOF VMS HD 11 PS --- */
.hd11_vegas_title {
  margin: 0em 0em 0em 2em;
  padding: 0em 0em 0em 0em;
  font-weight: normal;
  font-size: 1em;
  color: #EC008C;
}

.hd11_title {
  font-size: 1.4em;
  font-weight: normal;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
}

.hd11_description_header {
  background-color: #7A2D7F;
  color: #FFF;
  padding: 0.5em 0.2em 0.5em 0.2em;
}

.hd11_version {
  color: #EC008C;
  font-weight: bold;
}
/* EOF VMS HD 11 PS --- */

/* BOF ke stazeni ------------------------------------ /*
.displayNone {
  display: none;
}

#slidetabsmenu {
  display: inline;
  background-color: black;
}
#slidetabsmenu hover {
  background-color: orange;
}

  .tab_none {display: none;}
  .tab_visible {display: block;}
/* EOF ke stazeni /*


/* BOF - table studio compare */
.table_studio_compare {
 font-family: Arial, Tahoma, Verdana, 'MS Sans Serif'; 
 color: #000000; 
 font-size: 11px; 
 width: 550px; 
 border-collapse: collapse; 
/* margin-top: -58px; 
 margin-right: 20px; 
 margin-bottom: 0px; 
 margin-left: 20px; */ 
}
.th_studio_compare {
 height: 37px; 
 color: #FFFFFF;
 background-color: #0099CC; 
 font-size: 13px; 
 font-weight: bold; 
 text-align: left; 
 padding-left: 5px;
}
.prodcolsm, a.prodcolsm, a.prodcolsm:hover, a.prodcolsm:visited {
 height: 37px; 
 color: #FFFFFF; 
 background-color: #0099CC; 
 font-size: 10px; 
 font-weight: bold; 
 text-align: center; 
 width: 70px; 
 line-height: 12px;
}
.link_prod_studio_compare {
 font-family: Arial, sans-serif; 
 text-align: center; 
 font-weight: bold; 
 color: #FFFFFF; 
 text-decoration: none; 
}
.link_img_studio_dompare {
 font-family: Arial, sans-serif; 
 text-align: center; 
 font-weight: bold; 
 color: #0099CC; 
 text-decoration: none;
}
.td_studio_compare {
 margin-top: 0px; 
 margin-right: 0px; 
 margin-bottom: 0px; 
 margin-left: 0px; 
 padding-top: 3px; 
 padding-right: 4px; 
 padding-bottom: 4px; 
 padding-left: 10px; 
 font-family: Arial, sans-serif; 
 text-align: left; 
 color: #555555; 
 font-size: 11px;
}
.tr_alt_studio_compare {
 background-color: #F2F2F2;
}
.td_cont_studio_compare_1 {
 margin-top: 0px; 
 margin-right: 0px; 
 margin-bottom: 0px; 
 margin-left: 0px; 
 padding-top: 2px; 
 padding-right: 4px; 
 padding-bottom: 3px; 
 padding-left: 10px; 
 font-family: Arial, sans-serif; 
 text-align: center; 
 color: #555555; 
 font-size: 11px; 
 border-top-style: solid; 
 border-top-width: 1px; 
 border-top-color: #E6E6E6; 
 border-bottom-style: solid; 
 border-bottom-width: 1px; 
 border-bottom-color: #E6E6E6; 
}
.td_cont_studio_compare_2 {
 margin-top: 0px; 
 margin-right: 0px; 
 margin-bottom: 0px; 
 margin-left: 0px; 
 padding-top: 3px; 
 padding-right: 4px; 
 padding-bottom: 4px; 
 padding-left: 4px; 
 font-family: Arial, sans-serif; 
 text-align: center; 
 color: #555555; 
 font-size: 11px;
}
.td_name_app_studio_compare {
 margin-top: 0px; 
 margin-right: 0px; 
 margin-bottom: 0px; 
 margin-left: 0px; 
 padding-top: 2px; 
 padding-right: 4px; 
 padding-bottom: 3px; 
 padding-left: 5px; 
 font-family: Arial, sans-serif; 
 text-align: left; 
 color: #555555; 
 font-size: 11px; 
 border-top-style: solid; 
 border-top-width: 1px; 
 border-top-color: #E6E6E6; 
 border-bottom-style: solid; 
 border-bottom-width: 1px; 
 border-bottom-color: #E6E6E6;
}

/* EOF table studio compare */
