/* Jiggys
*************************/
.jiggy {
  margin:0 0 40px 0;
}

/* Artikel
*************************/
.article {
  margin:0 0 20px 0;
}
.article .image {
  float:left;
  width:156px;
  margin:0 16px 0 0;
}
.article .text {
  float:right;
  width:328px;
}

/* 2-spaltig (Text/Bilder)
*************************/
.two-columns {
  clear:both;
}
.two-columns .col-1 {
  float:left;
  width:328px;
  margin:0 16px 0 0;
}
.two-columns .col-2 {
  float:left;
  width:156px;
}

/* Imagebox
*************************/
dl.imagebox {
  margin:0 0 15px 0;
  padding:0;
  width:156px;
}
dl.imagebox dt {
  margin:0;
  padding:0;
}
dl.imagebox dt span {
  position:absolute;
  display:block;
  width:156px;
  height:4px;
  background:url(/assets/images/round-corners.png);
}
dl.imagebox dt img {
  line-height:0;
  display:block;
}
dl.imagebox dd {
  margin:0;
  padding:0;
  background:url(/assets/images/longdesc.jpg);
  height:29px;
  text-align:center;
  font-size:11px;
  padding:7px 5px 0 5px ;
}

/* Artikel Imagebox
*************************/
.articles-imagebox {
  /*margin:0 -16px 0 0;*/
  width:516px;
}
.articles-imagebox .imagebox {
  float:left;
  margin:0 16px 16px 0;
}
.articles-imagebox .imagebox dt {
  height:156px;
  background:#ccc;
}
.articles-imagebox .imagebox dd {
  height:55px;
}
.articles-imagebox .imagebox dd a {
  text-transform:uppercase;
  color:#424242;
  font-weight:bold;
  font-size:12px;
}
.articles-imagebox .imagebox dd a:hover {
  text-decoration:none;
}


/* Artikel Shop
*************************/
.product-detail .image {
  margin:0 0 15px 0;
}
form.add-to-cart input.text {
  width:25px;
}
form.add-to-cart input.button  {
  padding-left:22px;
  background-image:url(/assets/images/icon-cart.png);
  background-position:4px 50%;
  background-repeat:no-repeat;
}
form.add-to-cart .sets select {
  width:110px;
}
form.add-to-cart label span,
form.add-to-cart span.label-indent {
  width:40px;
  display:block;
  float:left;
}
.price-info {
  font-size:10px;
}

/* Artikel Shop, kompakt
*************************/
.product-compact {
  border-top:dotted #ddd 1px;
  padding:15px 0 0 0;
  margin:10px 0 0 0;
}

/* Checkout-Steps
*************************/
.steps {
  height:25px;
  line-height:25px;
  margin:0 0 20px 0;
}
.steps span {
  display:block;
  float:left;
  margin:0 1px 0 0;
  padding:0 10px;
  background:#f3f0ec;
  border-bottom:solid #aaa 2px;
}
.steps .checkout_step_1_1 {
  background:#E4DFDC;
  border-color:#97bf0d;
}
.steps .checkout_step_0_1 {
  background:#E4DFDC;
  border-color:#97bf0d;
}


/* 1. Warenkorb
*************************/
table.cart {
  width:500px;
}
table.cart input.text {
  width:20px;
}
table.cart .einzelpreis,
table.cart .gesamtpreis,
table.cart td.summe {
  text-align:right;
}
table.cart tr.summe {
  font-weight:bold;
  font-size:14px;
}
/* 2. Adresse
*************************/
form.new-adress input.plz {
  width:40px;
  margin:0 3px 0 0;
}

/* Suche
*************************/
.result {
  margin:0 0 20px 0;
}
.result h2 {
  margin:0;
}

/* Formulare
*************************/
form .row {
  clear:both;
  margin:0 0 5px 0;
}
fieldset {
  margin:0 0 20px 0;
  padding:10px 0 0 0;
  border:solid #ccc 1px;
  border-width:1px 0 0 0;
}
fieldset legend {
  /*display:none;*/
  margin:0;
  padding:0 5px 0 0;
  font-weight:bold;
}
label.block,
span.label-block {
  display:block;
}
label.indent,
span.label-indent {
  display:block;
  float:left;
  width:120px;
}
input.text,
textarea,
select {
  border:0;
  background:#EBEBEB;
  width:200px;
  line-height:16px;
  height:16px;
  padding:3px;
}
textarea {
  height:160px;
  width:500px;
}
select {
  height:21px;
  width:206px;
}
input.text:focus,
textarea:focus {
  background:#CBDF86;
}
input.button {
  background:#EBEBEB;
  border:0;
  padding:3px;
  color:#97BF0D;
  font-weight:bold;
  cursor:pointer;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
input.button:hover {
  background:#e0e0e0;
}
.sendmail_emptyfield1 input.text,
.sendmail_emptyfield1 textarea {
  border:solid #f00 1px;
}
.sendmail_emptyfield1 label {
  color:#f00;
}

/* Formular, Registrierung
*************************/
input#plz {
  width:40px;
}
input#ort {
  width:151px;
}