/*   -   E-SHOP   -   */
div.shop{
            margin-bottom: 30px;
            height: 10px;
}
#content{padding:15px 5px 15px 10px;width:693px}
button{
            -moz-border-radius:5px;
		-webkit-border-radius:5px;
		-moz-box-shadow:0px 0px 2px rgba(0,0,0,0.4);
		-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.4);
	
		color:rgba(255,0,0,0.9);
		text-shadow:1px 1px 0px rgba(255,255,255,0.8);
		border:1px solid rgba(25,14,0,0.3);
		
		background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
		background:-moz-linear-gradient(top,rgba(255,255,255,1),rgba(185,185,185,1));
	
		padding:3px 5px 3px 5px;
        font-weight: bold;
        font-size: 13px;
}
button:hover, .button:hover {
		background:rgba(240,240,240,1);
	}
	
	button:active, button:focus, .button:active, .button:focus {
		background:-webkit-gradient(linear,0% 100%,0% 0%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
		background:-moz-linear-gradient(bottom,rgba(255,255,255,1),rgba(185,185,185,1));
	}
	
	button:disabled {
		color:rgba(0,0,0,0.4);
		text-shadow:1px 1px 0px rgba(255,255,255,0.5);
		background:rgba(220,220,220,1);
	}

/*  -  - Shop-Main-Navigation  -   */
nav.shopmenue{
    margin: 10px 0;
    display: block;
    background-color: #EFEFEF;
    /*border: 1px solid #CCC;*/
    -moz-border-radius: 10px;
    -moz-box-shadow: 0 0 6px #333333;
    padding: 15px 10px;
}
nav.shopmenue a{
    margin-right: 20px;
    text-decoration: none;
}

/*  -   Warenkorb Kurz   -   */
#emptyWkorb{
        margin: 0;
}
.userWelcome{font-size:12px;display: block}
#warenkorbShortWrapper{
        margin-top:7px;
        padding: 1px 3px;
        height: 130px;
        width: 99%;
        overflow: hidden;
        /*border-top: 1px solid #37233F;
        border-bottom: 3px outset #37233F;
        border-left: 1px solid #37233F;
        border-right: 3px outset #37233F;*/
        -moz-box-shadow:1px 2px 10px #37233F;
	-webkit-box-shadow:1px 2px 10px #37233F;
	box-shadow:1px 2px 10px #37233F;
        -moz-border-radius: 6px;

}
#warenkorbShort{
       font-size: 12px;
       margin-bottom: 5px;
       color: #897A8F;
}
#warenkorbTabelle .shortInput, #warenkorbShort .shortInput, .shortInput{
       width: 20px;
       border: 1px solid #EFD9D3;
       -moz-border-radius: 2px;      
       text-align: center;
}
#warenkorbTabelle .shortInput:focus, .shortInput:focus{
       border: 1px solid #D99A8B;
       color: #D99A8B;

}
#warenkorbShort a{
       text-decoration: none; 
       color: #D65608;
}
#warenkorbShort fieldset{
       border: none;
}
#warenkorbShort .basket_klein{ 
       border: 1px solid #D8D2DA;
       -moz-border-radius: 3px;
       width: 100%;
       text-align: left;
}
#warenkorbShort fieldset legend{
       color: #8A778F;          
       line-height: 20px;
       padding: 0 5px 2px 2px;
       margin-bottom: 0;
       font-size: 12px;
       font-weight: bold;
       width: 100%;
       text-align: left;
}
#emptyWkorb .basket_klein{
       height: 95px;
}
#warenkorbShort #artikelgesamtSumme{
       font-weight: bold;
       white-space: nowrap;
}
.grau{background-color: #EFEFEF}
#warenkorbShort .basket_klein td{
       padding: 4px 0 4px 2px;
       white-space: nowrap;
}
.wkorbRefreshBtn{
       width: 40px;
}
.less, .more{
       height: 18px;
       margin: 0 2px;
       padding: 0;
       line-height: 20px;
       vertical-align: text-bottom;
}
#refreshWkorb{
       background: #999;
       color: #FFF;
       height: 28px;
       width: 113px;
       border: none;
       margin-top:3px;
       padding-bottom: 2px;
}
#refreshWkorb:hover{cursor:pointer}
.warenkorb_icon{height: 30px;}

/* nach KLICK addToBasket  erscheint ein greybox POPUP mit einem kurzen Warenkorb DIV   - */
#warenkorbOverlay{
       display: none;
}
.warenkorbOverlay, .overlay {
  background-image: url(http://www.computer-media-service.com/level9_cms/layout/_js/overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 3;
  width:  100%;
  height: 200%;
}
#warenkorbPopup{
        position: fixed;
        left: 50%;
        top: 50%;
        margin-left: -375px;
        margin-top: -100px;
        width: 750px;
        padding: 20px 15px;
        background-color: #FFF;
        opacity: 1;
        border: 1px solid #333;
        z-index: 3;
        -moz-box-shadow:0 0 8px #333;
	-webkit-box-shadow:0px 0px 8px #333;
	box-shadow:0px 0px 8px #333;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomright: 10px;
}
#warenkorbPopup h4{
        color: #D99A8B;
        margin-left: 2px;
}
#warenkorbPopup table{
        border-collapse: separate;
        width: 100%;
        font-size: 13px;
        color: #897A8F;
}
#warenkorbPopup table tr.grau{background-color: #EFEFEF;}
#warenkorbPopup table td{
        padding: 5px 10px;
}
#warenkorbPopup table th{
        line-height: 25px;
        color: #000;
        background-color: #EFEFEF;
        
}
#wkorbSymbol{
        position: absolute;
        left: 865px;
        top: -10px;
}
#close_btn{opacity: 1; float: right; position: absolute; top: 50%; left: 50%; margin: -122px 0 0 375px; z-index: 999}
#close_btn:hover{cursor: pointer}
.artPreview .itemDetailBtn a:hover{color: #897A8F}
.itemDetailBtn{
        
        -moz-border-radius:5px;
		-webkit-border-radius:5px;
		-moz-box-shadow:0px 0px 2px rgba(0,0,0,0.4);
		-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.4);
	
		color:rgba(0,0,0,0.9);
		text-shadow:1px 1px 0px rgba(255,255,255,0.8);
		border:1px solid rgba(0,0,0,0.3);
		
		background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
		background:-moz-linear-gradient(top,rgba(255,255,255,1),rgba(185,185,185,1));
	
		padding:3px 5px 3px 5px;
        width: 120px;
        font-weight: bold;
        font-size: 14px;
        margin: 0 auto;
}
.itemDetailBtn a, .itemDetailBtn a:visited, .katsDetailBtn, .katsDetailBtn a{
        /*color: #333;*/
        text-decoration: none;
        display: block;
}
.katsDetailBtn:hover{opacity: 0.8}
#delwarenkorb{border: none;background-color: none; color: #D65608}
#delwarenkorb:hover{cursor:pointer; color: #e7639e}
.delwarenkorb, .button{
        -moz-border-radius:5px;
		-webkit-border-radius:5px;
		-moz-box-shadow:0px 0px 2px rgba(0,0,0,0.4);
		-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.4);
	
		color:rgba(0,0,0,0.9);
		text-shadow:1px 1px 0px rgba(255,255,255,0.8);
		border:1px solid rgba(0,0,0,0.5);
		
		background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
		background:-moz-linear-gradient(top,rgba(255,255,255,1),rgba(185,185,185,1));
	
		padding:3px 5px 3px 5px;
        font-size: 10px;
}
/*  -   Warenkorb-Kurz   -  END    -   */
/*  -   Shop MENÜ  Start  -   */  
#kategorien_menue a{
       text-decoration: none;
}
#kategorien_menue .menuelevel1id0{
        font-size: 16px;
        line-height: 24px;
        color: #897a8f;
        /*background: url(http://www.bebekesya.com/level9_cms/layout/images/navArrow.png) no-repeat left center;*/
        padding: 3px 0 3px 27px;
}
#kategorien_menue .menuelevel2id0{
        margin-left: 23px;
        padding: 3px 0 3px 25px;
        font-size:14px;
        color: #d99a8b;
}
#kategorien_menue .active{
        /*font-style: italic;*/
        font-weight: bold;
        color: #d99a8b;
        background: url(http://www.bebekesya.com/level9_cms/layout/images/menue_icon14.jpg) no-repeat left center;
}
#kategorien_menue .menuelevel1id0:hover, #kategorien_menue .menuelevel2id0:hover{
        background: url(http://www.bebekesya.com/level9_cms/layout/images/menue_icon14.jpg) no-repeat left center;
}
/*  -   Startseite - Kategorien - Übersicht   -   */
.katsPreview{
       width: 160px;
       height: 220px;
       float: left;
       padding: 4px 10px 10px 10px;
       margin: 0 5px 25px 6px;
       border: 1px solid #EEE;
       text-align: center;
}
.katsPreview h1, .katsPreview h1 a{
        /*color: #D99A8B;*/
        font-size: 15px;
        text-decoration: none;
}
.shopStartseiteWrapper .shopStartseite .katsPreview{
       height: 230px;
       width: 170px;
       margin: 10px;
       padding: 15px;
}
.shopStartseite .thumb_container, .katPicContainer{
       height: 155px;
       padding: 8px 0;
       margin-bottom: 7px;
       text-align: center;
       /*border-bottom: 1px solid #EEE;*/
}
.detailBtnBox{
       padding: 2px 0;
       text-align: center;
}
.shopStartseite .thumb_container:hover{opacity:0.8}
.shopStartseite .pic_thumb{
       margin-bottom: 10px;
}
a .shopStartseite .katPreview, .shopStartseite .katPreview a, a .shopStartseite .katsPreview{
       font-size: 14px;
       /*color: #D65608;*/
       color: #003576;
       line-height: 20px;
       text-decoration: none;
}
.katName{
       text-align: left;
       color: #897A8F;
       height: 40px;
       margin-left: 3px;
       font-variant: small-caps;
       display: none;
}
/*  -   STARTSEITE - END     - */ 
/*  -   Listenansicht der Artikel   -   */
.artikelPreview{
       width: 160px;
       float: left;
       padding: 0 6px 10px 6px;
       margin: 0 10px 25px 10px;
       border: 1px solid #EEE;
}
#content .artikelPreview h1, #content .artikelPreview h1 a{
        font-size: 13px;
        height: 50px;
        margin: 3px 0 20px 0;
        text-align: center;
        text-decoration: none;
}
.artikelPreview .pic_thumb, .pic_thumb{
       max-width: 160px;
       max-height: 160px;
}
.bruttopreis, .nettopreis{
       clear: both;
       white-space: nowrap;
       color: #e7639e;
       font-size: 20px;
}
/*   -   Artikel-DETAIL- Ansicht   -   */
.artikeldetails{
            clear: both;
}
.artikeldetails .detailpics{
        max-width: 300px;
        max-height: 300px;
        /*border: 1px solid #D8D2DA;*/
        padding: 1px;
}
.artikeldetails .px{
        height: 330px;
        padding: 10px;
        text-align: center;
        border: 1px solid #D8D2DA;
        -moz-border-radius: 7px;
}
.artikeldetails .artikelnr{
        font-size: 11px;
        color: #999;
        font-style: italic;
        margin-left: 20px;
        font-weight: normal;
}
.artikeldetails .detailsleft{
        width: 49%;
        float: left;
        overflow: hidden;
}
.artikeldetails h1{
        color: #D99A8B;
        margin: 12px 0 20px 0;
}
.artikeldetails .absatz{
        font-size: 14px;
        line-height: 24px;
        color: #333;
        text-align: justify;
        /*font-weight: bold;*/
}
.artikeldetails .detailsright{
        width: 330px;
        float: right;
        margin-right: 5px;
}
.artikeldetails .price{
        white-space: nowrap;
        padding: 5px 1px 0 0;
        display: inline-table;
        color: #004B70;
        font-size: 12px;
        float: right;
}
.artikeldetails .gewicht{
        padding-top: 15px;
        color: #CCC;
        font-size: 12px;
        display: inline-table;
}
.artikeldetails .preiswrapper{display: inline;}
.artikeldetails .artikelWkorbWrapper{
        border-top: 1px solid #D8D2DA;
        margin-top: 5px;
        padding-bottom: 46px;
        padding-top: 15px;
}
.artikeldetails .artikelmenge, .artikeldetails .artikelmengeActive{
        width: 30px;
        border-bottom: 1px inset #B1A5B4;
        border-right: 1px inset #B1A5B4;
        border-top: 1px inset #D99A8B;
        border-left: 1px inset #D99A8B;
        background-color: #FFF;
        /*color: #7A97CA;*/
        color: #897A8F;
        font-weight: bold;
        padding: 1px;
        text-align: center;
        margin-left: 5px;
}
.artikeldetails .artikelmengeActive{
        color: #999;
}
.artikeldetails .optionsWrapper{
        display: block;
        border-top: 1px solid #D8D2DA;
        padding-top: 15px;
        margin-top: 10px;
}
.artikeldetails .artikelOptionen{
        width: 200px;
        margin: 0 0 10px 0;
}
#warenkorb_detail .artikelOptionWKorb{
        margin: 5px 0 0 4px; 
        font-family: Arial;
        text-align: left;
        font-size: 11px;
}
#artikeloptionen_1, #artikeloptionen_3{
        border: 1px solid #999;
        background-color: #EFEFEF;
        color: #666;
        padding: 2px;
}
#artikeloptionen_2, #artikeloptionen_4{
        border: 1px solid #999;
        color: #897A8F;
        padding: 2px;
}
.artikeldetails #produktempf_wrapper{
        clear: both;
}
.wkorbArtPreis{
        font-size: 11px;
        padding: 10px 0 0 0;
        margin: 0;
}
#artikelmenge{
        margin: 3px 8px 0 0;
        color: #999; 
        float: left;
        font-weight: bold;
        font-size: 13px;
}
#artikeloptionen{
        width: 110px;
        float: left;
        margin: 0 25px 20px 0; 
        border: 1px solid #7A97CA;
        background-color: #EFEFEF;
}
#artikelpreis{
        margin-right: 5px;
        font-weight: bold;
        font-size: 14px;
        color: #003576;
}
.price label{
        vertical-align: middle;
        display: inline-table;
        height: 22px;
        font-weight: bold;
        color: #999;
        font-size: 13px;
}
.price .steuerHint{
        color: #CCC;
        vertical-align: middle;
        display: inline-table;
        height: 20px;
}
#inwarenkorb_btn{
        float: right;
}
#inwarenkorb_btn:hover{
        text-shadow: 0 0 10px #000;
        border: 1px dotted #CCC;
        background-color: #EFEFEF;
}
/*   -   Image-Gallery   - */
.shopgalerieThumb{
        max-width: 66px;
        max-height: 81px;
        margin: 0 11px 8px 0;
        border: 1px solid;
        border-color: #CCC #999 #999 #CCC;
}
.shopgalerieThumb:hover{opacity: 0.8;filter: alpha(opacity=80);}
.galleryimg{
        clear: both;
        margin: 15px 0 20px 0;
        border: 1px solid #CCC;
        padding: 10px 2px 10px 10px;
        -moz-box-shadow:1px 1px 3px #D8D2DA;
	-webkit-box-shadow:1px 1px 3px #D8D2DA;
	box-shadow:1px 1px 3px #D8D2DA;
        -moz-border-radius: 7px;
}
/*  -   Warenkorb Detailed   -   */
#warenkorbTabelle{width: 99%; padding: 3px;}
#warenkorbTabelle table{
        width: 100%;
        text-align: center;
        color: #333;
}
#warenkorbTabelle .grau{background-color:#EFEFEF}
#warenkorbTabelle table th{
        font-size: 13px;
        padding: 3px 2px;
        color: #897A8F;
        text-align: center;
}
#warenkorbTabelle table tr td{padding: 3px;}
#warenkorbTabelle fieldset{
        border: none;
        padding: 15px 10px;
        -moz-border-radius: 10px; 
        -moz-box-shadow:2px 2px 11px #333;
	-webkit-box-shadow:0px 0px 8px #333;
	box-shadow:0px 0px 8px #333;
}
#warenkorbTabelle fieldset legend{ 
        color: #D99A8B;
        display: block;
        text-align: left;
        width: 30%;
        font-size: 13px;
        font-weight: bold;
        padding-top: 10px;
}
#warenkorbTabelle tr{
        line-height: 20px;
}
#warenkorbTabelle .wkorbNameWrapper{
        text-align: left;
        margin: 5px 5px 5px 7px;
        font-size: 13px;
 
}
#warenkorbTabelle .wkorbArtnr{
        font-size: 10px; 
        margin-top: 5px;
        display: inline-table;
}
.wkorbFooter{
        padding: 10px 230px;
}
.wkorbFooter a{
        color: #E6877B;
        text-decoration: none;
        font-sizw: 13px;
        text-transform: uppercase;
}
.wkorbFooter a:hover{color: #e7639e}
.wkorbFooter .zurKasseLink{ 
        float: right;
}
.wkorbTop{padding: 5px 100px}
.wkorbTop a{margin: 5px 100px;}
#warenkorbTabelle .delartikel, #warenkorbTabelle .refreshartikel{margin-bottom: 10px;}
/*   -   zur  K A S S E   -  */
.zurkasse_wrapper{
         font-size: 12px;
}
.eshopForms{
         color: #D99A8B;
         border: none;
         padding: 15px;
         -moz-border-radius: 10px; 
         -moz-box-shadow:2px 2px 11px #333;
	 -webkit-box-shadow:0px 0px 8px #333;
	 box-shadow:0px 0px 8px #333;
         margin-bottom: 25px;
}
.eshopForms caption{
         font-size: 14px;
         color: #897A8F;
         height: 35px;
}
.eshopForms .spacer{
         height: 72px;
}
.zahlungsAngaben .userdatenForm{
         float: left;
         width: 47%;
         margin-right: 18px;
         /*border-right: 1px solid #CCC;*/
}
.zahlungsAngaben .lieferdatenForm{
         width: 47%;
}
.zahlungsAngaben .label_long{
         white-space: normal;
         /*line-height: 15px;*/
}
.kasseButton{
         background: url(http://www.bebekesya.com/level9_cms/layout/images/sendOrder_kl.jpg) no-repeat;
         width: 140px;
         height: 55px;
         color: transparent;
         border: none;
         margin: 7px 0 7px 15px;
}
.kasseButton:hover{opacity: 0.8; cursor:pointer}
.zahlungs_BTN_wrapper{
         top: 56px; 
         right: 5px;
         position: relative;
}
form.zahlungsAngaben{
         width: 720px;
         font-size: 12px;
         padding: 20px 3px;
}
form.zahlungsAngaben legend, .orderSummery caption{
         color: #897A8F;
         line-height: 20px;
         margin-left: 30px;
         font-size: 14px;
         font-weight: bold;
}
form.zahlungsAngaben input[type="text"]{
         width: 230px;
         text-align: left;
}
form.zahlungsAngaben input.radioBtn, input[type="radio"]{
         margin: 3px 2px;
}
.zahlungsAngaben table td{
        line-height: 24px;
}
form.zahlungsAngaben label{
        display: block;
        text-align: right;
        color: #897A8F;
        margin: 0 8px 0 0;
        white-space: nowrap;
}
.zahlungsAngaben textarea{
        padding: 3px;
        height: 40px;
        width: 226px;
        margin: 10px 0;
        border: 1px solid #D99A8B;
        -moz-border-radius: 2px;
        color: #897A8F;
}
.zahlungsAngaben #rechnungsAddrBTN{
        color: red;
}
.anschriftenSelect{margin-bottom: 10px;}
.anschriftenSelect td{
        margin-right: 15px;
}
.anschriftenSelect input{
        margin-right: 5px;
}

/*   -  Bestellungs-Zusammenfassung   -  */
#content .zurkasse_wrapper .orderSummery{
        width: 96%;
        margin: 20px 0 15px 5px;
        padding: 15px 5px 15px 15px;
        font-size: 13px;
}
.orderSummery .errorMSG{
        width: 90%;
}
#content .zurkasse_wrapper .orderSummery caption{
       margin-bottom: 10px;
}
.orderSummery table{
        color: #333;
        width: 550px;
        margin-bottom: 25px;
}
.orderSummery table td.first{
        text-align: right;
        padding-right: 15px;
        display: block;
        line-height: 28px;
}
.orderSummery table td.second{
        padding-left: 10px;
}
.orderSummery table tr td{
        border-bottom: 1px solid #D8D2DA;
}
.orderSummery .rechnungsUlieferAnschrift{
        width: 350px;
        float: left;
        margin-right: 20px;
}
.orderSummery .zahlUversand_art{
        clear: both;
}
#agb_confirm{
        margin: 5px 10px 15px 25px;
}
.finishRegister{margin: 10px 0 0 0;}
/*   -  LOGIN LOGOUT BUTTONS   -   */
#userLoginBTN, #userLogoutBTN{
        text-transform: uppercase;
}
.login, .logout{
        font-size: 11px;
}
.buttonIcon1{
        background: url(http://www.bebekesya.com/level9_cms/images_user/buttons/buttonBG_orka.png) no-repeat;
        border: none;
        width: 112px;
        height: 30px;
        color: #333;
        padding: 0 5px 4px 0;
}
.buttonIcon1:hover{
        color: #FFF;
        text-shadow: #56415F 1px 1px 2px;
}
/*  -   LOGIN-Form - eSHOP   -   */
#eshopLogin{
        padding: 15px 15px 15px 2px;
        width: 580px;
        font-size: 12px;          
}
.meinkonto_wrapper h1.formsHeadline{margin: 0; color:#D99A8B}
#eshopLogin .normal_input{
        width: 300px;
        padding: 2px;
        background-color: #EFEFEF;
        -moz-border-radius: 2px;
}
#eshopLogin .normal_input:focus{
        background-color: #FFF;
        border: 1px dashed;
        color: #EF8E77;
}
#eshopLogin input[type="checkbox"]{
        margin-right: 10px;
}
#eshopLogin input[type="submit"]{
        width: 100px;
        margin: 3px 0;
}
#eshopLogin #pwdVergessenBTN{width:120px;}
#eshopLogin label{
        margin-right: 25px;
        line-height: 30px;
        font-weight: bold;
        color: #333;
}
#eshopLogin table{
        color: #333;
        border: none;
        padding: 15px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        width: 100%;
}

#eshopLogin table th{
        color: #333;
        font-size: 13px;
        margin-bottom: 5px;
        text-align: left;
}
/*  -   NEUKUNDEN  REG  - FORM  -  */
#neukunden_reg{
       padding: 15px 4px;
       width: 425px;
       font-size: 12px;
}
#neukunden_reg input[type="text"], #neukunden_reg input[type="password"]{
        text-align:left;
}
#neukunden_reg fieldset legend, #eshopLogin fieldset legend, zahlungsAngaben fieldset legend{
        background-color: #EEE;
        border: 1px solid #CCC;
        padding: 3px;
        margin-left: 0;
        text-align: left;
        font-weight: bold;
        color: #D65608;
        
}
#eshopLogin fieldset legend{display:none}
#neukunden_reg fieldset, .orderSummery{
        border: none;
        padding: 15px;
        -moz-border-radius: 10px; 
        -moz-box-shadow:2px 2px 11px #333;
	-webkit-box-shadow:0px 0px 8px #333;
	box-shadow:0px 0px 8px #333;
        width: 95%;
}
#eshopLogin fieldset{
        border: none;
        -moz-border-radius: 10px 10px 10px; 
}
#eshopLogin fieldset legend{
        text-align: left;
        background-color: #EFE4E0;
        border-bottom: 0px solid #FFF;
}
#neukunden_reg label{
       display: block;
       font-size: 12px;
       color: #5b7bb4;
       /*text-transform: uppercase;*/
}
#neukunden_reg textarea{
       border: 1px solid #D99A8B;
       color: #897A8F;
}
/*  - Produktempfehlungen  -  */
.linkedArticleThumbWrapper{
       height: 100px;
}
.linkedArticleBox{
       width: 97px;
       height: 200px;
       margin: 0 7px 7px 0;
       float: left;
       padding:2px;
       border:1px solid #D8D2DA;
       -moz-border-radius: 5px; 
       -moz-box-shadow: 1px 1px 2px #D8D2DA;
       -webkit-box-shadow:1px 1px 2px #D8D2DA;
       box-shadow:1px 1px 2px #D8D2DA;
       text-align: center;
}
#produktempf_wrapper{
       border-top: 1px solid #D8D2DA;
       padding: 15px 0 5px 0;
}
#produktempf_wrapper h2{
       font-size: 15px; 
       margin-bottom: 10px; 
       /*text-align: center;*/
       color:red;
}
#produktempf_wrapper h3{
       font-size: 11px;
       margin-bottom: 5px; 
       text-align: center; 
       height: 50px;
       color: #999;
}
#produktempf_wrapper .produktempf, .produktempf h3{
       color: #004B70;
}
.produktempf .artikelpreis{
       font-size: 10px;
       color: red;
}
.produktempf a{
       color: #897A8F;
}
.produktempf a:hover{
       color: #D8D2DA;
}
.linkedArticleThumb{
       max-width: 80px;
       max-height: 80px;
       margin-bottom: 5px;
}
/*  - Bestellübersicht  -  */
#myAccountNavi{
       margin: 15px 0;
}
#myOrderList{
       width:99%; 
       border: 1px outset #D8D2DA;
       margin-left: 5px;
       background-color: #FFF;
       -moz-box-shadow: 1px 2px 10px #37233F;
       -moz-border-radius: 5px;
}
#myOrderList caption{
       font-weight: bold;
       text-align: left;
       line-height: 40px;
       color: #D99A8B;
       font-size: 15px;
}
#myOrderList tr{
       height: 30px;
}
#myOrderList th{
       color: #897A8F;
       font-size: 14px;
}
#myOrderList tr td{
       text-align: center;
       color: #897A8F;
}
.deleteOrderBTN{
       width: 24px;
       height: 24px;
       background: url(http://www.bebekesya.com/level9_cms/layout/images/delete_icon24.png) no-repeat transparent;
       background-position: 50% 50%;
       color: transparent;
       border: none;
}
#userdatenEdit{
       padding: 20px 4px;
       margin: 8px 4px;
}
#userdatenEdit table{
       width: 100%;
}
#userdatenEdit table th{
       text-align: right;
}
#userdatenEdit table label{
       text-align: right;
       display: block;
       margin-right: 10px;
}
#userdatenEdit input[type="text"]{
       width: 270px;
       background-color: #EFE4E0;
}
#userdatenEdit input[type="text"]:focus{
       border-style: dashed;
       border-color: #D65608;
       background-color: #FFF;
}
.active{color:#D65608}
#eshopKDNRbox fieldset{border:none;}
#adminUserID{margin-top: 6px;}
/*   -   S U C H E   -   */
#suche{
        width: 188px;
        padding: 18px 0 0 15px
}
#suche #suchfeld{
        width: 156px;
        height: 18px;
        text-align: center;
        border-color: #8A778F;
}
#suche #suchfeld:focus{
        border: 1px dashed #D65608;
}
#suche input[type="image"]{
        vertical-align: middle;
}
.warebkorb_icon{width: 80px;}
.logout{display:none}
.zzglVersandTXT{display:block;}
.hidden{display:none}
