.wizard_column_left {
  float: left;
  width: 600px;
  min-height: 600px;
}
.wizard_column_right {
  float: right;
  width: 300px;
  margin-left: 20px;
}

#wizard_toolbar {
  width: 600px;
  height: 50px;
  background: url(../images/toolbar.png) no-repeat 0 0;
  margin-bottom: 10px;
}

#wizard_toolbar li {
  float: left;
  padding: 0;
  margin: 0;
  line-height: 50px;
}

#wizard_toolbar li.title {
  color: #88a7f1;
  font-weight: bold;
  text-shadow:1px 1px 1px #0632a6;
  padding: 0 10px;
}

#wizard_toolbar li.separator {
  background: url(../images/toolbar-separator.png) no-repeat 100% 50%;
  padding-right: 4px;
}

#wizard_toolbar li a.icon {
  display: block;
  padding-left: 50px;
  height: 50px;
  text-indent: -999em;
  background: url(../images/toolbar-icons.png) no-repeat 0 0;
}

#wizard_toolbar li a.icon.label {
  color: #e4ecff;
  text-indent: 0;
  text-shadow:1px 1px 1px #0632a6;
  text-decoration: none;
  font-weight: bold;
}

#wizard_toolbar li a.icon.rleft {
  background-position: -50px 0;
}

#wizard_toolbar li a.icon.flipx {
  background-position: -100px 0;
}

#wizard_toolbar li a.icon.flipy {
  background-position: -150px 0;
}

#wizard_toolbar li a.icon.reset {
  background-position: -200px 0;
}

#progress-bar {
  display: none;
}

#progress-bar, #progress-bar .inner, #progress-bar .bar, #progress-bar .bar .inner {
  background: url(../../../images/progress-bar.png) no-repeat 0 0;
  height: 36px;
}

#progress-bar {
  position: relative;
  padding-right: 19px;
  background-position: 100% -36px;
}

#progress-bar .inner {
  background-position: 0 0;
}

#progress-bar .bar {
  /*position: absolute;*/
  width: 0%;
  min-width: 19px;
  padding-right: 19px;
  background-position: 100% -108px;
}

#progress-bar .bar .inner {
  background-position: 0 -72px;
}

#progress-bar .status {
  position: absolute;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 36px;
  text-shadow:1px 1px 0px rgba(0, 0, 0, 0.5);
}

.wizard_dialog .option {
  float: left;
  padding: 10px 10px 5px 10px;
  text-align: center;
}

.wizard_dialog .option a {
  display: block;
  padding: 5px;
  font-weight: bold;
}

.wizard_dialog.products {
  width: 900px;
  overflow: auto;
}

.wizard_dialog.products ul, .wizard_dialog.products ul li {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

.wizard_dialog.products ul {
  height: 180px;
}

.wizard_dialog.products ul li {
  float: left;
  width: 180px;
  height: 180px;
  text-align: center;
}

.wizard_dialog.products ul li a {
  font-weight: bold;			
}

.wizard_dialog.formats {
  height: 500px;
  width: 380px;
  overflow: auto;
}

.wizard_dialog.formats table {
  border-collapse: collapse;
  width: 350px;
}

.wizard_dialog.formats table th, .wizard_dialog.formats table td {
  padding: 3px 5px; 
  white-space: nowrap;
}

.wizard_dialog.formats table tbody tr {
  border-bottom: 1px solid #DDD;
}

.wizard_dialog.formats table tbody tr.last {
  border-bottom-width: 0;
}

.wizard_dialog.formats .quality {
  display: block;
  width: 84px;
  height: 16px;
  text-indent: -999em;
  background: url(../images/stars.png) no-repeat 0 0;
}

.wizard_dialog.formats .quality.star-1 {
  background-position: 0 -16px;
}

.wizard_dialog.formats .quality.star-2 {
  background-position: 0 -32px;
}

.wizard_dialog.formats .quality.star-3 {
  background-position: 0 -48px;
}

.wizard_dialog.formats .quality.star-4 {
  background-position: 0 -64px;
}

.wizard_dialog.formats .quality.star-5 {
  background-position: 0 -80px;
}

#wizard_change_product {
  position: relative;
  width: 300px;
  height: 50px;
  background: url(../images/panel-change-product.png) no-repeat 0 0;
  margin: 0 0 10px 0;
}

#wizard_change_product:hover, #wizard_change_product.hover {
  background-position: 0 100%;
}

#wizard_change_product a.change {
  position: absolute;
  width: 70px;
  height: 40px;
  padding: 10px 10px 0 220px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  text-shadow: 1px 1px 1px #680202;
  text-decoration: none;
}

#wizard_change_product .text {
  color: #c60202;
  font-weight: bold;
  width: 182px;
  height: 23px;
  line-height: 23px;
  padding: 14px 0 17px 17px;
  overflow: hidden;
}

#wizard_steps {
  width: 300px;
  background: url(../images/panel-top.png) no-repeat 0 0;
}

#wizard_steps li {
  overflow: hidden;
  padding: 10px 20px 12px 15px;
  background: url(../images/panel-separator.png) no-repeat 50% 100%;
}

#wizard_steps li .step-price {
  width: 51px;
  height: 30px;
  line-height: 29px;
  padding: 0 10px;
  background: url(../images/panel-price-label.png) no-repeat 0 0;
  text-align: right;
  font-size: 14px;
  color: #494949;
  font-weight: bold;
}

#wizard_steps li.sum {
  height: 100px;
  padding: 0;
  background: url(../images/panel-bottom-sum.png) no-repeat 0 100%;
}

#wizard_steps li.sum .inner {
  padding: 55px 30px 0 20px;
}

#wizard_steps li.sum span {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

#wizard_steps li.sum span.float-left {
  color: #393939;
}

#wizard_steps li.sum span.float-right {
  color: #C60202;
}

form#wizard_cart {
  position: relative;
  height: 90px;
  padding: 0;
  margin: 0;
}

form#wizard_cart input {
  display: block;
  position: absolute;
  background: transparent none;
  border-width: 0;
  padding: 0;
  margin: 0;
}

form#wizard_cart input.quantity {
  z-index: 11;
  left: 13px;
  top: 25px;
  width: 35px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #FFF;
}

form#wizard_cart input.wizard_cart_button {
  z-index: 10;
  width: 300px;
  height: 80px;
  padding-left: 55px;
  background: url(../images/button-cart.png) no-repeat 50% 0;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 1px 1px 2px #680202;
}

form#wizard_cart input.wizard_cart_button:hover {
  background-position: 50% 50%;
}

form#wizard_cart input.wizard_cart_button:focus {
  background-position: 50% 100%;
}

#wizard_notes .note {
  font-weight: bold;
  font-size: 11px;
}

#wizard_notes .note.wizard-note-borders {
  background: url(../images/ochranne-rohy.jpg) no-repeat 0 0;
  padding: 0 0 0 110px;
}