#dlg-designer-help-bg {
  position: absolute;
  z-index: 20;
  display: none;
  width: 100%;
  background-color: #5d5455;
  left: 0px;
  top: 0px;
}

#dlg-designer-help {
  z-index: 30;
  display: none;
  position: absolute;

  top: 0px;
  left: 0px;

  width: 600px;
  height: 520px;
  background-color: GhostWhite;

  /*background-image: url('img/datei_370_250_links.png');*/
}

#dlg-designer-help-title {
  /*border: 1px solid red;*/
  font-weight: bold;
  font-size: large;
  height: 27px;
  margin-top: 6px;
  float: left;
  margin-left: 4px;
  color: #ff9900;
}


#dlg-designer-help-close {
  width: 94px;
  height: 27px;
  margin-top: 4px;
  float: right;
  margin-right: 4px;
}

#dlg-designer-help-close a {
  display: block;
  width: 94px;
  height: 27px;
}

#dlg-designer-help-close a span {
  display: none;
}

/* Objektdesigner - Inhalt */
#dlg-designer-help-content {
  /*border: 1px solid gray;*/
  width: 580px;
  height: 480px;

  margin-top: 4px;
  margin-left: 10px;
  overflow-y: scroll;
  z-index: 10;
  position: relative;

  /*border: 1px solid yellow;*/
}



#designer-dlg-step1, 
#designer-dlg-step2, 
#designer-dlg-step3,
#designer-dlg-step4,
#designer-dlg-step5 {
	position: absolute;
  z-index: 20;
	top: 0px;
	display: none;

  left: -730px;
  width: 730px;
  height: 300px;
  background-image: url('img/dialogfeld_730_300.png');
}

#designer-dlg-step1 {
  top: -40px; /*-50px;*/
  height: 500px;
  background-image: url('img/dialogfeld_730_500.png');
}

#designer-dlg-step2 {
  top: -5px;
}

#designer-dlg-step3 {
  top: -25px;
  height: 500px;
  background-image: url('img/dialogfeld_730_500-b.png');
}

#designer-dlg-step4 {
  top: 160px;
  left: -370px;
  width: 370px;
  height: 250px;
  background-image: url('img/dialogfeld_370_250.png');
}

#designer-dlg-step5 {
  top: 230px;
  left: -370px;
  width: 370px;
  height: 250px;
  background-image: url('img/dialogfeld_370_250.png');
}



/* Navigation :: Inhalte der Dialoge */

.designer-dlg-content {
  /*border: 1px solid gray;*/
  width: 710px;
  height: 480px;

  margin-left: 5px;
  margin-top: 5px;
  overflow-y: auto;
  overflow-x: hidden;
}

.designer-dlg-content a {
  color: #404040; /*#5d5455;*/
  text-decoration: none;  
}


#designer-dlg-step1 ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 680px;
  /*border: 1px solid black;*/
}

#designer-dlg-step1 ul li {
  float: left;
  /*margin-right: 20px;*/
  display: block;
  width: 133px;
  height: 160px;
  text-align: center;
  /*border: 1px solid red;*/
}

#designer-dlg-step1 ul li img {
  border: 1px solid #404040;
}


/* Produktauswahl :: Designerdialog Schritt 1 */
.designer-nav-dlg-product-selection {
  /* bild 120x120*/

  float: left;
  width: 120px;
  height: 140px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;

  border: 1px dashed #DEDEDE;
}


/* Formatauswahl :: Designerdialog Schritt 2 */
#designer-dlg-step2 .designer-dlg-content {
  height: 280px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* Dessinauswahl :: Designerdialog Schritt 3 */

#designer-dlg-step3 .designer-dlg-content {
  /*width: 710px;*/
  height: 480px;
  /*border: 1px solid red;*/

  margin-left: 5px;
  margin-top: 5px;
  /*overflow-y: none;*/
  overflow-y: auto;
}

#designer-nav-design-selection {
  /*height: 480px;*/
  /*overflow-x: auto;
  overflow-y: hidden;*/
  /*width: 1400px;*/
  /*border: 1px solid green;*/
}



#designer-nav-design-selection .design-selection-entry {
  /*border: 1px solid red;*/
  float: left;
  width: 150px;
  height: 280px;
  margin-right: 10px;
}

#designer-nav-design-selection .design-selection-entry p {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

#designer-nav-design-selection .design-selection-entry .design-entry-img {
  border: 1px solid #404040;
  width: 150px;
  height: 150px;
}

#designer-nav-design-selection .design-selection-entry .design-entry-color {
  border: 1px solid gray;
  float: left;
  width: 45px;
  height: 45px;
  margin-right: 3px;
  margin-bottom: 3px;
}

#designer-nav-design-selection .design-selection-entry .design-entry-color img {
  border-width: 0px;
}


/* Rapport vorschau */
.design-preview-dlg {
  position: absolute;
  display: none;
  width: 297px;
  height: 292px;
}

.design-preview-dlg-content {
  width: 284px;
  height: 284px;
  margin-left: 8px;
  margin-top: 2px;
}





/* Qualitaet, Material, etc. */
#designer-dlg-step4 .designer-dlg-content {
  height: 230px;
  width: 350px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* Individualisierung */
#designer-dlg-step5 .designer-dlg-content {
  height: 230px;
  width: 350px;
  overflow-x: hidden;
  overflow-y: auto;
}



/*#designer-dlg-step2, 
#designer-dlg-step3,
#designer-dlg-step4,
#designer-dlg-step5 {

	overflow: scroll;
 
	background-color: grey;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}*/





/* bereich um vorschau und info */
#designer-stage {
	height: 270px; /* IE fix */
	
	padding-right: 10px;
	/*border: blue 1px solid;*/
	/*position: relative;*/
	/*z-index: 0;*/
  margin-bottom: 10px;
}
#designer-stage[id] {	
	height: auto;
	min-height: 270px;
}

#designer-preview-stage {
  width: 460px;
  float: left;
	/*z-index: 10;*/
}

#designer-preview-stage-head {
  width: 460px;
  height: 20px;
  background-image: url('img/designer-preview-stage-head.png');
}

#designer-preview-stage-bg {
  width: 460px;
  background-image: url('img/designer-preview-stage-bg.png');	
	background-repeat: repeat-y;
	/*z-index: 10;*/
}

#designer-preview-stage-foot {
  width: 460px;
  height: 28px;
  background-image: url('img/designer-preview-stage-foot.png');
}

#designer-preview {
	width: 430px;
	height: 250px;
	margin-left: 10px;
  /*padding-top: 10px;*/
  /*position: relative;
	z-index: 10;*/
	border-color: white;
	border-width: 1px;
	border-style: dashed;
  /*background-color: GhostWhite;*/
}
#designer-preview[id] {	
	height: auto;
	min-height: 250px;
}




/**
 *  OBJEKTDESIGNER
 */

#designer-dlg-object-designer-bg {
  position: absolute;
  z-index: 20;
  display: none;
  width: 100%;
  background-color: #5d5455;
  left: 0px;
  top: 0px;
}

#designer-dlg-object-designer {
  z-index: 30;
	display: none;
  position: absolute;

	top: 0px;
	left: 0px;
	
	width: 600px;
	height: 580px;
  background-color: GhostWhite;
  /*background-image: url('img/datei_370_250_links.png');*/
}

#designer-dlg-object-designer-head {
  color: #ff9900;
}

/* Objektdesigner - Inhalt */
#designer-dlg-object-designer-content {
  /*border: 1px solid gray;*/
	width: 580px;
	height: 500px;

  margin-top: 4px;
  margin-left: 10px;
	overflow-y: auto;
	z-index: 10;
	position: relative;

  /*border: 1px solid yellow;*/
}

#designer-dlg-object-designer-content fieldset {
  border: 0px;
}

#designer-dlg-object-designer-content fieldset legend {
  display: none;
}


#object-designer-type-selection {
  margin-top: 4px;
  margin-bottom: 4px;
  /*border: 1px solid gray;*/
  height: 20px;
}

#object-designer-type-selection span {
  font-weight: bold;
  margin-top: 4px;
}

#object-designer-type-selection ul {
  margin: 0px;
  padding: 0px;
}

#object-designer-type-selection li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
}

.tooltips .tip  {
  width:295px; font-family:tahoma,arial;
  /*background:url(tip-text.png) left top repeat-y;*/
}
.tooltips .tip-top        {
  /*background:url(tip-top.png) top left no-repeat;*/
  height:26px; width:295px;
}
.tooltips .tip-title      {
  color:#e95e25; font-weight:bold; margin:0 30px 0 50px;
}
.tooltips .tip-text       {
  color:#000; padding:10px 30px 20px 50px;
}
.tooltips .tip-bottom     {
  /*background:url(tip-bottom.png) left bottom no-repeat;*/
  width:295px; height:81px;
}



/* Objektdesigner - Bildeditor :: */
#object-designer-image-editor {
  
}



/* Objektdesigner - Texteingabe */
div#object-designer-text-editor {
}

div#object-designer-text-editor h3 {
  margin: 0px;
  padding: 0px;
}

div#text-input-frame {
  /*border: 1px solid orange;*/
  width: 300px;
  float: left;
}

div#text-preview-frame {
  /*clear: both;*/
  width: 300px;
  /*border: 1px solid yellow;*/
  /*float: right;*/
}

div#text-preview-frame iframe {
  border-width: 0px;
}

div#font-settings-frame-color {
  /*border: 1px solid orange;*/
  /*width: 240px;*/
}

div#font-settings-frame {
  /*border: 1px solid lime;*/
  width: 240px;
  /*float: right;*/
  float: right;
}

div#font-family-selection {
  /*border: 1px solid red;*/
}

div#font-family-selection .font-family-entry {
  /*border: 1px solid green;*/
  border-bottom: 1px solid #ff9900;
  clear: left;
	height: 40px;
}

div#font-family-selection .font-family-entry input,
div#font-family-selection .font-family-entry label {
  float: left;
}

div#font-color-selection {
  /*border: 1px solid green;*/
}

div#font-color-selection .font-color-entry,
div#font-color-selection input {
  float: left;
}

div#font-color-selection .font-color-entry {
  margin-right: 7px;
  margin-bottom: 7px;
}

div#font-color-selection .font-color {
  display: block;
  width: 35px;
  height: 35px;
	margin-right: 7px;
  margin-bottom: 7px;
  border: 1px solid gray;
	float: left;
}



/* Objektdesigner - Uebernehmen, Abbrechen und Schliessen */
#designer-dlg-object-designer-submit-cancel {
  margin-top: 6px;
  float: right;
  margin-right: 4px;
  /*border: 1px solid blue;*/
}

#designer-dlg-object-designer-submit-cancel a span {
  display: none;
}

#designer-dlg-object-designer-submit {
  margin-right: 8px;
  float: left;
  width: 115px;
  height: 27px;
  /*background-image: url('img/buttons/uebernehmen_button.png');*/
}

#designer-dlg-object-designer-submit a {
  display: block;
  width: 115px;
  height: 27px;
}

#designer-dlg-object-designer-cancel {
  float: right;
  width: 103px;
  height: 27px;
  /*background-image: url('img/buttons/abbrechen_button.png');*/
}

#designer-dlg-object-designer-cancel a {
  display: block;
  width: 103px;
  height: 27px;
}

#designer-dlg-object-designer-close {
  width: 94px;
  height: 27px;
  margin-top: 4px;
  float: right;
  margin-right: 4px;
  /*border: 1px solid green;*/
  /*background-image: url('img/buttons/schliessen_button.png');*/
}

#designer-dlg-object-designer-close a {
  display: block;
  width: 94px;
  height: 27px;
}

#designer-dlg-object-designer-close a span {
  display: none;
}

#designer-dlg-object-designer-title {
  /*border: 1px solid red;*/
  font-weight: bold;
  font-size: large;
  height: 27px;
  margin-top: 6px;
  float: left;
  margin-left: 4px;
}




/* Produktdetails :: Seite vor dem eigentlichen Designer */
#product-details {
}

#product-description {

}

#product-description p {
  float: left;
  width: 490px;
  /*border: 1px solid red;*/
}

/* liste der formate */
div#product-details-format-list {
  margin-left: 20px;
}

div#product-details-format-list ul {
  padding: 0;
  margin: 0;
  color: #ff9900;
  font-weight: bold;
}

div#product-details-format-list ul li {
  margin-bottom: 20px;
  /*border: 1px solid red;*/
  /*width: 400px;*/
  min-height: 100px;
}

div#product-details-format-list ul li span {
  color: #404040;
  font-weight: normal;
}

/* div#product-details-format-list ul li div */
.format-images {
  /*border: 1px solid red;*/
  float: right;
  width: 285px;
  min-height: 100px;
}

div#product-details-format-list .product-details-price {
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;

  display: block;
  height: 60px;
  width: 80px;

  padding-top: 20px;
  text-align: center;

  background-image: url('img/preisbutton_80px.gif');
  float: right;
}




/* bereich rechts neben der produktvorschau */
#designer-info {
	/*position: absolute;
  right: 10px;*/
  float: right;
	top: 0px;
  width: 220px;
  /*border: 1px solid gray;*/
}

.designer-info-title {
  
}

.designer-info-product-name {
  font-weight: bold;
  color: #ff9900;
  font-size: 16px;
}

.designer-info-product-price {
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  /*text-decoration: underline;*/

  height: 60px;
  width: 80px;

  padding-top: 20px;
  text-align: center;

  margin-left: 120px;

  background-image: url('img/preisbutton_80px.gif');
}

#designer-info .required-steps ol {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

#designer-info .optional-steps ol {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

#designer-info .finished-steps ol {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}


#shopping-cart table {
  width: 100%;
}

#shopping-cart table thead th {
  background-color: #ff9900;
  color: white;
}





.designer-nav-img-step-1-active,
.designer-nav-img-step-1-inactive,
.designer-nav-img-step-2-active,
.designer-nav-img-step-2-inactive,
.designer-nav-img-step-3-active,
.designer-nav-img-step-3-inactive,
.designer-nav-img-step-4-active,
.designer-nav-img-step-4-inactive,
.designer-nav-img-step-5-active,
.designer-nav-img-step-5-inactive {
  width: 40px;
  height: 53px;
  float: left;
}

.designer-nav-img-step-1-active {
  background-image: url('img/1_active.jpg');
}
.designer-nav-img-step-1-inactive {
  background-image: url('img/1_inactive.jpg');
}

.designer-nav-img-step-2-active {
  background-image: url('img/2_active.jpg');
}
.designer-nav-img-step-2-inactive {
  background-image: url('img/2_inactive.jpg');
}

.designer-nav-img-step-3-active {
  background-image: url('img/3_active.jpg');
}
.designer-nav-img-step-3-inactive {
  background-image: url('img/3_inactive.jpg');
}

.designer-nav-img-step-4-active {
  background-image: url('img/4_active.jpg');
}
.designer-nav-img-step-4-inactive {
  background-image: url('img/4_inactive.jpg');
}

.designer-nav-img-step-5-active {
  background-image: url('img/5_active.jpg');
}
.designer-nav-img-step-5-inactive {
  background-image: url('img/5_inactive.jpg');
}








/* Produktvorschau */

/* aussenrand */
.product-preview-border-outer {
  border: 1px solid red;
}

/* aussenrand (2. - n. ebene) */
.product-preview-border-outer-sub {
  /*border: 1px dashed red;*/
  padding: 1px;
}

/* innenrand */
.product-preview-border-inner {
  /*border: 1px solid gray; *//*orange;*/
  overflow: hidden;
}

/* rand der designelemente */
.product-preview-border-object-field {
  /*border: 1px dashed #FF0000;*/
  /*border-color: #FF0000;*/
}

.product-preview-border-object-field {
  text-align: center;
  font-size: small;
  line-height: 100%;
  color: #ff9900;
}

.product-preview-border-object-field p {
  /*margin: 0px;
  padding: 0px;*/
}

.product-preview-border-object-field img {
  border: 0px;
}


/* Ansicht (vorder-, rueckseite & komplett) */
.preview-stage-front-selection {
  /*border: 1px solid orange;*/
}

.preview-stage-front-selection p {
  margin-top: 0px;
  padding-top: 0px;
}

.preview-stage-front-selection h4 {
  margin: 0px;
  padding: 0px;
  float: left;
}

.preview-stage-front-selection ul {
  margin: 0px;
  padding: 0px;
}

.preview-stage-front-selection ul li {
  float: left;
  margin-left: 1.5em;
}

.preview-stage-front-selection-clear {
  clear: left;
  margin-bottom: 10px;
}



.product-preview-zoom {
  display: block;
  background-image: url('img/lupe.jpg');
  width: 59px;
  height: 55px;
  float: right;
}

.product-preview-zoom span {
  display: none;
}

.product-preview-zoom-dlg {
  position: absolute;
  display: none;
  height: 510px;
  width: 482px;
  border: 1px solid #404040;
  background: white;
  z-index: 40;

  /*margin-left: 400px;*/
  left: 440px;
  top: 0px;
}

.product-preview-zoom-dlg-content {
  overflow: scroll;
  height: 480px;
  width: 480px;
  /*border: 1px solid green;*/
}


div#process-status {
  position: relative;
  width: 400px;
  /*border: 1px solid #ff9900;*/
  padding: 2px;
}

div#process-frame {
  position: relative;
  width: 400px;
  border: 1px solid #ff9900;
  padding: 2px;
}

div#process-bar {
  display: block;
  position: relative;
  background: #ff9900;
  text-align: center;
  color: #333;
  height: 2em;
  line-height: 2em;
}

div#process-bar span {
  position: absolute;
  /*left: 1em;*/
  width: 200px;
}



/* produktmatrix */
#product-matrix {
  clear: both;
}

#added-to-cart {
}

#added-to-cart #product-thumb {
  float: left;
}

#added-to-cart #product-info {
  margin-left: 420px;
}

#added-to-cart h2 {
  color: #ff9900;
}

.product-matrix-format-selection {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  border: 1px solid gray;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

.product-matrix-format-selection ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.product-matrix-format-selection ul li {
  margin-bottom: 8px;
}

.product-matrix-format-selection ul li a {
  text-decoration: none;
}

.product-matrix-format-selection ul li span {
  margin-left: 40px;
}







/**
 *  PROGRESS_DIALOG
 */

#designer-dlg-progress-bg {
  position: absolute;
  z-index: 20;
  display: none;
  width: 100%;
  background-color: #5d5455;
  left: 0px;
  top: 0px;
}

#designer-dlg-progress {
  z-index: 30;
  display: none;
  position: absolute;

  top: 0px;
  left: 0px;

  width: 600px;
  height: 300px;
  background-color: GhostWhite;
}

#designer-dlg-progress-content {
  width: 420px;
  height: 280px;

  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;

  overflow-y: auto;
  z-index: 10;
  position: relative;
  text-align: center;
}

