﻿/* SHOP */
/* ****************************************************** */

#klammer_rubrik_6 #subheadline {
  border-color: #a60084;
}

#klammer_rubrik_6 #headline {
  border-color: #a60084;
  color: #a60084;
}



/* Einstieg (Startseite des Shops) */

#subheadline_einstieg {
  border-bottom: 1px dotted #a60084;
  padding: 5px 0 7px 10px;
  font-size: 120%;
}

#headline_einstieg {
  border-bottom: 1px dotted #a60084;
  padding: 10px 0 12px 10px;
}

#headline_einstieg h1 {
  font-size: 170%;
  padding: 0;
  margin: 0;
  color: #a60084;
  font-weight: normal;
  line-height: 120%;
}

#shop_einstieg_rubriken {
  margin-left: -10px;
}

.shop_einstieg_rubriken_zeile {
  float: none;
  clear: both;
  margin-top: 20px;
  height: 100%;
  overflow: hidden;
}

.shop_einstieg_rubrik {
  width: 155px;
  float: left;
  padding-left: 10px;
  height: 100%;
  overflow: hidden;
}

.shop_einstieg_rubrik .titel {
  color: #a60084;
  /*padding: 0 10px 0 10px;*/
  height: 40px;
  border-bottom: 10px solid #a60084;
  display:table-cell;
  height:46px;
  padding:0 10px 2px;
  vertical-align:bottom;
  width:135px;
}

.shop_einstieg_rubrik .titel a {
  text-decoration: none;
  color: #a60084;
}

.shop_einstieg_rubrik .titel a:hover {
  text-decoration: underline;
}

.shop_einstieg_rubrik .bild {
  background-color: #f2f2f2;
  text-align: center;
  padding: 10px;
}

.shop_einstieg_rubrik .text {
  padding: 10px;
  background-color: #f2f2f2;
  background-image: url(../images/shop_einstieg_verlauf.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  overflow: hidden;
}

.shop_einstieg_rubrik .text p {
  margin: 0;
}

.shop_einstieg_rubrik .link {
  text-align: right;
}

.shop_einstieg_rubrik .link a {
  display: block;
  background-image: url(../images/shop_pfeil_schwarz.gif);
  background-repeat: no-repeat;
  background-position: right 7px;
  overflow: hidden;
  padding: 6px 21px 0 0;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.shop_einstieg_rubrik .link a:hover {
  text-decoration: underline;
}



/* Warenkorb rechte Spalte */

#spalte_3 #warenkorb {
  background-color: #f2f2f2;
  overflow: hidden;
  height: 100%;
}

#spalte_3 #warenkorb_headline {
  
}

#spalte_3 #warenkorb_headline a {
  background-color: #a60084;
  color: #fff;
  font-weight: bold;
  padding: 5px 22px 7px 10px;
  border-right: 10px solid #a60084;
  overflow: hidden;
  height: 100%;
  display: block;
  background-image: url(../images/icon_warenkorb_weiss.gif);
  background-repeat: no-repeat;
  background-position: right center;
  text-decoration: none;
  text-transform: uppercase;
}

#spalte_3 #warenkorb_headline a:hover {
  text-decoration: underline;
}

#spalte_3 #warenkorb_daten {
}

#spalte_3 #warenkorb_daten ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#spalte_3 #warenkorb_daten ul li {
  border-bottom: 1px dotted #000;
  padding: 5px 10px 7px 10px;
}

#spalte_3 #warenkorb_link {
  padding-right: 10px;
}

#spalte_3 #warenkorb_link a {
  display: block;
  background-image: url(../images/shop_pfeil_schwarz.gif);
  background-repeat: no-repeat;
  background-position: right 7px;
  overflow: hidden;
  float: right;
  margin: 0 0 10px 0;
  padding: 6px 21px 0 0;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#spalte_3 #warenkorb_link a:hover {
  text-decoration: underline;
}


/* Suche im Shop rechte Spalte */

#shop_suche {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  height: 100%;
}

#shop_suche_headline {
  margin-bottom: 7px;
}

#shop_suche_headline strong {
  text-transform: uppercase;
}

#shop_suche_formular {
  background-color: #f2f2f2;
  padding: 10px;
  overflow: hidden;
  height: 100%;
}

#shop_suche input {
  font: normal 100% verdana, sans-serif;
  border: 0;
  margin: 0;
  padding: 0;
}

#shop_suche input#stichwort {
  float: left;
  padding: 2px 0 0 5px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #000;
}

#shop_suche input#finden {
  /* background-color: #000; */
  background-color: #A60084;
  color: #fff;
  font-weight: bold;
  padding: 0 0 3px 0;
  height: 19px;
  float: left;
}


/* Rubrikenseite */

#shop_rubrik {
  margin-left: 10px;
}

.shop_rubrik_artikel {
  height: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.shop_rubrik_artikel .inhalt {
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  height: 100%;
  overflow: hidden;
  background-image: url(../images/shop_rubrik_verlauf.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.shop_rubrik_artikel .bild {
  float: left;
  height: 100%;
  overflow: hidden;
}

.shop_rubrik_artikel .text {
  padding: 10px;
  padding-bottom: 14px;
  height: 100%;
  overflow: hidden;
}

.shop_rubrik_artikel .text .headline {
  color: #a60084;
}

.shop_rubrik_artikel .text .headline a {
  text-decoration: none;
  color: #a60084;
}

.shop_rubrik_artikel .text .headline a:hover {
  text-decoration: underline;
}


.shop_rubrik_artikel .text p {
  margin: 0 0 1em 0;
}

.shop_rubrik_artikel .link {
  text-align: right;
  margin-top: 5px;
  margin-bottom:5px;
  margin-top:-20px;
  overflow:hidden;
}

.shop_rubrik_artikel .link a {
  background-image: url(../images/kontextnavi_pfeil_off.gif);
  background-repeat: no-repeat;
  background-position: right 11px;
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 7px 14px 0 0;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.shop_rubrik_artikel .link a:hover {
  text-decoration: underline;
}


/* Detailseite */

.link_zurueck {
  margin-left: 10px;
}
.link_zurueck a {
  color: #000;
  background-image: url(../images/pfeil_zurueck.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 14px;
  text-decoration: none;
}
.link_zurueck a:hover {
  text-decoration: underline;
}


#shop_details {
  margin: 20px 0 0 10px;
}
#shop_details .bild {
  float: left;
  margin: 0 20px 20px 0;
}
#shop_details .text {
}
#shop_details .text p {
}

#shop_details .text a {
  color: #A60084;
  font-weight: bold;
  text-decoration: none;
}

#shop_details .text a:hover {
  text-decoration: underline;
}


#shop_details_daten {
  margin: 20px 0 0 10px;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  height: 100%;
  overflow: hidden;
  background-image: url(../images/shop_details_verlauf.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 5px 10px 5px 10px;
}
#shop_details_daten_titel {
  color: #a60084;
}
.shop_details_daten_zeile {
  width: 100%;
  overflow: hidden;
}
.shop_details_daten_links {
  width: 70%;
  float: left;
}
.shop_details_daten_rechts {
  width: 30%;
  float: right;
  text-align: right;
}

#button_warenkorb {
  float: right;
  margin-top: 10px;
}
#button_warenkorb table {
  border: 0;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  background-color: #a60084;
}
#button_warenkorb table td {
  border: 0;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
#button_warenkorb form {
  padding: 5px;
  margin: 0;
  border: 0;
}
#button_warenkorb form input {
  padding: 0;
  margin: 0;
  border: 0;
  width: 30px;
  color: #a60084;
  font: normal 100% verdana, sans-serif;
}
#button_warenkorb form a {
  color: #fff;
  font-weight: bold;
  background-image: url(../images/icon_in-den-warenkorb_weiss.gif);
  background-repeat: no-repeat;
  background-position: right center;
  text-decoration: none;
  padding: 5px 22px 5px 0;
}
#button_warenkorb form a:hover {
  text-decoration: underline;
}

/* NEUES CSS F? DEN WARENKORB */

.basket_global {
  font-family:verdana,sans-serif;
  font-size:100%;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  padding:0px;
  /* background-color:#F2F2F2; */
  background-color:#FFFFFF; 
  padding-bottom:10px;
}

.com-basket-box table {
  width: 100%;
}

.basket_header {
  background-color: #A60084;
  color: #fff;
  border: 1px solid #000000;
}

.basket_header th {
  /*background-color: #A60084;*/
  color: #fff;
  border-bottom: 1px dotted #00579B;
  font-weight:normal;
  padding: 4px 2px 4px 2px;
}

.basket_input {
  background-color:#FFFFFF;
  border:1px solid #5E5E5E;
  float:left;
  height:15px;
  padding:1px 0 1px 2px;
  width:30px;
  margin-left: 4px;
  text-align: center;
}

/* SELECT CSS FOR SHOP SELECT FUNCTION */
.basket_select {
  background-color:#FFFFFF;
  border:1px solid #5E5E5E;
}
/* ************************************ */

.basket_label {
  border-color:#00579B;
  color:#00579B;
  font-size:70%;
  line-height:150%;

}

.basket_products {
 background-color: rgb(224,224,224);
 color: #000;
 padding-top: 5px;
 padding-bottom: 5px;
 padding: 2px;
}

.basket_products_odd {
  background-color: rgb(247,247,247);
  color: #000;
  padding: 2px;  
  padding-top: 5px;
  padding-bottom: 5px;
}

.basket_products td, .basket_products_odd td {
  background-image: url(../images/shop_rubrik_verlauf.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  border-bottom: 1px dotted #00579B;
  padding-top: 4px;
  padding-bottom: 4px;
}

th.com-basket-header-basket {
  width: 18px;
}

.basket_artNr {
  padding-left: 10px;
}

.basket_border_dashed {
  border-bottom: 1px #000000 dotted;
}

.basket_border_dotted {
  border-bottom: 1px #000000 dotted;
}



.submit_background {
  background-color:#A60084;
  border: 2px solid #A60084;
  float: right;
  padding: 4px;
}

.submit_background td {

}

.submit_background td.submit_warenkorb_padding {

}

#submit_warenkorb {
  float: none;
}

.submit_background_light {
  border: 2px solid #A60084;
  background-color: rgb(224,224,224);
  padding: 4px;
  float: left;
}

td.einkaufen {
  width: 180px;
}

.submit_background a {
  color: #FFFFFF;
  font-weight:bold;
  text-decoration:none;
  
  border:0px none;
  border-collapse: collapse;
  margin:0px;
  padding:0px;
}

.submit_background a.cursor {
  cursor: pointer;
}

.submit_background_light a {
  color: #A60084;
  font-weight:bold;
  text-decoration:none;
  
  border:0px none;
  border-collapse: collapse;
  margin:0px;
  padding:0px;
}

.submit_background a:hover, .submit_background_light a:hover {
  text-decoration: underline;
}

.basket_link_art a {
  text-decoration: none;
  color: #5E5E5E;
  color: #000;
}

.basket_link_art a:hover {
  text-decoration: underline;
}

.basket_link_art_Steps a {
  text-decoration: none;
  color: #9E9E9E;
}

.basket_link_art_Steps a:hover {
  text-decoration: underline;
}

.basket_products .com-text-right, .basket_products_odd .com-text-right {
  padding-right: 4px;
  padding-left: 8px; 
}

.com-text-right select {
  width: 210px; 
}

.com-bold {
  font-weight: bold;
  padding-bottom: 8px;
}

body div.com-chkout-address-fields dd.com-chkout-address-radio, body dd.com-chkout-address-item-select {
  padding-left:85px;
}

.com-chkout-step-actual, .com-chkout-step-inactive {

}

.com-chkout-listing-comment {

}

.com-chkout-listing-footer {
  padding-top: 10px;
}

.com-chkout-steps {
  padding-bottom: 10px;
  border-bottom:1px dotted #000000;
}

.com-chkout-address-fields input {
  width: 240px;
}

.com-chkout-address-radio input {
  width: auto;
}

.com-chkout-address-fields .adress_table {
  padding-bottom: 14px;
}

div.com-chkout-address-fields dl {
  padding-bottom: 10px;
  border-bottom:1px dotted #000000;
}

.com-chkout-listing-basket {
  border-bottom:1px dotted #000000;
}

tr.com-chkout-sum td {
  padding-top: 4px;
}

tr.com-chkout-abh td {
  padding-top: 4px;
}

.com-chkout-listing-footer {
  border-bottom:1px dotted #000000;
  border-top:1px dotted #000000;
  margin-bottom: 14px;
}

/* Suche */

#tx_commercesearch_pi1_result .basket_header {
  background-color: #fff;
  color: #000;
  border: 1px solid #000000;
}

#tx_commercesearch_pi1_result .basket_header th {
  /*background-color: #A60084;*/
  color: #000;
  border-bottom: 1px dotted #00579B;
  font-weight:normal;
  padding: 4px 2px 4px 2px;
}

/* LUPE FÜR PRODUKT BILD VERGRÖSSERUNG */
.bild .link_grossansicht {
  margin: 0 0 -24px 0;
  z-index: 1;
  left: 0;
  top: 0;
  position: relative;
}

.bild .link_grossansicht a {
  display: block;
  background-color: #000;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon_grossansicht.gif);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
