
   .price {
      color: #FE9001;
      font-weight: bold;
      cursor: help;
   }

   .price-old {
      text-decoration: line-through;
   }

   .price-soldout {
      color: #aa0000;
   }

   .item-add-form li {
      font-size: 100%;
   }

   .item-add-form button {
	 background-image: url(../img/button/buttonred.gif);
			border: none;
			color: #FFF;
			width: 85px;
			height: 17px;
			
	 font-size: 90%;
	 font-weight: bold;
   }

   .delivery {
      background-color: gray;
      color: white;
   }


   .pcs-input {
      /*
      width: 20px;
      border: 0px;
      border-bottom: 1px dashed gray;
      text-align: right;
      margin-right: 2px;
      */
      border: 1px solid black;
      width: 20px;
      text-align: right;
      margin-right: 2px;
      margin-left: 1px;
      margin-top: 1px;
   }

   .pcs-err input {
      border: 2px solid red;
   }

 
   .ok {
	    color: #4D4D4D;
   }
   .err {
	    color: #9A002D;
   }

   .list-selection select {
      width: 120px;
   }

   .list-selection {
      text-align: right;
   }

   .list-selection div {
      display: inline;
   }

   .list-attribute {
      line-height: 30px;
   }

   .list-parameters {
      line-height: 30px;
   }

   .navigation-info a {
      font-weight: normal;
   }
   .navigation-info-label {
      display: none;
   }
