/* plenty.css */


/* TEST CrossSellingSlider */
/* Buttons */  
.prev {
  background:url(http://www.plentysystems.de/tpl/blog/390/image-slide-arrows.jpg) bottom left;
  height:200px;
  width:25px;
  display:block;
  border:1px solid #b9cad6; 
  border-right:0;
}
.prev:hover {
  background-position:top left; 
  border:1px solid #87a7ba;
}
.next {
  background: url(http://www.plentysystems.de/tpl/blog/390/image-slide-arrows.jpg) bottom right;
  height:200px;
  width:25px;
  display:block;
  border:1px solid #b9cad6;
  border-left:0;
      }
.next:hover {
  background-position:top right; 
  border:1px solid #87a7ba;
}
             
/* Scrollbar */        
.scrollable {
    position:relative;
    overflow:hidden;
    width: 470px;
    height:200px;
    border:1px solid #e8e1db;
    float:left;   
}
.scrollable .items {
    width:20000em;
    position:absolute;
    clear:both;
}
.items div.arround {
    float:left;
    width:680px;   
}
.items div.sliderproduct {
    float:left;
    width:157px;     /* Platz für 3 Artikel auf 470px Gesamtbreite */
    border-right:1px dotted #ccc; 
  padding-top:5px;
}
.items div.sliderproduct:hover {
    background-color:#e3e3e3;
}



@charset "utf-8";
/* CSS Document */

/* FLAGGEN START */
.multilang_flags{
/*  display:none
*/}
.selflang_flags {
/*  margin-bottom:60px; 
  padding-right:20px;
  position:absolute; 
  margin-left:750px; 
*/
  margin: 10px 10px 0px 0px;
}


/* FLAGGEN ENDE */

/* nivoslider START */
.nivoSlider {
  position:relative;
}
.nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
}
.nivoSlider a.nivo-imageLink {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  margin:0;
  z-index:60;
  display:none;
}

.nivo-slice {
  display:block;
  position:absolute;
  z-index:50;
  height:100%;
}

.nivo-caption {
  position:absolute;
  left:77px;
  bottom:10px;
  background: none;
  color:#fff;
  opacity:0.5;
  width:351px;
  z-index:89;
}
.nivo-caption p {
  padding:5px;
  margin:0;
}

.nivo-directionNav a {
  position:absolute;
  top:45%;
  z-index:99;
  cursor:pointer;
}
.nivo-prevNav {
  left:0px;
}
.nivo-nextNav {
  right:0px;
}

.nivo-controlNav a {
  position:relative;
  z-index:99;
  cursor:pointer;
  display:block;
  width:10px;
  height:10px;
/*  background:url(http://www.electrofashion.de/javascript/bullets.png) no-repeat;*/  
  background:url(http://www.electrofashion.es/images/gallery/Basis/triangles.png) no-repeat;  
  text-indent:-9999px;
  border:0;
  margin-right:3px;
/*  margin-top:183px;*/  
  margin-top:182px;  
  float:left;
}
.nivo-controlNav a.active {
  background-position:-10px 0;
}

#slider {
  position:relative;
}
#slider img {
  position:absolute;
  top:0px;
  left:0px;
}
/* nivoslider ENDE */

/* nyromodal lightbox START */
div#nyroModalFull {
  font-size: 12px;
  color: #777;
}
div#nyroModalLoading {
  border: 4px solid #777;
  width: 150px;
  height: 150px;
  text-indent: -9999em;
  background: #fff url(http://www.electrofashion.de/javascript/images/ajaxLoader.gif) no-repeat;
  background-position: center;
}
div#nyroModalLoading.error {
  border: 4px solid #f66;
  line-height: 20px;
  padding: 20px;
  width: 300px;
  height: 100px;
  text-indent: 0;
  background: #fff;
}
div#nyroModalWrapper {
  background: #fff;
  border: 4px solid #777;
}
a#closeBut {
  position: absolute;
  display: block;
  top: -13px;
  right: -13px;
  width: 12px;
  height: 12px;
  text-indent: -9999em;
  background: url(http://www.electrofashion.de/javascript/images/close.gif) no-repeat;
  outline: 0;
}
h1#nyroModalTitle {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -22px;
  left: 5px;
  font-size: 12px;
  color: #ddd;
}
div#nyroModalContent {
  overflow: auto;
}
div.wrapper div#nyroModalContent {
  padding: 5px;
}
div.wrapperImg div#nyroModalContent {
  position: relative;
  overflow: hidden;
  text-align: center;
}
div.wrapperImg img {
  vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  padding: 10px;
  margin: 10px;
  border: 1px white dotted;
  overflow: hidden;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
  z-index: 105;
  outline: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 40%;
  cursor: pointer;
  text-indent: -9999em;
  background: left 20% no-repeat;
  background-image:url(/data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
  height: 60%;
  width: 20%;
}
a.nyroModalPrev {
  left: 0;
}
a.nyroModalPrev:hover {
  background-image: url(http://www.electrofashion.de/javascript/images/prev.gif);
}
a.nyroModalNext {
  right: 0;
  background-position: right 20%;
}
a.nyroModalNext:hover {
  background-image: url(http://www.electrofashion.de/javascript/images/next.gif);
}

/* nyromodal lightbox ENDE */

* {
  padding: 0;
  margin: 0;
  outline:none;
}

html {
  overflow-y: scroll;
}

body, 
td, 
th, 
input, 
select {
  color:;
}

body {
  background-color:#101318;
  background-image: url(http://www.electrofashion.de/images/bg.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-position:top;
  font-family:Arial, Helvetica, sans-serif;
  font-size:0.8em;
  color:#626262;
}

a:link, 
a:visited, 
a:hover {
  text-decoration: none;
  color:#900000;
/*  color:#999;
*/  font-weight: bold;
/* color:#50cbff; BLAU */
}

# ul, 
#ff01_maincontent ol, 
#ff01_maincontent_order ul, 
#ff01_maincontent_order ol {
  padding: 8px 4px 8px 25px;
}

#ff01_maincontent_order {
  background-color:#00F;
  padding: none;
  margin: none;
}

#outer {
  width:955px;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  text-align:left;
  background-attachment: scroll;
  position: relative;       /* damit Bild IMMER direkt oben am Footer klebt! s. Kind-Div: #ff01_maincontentImg */
}

#ff01_footer {
  text-align:center;
  color:#FFF;
  padding:6px 0 15px 0;
}

#ff01_footer_electrofashion {
  background-image: url(http://www.electrofashion.de/images/bg_footer.jpg);
  background-repeat: no-repeat;
  width: 955px;
  height:75px;
  float:none;
  position:relative;
  text-align:center;
  color:#FFF;
    padding-top:10px;
}

#ff01_footer_electrofashion a{
  color:#999;
}

#ff01_top_bg {
  width:950px;
  height:15px;
  background-repeat: no-repeat;
}

#ff01_inner {
  padding: 0 0px 0px 0px;
}

#ff01_header {
  background-image: url(/layout/farbfinal01/images/ff01_header_bg.jpg);
  width: 725px;
  height:90px;
  float:left;
  position:relative;
}

#ff01_header_electrofashion {
  background-image: url(http://www.electrofashion.de/images/top.jpg);
  background-repeat:no-repeat;
  width: 955px;
  height:75px;
  float:left;
  position:relative;
}

#ff01_overlap_electrofashion {
  background-image: url(http://www.electrofashion.de/images/overlap.jpg);
  background-repeat:no-repeat;
  width: 955px;
  height:84px;
  float:left;
  position:relative;
}

#ff01_logo {
  position:absolute;
  left: 20px;
  top: 7px;
  font-size:50px;
  color:#FFF;
}

#ff01_claim {
  position:absolute;
  left: 20px;
  top: 59px;
  font-size:14px;
  color:#FFF;
}

#ff01_basket {
  background-image: url(/layout/farbfinal01/images/ff01_bg_basket.png);
  width: 190px;
  height:90px;
  float:left;
  position:relative;
  margin-left:5px;
}

#ff01_basket_head {
  font-size:16px;
  font-weight:bold;
  position:absolute;
  right:10px;
  top:7px;
}

#ff01_basket_amount {
  font-weight:bold;
  position:absolute;
  right:10px;
  top:30px;
  text-align:right;
}

#ff01_basket_links {
  right:10px;
  bottom:7px;
}

#ff01_splash {
  width: 955px;
  height:210px;
  float:left;
  position:relative;
}

#ff01_topmenu {
  clear:both;
  width:920px;
  height:47px;
  margin-top:5px;
  margin-bottom:5px;
  float:left;
}

#ff01_topmenu ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
}

#ff01_topmenu ul li {
  display:inline;
  line-height:100%;
  padding-left:0;
}

#ff01_topmenu a {
  background-image:url(/layout/farbfinal01/images/ff01_btn_topmenu.jpg);
  background-repeat:no-repeat;
  color:#FFFFFF;
  float:left;
  font-size:13px;
  font-weight:bold;
  height:30px;
  margin-right:8px;
  padding-bottom:0;
  padding-top:17px;
  text-align:center;
  width:108px;
}

#ff01_topmenu a:hover {
  background-position: 0 -47px;
}

#ff01_topmenu .ff01_btn_kasse a {
  background-image:url(/layout/farbfinal01/images/ff01_btn_topmenu_kasse.jpg);
  float:left;
  margin-right:0px;
}

#ff01_topmenu .ff01_btn_kasse_empty a, #ff01_topmenu .ff01_btn_kasse_empty a:hover {
  background-image:url(/layout/farbfinal01/images/ff01_btn_topmenu_kasse_empty.jpg);
  background-position: 0 0;
}

#ff01_topnavi {
  float:right;
  margin-right:24px;
}

#ff01_topnavi a {
  float:left;
  height:20px;
  margin-right:8px;
  margin-top: 2px;
  background:url(http://www.electrofashion.de/images/shop/navigation.png) no-repeat; 
}

/*#ff01_topnavi a:hover {
  background:url(http://www.electrofashion.de/images/shop/navigation-hover.png) no-repeat; 
}
*/
#ff01_content {
  clear:both;
}

#ff01_left {
  width:190px;
  float:left;
  margin-right:5px;
  border: 0px solid red;
}

#ff01_right {
  width:190px;
  float:left;
  margin-left:5px;
}

#ff01_maincontent {
  width:560px;
  float:left;
  height: auto;
}

#ff01_maincontentImg {
  position: absolute;       /* damit Bild IMMER direkt oben am Footer klebt! s. Eltern-Div: #outer */
  bottom: 85px;          /* Abstand vom unteren Rand des Eltern-Divs */        
  right: 0;            /* wichtig zum zentrieren des Kind-Divs innerhalb des Eltern-Divs */
  left: 0;            /* wichtig zum zentrieren des Kind-Divs innerhalb des Eltern-Divs */
}

.ff01_maincontent_border {
  width:538px !important;
  float:left;
  border: 0px solid #cccccc;
  padding-right:22px;
}

.ff01_maincontentBox {
  margin-bottom:5px;
}

#ff01_maincontentBox_home {      /* Fix extra nur für Startseiten-Img am Footer, damit IMMER der Abstand stimmt */
  margin-bottom:255px;
}

.ff01_maincontentBox input, 
.ff01_maincontentBox select{
  font-size: 11px;
}

.ff01_maincontentBox h1 {
  background-image: url(http://www.electrofashion.de/images/maincontentbox_01.png);
  background-repeat:no-repeat;
  height: 24px;
  width: 565px;
  font-size: 14px;
/* color:#50cbff; BLAU */
  color: #FFF;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom:0px;
  vertical-align:bottom;
}

.ff01_maincontentBox .ff01_maincontentBox_top {
  background-image: url(http://www.electrofashion.de/images/maincontentbox_02.png);
  background-repeat:repeat-y;

  height: 5px;
  width: 565px;
  vertical-align:top;
  
}

.ff01_maincontentBox .ff01_maincontentBox_content {
  background-image: url(http://www.electrofashion.de/images/maincontentbox_02.png);
  background-repeat:repeat-y;
  padding:20px 20px 1px 20px;
  width: 525px;
  color: #454545;
  vertical-align:top;
}

.ff01_maincontentBox .ff01_maincontentBox_bottom {
  vertical-align:top;
  background-image: url(http://www.electrofashion.de/images/maincontentbox_03.png);
  background-repeat:no-repeat;
  height: 16px;
  width: 565px;
}

/* start box big --- eigentlich nicht benötigt im plenty.css, da schon im plenty_order.css drin. aber fuer widerruf_big im maincontent_order.html */
.ff01_maincontentBox_big {
  margin-bottom:5px;
  width:955px;
}

.ff01_maincontentBox_big h1 {
  background-image: url(http://www.electrofashion.es/images/gallery/Basis/maincontentbox_big_01.png);
  background-repeat:no-repeat;
  height: 24px;
  width: 955px;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  padding: none;
  vertical-align:bottom;
}

#title-footless {
  background-image: url(http://www.electrofashion.es/images/gallery/Basis/maincontentbox_big_01footless.png);
  background-repeat:no-repeat;
  height: 24px;
  width: 955px;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  padding: none;
  vertical-align:bottom;
}

.ff01_maincontentBox input, 
.ff01_maincontentBox select{
  font-size: 11px;
}

.ff01_maincontentBox_big .ff01_maincontentBox_content_bg {
  background-image: url(http://www.electrofashion.es/images/gallery/Basis/maincontentbox_big_02.png);
  background-repeat:repeat-y;
  
/*  width: 955px;
  height: 500px;
  font-size: 14px;
  font-weight: bold;
*/  color: #000;
  padding: 0px;
  vertical-align:top;
  
  margin: 0 10px 0 10px;
  width: 935px;
  background-color: #FFF;
  min-height:210px;
/*  height:auto !important;
  height:300px;
*/
}

.ff01_maincontentBox_big .ff01_maincontentBox_content {
/*  background-image: url(http://www.electrofashion.es/images/gallery/Basis/maincontentbox_big_02.png);
  background-repeat:repeat-y;
  width: 955px;
  height: 500px;
  font-size: 14px;
  font-weight: bold;
*/  color: #000;
  padding: 20px;
  vertical-align:top;
  
  width: 895px;
  background-color: #FFF;
  background-image: none; /* wichtig, sonst erbt aus plenty.css! */
  min-height:170px;
  height:auto !important;

/*  height:300px;
  margin: 0 10px 0 10px;
*/    
}

.ff01_maincontentBox_big .ff01_maincontentBox_bottom {
  vertical-align:top;
  background-image: url(http://www.electrofashion.es/images/gallery/Basis/maincontentbox_big_03.png);
  background-repeat:no-repeat;
  height: 16px;
  width: 955px;
}

#border-left {
  float:left;
  width: 120px;
/*  background-color: #FFF;
  background-image:url(http://www.electrofashion.es/images/gallery/Basis/border-left.png);
  background-repeat:repeat-y;
*/  
}

#border-center {
  width: 655px;
  padding: 0px 120px;
/*  float:left;
  background-color: #fff;
  vertical-align: middle !important;
  padding: 30px 0 10px 0;
*/  
}
  
#border-right {
  float:right;
  background-color: #F00; /* zum testen... */
  background-image:url(http://www.electrofashion.es/images/gallery/Basis/border-right.png);
  background-repeat: no-repeat;
  width: 120px;
  height: 110px;
}
/* ende box big */


.ff01_clear {
  clear:both;
}

.ff01_box {
  margin-bottom:5px;
}

.ff01_box input, 
.ff01_box select{
  font-size: 11px;
}

.ff01_box h1 {
  background-image: url(http://www.electrofashion.de/images/box_bg_top_190x30.png);
  background-repeat:no-repeat;
  height: 24px;
  width: 190px;
  font-size: 14px;
/* color:#50cbff; BLAU */
  color: #FFF;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 6px;
}

.ff01_box .ff01_box_top {
  background-image: url(http://www.electrofashion.de/images/box_bg_tile_grey.png);
  background-repeat:repeat-y;
  height: 5px;
  width: 190px;
}

.ff01_box .ff01_box_content {
  background-image: url(http://www.electrofashion.de/images/box_bg_tile_grey.png);
  background-repeat:repeat-y;
  vertical-align:top;
  padding: 0 20px;
  width: 155px;
}

.ff01_box .ff01_box_bottom {
  background-image: url(http://www.electrofashion.de/images/box_bg_bottom_grey.png);
  background-repeat:no-repeat;
  height: 16px;
  width: 190px;
}

.ff01_box.darkgrey .ff01_box_top {
  background-image: url(http://www.electrofashion.de/images/box_bg_tile_darkgrey.png);
}

.ff01_box.darkgrey .ff01_box_content {
  background-image: url(http://www.electrofashion.de/images/box_bg_tile_darkgrey.png);
  background-repeat:repeat-y;
  vertical-align:top;
  padding: 0 20px;
  width: 155px;
}

.ff01_box.darkgrey .ff01_box_bottom {
  background-image: url(http://www.electrofashion.de/images/box_bg_bottom_darkgrey.png);
}

.ff01_box.lightgrey .ff01_box_top {
  background-image: url(http://www.electrofashion.de/images/box_bg_tile_lightgrey.png);
}

.ff01_box.lightgrey .ff01_box_content {
  background-image: url(http://www.electrofashion.de/images/box_bg_tile_lightgrey.png);
  background-repeat:repeat-y;
  vertical-align:top;
  padding: 0 20px;
  width: 155px;
}

.ff01_box.lightgrey .ff01_box_bottom {
  background-image: url(http://www.electrofashion.de/images/box_bg_bottom_lightgrey.png);
}

.ff01_box.white .ff01_box_top {
  background-image: url(http://www.electrofashion.de/images/box_bg_tile_white.png);
}

.ff01_box.white .ff01_box_content {
  background-image: url(http://www.electrofashion.de/images/box_bg_tile_white.png);
  background-repeat:repeat-y;
  vertical-align:top;
  padding: 5px 20px;
/*  width: 190px;
*/  width: 155px;
}

.ff01_box.white .ff01_box_bottom {
  background-image: url(http://www.electrofashion.de/images/box_bg_bottom_white.png);
}

.ff01_box_content_hotline{
  background-image:url(http://www.electrofashion.de/images/box_hotline_es.png);
  height:160px;
  vertical-align:top;
  width:190px;
  position:relative;
}

.ff01_box_content_hotline_number{
  color:#333;
  font-size:16px;
  font-weight:bold;
  position:absolute;
  bottom:17px;
  padding-left:20px;
}

/* Twitter Widget, überschreibt das CSS von Twitter */
.twtr-doc {
  width: 155px !important;
}
  
.twtr-hd {
  padding: 0 0 5px 0 !important;
}

#twtr-widget-1 .twtr-hd h4 { 
  font-size: 14px !important;
} 

.twtr-widget .twtr-tweet-wrap, 
.twtr-bd {
  padding: 10px 0 !important;
}

.twtr-ft a img {
  display: none !important;      /* blendet Twitterlogo aus */
}

.twtr-bd, 
.twtr-ft div {
  padding: 0 !important;
}

.twtr-tweet-text .twtr-user {
  margin-right: 50px !important;    /* erzwingt einen Zeilenumruch nach Überschriften der Tweets. Übersichtlicher... */
}

/* menu */

ul.left_menu li {
  list-style-type:none;
  text-align:left;
  width:168px;
  line-height: 170%;
}

.left_menu a, .left_menu a:link, .left_menu a:visited {
  color:#FFF !important;
}

.left_menu .level1 a{
/*  background-image:url(http://www.electrofashion.es/images/gallery/Basis/ff01_listimg_neu.png);
*/  background-image:url(http://www.electrofashion.es/images/gallery/Basis/triangle_dark.png);
/*  background-position: -10px 0;
*/  background-repeat: no-repeat;
  padding-left:15px;
  background-position: 0px 2px;
}

.left_menu .level1active_link{
  font-weight:bold;
}

.left_menu .level2 a{
/*  padding-left:20px;
  background-image:none;
*/
/*  background-image:url(http://www.electrofashion.es/images/gallery/Basis/ff01_listimg_neu.png);
*/  background-image:url(http://www.electrofashion.es/images/gallery/Basis/triangle_bright.png);
/*  background-position: -10px 0;
*/  background-repeat: no-repeat;
  padding-left:20px;
  background-position: 5px 2px;
}

.left_menu .level2active_link{
  font-weight:bold;
}

.left_menu .level3 a{
  padding-left:30px;
  background-image:none;
}

.left_menu .level3active_link{
  font-weight:bold;
}

.left_menu .level4 a{
  padding-left:40px;
  background-image:none;
}

.left_menu .level4active_link{
  font-weight:bold;
}

/* Artikelansichten */



.ff01_tablepadding td{
  padding:5px;
}

.ff01_tablenopadding td{
  padding:0px;
}

.border{
  border: 0px solid #cccccc;
}
/*
.marginbottom{
  margin-bottom:30px;
  margin-left:5px;
}
*/
.margin {
  margin: 15px 0;
}
.small{
  font-size: 0.8em;
}

.Price_single_art, 
.Price {
  color:#900000;
  font-size:1.5em;
  font-weight:bold;
}

.currency{
  color:#278EB1;
  font-weight:bold;
}

.ArticleAttrTable td{
  text-align:right;
  padding-bottom: 3px;
  padding-left: 3px;
}

.ff01_pagenav {
  width: 510px;
  height:24px;
  padding-left:10px;
  padding-right:10px;
  padding-top:2px;
/*  color:#278EB1 !important;
    color:#50cbff !important; BLAU 
  color: #FFF;
*/}

.ff01_pagenav h2{
  font-size: 14px !important;
/*  color:#50cbff !important; BLAU 
  color: #FFF; !important;*/
/*  color:#278EB1 !important;   damit ist pagenav h2 (ueberschrift) versteckt   */  
  font-weight: bold;
  line-height: 14px;
  display: inline;
  float: left;
  margin-top: 3px;
}

.articlePages_Link{
  text-decoration: none;
  font-weight: bold !important;
/*  color: #fff !important;*/
/*  color:#50cbff !important; BLAU 
    color:#278EB1 !important;
*/
    color:#900000 !important;
}

.articlePages_activeLink{
  text-decoration: none !important;
/*  text-decoration: underline !important;
  color: #fff !important;
    color:#278EB1 !important; */ 
    color:#  227e9d !important;
  font-size: 15px !important;
/*  font-weight: bolder !important;
*/  font-weight: bold !important;
}

.articlePages{
  display:inline;
  float:right;
  margin-top:1px;
}

.ff01_BrowsePreviousButton{
  float:right;
  margin-right: 5px;
/*  margin-top:1px;
*/  margin-top:5px;
}

.ff01_BrowseNextButton{
  float:right;
  margin-left: 5px;
/*  margin-top:1px;
*/  margin-top:5px;
}
#input-article2basket,
#input-article2watchlist,
#input-article2wishlist,
#button-articledetails,
#button-continue,
#button-2basket {
  background: url(http://www.electrofashion.de/images/shop/button-red-02.png) no-repeat;
  height: 32px;
  cursor: pointer;
  border: 0;
  padding-bottom: 2px;
  color: #fff;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}
#button-articledetails,
#button-continue,
#button-2basket {           /* nochmal spezielle Anpassungen, da div-Container, kein input */
  height: 21px;
  padding-top: 9px;
  text-align: center;
}
#input-article2basket {
  background-position: -247px 0px;
  width: 172px;
}
#input-article2watchlist,
#button-articledetails {
  background-position: -554px 0px;
  width: 80px;
}
#input-article2wishlist {
  background-position: -419px 0px;
  width: 134px;
}
#button-continue {
  background-position: -247px 0px;
  width: 172px;
  float:left;
  margin: 20px 0 0 60px;
}
#button-2basket {
  background-position: -247px 0px;
  width: 172px;
  float:right;
  margin: 20px 60px 0 0;
}

#input-article2basket:hover,
#button-continue:hover,
#button-2basket:hover {
  background: url(http://www.electrofashion.de/images/shop/button-red-02.png) no-repeat -247px -31px;
}
#input-article2watchlist:hover,
#button-articledetails:hover {
  background: url(http://www.electrofashion.de/images/shop/button-red-02.png) no-repeat -554px -31px;
}
#input-article2wishlist:hover {
  background: url(http://www.electrofashion.de/images/shop/button-red-02.png) no-repeat -419px -31px;
}


/*#button-articledetails {
  background: url(http://www.electrofashion.de/images/shop/button-red-02.png) no-repeat 0px 0px;
  height: 32px;
  width: 80px;
  cursor: pointer;
  border: 0;
}
#button-continue {
  background: url(http://www.electrofashion.de/images/shop/button-continue.png) no-repeat 0px 0px;
  height: 32px;
  width: 172px;
  cursor: pointer;
  border: 0;
  float:left;
  margin: 20px 0 0 60px;
}
#button-2basket {
  background: url(http://www.electrofashion.de/images/shop/button-2basket.png) no-repeat 0px 0px;
  height: 32px;
  width: 172px;
  cursor: pointer;
  border: 0;
  float:right;
  margin: 20px 60px 0 0;
}
*/
/*#input-article2basket {
  background: url(http://www.electrofashion.de/images/shop/button-article2basket.png) no-repeat 0px 0px;
  height: 32px;
  width: 172px;
  cursor: pointer;
  border: 0;
}
#input-article2watchlist {
  background: url(http://www.electrofashion.de/images/shop/button-article2watchlist.png) no-repeat 0px 0px;
  height: 32px;
  width: 80px;
  cursor: pointer;
  border: 0;
  color: #fff;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
}
#input-article2wishlist {
  background: url(http://www.electrofashion.de/images/shop/button-article2wishlist.png) no-repeat 0px 0px;
  height: 32px;
  width: 134px;
  cursor: pointer;
  border: 0;
}
*/
.ff01_articleOrder{
  float: right;
  /*display:none;*/
  padding-top:3px;
}

.ff01_articleOrder select{
  font-size: 11px;
}

.ff01_article input, 
.ff01_article select{
  font-size: 11px;
}

.ff01_2row_name {
  height: 45px;
}

.ff01_2row_name a:link, 
.ff01_2row_name a:visited {
  height: 45px;
  color:#666666;
}

.ff01_single_previm {
  margin-top:10px;
}

.ff01_single_previm img{
  width:75px;
}

.ff01_single .Price_single_art, 
.ff01_single .Price{
  font-size:1.9em;
}

#ff01_maincontent p, 
#ff01_maincontent ul{
  margin-bottom:15px;
}

.ff01_maincontent_border input, 
.ff01_maincontent_border textarea{
  margin-bottom:8px;
  background-color: none;
}

#ff01_maincontent h1, 
#PlentyMyAccount h1,
#ff01_maincontent h1 a, 
#PlentyMyAccount h1 a {

  font-size: 14px;
/*  color:#50cbff; BLAU 
  padding-left: 20px;
  padding-top: 6px;*/
  color: #FFF;
  font-weight: bold;
}
.ff01_maincontentBox_big h1 {
  padding-left: 20px;
  padding-top: 6px;*/
}

#ff01_maincontent h2, 
#PlentyMyAccount h1 {
  font-size: 1.2em;
  color: #900000;
}
#PlentyMyAccount h1 {
  display: none;
}

/*  margin-bottom: 10px;*/
/* color:#50cbff; BLAU */
  color: #900000;
/*  color: #FFF;
*/}

#ff01_maincontent ul{
  padding-left:25px;
}

.ff01_box_article_name a:link, 
.ff01_box_article_name a:visited {
  color:#666666;
}

.ff01_box_article_name{
  margin-bottom: 3px;
}

.ff01_box_article_img {
  margin-bottom: 5px;
}

.ff01_box_article_price {
  margin-bottom: 15px;
  color:#278EB1;
  font-weight:bold;
}

.ff01_msg{
  margin-bottom:5px;
  padding:10px;
  text-align: center;
}

.ff01_msg_ok{
  background-color:#CFF0FF;
}
.ff01_msg_ok a {
  text-decoration: underline;
}

.technicaldata {
  text-align: justifiy;
  padding: 10px;
}

.technicaldata p {
  margin: 0px !important;
}

.technicaldata td {
  vertical-align: top;
  min-width: 130px;
  padding: 5px 0 !important;
}

.technicaldata tr {
}

.technicaldata ul {
  padding-left: 14px !important;
  }


.plentyErrorBox {
  padding:10px;
/*  width:auto;
  margin-bottom:5px;

  width: 615px;
  margin: 10px;
*/  width: auto;
  margin: 0px 10px 30px 10px;
  border-radius: 7px;        /* runde ecken */
  -moz-border-radius: 7px;    /* runde ecken fuer firefox */
  -khtml-border-radius: 7px;    /* runde ecken fuer safari und konqueror */
  -webkit-border-radius: 7px;    /* runde ecken fuer safari, google chrome, chromium */
  -o-border-radius: 7px;      /* runde ecken fuer opera bis v9 */
}

.plentyMessageBox {
  padding:10px;
/*  width:auto;
  margin-bottom:5px;

  width: 525px;
  margin: 10px;
*/  width: auto;
  margin: 0px 10px 30px 10px;
  border-radius: 7px;        /* runde ecken */
  -moz-border-radius: 7px;    /* runde ecken fuer firefox */
  -khtml-border-radius: 7px;    /* runde ecken fuer safari und konqueror */
  -webkit-border-radius: 7px;    /* runde ecken fuer safari, google chrome, chromium */
  -o-border-radius: 7px;      /* runde ecken fuer opera bis v9 */
}

#PlentyOrderPayPalExpressPanel {
/*  width: 545px !important;
*/  background-color: #FF6;
  margin-bottom: 20px;
  padding: 8px;
  width: auto !important;
/*  padding: 5px;
*/  border-radius: 7px;        /* runde ecken */
  -moz-border-radius: 7px;    /* runde ecken fuer firefox */
  -khtml-border-radius: 7px;    /* runde ecken fuer safari und konqueror */
  -webkit-border-radius: 7px;    /* runde ecken fuer safari, google chrome, chromium */
  -o-border-radius: 7px;      /* runde ecken fuer opera bis v9 */
 }

#PlentyOrderPayPalExpressPanelA {

}

#PlentyOrderPayPalExpressPanelB {
  padding: 0px !important;
  text-align: right !important;
}

#flOuterContainer {
  background-color: none;
  color: #000000;
  font-family: Arial,Verdana,sans-serif;
  font-size: 12px;
  text-align: left;
}

#flOuterContainer table {
  border: none;
}

td.flMain {
  padding: 0px;
  text-align: center;
}

.flOuterBorder {
}

.flBorder {
  border: 0px solid #DDDDDD;
}

.flImageleft {
}

.flImageright {
}

.flSubTable {
  width: 100%;
}

#flRemoveAllFilters {
  margin-left: 2px;
}

.flFilterRedundant {
  margin-left: 5px;
}

.flCloudHeader {
  color: #000000;
  padding: 4px;
  text-align: left;
  font-weight: bold;
}

strong .flEmphasis {
  text-decoration: underline;
}

.flEmphasis {
  font-weight: bold;
}

.flFrequency {
  color: #0000FF;
}

.flOuterBorder {
  border-color: #D3D3D3;
  border-spacing: 0;
  border-style: solid;
  border-width: 1px 0;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}

a.flResultTitle {
  font-family: arial;
  font-weight: bold;
}

a.flResultTitle .flEmphasis {
  text-decoration: underline;
}

.flShortDescription {
  font-size: 10px;
  background-color: #D2E6CB;
}

span.flPrice {
  font-weight: bold;
}

span.flOverriddenPrice {
  font-weight: normal;
  text-decoration: line-through;
}

span.flOverridingPrice {
  font-weight: bold;
  color: #FF0000;
}

.flFilterCloud a {
  color: #000000;
  font-family: arial;
  text-decoration: none;
}

.flFilterCloud a:hover {
  text-decoration: underline;
  color: #000000;
}

.flCloudHeader a:visited {
  color: #000000;
}

.flCloudSizeClass0 a {
  font-size: 9px;
}


.flCloudSizeClass1 a {
  font-size: 10px;
}

.flCloudSizeClass2 a {
  font-size: 11px;
}

.flCloudSizeClass3 a {
  font-size: 12px;
}

.flCloudSizeClass4 a {
  font-size: 13px;
}

.flCloudSizeClass5 a {
  font-size: 14px;
}


#flRemoveAllFilters {
  color: #FF8C00;
}

#flRemoveAllFilters:hover {
  text-decoration: underline;
}

#flCloudAreasTable {
  margin-top: 1px;
}

#flCloudArea {
  background-color: #E8E8FF;
}

#flContentContainer {
  margin-right: 5px;
  border: 1px solid #A9A9A9;
}

#flSearchHeader {
  width: 100%;
  cellspacing: 0;
}

#flSearchInfo {
  font-size: 14px;
}

#flPoweredBy {
  width: 90px;
}

#flRestrictHeader {
  border-spacing: 0;
  font-size: 12px;
  height: 17px;
}

.flContFilterRedundant {
  margin-left: 2px;
  margin-bottom: 5px;
}

ul.flFilters {
  list-style-type: none;
  list-style-position: inside;
  list-style-image: none;
  padding: 0px;
  margin: 0px;
}

ul.flFilters li {
  list-style-type: none;
  list-style-position: inside;
  list-style-image: none;
  padding: 0px;
  margin: 0px;
}

.flChosenFilters {
  padding: 4px;
}

.flChosenFilters span {
  display: block;
}

.flFilterCloud {
  padding: 4px;
}

.flFilterCloud span {
  padding-right: 4px;
}

.flFilterRedundant span {
  padding-right: 3px;
}

.flPageCurrent {
  color: #ED222A;
  text-decoration: none;
  font-weight: bold;
}

.flClear {
  height: 20px;
  clear: both;
} 
