.csu_cena_media{
	padding-left:20px;
}
.csu_cena_media_type_01{
	background-image: url(../images/CSU/p_e.gif);
	background-repeat:no-repeat;
}
.csu_cena_media_type_02{
	background-image: url(../images/CSU/p_t.gif);
	background-repeat:no-repeat;
}

.csu_product_detail {
	color: rgb(51, 51, 51);
	line-height: 17px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.csu_product_detail td {
	padding:7px 10px;
}

.csu_product_detail_odkaz {
	padding: 1px 2px;
	color: #0059A9 !important;
	cursor: pointer;
	text-decoration:underline;
}

.csu_reponzivni_dialog {
	width:100% !important;
	max-width:650px;
}

.csu_reponzivni_dialog table tbody tr td:nth-child(2n+1) {
	min-width:50px;
}

.produkt-info-ext{
  width: 17px;
  height: 18px;
  cursor: pointer;
  display: block;
  background-image: url(../images/CSU/icon_product_info.png);
}

.form-grid > tbody > tr > td:nth-child(2n+1) {
  background-color: #edf0f4;
  border-radius: 8px 0 0 8px;
  padding: 4px;
}
.form-grid > tbody > tr > td {
  border: 2px solid #fff;
}
.form-grid > tbody > tr > td:nth-child(2n) {
  background-color: #f8f8f8;
  border-radius: 0 8px 8px 0;
  padding: 4px 6px;
  vertical-align: middle;
}
.dialog-layout .dialog-content{
  padding:10px;
  position:relative;
}
.dialog-content-layout {
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.dialog-layout .body {
  display: block;
  left: 0;
  overflow: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 50px;
  border-bottom:1px solid #eeeeee;
}
.csu-dialog.ui-dialog.ui-widget-content .ui-dialog-title {
  color: #1d76ba;
  font-size: 24px;
  font-weight: normal;
}
.csu-dialog.ui-dialog .ui-dialog-title {
}
.csu-dialog.ui-dialog.ui-widget-content .ui-dialog-titlebar {
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  padding: 9px 15px;
}
.csu-dialog .ui-widget-header {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #eeeeee;
}
.csu-dialog.ui-dialog {
  overflow: hidden;
  padding: 0;
  position: fixed;
}
.ui-dialog.ui-widget-content {
  background-position: center top;
  background-repeat: repeat-x;
  border-color: #7a7a7a;
  border-radius: 8px;
  box-shadow: 0 5px 5px #7a7a7a;
}
.csu-dialog-break{
  width:100%;
  height:100%;
  z-index:1002;
  background-color:#000;
  opacity:0.5;
  position:fixed;
  top:0px;
  left:0px;
  display:none;
}