@media screen, projection
{

  .yform {
    background:#f4f4f4;
    border:1px #ddd solid;
    margin:0 0 1em 0;
    padding:10px;
  }

  .yform fieldset {
    border:1px #ddd solid;
    background:#fafafa;
    margin:0 0 1em 0;
    padding:0.5em;
  }
  
  .yform legend {
    font-size:125%; 
    font-weight:normal; 
    color:#000;
  }

  .yform label {
    color:#666;
  }

  .yform input,
  .yform textarea,
  .yform select, 
  .yform optgroup {
    font-family:Arial, Helvetica, sans-serif; /* proportional fonts for all form elements */
  }

  .yform .type-text input,
  .yform .type-text textarea,
  .yform .type-select select {
    border:1px solid #ddd;
  }

  .yform div.type-text input:focus,
  .yform div select:focus,
  .yform div textarea:focus,
  .yform div.type-text input:hover,
  .yform div select:hover,
  .yform div textarea:hover,
  .yform div.type-text input:active,
  .yform div select:active,
  .yform div textarea:active {
    border:1px #a66 solid;
    background:#fff;
  }

  .yform .type-button input {
    border-top:1px #ddd solid;
    border-left:1px #ddd solid;
    border-right:1px #444 solid;
    border-bottom:1px #444 solid;
    color:#000;
    background:#454545 url(img/button_gray.png) top left repeat-x;
    padding:5px 1em;
  }

  .yform .type-button input[type=reset] { color:#300; background:#661717 url(img/button_red.png) top left repeat-x; }
  .yform .type-button input[type=submit] { color:#330; background:#5e5607 url(img/button_yellow.png) top left repeat-x; }

  .yform .type-button input.reset { color:#300; background:#661717 url(img/button_red.png) top left repeat-x; }
  .yform .type-button input.submit { color:#330; background:#5e5607 url(img/button_yellow.png) top left repeat-x; }

  .yform div.type-button input:focus,
  .yform div.type-button input:hover,
  .yform div.type-button input:active {
    border-top:1px #444 solid;
    border-left:1px #444 solid;
    border-right:1px #ddd solid;
    border-bottom:1px #ddd solid;
    color:#fff;
    background:#555; 
  }
  
  .yform div.type-button input.reset:focus,
  .yform div.type-button input.reset:hover,
  .yform div.type-button input.reset:active {
    background:#800; color:#fff;
  }

  .yform div.type-button input.submit:focus,
  .yform div.type-button input.submit:hover,
  .yform div.type-button input.submit:active {
    background:#880; color:#fff;
  }

  .yform { overflow:hidden; }
  .yform fieldset { display:block; zoom:1; }
  .yform label { display:block; cursor:pointer; }
  .yform legend { background:transparent; border:0; padding:0 0.5em; }
  .yform .message { display:block; margin-bottom:0.5em; color:#666; }

  .yform input[type=hidden] { display:none !important; }

  .yform sup { color:#800; font-weight:bold; }

  fieldset:after,
  .yform div.type-text:after,
  .yform div.type-select:after,
  .yform div.type-check:after,
  .yform div.type-button:after {
    clear:both;
    content:".";
    display:block;
    font-size:0;
    height:0;
    visibility:hidden;
  }

  .yform div.type-text,
  .yform div.type-select,
  .yform div.type-check,
  .yform div.type-button {
	display:block;
    margin:0.5em 0;
    padding:3px 0.5em;  
    position:relative;
	zoom:1; 
  }
  
  .yform div.type-button {
    padding:3px 0em;  
  }
  
  .yform .type-text input,
  .yform .type-text textarea {
    display:block;
    position:relative;
    padding:0.3em 0.3em;
    width:58.5%;
  }

  .yform .type-select select {
    display:block;
    position:relative;
    padding:0.3em 2px 0.3em 1px;
    width:60%;
    cursor:pointer;
  }
  .yform .type-select select optgroup {
    font-style:normal;
    font-weight:bold;
  }

  .yform .type-check input { cursor:pointer; }
  .yform .type-check label { display:inline; }

  .yform .type-button input {
    cursor:pointer;
    overflow:visible;  /* Fixes IE7 auto-padding bug */
    width:auto;
  }

  .yform div.error {
    border:1px #a00 dashed;
    background:#faf4f4;
    padding:0.5em;
  }

  .yform div.error label { color:#000; font-weight:bold; }
  .yform div.error .message { color:#800; }

  .yform div.type-check input:focus,
  .yform div.type-check input:hover,
  .yform div.type-check input:active { border:0 none; }


  .full div.type-text input,
  .full div.type-text textarea { width:95.5%; margin-right: -3px; }
  .full div.type-select select { width:97.0%; margin-right: -3px; }
  
  * html .full div.type-text input,
  * html .full div.type-text textarea { width:95.5%; }
  * html .full div.type-select select { width:97.0%; }

  .columnar .type-text label,
  .columnar .type-select label {
    float:left;
    width:30%; /* Can be fixed width too | Kann auch eine fixe Angabe sein */
  }

  .columnar div.type-check input { margin:0 5px 0 30%; }
  .columnar div.error .message { margin-left:30%; }

  .columnar fieldset div.type-button,
  fieldset.columnar div.type-button { padding-left:30%; }

  .columnar div.type-text input,
  .columnar div.type-text textarea { float:left; width:67.8%; margin-right: -3px; }
  .columnar div.type-select select { float:left; width:69.4%; margin-right: -3px; }
  
  * html .columnar div.type-text input,
  * html .columnar div.type-text textarea { width:67.2%; }
  * html .columnar div.type-select select { width:68.8%; }


 /* -------New Styles created Vitali ---------------- */
  
  .ftable, 
  .ftable table, 
  .ftable tr , 
  .ftable td  {border:none; cellspacing:0;cellpadding:3;}
  
 
  .promo{
	 color:#330; background:#5e5607 url(img/button_yellow.png) top left repeat-x;}
  .promo input:focus,
  .promo:hover,
  .promo:active {
    border-top:1px #444 solid;
    border-left:1px #444 solid;
    border-right:1px #ddd solid;
    border-bottom:1px #ddd solid;
    color:#fff;
    background:#555; 
  }
 .promoHeaderRow
	{ 	background-image: url(/css/screen/img/newprice.png);		
		background-repeat:repeat-x;
		background-position:center;	
		height:15px;
		width:100px;
		
	}
  /* ----------- END -------------- */
  
  .yform, 
  .yform div,
  .yform div * { zoom:1; }

  .yform { padding-top:0\9; }
  .yform fieldset { padding:0 5px\9; padding-top:1em\9; }
  .yform legend { position:absolute\9; top:-.5em\9; *left:0\9; }
  .yform fieldset { position:relative\9; overflow:visible\9;  margin-top:1.5em\9; zoom:1; }

  .yform legend { *padding:0 5px; }
  .yform fieldset { *padding-top:1.5em; }
  
  * html .yform { padding-top:10px; }
  
  .ErrorText { 
    color: #FF0000;
    font-weight: bold;
    margin-left: 5px;
  }
  
}  
	.dsp_price, .dsp_old_price ,.dsp_old_price_75 { display: block; color: red; 
										font-style: normal; text-shadow: 1px 1px 0 #fff; 
										text-align: center; padding: 0px 0 0px; 
										position: relative; clear: both; }
	.dsp_old_price, .dsp_old_price_75 { color: black; }
	.dsp_old_price:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
									background: url(img/old_price_bg.png) center no-repeat; }

  .jd_header,.jd_header_prom  {font-weight: bold; background: #e2c4be;}		
  .jd_header,.jd_header_prom th  {border:1px solid #542121 !important}
  .jd_desciption_prom {text-align:left;border-left:1px solid #ddd}
  .jd_desciption_prom td {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
									background: url(img/dsc10.png) no-repeat; border:1px solid #542121 !important}

  