/* 		--> Styles für Warenkorb <-- 															*/

  /* Kategorientitel */
  
  td.kategorientitel {
    padding: 5px;
    margin-top: 10px;
    }
  span.kategorientitel {
    color: #0C479D;
    font-weight: bold;
    font-size: 12px;
    }

  /* Produkte-Infos */
  
  td.produkttitel	{
    font-weight: bold;
    background-color: Whitesmoke;
    padding: 3px;
    }
  a.produkttitel {
    color: red;
    }
  a.produkttitel:hover {
    color: black;
    }    
  
  span.produktinfo {
    color: black;
    font-size: 10px;
    }
  span.produktpreis{
    color: #0C479D;
    font-weight: bold;
    font-size: 10px;
    }
    
  /* Buttons */
  
  input.inputbutton {
    color: black;
    font-size: 11px;
    background-color: LightGrey;
    border: solid 1px black;
    border-bottom: solid 2px black;
    border-right: solid 2px black;
    }    

/* ChH, damit die grossen Inputs nicht zu gropss werden */
td.csc-form-fieldcell input {
  max-width: 500px;
}

