
.Shop_Seitensteuerung {
   width: 655px;
   clear: both;
   display: block;
   margin-bottom: 20px;
   padding: 7px;
   background-color:    #FFC000; 
   background-image: url('/webios/_data/_mandant/_media/bg_gold.png');
   background-position: bottom;
   background-repeat: repeat-x;
   color:               #ffffff; 
   border-top: #cacaca 1px solid;
   border-bottom: #cacaca 1px solid;
   -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
   height: 24px;
   }

.Shop_Seitensteuerung a {
   color: white;
   width: 40px;
   height: 40px;
   margin: 10px;
   padding: 2px;
 padding-top: 5px;
   }

.Shop_Seitensteuerung b {
   background-color: #FFC000;
   color: #100060;
   }

.SelectLabel {
   display: block;
   width: 150px;
   float: left;
   }



                           
/* Shop: Bestellhistorie */
.Shop_Bestellhistorie table {
   width: 100%;
   border-width: 1px;
   margin: 0;
   }

.Shop_Bestellhistorie th {
   background-color: #808588;
   color: white;
   padding: 2px;
   }

.Shop_Bestellhistorie td {
   background-color: white;
   color: black;
   padding: 2px;
   }

.Shop_Bestellhistorie a {
   background-color: #FFC000;
   color: white;
   font-weight: bold;
   font-size: 10pt;
   border-style: outset;
   border-width: 1px;
   padding: 2px;
   margin: 2px;
   }

.Shop_Bestellhistorie a:hover {
   background-color: #ffdd00;
   color: #002060;
   }
/* --------------------------------------------------------------
   ---- Shop: Artikelgruppen-Übersicht                       ---- 
   -------------------------------------------------------------- */

     .AGU_Main { 
       padding: 5px;
       padding-top: 0px;
       margin-right: 8px;
       margin-bottom: 10px;
       text-align: left;
       float: left;
       border: #cacaca 1px solid;
       width: 190px;
       height: 250px;
       background-color: white;
display: block;
       }

     .AGU_Bild {
//       position: relative;
       width: 160px; 
       height: 160px;
       margin: 0;
       padding: 0;
       overflow: hidden;
       margin-bottom: 5px;
       }


/* --------------------------------------------------------------
   ---- Shop: Artikel-Übersicht                              ---- 
   -------------------------------------------------------------- */

     .AU_Main { 
       margin-right: 8px;
       margin-bottom: 10px;
       padding: 0px;
       position: relative;
       top: 0px;
       left: 0px;
       text-align: left;
       float: left;
       border: #cacaca 1px solid;
       width: 160px;
       min-height: 385px;
     background-color: #E6E6E6;
     color: #202030;
     -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
font-size: 10pt;
overflow: hidden;
       }

     .AU_Bild {
       position: relative;
       width: 125px; 
       min-height: 125px;
       margin: 0;
       padding: 15px;
padding-bottom: 0;
     -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
       }

     .AU_Text {
       font-size: 8pt;
       color: #ffffff;
       background-color: #852722; 
       width: 116px; /* 80 */
       height: 30px;
       padding: 5px;
       margin: 5;
       margin-left: 15px;
       margin-top: 0;
       white-space: nowrap; /* */
/*       position: absolute;
       bottom: 5px; 
       right: 15px;
*/
       filter:alpha(opacity=70);
       border: white 1px solid;
       }

    .AU_ArtikelFlag {
       position: absolute;
       top: 5px;
       left: 5px;

       font-size: 12pt;
       text-transform: uppercase;
       font-weight: bold;
       height: 1em;
       }

.AU_Bezeichnung {
   padding: 15px;
   padding-top: 3px;
   font-size: 10pt;
   margin-top:5px; 
   height: 5em;
   }

    .AU_Bestellung {
       background-color: #E5E0D9;
       margin-top: 5px;
       padding: 3px;
       padding-left: 15px;
       padding-bottom: 10px;
       width: 100%; // 150px;
       border-top: #8E7A72 1px solid;
       font-size: 9pt;
       }

    .AU_Bestellung button {
       font-size: 9pt;
       }

    .AU_Bestellung input,     
       font-size: 9pt;
       }

    .AU_Bestellung select {
       font-size: 9pt;
       }

    .ArtNeu {
       color: #ffb040;
       }

    .ArtSonderangebot {
       color: #ff0000;
       }

    .ArtRestposten {
       font-size: 11pt;
       color: #ffee40;
       background-color: black; 
       Position: absolute;
       top: 108px;
       left: 10px;
       width:116px;
       padding: 5px;
       opacity: 0.5; 
        z-index: 888;
       }

     .ArtRestpostenText {
       opacity: 1; 
       }
/* --------------------------------------------------------------
   ---- Shop: Artikel-Übersicht rechte Spalte                ---- 
   -------------------------------------------------------------- */

     .AU_Main_rechts { 
       background-image: url('/webios/_data/_saddleshoptrading.de/_media/box_rechts_mitte.gif'); /* pfad */
       background-repeat: repeat-y;
       width: 185px;
       margin: 0px;
       padding: 0px;
       padding-left: 13px;
       position: relative;
       top: 0px;
       left: 0px;
       text-align: left;
       font-size: 8pt;
       }

     .AU_Bild_rechts {
       width: 160px; /* 175 */
       margin: 0;
       padding: 0;
       overflow: hidden;
       position: relative;
       top: 0px;
       left: 0px;
       }

/* --------------------------------------------------------------
   ---- Shop: Artikel-Details                                ---- 
   -------------------------------------------------------------- */
                                              
     .AD_Main { 
       min-width: 400px;
       border: #cacaca 1px solid;
     background-color: #E6E6E6;
     color: #202030;
     -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
       }

     .AD_Bild {
       position: relative;
       top: 0px;
       left: 0px;
       border: #807557 1px solid;
       }

     .AD_Kurztext {
       font-size: 9pt;
       color: #ffffff;
       background-color: #852722;
       width: 80px;
       height: 30px;
       padding: 15px;

       position: absolute;
       bottom: 10px;
       right: 10px;

       white-space: nowrap; /* */
       float: left; /* */

       filter:alpha(opacity=70);
       border: white 1px solid;
       }

     .AD_Ratingbar {
       font-size: 9pt;
       color: #000000;

       width: 150px;
       height: 50px;

       padding: 5px;

       position: absolute;
       bottom: 10px;
       left: 120px;

       white-space: nowrap; 
       float: left; 
       text-align: center;
       filter:alpha(opacity=90);
       border: white 1px solid;
       }

     .AD_Detailtext {
       font-size: 10pt;
       width: 390px;
       padding: 5px;
       margin-top: 10px;
       position: relative;
       top: 0px;
       left: 0px;
       clear: both;
       }

     .AD_Bestellblock {
       font-size: 10pt;
       width: 450px;
       padding: 5px;
       margin-top: 10px;
       position: relative;
       top: 0px;
       left: 0px;
       }
                                                
     .AD_Hersteller {
/*
       position: absolute;
       bottom: 5px;
       left: 105px;
*/
       }

.Belehrung { 
    border: #cacaca 1px solid;
    background-color: #E6E6E6;
    color: #202030;
    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
    font-size: 8pt;
    padding: 10px;
    margin-bottom: 20px;
    }

.Belehrung h2 { 
    font-size: 10pt;
    font-weight: bold;
    }
                                                                     