/* ----------------------------------------------------------

			|   Logic-Base				 |
			|   Standardshop - CSS-Style |
			  -------------------------- 
			|   Version:	 1.0		 |
  	        |   Erstellung:	 19-10-09    |
			  --------------------------
			|                            |

/* ---------------------------------------------------------- */
/*  Globale Definition - gilt für alle Seiten */
/* ---------------------------------------------------------- */
body {
	font-family: Verdana;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: gray;
	background-color: #fff;
	background-image: url(icons/sidestep_bg.jpg); background-repeat:repeat-x; background-position: top;
	
	}

a, a:visited {	color: gray;	text-decoration: none; outline: none;  }
a:active, a:hover {	text-decoration: none;	color: #000; outline: none;}



img {border: 0px; outline: none;}


/*  Überschriften für alle Hauptinhalte */
h1 {
	font-size: 25px;
	font-weight:normal;
	line-height:1.1em;
	margin:0 0 14px;
	text-transform:uppercase;
	
}

.h1{
	font-size: 12px;
	color: #666;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	
}

h2 {
	font-size: 12px;
	color: #666;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	color: #666;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	
}

h4 {
	font-size: 11px;
	color: #666;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	
}

.Gutscheintext {	
	text-transform:none;}

.lb_left {	float: left;}
.lb_right {	float: right;}

* html .lb_overflow {height:1%} /* Optimierung IE6 */
.lb_overflow:after {content:"."; clear:both; display:block; height:0; visibility:hidden}
.lb_overflow { display: inline-block; }
/* Verstecke vor IE-mac \*/
 * html .lb_overflow {height: 1%;} /* Optimierung IE6 */
.lb_overflow {display: block;}
/* Ende Verstecke vor IE-mac */

.lb_hline{ background-image: url(icons/hline.gif); background-repeat:repeat-x;  height: 15px;}
.lb_hline2{ background-image: url(icons/hline2.gif); background-repeat:repeat-x;  height: 15px;}

.lb_distancebox {padding: 5px;}
/* ---------------------------------------------------------- */
/*  Startseite Layoutgerüst */
/* ---------------------------------------------------------- */

.lb_allcontent {width:973px; margin:auto;}

.lb_header {width: 973px; height: 141px; background-image: url(icons/sidestep_header.png); background-repeat: no-repeat; background-position: bottom;}

.lb_left_bg {background-image: url(icons/sidestep_left_bg.png); background-repeat: repeat-y;}
.lb_main_bg {background-image: url(icons/sidestep_main_bg.gif); background-repeat: repeat-y; background-position: -470px 50%; background-color: #ffffff}

.lb_main {float: right; width: 650px; height: auto; overflow: hidden;}
.lb_main2 {width: 650px;}  /* Optimierung für Extraseiten */

/*  Detailansicht */
.lb_main_890 {float: left; width: 890px; height: auto; overflow: hidden; background-color: #fff;}

.lb_mainright {float: left; width:180px; height: auto; overflow: hidden;}

.lb_right_bg {background-image: url(icons/sidestep_right_bg.png); background-repeat: repeat-y;}
.lb_detailImageVersionPics 
{
	height: 20px;
	margin-right: 3px;
	 margin-bottom: 2px;
	cursor: pointer;
}


/*  Fusszeile Kundenservice */
.lb_service_bg  {background-image: url(icons/service_bg.gif); background-repeat: no-repeat; height: 91px; width: 870px; overflow: hidden; padding: 10px;}

/*  Fusszeile unten */
.lb_footer {float: left; width: 890px; height: 25px; background-image: url(icons/sidestep_footer_bg.png); background-repeat: no-repeat; overflow: hidden; padding: 10px 44px 10px 39px;}
.lb_footer_bottom {float: left; width: 890px; padding: 20px 44px 10px 39px; text-align: center;}

/* Footer-Block (neu) */
.footer_top 
{
    background-image: url(icons/footer_top.png);
    background-repeat: no-repeat;
    width: 910px;
    padding-left: 33px;
    padding-right: 30px;
    height: 50px;
}

.footer 
{
    background-image: url(icons/footer_bg.png);
    background-repeat: repeat-y;
    width: 950px;
    padding-left: 8px;
    padding-right: 15px;
}

.footer_bottom
{
    background-image: url(icons/footer_bottom.png);
    background-repeat: no-repeat;
    width: 910px;
    padding-left: 33px;
    padding-right: 30px;
    height: 40px;
    text-align: center;
}

.footerblockLink
{
    font-size: 10px;
    font-weight: bold;
}

.footerblock_verticalLine
{
    background-image: url(icons/footer_verticalLine.png);
    background-repeat: no-repeat;
    width: 1px;
    height: 66px;
}


/* ---------------------------------------------------------- */
/*  Header */
/* ---------------------------------------------------------- */

/*  Anmelden |  Warenkorb |  Newsletter  */
.lb_head_menu { height: 14px; line-height: 18px; margin-right: 39px; text-align: right; font-weight: bold; color: #444242; font-size: 10px;}
.lb_head_menu a, .lb_head_menu a:visited { color: #444242; margin-left: 5px; margin-right: 5px;}
.lb_head_menu a:hover, .lb_head_menu a:active  { color: #C21823;}

.lb_logo {float: left; margin-left: 33px; margin-top: 30px; width: 248px; height: 38px;}

.lb_cart {float: right; width: 170px; height: 50px; margin-right: 49px; margin-top: 24px; color: #666; font-size: 11px; overflow: hidden;}
* html .lb_cart {float: right; width: 170px; height: 50px; margin-right: 25px; margin-top: 20px; color: #666; font-size: 11px; overflow: hidden;}
.lb_cart a, .lb_cart a:visited {color: #666666; font-size: 11px;}
.lb_cart a:hover, .lb_cart a:active {color: #C21823; font-size: 11px;}

.lb_navcontent {float: left; margin-left: 29px; width: 611px; margin-top: 23px; }
.lb_navcontent a, .lb_navcontent a:visited {margin-right: 40px; color: #666;  text-transform: uppercase; font-size: 14px; }
.lb_navcontent a:hover, .lb_navcontent a:active  {color: #000; }
.lb_searchcontent {float: left; margin-left: 39px; width: 210px; margin-top: 23px;}
.lb_searchcontent input 
{
    width: 131px !important;
}
* html .lb_searchcontent {float: left; margin-left: 39px; width: 200px; }

.cartlink2 { width: 35px; height: 49px; float: right;}



.lb_headerIcons 
{
    float:left;
    margin-top: 25px;
    width: 390px; 
    font-size: 11px; 
    margin-left: 45px;
}

.lb_headerIcon_TrustedShops
{
    background-image: url(icons/headerIcon_trustedshops.png);     
    padding-left:110px;
    float: left;
    width:130px;
}

.lb_headerIcon_Resolve 
{
    background-image: url(icons/headerIcon_resolve.png); 
    padding-left:52px;
    margin-left: 240px;
}

.lb_headerIcon_TrustedShops, 
.lb_headerIcon_Resolve 
{
    background-repeat: no-repeat;
    padding-top: 5px; 
    height: 35px;
}


/* ---------------------------------------------------------- */
/*  Globale Textformatierungen */
/* ---------------------------------------------------------- */
.lb_textsmall {	font-size: 9px;}
.lb_textmedium {	font-size: 11px;}
.lb_black {	color: #000; font-weight: bold;}
.lb_red {color: #C21823;}
.lb_grey {color: #999999;}
.lb_darkred {color: #990000; font-weight: bold;}
.lb_happytitle {color: #990000;	font-weight: bold;font-size: 14px;}
/* Rabatt- & Preisauszeichnung */

.lb_discount { color: #C21823;	font-weight: bold; font-size: 11px;}
.lb_oldprice {font-weight: bold; font-size: 11px; text-decoration: line-through; }
.lb_oldprice2 {font-size: 11px; text-decoration: line-through;}
.lb_price {	font-weight: bold;	font-size: 11px;}
.lb_price2 { font-weight: bold; font-size: 24px; color: #D7262E;}
.lb_uvpPrice {	font-weight: bold;	font-size: 11px; text-decoration: line-through;}
.lb_uvpSave { color: red;	font-weight: bold; font-size: 11px; display: none;}

.lb_totalprice { color: #C21823; font-weight: bold; font-size: 18px;text-transform: uppercase;}


.lb_green { color: #009900; }
.lb_orange { color: #FF9900; }

/*  Verfügbarkeiten */
.lb_av_green { color: #009900; font-size: 11px; margin-top: 2px;}
.lb_av_orange { color: #FF9900; font-size: 11px; margin-top: 2px;}
.lb_av_red { color: #C21823; font-size: 11px; margin-top: 2px;}
/* ---------------------------------------------------------- */
/* Boxen - Templates (Linke & Rechte Spalte)  */
/* ---------------------------------------------------------- */

.lb_satellite_head {
	background-image: url(icons/satellite_head.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 29px;
}

.lb_satellite_head2  {
	background-image: url(icons/satellite_head2.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 13px;
}

.lb_satellite {
	background-image: url(icons/satellite_bg.gif);
	background-repeat:repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	
}

.lb_satellite_footer  {
	background-image: url(icons/satellite_footer.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 13px;
}

/*  Boxen - Templates (rote Box) */
.lb_satellite_head3  {
	background-image: url(icons/satellite_head3.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 30px;
}

.lb_satellite2 {
	background-image: url(icons/satellite_bg2.gif);
	background-repeat:repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
}

.lb_satellite_footer2 {
	background-image: url(icons/satellite_footer2.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 13px;
}

/* ---------------------------------------------------------- */
/*  Boxen - Templates (Hauptinhalt) */
/* ---------------------------------------------------------- */
.lb_satellitemain {
	text-align: left; padding: 0px;
}
.lb_satellitemaincontent {
	padding: 0px;
}


/* ---------------------------------------------------------- */
/*  Listenansicht + Zubehör */
/* ---------------------------------------------------------- */

/*  Deine Auswahl - 304 Pixel breit */
.lb_finder_180 {width: 180px; background-color: #D3D4CE; margin-bottom: 12px;}
.lb_finder_180_top {background-image: url(icons/finder_180_top.gif); background-repeat: no-repeat; width: 180px; height: 10px;}
.lb_finder_180_content { padding: 0px 10px 10px 10px; background-image: url(icons/finder_180_footer.gif); background-repeat: no-repeat; background-position: bottom;}

/*  Hintergrund für Topseller, Neu im Sortiment */	 
.lb_itembg {
	width: 116px;
	margin-right: 17px;
	text-align: left;
	overflow: hidden;
	float: left;
	height: 220px;
		
}
.lb_itembg2 {
	width: 116px;
	text-align: left;
	overflow: hidden;
	float: right;
	height: 220px;
	
}
/*  Abgeschnitter Titel */
.lb_titleitem {width: 116px; height: 27px; overflow: hidden; font-weight: bold; margin-top: -35px; font-size: 11px;}

/*  Sortierung der Artikel (Listenansicht + Mein Konto) */
.lb_sortlist { margin: 0px 0px 30px 0px; padding-bottom: 16px; border-bottom: 1px dotted #666; font-size: 11px;}
.lb_sortlist2 { font-size: 11px; width: 650px; float: left;}

.lb_sortlist_col {margin-right: 25px; float: left;}


/*  Navigator */
.lb_navigator { font-size: 10px; color: #000;}
.lb_navigator a, .lb_navigator a:visited { font-size: 10px; color: #000;}
.lb_navigator a:active, .lb_navigator a:hover { font-size: 10px; color: #990000;}

/* ---------------------------------------------------------- */
/*  Icons für Topseller, Happy Hour & Neu im Sortiment */
/* ---------------------------------------------------------- */
.patch_sale 
{
    background-repeat: no-repeat;
	width: 116px;
	height: 40px;
	position: relative;
	left: 0px;
	top: -115px;
}

.patch_sale_1{ background-image: url(icons/Sale/sale_1.png); }
.patch_sale_2{ background-image: url(icons/Sale/sale_2.png); }
.patch_sale_3{ background-image: url(icons/Sale/sale_3.png); }
.patch_sale_4{ background-image: url(icons/Sale/sale_4.png); }
.patch_sale_5{ background-image: url(icons/Sale/sale_5.png); }
.patch_sale_6{ background-image: url(icons/Sale/sale_6.png); }
.patch_sale_7{ background-image: url(icons/Sale/sale_7.png); }
.patch_sale_8{ background-image: url(icons/Sale/sale_8.png); }
.patch_sale_9{ background-image: url(icons/Sale/sale_9.png); }
.patch_sale_10{ background-image: url(icons/Sale/sale_10.png); }
.patch_sale_11{ background-image: url(icons/Sale/sale_11.png); }
.patch_sale_12{ background-image: url(icons/Sale/sale_12.png); }
.patch_sale_13{ background-image: url(icons/Sale/sale_13.png); }
.patch_sale_14{ background-image: url(icons/Sale/sale_14.png); }
.patch_sale_15{ background-image: url(icons/Sale/sale_15.png); }
.patch_sale_16{ background-image: url(icons/Sale/sale_16.png); }
.patch_sale_17{ background-image: url(icons/Sale/sale_17.png); }
.patch_sale_18{ background-image: url(icons/Sale/sale_18.png); }
.patch_sale_19{ background-image: url(icons/Sale/sale_19.png); }
.patch_sale_20{ background-image: url(icons/Sale/sale_20.png); }
.patch_sale_21{ background-image: url(icons/Sale/sale_21.png); }
.patch_sale_22{ background-image: url(icons/Sale/sale_22.png); }
.patch_sale_23{ background-image: url(icons/Sale/sale_23.png); }
.patch_sale_24{ background-image: url(icons/Sale/sale_24.png); }
.patch_sale_25{ background-image: url(icons/Sale/sale_25.png); }
.patch_sale_26{ background-image: url(icons/Sale/sale_26.png); }
.patch_sale_27{ background-image: url(icons/Sale/sale_27.png); }
.patch_sale_28{ background-image: url(icons/Sale/sale_28.png); }
.patch_sale_29{ background-image: url(icons/Sale/sale_29.png); }
.patch_sale_30{ background-image: url(icons/Sale/sale_30.png); }
.patch_sale_31{ background-image: url(icons/Sale/sale_31.png); }
.patch_sale_32{ background-image: url(icons/Sale/sale_32.png); }
.patch_sale_33{ background-image: url(icons/Sale/sale_33.png); }
.patch_sale_34{ background-image: url(icons/Sale/sale_34.png); }
.patch_sale_35{ background-image: url(icons/Sale/sale_35.png); }
.patch_sale_36{ background-image: url(icons/Sale/sale_36.png); }
.patch_sale_37{ background-image: url(icons/Sale/sale_37.png); }
.patch_sale_38{ background-image: url(icons/Sale/sale_38.png); }
.patch_sale_39{ background-image: url(icons/Sale/sale_39.png); }
.patch_sale_40{ background-image: url(icons/Sale/sale_40.png); }
.patch_sale_41{ background-image: url(icons/Sale/sale_41.png); }
.patch_sale_42{ background-image: url(icons/Sale/sale_42.png); }
.patch_sale_43{ background-image: url(icons/Sale/sale_43.png); }
.patch_sale_44{ background-image: url(icons/Sale/sale_44.png); }
.patch_sale_45{ background-image: url(icons/Sale/sale_45.png); }
.patch_sale_46{ background-image: url(icons/Sale/sale_46.png); }
.patch_sale_47{ background-image: url(icons/Sale/sale_47.png); }
.patch_sale_48{ background-image: url(icons/Sale/sale_48.png); }
.patch_sale_49{ background-image: url(icons/Sale/sale_49.png); }
.patch_sale_50{ background-image: url(icons/Sale/sale_50.png); }
.patch_sale_51{ background-image: url(icons/Sale/sale_51.png); }
.patch_sale_52{ background-image: url(icons/Sale/sale_52.png); }
.patch_sale_53{ background-image: url(icons/Sale/sale_53.png); }
.patch_sale_54{ background-image: url(icons/Sale/sale_54.png); }
.patch_sale_55{ background-image: url(icons/Sale/sale_55.png); }
.patch_sale_56{ background-image: url(icons/Sale/sale_56.png); }
.patch_sale_57{ background-image: url(icons/Sale/sale_57.png); }
.patch_sale_58{ background-image: url(icons/Sale/sale_58.png); }
.patch_sale_59{ background-image: url(icons/Sale/sale_59.png); }
.patch_sale_60{ background-image: url(icons/Sale/sale_60.png); }
.patch_sale_61{ background-image: url(icons/Sale/sale_61.png); }
.patch_sale_62{ background-image: url(icons/Sale/sale_62.png); }
.patch_sale_63{ background-image: url(icons/Sale/sale_63.png); }
.patch_sale_64{ background-image: url(icons/Sale/sale_64.png); }
.patch_sale_65{ background-image: url(icons/Sale/sale_65.png); }
.patch_sale_66{ background-image: url(icons/Sale/sale_66.png); }
.patch_sale_67{ background-image: url(icons/Sale/sale_67.png); }
.patch_sale_68{ background-image: url(icons/Sale/sale_68.png); }
.patch_sale_69{ background-image: url(icons/Sale/sale_69.png); }
.patch_sale_70{ background-image: url(icons/Sale/sale_70.png); }
.patch_sale_71{ background-image: url(icons/Sale/sale_71.png); }
.patch_sale_72{ background-image: url(icons/Sale/sale_72.png); }
.patch_sale_73{ background-image: url(icons/Sale/sale_73.png); }
.patch_sale_74{ background-image: url(icons/Sale/sale_74.png); }
.patch_sale_75{ background-image: url(icons/Sale/sale_75.png); }
.patch_sale_76{ background-image: url(icons/Sale/sale_76.png); }
.patch_sale_77{ background-image: url(icons/Sale/sale_77.png); }
.patch_sale_78{ background-image: url(icons/Sale/sale_78.png); }
.patch_sale_79{ background-image: url(icons/Sale/sale_79.png); }
.patch_sale_80{ background-image: url(icons/Sale/sale_80.png); }
.patch_sale_81{ background-image: url(icons/Sale/sale_81.png); }
.patch_sale_82{ background-image: url(icons/Sale/sale_82.png); }
.patch_sale_83{ background-image: url(icons/Sale/sale_83.png); }
.patch_sale_84{ background-image: url(icons/Sale/sale_84.png); }
.patch_sale_85{ background-image: url(icons/Sale/sale_85.png); }
.patch_sale_86{ background-image: url(icons/Sale/sale_86.png); }
.patch_sale_87{ background-image: url(icons/Sale/sale_87.png); }
.patch_sale_88{ background-image: url(icons/Sale/sale_88.png); }
.patch_sale_89{ background-image: url(icons/Sale/sale_89.png); }
.patch_sale_90{ background-image: url(icons/Sale/sale_90.png); }
.patch_sale_91{ background-image: url(icons/Sale/sale_91.png); }
.patch_sale_92{ background-image: url(icons/Sale/sale_92.png); }
.patch_sale_93{ background-image: url(icons/Sale/sale_93.png); }
.patch_sale_94{ background-image: url(icons/Sale/sale_94.png); }
.patch_sale_95{ background-image: url(icons/Sale/sale_95.png); }
.patch_sale_96{ background-image: url(icons/Sale/sale_96.png); }
.patch_sale_97{ background-image: url(icons/Sale/sale_97.png); }
.patch_sale_98{ background-image: url(icons/Sale/sale_98.png); }
.patch_sale_99{ background-image: url(icons/Sale/sale_99.png); }

.lb_topimage_sale {
	background-image: url(icons/sale.png);
	background-repeat: no-repeat;
	width: 41px;
	height: 40px;
	position: relative;
	left: 10px;
	top: -115px;
}

.lb_topimage_sale20 {
	background-image: url(icons/Sale/20pro_sale.png);
	background-repeat: no-repeat;
	width: 35px;
	height: 40px;
	position: relative;
	left: 10px;
	top: -115px;
}

.lb_topimage_sale30 {
	background-image: url(icons/Sale/30pro_sale.png);
	background-repeat: no-repeat;
	width: 35px;
	height: 40px;
	position: relative;
	left: 10px;
	top: -115px;
}

.lb_topimage_sale50 {
	background-image: url(icons/Sale/50pro_sale.png);
	background-repeat: no-repeat;
	width: 35px;
	height: 40px;
	position: relative;
	left: 10px;
	top: -115px;
}

.lb_topimage_sale70 {
	background-image: url(icons/Sale/70pro_sale.png);
	background-repeat: no-repeat;
	width: 35px;
	height: 40px;
	position: relative;
	left: 10px;
	top: -115px;
}

.lb_topimage_new {
	background-image: url(icons/new.png);
	background-repeat: no-repeat;
	width: 41px;
	height: 40px;
	position: relative;
	left: 10px;
	top: -115px;
}

.lb_topimage_happy {
	background-image: url(icons/happy.png);
	background-repeat: no-repeat;
	width: 41px;
	height: 40px;
	position: relative;
	left: 10px;
	top: -115px;
}

/*  Alternative Klasse ohne Icons */

.lb_topimage {
	width: 41px;
	height: 40px;
	position: relative;
	left: 10px;
	top: -115px;
}



/* ---------------------------------------------------------- */
/*  Detailansicht */
/* ---------------------------------------------------------- */

/*  Deine Auswahl - 304 Pixel breit */
.lb_finder_304 {width: 304px; float: left; background-color: #D3D4CE;}
.lb_finder_304_top {background-image: url(icons/finder_304_top.gif); background-repeat: no-repeat; width: 304px; height: 10px;}
.lb_finder_304_content { padding: 0px 10px 10px 10px; background-image: url(icons/finder_304_footer.gif); background-repeat: no-repeat; background-position: bottom;}
/* großes Bild */
.lb_detailimagebig { width: 290px; height: 290px; margin: 6px 0px 0px 7px;}
.lb_detailbg {background-image: url(icons/detailimage_bg.gif); background-repeat: no-repeat; width: 304px; height: 345px;}

/* kleine Thumbsbilder */
.lb_detailimage {width: 100px; height: 100px; margin-left: 3px; margin-top: 3px;}
.lb_detailimage2 {width: 116px; height: 116px; margin-left: 7px; margin-top: 3px;}
.lb_thumb {float: left;	width: 106px; height: 106px; margin-right: 16px; background-image: url(icons/thumb.gif); background-repeat: no-repeat;}
.lb_thumbquick {float: left;	width: 96px; height: 96px; margin-right: 7px; background-image: url(icons/thumb2.gif); background-repeat: no-repeat;}
.lb_detailimagequick {width: 90px; height: 90px; margin-left: 3px; margin-top: 3px;}
/* Icons unter dem Produktbild */
.lb_zoom {float: left; margin-left: 3px; margin-right: 3px; margin-top: 14px;}
.lb_360 { margin-top: 14px; float: left; margin-right: 3px;}
.lb_video {float: left; margin-top: 14px; }

 /* Status auf dem Produktbild */
.lb_detail_status { position :relative; top: -330px; left: 10px;}

 /* 3 Spalten */
.lb_detail_1 {float: left; width: 334px;}
.lb_detail_2 {float: left; width: 376px;}
.lb_detail_2_box { height: 222px; overflow: hidden;}
.lb_detail_3 {float: left; width: 180px;}
.lb_detail_3_box { height: 300px; overflow: hidden;}

 /* 2 Spalten Reitersystem */
.lb_detail_4 {float: left; width: 710px; overflow: hidden;}
.lb_detail_4_box { margin-right: 30px;}

/* Reiterlinie */
.lb_nav_border { border-bottom: dotted 1px #666; margin-bottom: 28px; height: 29px; }



/* Artikel weiterempfehlen */ 
.lb_recommend {	background-color: #fff;	background-image: url(icons/weiterempfehlen.jpg); background-repeat: no-repeat;	height: 500px; padding: 120px 10px 10px 10px;}

.quickviewTop { text-decoration: none;}
.quickviewTop:hover { text-decoration: none;cursor:pointer;}

/* ---------------------------------------------------------- */
/*  Allgemeine Messagenbox (globale Verwendung) */ 
/* ---------------------------------------------------------- */
.lb_messagebox {text-align: left; color: #C21823; font-weight: bold; border: 1px dotted #C21823; padding: 20px;}

/* ---------------------------------------------------------- */
/*  Bestellschritte */ 
/* ---------------------------------------------------------- */

.lb_orderstep { margin-top: 20px; text-transform: uppercase;}
.lb_orderstep_on { font-weight: bold; color: #C21823; margin-top: 20px; text-transform: uppercase;}

/* ---------------------------------------------------------- */
/*  Kontaktformular - Anfahrtskizze */ 
/* ---------------------------------------------------------- */
.lb_roadmap {
	
	width: auto;
	border: 1px solid #cccccc;
	padding: 10px;
	text-align: left;
}

/* ---------------------------------------------------------- */
/*  Abstände für Formulare */ 
/* ---------------------------------------------------------- */
.lb_sep {float: left; width: 180px;}

/* ---------------------------------------------------------- */
/*  Tabellen (globale Verwendung) */ 
/* ---------------------------------------------------------- */

.lb_table td { padding: 2px 0px 2px 0px;}
.lb_tableheader {font-weight: bold; text-transform: uppercase;}



.lb_table_cart { height: 136px; width: 890px; overflow: hidden; background-image: url(icons/cart_bg_top.png); background-repeat: no-repeat;}
.lb_table_cart td { border-left: solid 1px #ccc;}


/* ---------------------------------------------------------- */
/*  Allgemeien Buttons (globale Verwendung) */ 
/* ---------------------------------------------------------- */
.lb_button, .lb_button:visited {
	background-image: url(icons/button_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	line-height: 26px;
	margin-top: 3px;
	display: block;
	width: 170px;
	height: 26px;
    
}
.lb_button a, .lb_button a:visited {
	color: #fff;
	display: block;
	text-decoration: none;
	width: 170px;
	height: 26px;
	font-weight: bold;
	text-align: center;
}
.lb_button a:active, .lb_button a:hover {
	color: #000;
	text-decoration: none;
}

.lb_button2, .lb_button2:visited {
	background-image: url(icons/button2_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	line-height: 26px;
	margin-top: 3px;
	display: block;
	width: 170px;
	height: 26px;
    
}
.lb_button2 a, .lb_button2 a:visited {
	color: #fff;
	display: block;
	text-decoration: none;
	width: 170px;
	height: 26px;
	font-weight: bold;
	text-align: center;
}
.lb_button2 a:active, .lb_button2 a:hover {
	color: #000;
	text-decoration: none;
}
.lb_cartbutton a, .lb_cartbutton a:visited {
	color: #000000;
	text-decoration: none;
	}
.lb_cartbutton a:active, .lb_cartbutton a:hover {
	color: #990000;
	text-decoration: none;
}

/*  Warenkorbbutton in der Detailansicht */ 
.lb_cartbutton2 
{
	width: 170px; 
	height: 46px;
	background-image: url(icons/cart_button.gif);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 46px;
	font-size: 12px;
	text-transform: uppercase;
	}
.lb_cartbutton2 a, .lb_cartbutton2 a:visited {
	color: #fff;
	text-decoration: none;
	width: 170px; 
	height: 46px;
	display: block;
	font-weight: bold;
	}
.lb_cartbutton2 a:active, .lb_cartbutton2 a:hover {
	color: #000000;
	text-decoration: none;
}




/*  Allgemeine Klasse*/ 
.lb_button_arrow {
	background-image: url(icons/arrow3.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-align: left;
	text-indent: 15px;
	margin-top: 5px;
}
.lb_button_arrow a, .lb_button_arrow a:visited {
	color: #666;
	text-decoration: none;
	width: 110px;
	font-weight: bold;
}
.lb_button_arrow a:active, .lb_button_arrow a:hover {
	color: #990000;
	text-decoration: none;
}

.lb_button_arrow, .lb_button_arrow:visited {
	background-image: url(icons/arrow3.gif);
}
.lb_button_arrow:active, .lb_button_arrow:hover {
	background-image: url(icons/arrow.gif);
}


.lb_button_arrow_Card {
	background-image: url(icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-align: left;
	text-indent: 15px;
	margin-top: 5px;
}
.lb_button_arrow_Card a, .lb_button_arrow_Card a:visited {
	color: #990000;
	text-decoration: none;
	width: 110px;
	font-weight: bold;
}
.lb_button_arrow_Card a:active, .lb_button_arrow_Card a:hover {
	color: #666;
	text-decoration: none;
}

.lb_button_arrow_Card, .lb_button_arrow_Card:visited {
	background-image: url(icons/arrow.gif);
}
.lb_button_arrow_Card:active, .lb_button_arrow_Card:hover {
	background-image: url(icons/arrow3.gif);
}


.lb_button_arrow2 {
	background-image: url(icons/arrow3.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-align: left;
	text-indent: 15px;
	margin-top: 5px;
}
.lb_button_arrow2 a, .lb_button_arrow2 a:visited {
	color: #666;
	text-decoration: none;
	width: 110px;
	font-weight: bold;
	font-size: 10px;
}
.lb_button_arrow2 a:active, .lb_button_arrow2 a:hover {
	color: #000;
	text-decoration: none;
	font-size: 10px;
}


/* ---------------------------------------------------------- */
/*  Allgemeien Hyperlinks (globale Verwendung) */ 
/* ---------------------------------------------------------- */ 
.lb_hyperlink, .lb_hyperlink:visited {
	color: #000000;
	text-decoration: none;
}
.lb_hyperlink:active, .lb_hyperlink:hover {
	color: #990000;
	text-decoration: none;
}
.lb_title, .lb_title:visited {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.lb_title:active, .lb_title:hover {
	color: #990000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
/* ---------------------------------------------------------- */
/*  Diverse Objekte */ 
/* ---------------------------------------------------------- */  
/* Für alle Dropdownlisten */ 
.lb_ddl {
	line-height: 12px;
	font-size: 11px;
	width: 160px;
}
/* Für alle Textboxen */
.lb_box {
	color: #000;
	line-height: 12px;
	padding-left: 5px;
	font-size: 12px;
	width: 150px;
	background-image:url(icons/boxbg.jpg);
	background-repeat:repeat-x;	
	height: 15px;
	line-height: 15px;
	border: solid 1px #ccc;
}
.lb_boxerror {
	color: #fff;
	line-height: 12px;
	padding-left: 5px;
	font-size: 12px;
	width: 150px;
	background-image:url(icons/boxerrorbg.jpg);
	background-repeat:repeat-x;
	height: 15px;
	line-height: 15px;
	border: solid 1px #C21823;
}

/* ---------------------------------------------------------- */
/*  Globale Verfügbarkeit */
/* ---------------------------------------------------------- */
.lb_Availablility {
	
	background-color: #fff;
	border: solid 1px #990000;
	background-image: url(icons/contentbox_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	filter:alpha(opacity=90); /* IE */
	-moz-opacity: 0.90; /* Gecko */
	opacity: 0.90; /* Opera */
	padding: 10px;
	width: 230px;
	
}


/* ---------------------------------------------------------- */
/*  Übersichtsboxen (globale Verwendung)
/* ---------------------------------------------------------- */ 
/*  Widerrufsbelehrung */
.lb_resolve {
	padding:15px 150px 15px 15px;
	height: 145px;
	overflow: auto;
	scrollbar-face-color:#ccc; 
	scrollbar-highlight-color:#fff; 
	scrollbar-3dlight-color: #999; 
	scrollbar-darkshadow-color:#999; 
	scrollbar-shadow-color:gray; 
	scrollbar-arrow-color:#fff; 
	scrollbar-track-color:#e5e5e5;
	background-color: #fff;
}
.lb_overviewbox { border: 1px dotted #666; padding: 10px;}


/* ---------------------------------------------------------- */
/*  Sitemap auf 3 Ebenen
/* ---------------------------------------------------------- */  
.lb_sitemap {
	padding-left: 0px;
	padding-top: 10px;
}
.lb_sitemap a {
	font-size:12px;
	line-height: 17px;
	font-weight: bold;
	background-image: url(icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
.lb_sitemap2 {
	padding-left: 10px;
	padding-top: 4px;
}
.lb_sitemap2 a {
	color: #666666;
	background-image: url(icons/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
.lb_sitemap3 {
	padding-left: 20px;
	padding-top: 4px;
}
.lb_sitemap3 a {
	background-image: url(icons/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
/* ---------------------------------------------------------- */
/*  Stücklistenkonfigurator
/* ---------------------------------------------------------- */
.lb_varianteerror {
	background-position: 10px 10px;
	background-image: url(icons/message.jpg);
	background-repeat: no-repeat;
	border: 1px solid #C21823;
	background-color: #fff;
	padding: 5px;
}
/* ---------------------------------------------------------- */
/*  Umstellung IPayment auf CGI BEGIN
/* ---------------------------------------------------------- */
.lb_tablehelp {
	width:200px;
	padding:5px 5px 5px 5px;
	margin:5px 5px 5px 5px;
	background-color:#fff;
	border:solid 1px #000;
}
.lb_tablewait {
	background-color:#000;
	filter:alpha(opacity=70); /* IE */
	-moz-opacity: 0.70; /* Gecko */
	opacity: 0.70; /* Opera */
}

/*  */
.wait 
{
	background-image: url(icons/wait1.gif);
	width:100%;
	height:100px;
	background-repeat:no-repeat;
	background-position:center;
}

/* ---------------------------------------------------------- */
/*  Webservice Suche
/* ---------------------------------------------------------- */

.lb_WSSearch_main {
	position:absolute;
	width:400px;
	background-color:White;
	z-index:5000;
	display:none;
	color: #333;
	margin-left: -200;
	border: solid 1px #cccccc;
	background-image: url(icons/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	filter:alpha(opacity=90); /* IE */
	-moz-opacity: 0.90; /* Gecko */
	opacity: 0.90; /* Opera */
}

.tb_WSSearch_evenrow {cursor:pointer; vertical-align:top;}
.tb_WSSearch_oddrow { cursor:pointer; vertical-align:top;}

.tb_WSSearch_evenrow:hover, .tb_WSSearch_oddrow:hover {
	cursor:pointer;
	background-color:#990000; /*  Mouse-Over Firefox */
	color: #ffffff;
	}

.lb_WSSearch_marker { font-weight:bold;	color: #000;}

.tb_WSSearch_selected {
	cursor:pointer;
	background-color:#990000; /*  Mouse-Over IE */
	color: #ffffff;
}	


/* ---------------------------------------------------------- */
/*  Integration Lightbox
/* ---------------------------------------------------------- */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 1000; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 100; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

/* #prevLink, #nextLink { width: 49%; height: 100%; background-image: url(icons/gif;base64,AAAA); /* Trick IE into showing hover * display: block; } */
#prevLink, #nextLink {width: 49%; height: 100%; display: block}

#prevLink { background: url(icons/prevlabel.gif) left 15% no-repeat; }
#nextLink { background: url(icons/nextlabel.gif) right 15% no-repeat; }

#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(icons/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(icons/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 900; width: 100%; height: 500px; background-color: #000; }


/* Erweiterung FactFinder BEGIN */
div.suggestLayer 
{
	font-family:Helvetica,Arial,sans-serif;
	position: absolute;
	margin-left: -200px;
	width: 400px;
	height: 1px;
	display: block;
	padding: 0;
	margin: 0;
	z-index: 1000000;
	background-color: white;
	background: transparent;
	opacity: .9;
	/*filter:alpha(opacity=90);*/
}
table.suggestLayer {
	font-size: 11px;
	width: 330px;
	border: 1px solid #000000;
	height: 12px;
	background-color: white;
	color: #990000;
	cursor: pointer;
}
tr.suggestLayer { 
	height: 12px;
}
td.suggestLayer {
	padding: 0;
	height: 12px;
}


tr.suggestHeader{
	color: #173553;
	font-weight: normal;
	font-size: 10px;
}
tr.suggestHeader td{
	border-bottom: 1px solid #5C637D;
	padding: 3 3 3 5px
}
td.suggestFooter{
	height:25px;
	border-top:solid 1px #5C637D; 
	font-size:9px;
	color: #173553;
	background-color: #FCFCFC;
	background-image: url("../images/result/logo_fact-finder_suggest.gif");
	background-repeat: no-repeat;
	background-position: right;
}

td.suggestTextQuery{
	font-weight: bold; 
	padding: 2 15 2 10px;
}
span.suggestTextQueryTyped{
	color: #5c7997;
	text-decoration: underline;
}
td.suggestTextType{
	padding: 2 5 2 15px;
	width: 30%;
}
td.suggestTextAmount{
	padding: 2 5 2 15px;
	width: 30%;
	text-align: right;
}
tr.suggestRow{
	padding: 2 2 2 0px;
	background-color: #FCFCFC;
}

tr.suggestHighlight{
	color: #FCFCFC;
	background-color: #ec7405;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	color: white;	
}

.lb_FactFinderFilterName
{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.lb_FactFinderFilterLinkElement, .lb_FactFinderFilterLinkElement:visited, .lb_FactFinderFilterLinkElement:active, .lb_FactFinderFilterLinkElement:hover
{
	color: black;
	text-decoration: none;
}

.lb_FactFinderFilterSelectedLinkElement, .lb_FactFinderFilterSelectedLinkElement:visited, .lb_FactFinderFilterSelectedLinkElement:active
{
	color: black;
	font-weight: bolder;
	text-decoration: none;
}

.lb_FactFinderFilterSelectedLinkElement:hover
{
	color: black;
	font-weight: bolder;
	text-decoration: line-through;
}

.lb_FactFinderFilterDropDown
{
	width: 180px;
}

.lb_FactFinderFilterPicture
{
	padding: 2px 2px 2px 2px;
}

.slider_gutter_container {float: left;width: 100%;display: block;position: relative; width:170px; margin:0px 10px;}
.slider_gutter_item_center{position: relative;	float: left; left: 100%; width: 150px;margin-left:-160px; height:20px; background:url(icons/slider_rptr.gif) repeat-x;}
.slider_gutter_item_left{position: relative;	float: left; left: 100%;width: 10px;margin-left:-100%; height:20px; background:url(icons/slider_l.gif) no-repeat;}
.slider_gutter_item_right{position: relative;	float: left; left: 100%; width: 10px;margin-left:-15px;height:20px; background:url(icons/slider_r.gif) no-repeat; border:1px }

/* Style Knopf */
.slider_knob {	position: absolute;	height: 20px; width: 20px; background: url(icons/slider_knob.gif) no-repeat; cursor: pointer;}

/* Steuerung Hintergrund */
.slider_bkg_img{position: absolute; height:8px; margin:6px 0px 0px -10px; width:190px;}


.crosslink{cursor: pointer;}

/* Erweiterung FactFinder END */



/* ---------------------------------------------------------- */
/*  Paketverfolgung BEGIN
/* ---------------------------------------------------------- */

.lb_TrackingForwarderError {
	color: black;
	font-size:20pt;
	padding: 5px;
	height:50px;
	width: 100%;
	background-color:#FF6666;
	text-align:center;
	vertical-align:middle;
}


/* ---------------------------------------------------------- */
/*  PopUp-Layer BEGIN
/* ---------------------------------------------------------- */

.lb_popupLayer
{
    border: solid 2px #D52A2E;
    padding: 5px;
    background-color: #FFFFFF;
}
    

/* ---------------------------------------------------------- */
/*  Boxen - Templates (Hauptinhalt) */
/* ---------------------------------------------------------- */

* html body.thickbox .spalte-links {
margin: 0 0 0 17px;
}

body.thickbox .spalte-rechts {
float: left;
width: 550px;
margin: 0 0 0 30px;
}

#TB_iframeContent {
margin: 0;
}

* html #TB_iframeContent {
width: 804px!important;
overflow: hidden;
}

#TB_window {
position: fixed;
background-color: transparent;
z-index: 102;
color:#000000;
border: none;
text-align:left;
top:50%;
left:50%;
}

#TB_window a,
#TB_window a:visited,
#TB_window a:hover,
#TB_window a:focus {
color: #C21823 !important;
}

#TB_closeAjaxWindow {
float: none;
background-image:url(http://www.sidestep-sneakers.com/scripts/thickbox/thickbox_head_bg.png);
background-position:0 0;
background-repeat:no-repeat;
height: 31px;
width: 956px;
padding: 0;
margin: 0;
}

.tb-close-link {
padding: 16px 42px 0 0;
}

.thickbox-bottom {
background-color:transparent;
background-image:url(http://www.sidestep-sneakers.com/scripts/thickbox/thickbox_bottom_bg.png);
background-position:0 0;
background-repeat:no-repeat;
height: 49px;
width: 956px;
}

body.thickbox h1 {
font-size: 1.8em;
line-height: 1.2em;
font-weight: bold;
margin: 0 0 25px 0;
}

body.thickbox h2 {
font-size: 1.2em;
font-weight: bold;
}

body.thickbox form .spalte {
float: left;
width: 275px;
}

body.thickbox form .schmal {
width: 170px;
}

body.thickbox form .schmal input {
width: 132px !important;
}

body.thickbox form .einzeilig input {
width: 302px !important;
}

* + html body.thickbox form .schmal input {
width: 129px !important;
}

* + html body.thickbox form .einzeilig input {
width: 300px !important;
}

body.thickbox form.formular fieldset {
margin: 0 0 19px 0;
}

body.thickbox form.formular .input-text ,
body.thickbox form.formular select {
display: inline;
margin-bottom: 12px;
}

body.thickbox form.formular label {
display: block;
}

body.thickbox form.formular label.hinweis {
font-size: 1em;
font-weight: normal;
width: 500px;
margin-left: 15px;
}

body.thickbox form.formular label.hinweis-fehlermeldung {
color: #c21823;
}

body.thickbox form.formular .checkbox-thickbox {
position: relative;
top: 3px;
margin: 0;
}

* html body.thickbox form.formular .checkbox-thickbox {
position: static;
top: 0px;
margin: 0;
}

body.thickbox form.formular .but-bestellen {
margin: 3px 0 0 0;
background: url(/customer/images/but_form_bestellen.gif) 0 0 no-repeat;
width: 75px;
height: 19px;
border: none;
cursor: pointer;
}

.thickbox-head {
margin: 0 0 0 35px;
}

.thickbox-head img {

margin-right: 30px;
vertical-align: bottom;
}

.thickbox-head h1 {
display: inline;
margin-right: 30px;
vertical-align: bottom;
}

.thickbox-border-top {
background: url(http://www.sidestep-sneakers.com/scripts/thickbox/strichlinie_content.gif) 0 top repeat-x;
padding: 20px 0 0 0;
margin: 20px 20px 0 35px;
}

.thickbox-border-top .spalte-links {
float: left;
width: 147px;
margin: 0 0 44px 0 !important;
}

.thickbox-border-top h2 {
margin: 0 0 0 0;
}

.einspalt {
margin: 0 0 36px 0;
}


/* Helfer - am Ende der Datei belassen */
/* Helfer */
.clear {
clear: both;
margin: -1px 0 0 0;  /* laesst 1px clear nach oben verschwinden */
height: 1px;  /* laesst &nbsp; auf 1px schrumpfen fuer IE */
font-size: 1px;
line-height: 1px;
width: 100%;
}

/* clearfix */
.clearfix:after {
content: ".";
visibility: hidden;
display: block;
clear: both;
height: 0;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.ahem {  /*  entspricht im wesentlichen display:none; , ist aber screenreaderfreundlich */
position: absolute;
overflow: hidden;
height: 0;
width: 0;
left: -1000px;
top: -1000px;
}

div.last {
margin-right: 0;
}

.invisible,
legend {
display: none;
}

.png-head {
 background: url(/customer/images/head_bg.png);
 background: expression("none");
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/customer/images/head_bg.png');
}

.png-content {
 background: url(/customer/images/content_bg.png);
 background: expression("none");
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/customer/images/content_bg.png');
}

.png-footer {
 background: url(/customer/images/footer_bg.png);
 background: expression("none");
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/customer/images/footer_bg.png');
}


/* Scene7 */

img[rel^=Scene7Image] 
{
    /*background-image: url(icons/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;  */  
}
img[rel^=Scene7AlternateImage]
{
    display: none;
}



/*-------------------------------------------
TREDEX 20.10.2011
-------------------------------------------*/


/* Produktcontainer */
.lb_itembg, .lb_itembg2 {
border: 1px solid #eee!important;
margin-right: 5px !important;
margin-left: 0 !important;
margin-bottom: 4px !important;
padding: 4px !important;
width: 116px !important;
height: 180px !important;
float: left !important;
-moz-border-radius: 7px !important;
-webkit-border-radius: 7px !important;
border-radius: 7px !important;
}

/* Letzter Container einer Reihe */
.lb_itembg2 {
margin-right: 0 !important;
}

/* Aussehen, wenn Maus darüberfährt */
.lb_itembg:hover, .lb_itembg2:hover {
border: 1px solid #bbb !important;
background: url(http://78.47.235.42/layouts/standard/icons/artikel_bg.gif) left 80px repeat-x !important;
}


/* SALE-, NEU- LOGO */
.lb_topimage_new, .lb_topimage_sale20, .lb_topimage_sale30 {
left: 0 !important;
}


/*-------------------------------------------
TREDEX 24.10.2011
-------------------------------------------*/

/* Preis einrücken */
.lb_discount {
margin-left: -2px !important;
}



