/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5
**  Dateiversion: 18.06.06  
**  Datei       : layout_3col_fixed.css
**  Funktion    : Zentrales Stylesheet 3-Spalten-Layout mit fester Breite und grafikfreien Spaltentrennern 
**
*/
@import url(css/main/base.css);
@import url(css/modifications/basemod.css);
@import url(css/modifications/basemod_3col_fixed.css);
@import url(css/navigation/nav_shinybuttons.css);
@import url(css/main/content.css);
@import url(css/print/print_003.css);


/* GUTSCHEIN EINLÖSEN IM WARENKORB */
#gift_cart { }
/* RAHMEN FÜR EINGABEFELD */
#gift_cart #input_code { padding: 15px;	background-color:#f1f1f1; border: solid #cccccc 1px ; }
/* BUTTON EINLÖSEN */
#gift_cart #input_code input[type="image"] { position: relative; top: 6px; left: 5px;  }
/* ENDE - GUTSCHEIN EINLÖSEN IM WARENKORB */

/* POPUP MIT INFOS */
/* RAHMEN FÜR INFORMATIONEN */
#gift_infos { width: 400px; margin: 0px; padding: 10px; border: 1px solid #000; background: #FFF; display: none; position: absolute; top: 0%; left: 10%; z-index: 200; }
/* LISTE GÜLTIGER ARTIKEL UND KATEGORIEN */
#gift_infos ul.restriction_list { margin: 5px 0px 5px 40px; }
/* ENDE- POPUP MIT INFOS */

.gift_header {
  font-size: 12;
  font-weight: bold;
  color: #660000;
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 0.25em;
  margin-left: 0pt;
  padding-top: 1.5em;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
}