t/****************************************************************************************************************
Copyright 2009 Sell It Smart GmbH. Alle Rechte vorbehalten. 
Das Kopieren im Ganzen oder in Teilen ohne unsere vorherige ausdrückliche schriftliche Zustimmung ist untersagt. 
Jegliche Zuwiderhandlungen werden juristisch verfolgt.
****************************************************************************************************************/

/* 1+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 1+++++++++++++++++++++ ein- und ausblenden der Module ++++++++++++++++++++++ */
/* 1+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* Favoriten Newsletter beobachten -links können einzeln an und aus gestellt werden*/
div#favnews {display:;}
#beobachten {display:;}
#favorit {display:;}
#newsletter {display:;}

/* Suchbox im kopf oder links / nur eine darf sichtbar sein */
#kopfzeile .suche	 {display:none;}
#linke_spalte .suche {display:;}

/* Module in den Spalten (kleine Boxen) */
#shopinfo {display:;}
#impressum {display:;}
#extra {display:;}

/* BlindBoxen in den Spalten (kleine Boxen) */
#blind_rechts, #blind_links {display:;}

/* Module in der Mitte (große Boxen) */
#datenschutz {display:;}
#kaufabwicklung {display:;}
#versand {display:;}
#widerruf {display:;}

/* zusätzlich an- und abschaltbare Elemente*/
.agb_satz {display:;}


/* 2+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 2+++++++++++++++++ Styling und Auswahl der Kopfnavigation ++++++++++++++++++ */
/* 2+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* normale kopfnavi angepasst an die inhalte der buttons */
#kopfnavi {
top:; 
left:212px; 
right:0px; 
bottom:26px; 
height:53px;
text-align: center !important;
color:#ffffff !important;
z-index:2;
}

#kopfnavi ol li a, #kopfnavi ol li a:visited {
background: url(gfx/kopfnavi-bg.gif) no-repeat 50% 0;
padding: 0px 15px 0px 15px;
font-size:12px;
line-height:53px;
display:block;
color:#ffffff;
text-align:center}

#kopfnavi ol li a:hover {
background: url(gfx/kopfnavi-bg-hover.gif) no-repeat 50% 0;
font-size:12px;display:block;
line-height:53px;
color:#ffffff;}

/* Alternative Kopfnavi breite angepasst an das Elternelement (div#kopfnavi) zum einsetzten bekommt das div#kopfnavi eine feste Breite 
DIE ANDEREN WERTE BLEIBEN IMMER GLEICH*/
/*
#kopfnavi {width:990px;}
#kopfnavi ol li {width:16.6%}
#kopfnavi ol li a {width:100% !important}
#kopfnavi ol li a, #kopfnavi ol li a:visited {padding: 0px;}
*/


/* 4+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 4++++++++++++++++++ Styling der Kopfzeile und der 3Spalten +++++++++++++++++ */
/* 4+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Kopfzeile */
#kopfzeile {
height: 346px;
background:url(gfx/kopfzeile-bg.jpg);
background-color: #ffffff;
}

/* über das Logo schieben für den Shop-Startseiten Link */
a.logolink {
width:715px;
height:85px;
top:142px;
left:24px;
bottom:;
}

/* über den Link zum Produkt */
a.pc {
width:50px;
height:40px;
top:43px;
left:342px;
position:absolute;
display:block;
bottom:;}

a.psp {
width:96px;
height:40px;
top:43px;
left:390px;
position:absolute;
display:block;
bottom:;}

a.wii {
width:50px;
height:40px;
top:43px;
left:495px;
position:absolute;
display:block;
bottom:;}

a.xbox {
width:80px;
height:40px;
top:43px;
left:559px;
position:absolute;
display:block;
bottom:;}

a.gamecube {
width:97px;
height:40px;
top:43px;
left:664px;
position:absolute;
display:block;
bottom:;}

a.ds {
width:97px;
height:40px;
top:43px;
left:773px;
position:absolute;
display:block;
bottom:;}

a.playstation {
width:97px;
height:40px;
top:43px;
left:880px;
position:absolute;
display:block;
bottom:;}


/* hier kann im Spezialfall das DIV mit dem Favoriten-, Newsletter-... link umpositioniert werden dann entsteht ein weißraum über dem Template */
#favnews {
top:30px;
right:19px;
color:#000000;
z-index:1000000;}

/* Balken hinter der Kopfzeile */
#head_bg {background:URL(gfx/header-bg.gif) repeat-x ; height:407px; z-index:5; margin-top:22px;}
*html #head_bg {margin-top:20px;}
*+html #head_bg {margin-top:20px;}

#favnews a, #favnews a:visited {
font-family:Arial,Verdana !important;
font-weight:bold !important;
font-size:10px !important;
color:#000000 !important;
text-decoration: none;}

#favnews a:hover {
font-family:;
color:#cdcdcd;
text-decoration: underline;}

#beobachten {
padding-right:;}
#favorit {
padding-right:;}
#newsletter {
padding-right:;}

#kopfzeile .suche {
top:2px;
right:10px;
bottom:;
left:;}
.suche-kopf-content {}
.suche .klbox-fuss {height: 45px; background: url(gfx/klbox-fuss.gif) no-repeat; font-size:0px; }


/* die 3 Spalten */
#linke_spalte, #dummy_box {background:url(gfx/spalte-links-bg.gif) repeat-y ;}
#rechte_spalte {background:url(gfx/spalte-rechts-bg.gif) repeat-y ;}
#mittlere_spalte {background:url(gfx/mittlere-spalte-bg.gif) repeat-y; background-color:#ffffff !important;}
#linke_spalte, #rechte_spalte {z-index:20 !important}

/* Anfang UP: in IE zentriert; Fix 30.01.2008 */
*html #mittlere_spalte, *html #linke_spalte, *html #rechte_spalte {text-align: left;}

/* 5+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 5++++++++++++++++++++++ Definition der kleinen Boxen +++++++++++++++++++++++ */
/* 5+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 5++++++ Inhalte der Boxen werden über in der "p.1" Klasse definiert. +++++++ */

.klbox-kopf {height: 45px; background: url(gfx/klbox-kopf-bg.gif) no-repeat;}

.klbox-content {background:url(gfx/klbox-bg.gif);}

.klbox-kopf p {
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #ffffff;
padding: 17px 0px 0px 40px;}

.klbox-content p {
font-family: Arial;
font-size: 11px;
font-weight: normal;
color: #ffffff;
padding: 12px 10px 5px 10px;}

#rechte_spalte .klbox-content p {padding:0px;}

.klbox-fuss {height: 45px; background: url(gfx/klbox-fuss.gif) no-repeat; font-size:0px; }

/** Hier kann das Suchformular angepasst werden **/
/** Top-Abstand innerhalb des div`s sollte die Suche in der Kopfzeile stehen addiert sich der Abstand mit dem Top Wert **/
/** Standard für linke Box: top:5px **/
#suchform {top:5px;}
/** Breite des Eingabefeldes und Abstand zwischen Eingabefeld und Button **/
/** Standard für linke Box: width:120px und margin-right:5px **/
#suche-eingabe {width:120px; margin-right:5px;}

.bbox-kopf {background: url(gfx/bbox-kopf-bg.gif) no-repeat; height:257px;}
.bbox-content {background:url(gfx/bbox-bg.gif);}
.bbox-fuss {background: url(gfx/bbox-fuss.gif) no-repeat; height:257px;}



/* 6+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 6++++++++++++++++++++++ Definition der grossen Boxen +++++++++++++++++++++++ */
/* 6+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 6++++++ Inhalte der Boxen werden über in der "p.1" Klasse definiert. +++++++ */

.grbox-kopf {height: 45px; background:url(gfx/grbox-kopf-bg.gif) no-repeat;}

.grbox-content {background: url(gfx/grbox-bg.gif) repeat-y; width:639px;}

.grbox-kopf p {
font-family: Arial,Verdana;
font-size: 14px;
font-weight: bold;
color: #ffffff;
text-align: center;
padding: 17px 0px 0px 0px;}

.grbox-content div.p1 {
font-family: Arial,Verdana;
font-size: 12px;
font-weight: normal;
color: #000000;
padding: 10px 25px 5px 22px;}

/* Anfang UP: eingefügt für Abwicklungsinfos 30.01.2008 */
/* DB: z.B.: Afterbuy-Logo 21.02.2008 */
.grbox-content .symbolbild {
width: 100px;
padding: 4px 0px 0px 0px; 
float: left;}

.grbox-content .abwicklungsinfo { 
font-family: Arial,Verdana;
font-size: 12px;
font-weight: normal;
color:#000000;
} 


.grbox-content .clearfloating {clear: both; height: 15px;}

/* ENDE UP: eingefügt für Abwicklungsinfos 30.01.2008 */

#datenschutz .grbox-content p {
font-size: 11px;
color: #000000;
}

.grbox-fuss {height: 80px; background: url(gfx/grbox-fuss.gif) no-repeat; }

#printdiv {
	margin-top:6px;
	margin-right:42px;
}

a#printlink {color:#ffffff !important; background:url(gfx/print.gif) no-repeat right; }
a#printlink:hover {background:url(gfx/print-hover.gif) no-repeat right;}

#widerruf_box {
border:1px solid #c6c6c6;
width:583px;
padding: 3px 3px 3px 3px;  
background-color:#ffffff;
font-family:Arial;
font-size:11px;
color:#000000 !important;
}

*html #widerruf_box {
width:591px;
color:#000000;
}

.agb_satz {color:#000000;}


/* 6+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 6++++++++++++++++++++++ Definition der Artikelbeschreibung +++++++++++++++++++++++ */
/* 6+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.artikelname {
width: 100%;
font-family: Arial;
font-size: 18px;
font-weight: bold;
color:#000000;
padding-top: 0px;
}

*html .artikelname {
padding-top: 8px;
}

.artikelkurzbeschreibung {
width: 180px;
font-family: Arial;
font-size: 12px;
color:#000000;
padding: 0px 0px 0px 10px;
}

.artikelbeschreibung {
font-family: Arial;
font-size: 12px;
color:#000000;
}

.bilderlink {
font-family: Arial;
font-size: 10px;
color:#000000;
padding-top: 8px;
}

*html .thumb_width{width:180px !important;}

/* 7++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 7+++++++++++++ Definition der Fusszeile inkl der Fussnavigation +++++++++++++ */
/* 7++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fusszeile {position:relative; text-align:left; height:107px; background:url(gfx/fusszeile-bg.gif) no-repeat #FFFFFF; z-index:4; }

#fussnavi {
width:100%;
line-height:18px;
text-align:center;
font-family: Arial,Verdana;
font-size: 11px;
font-weight: normal;
color: #ffffff;
top:27px;
right:0px;
bottom:;
left:;
}

#fussnavi a {
font-family: Arial,Verdana;
font-size: 11px;
font-weight: bold;
color: #dddddd;
text-decoration: underline;
padding: 0px 10px 0px 10px;}

#fussnavi a:hover {text-decoration: underline;
color:#efefef;}

.copyright{ padding-top:7px; color:#000000;
right:0px;
text-align:center;
}



/* 8++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 8+++++++++++++++++++++++++++ Hauptnavigation ++++++++++++++++++++++++++++ */
/* 8++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** #################################################### **/
/** ########### Allg. Einstellungen Flyout ############# **/

/** abstand innerhalb der box über und unter der navi **/
#mainnavi {padding-top:0px; padding-bottom:0px}

/** schriftdefinitionen **/
#mainnavi ol, ul#dd_navi{
	font-family:Verdana; 
	font-size:11px; 
	font-weight:normal; 
	color:#000000;
}
/** die line-height immer ein pixel weniger als die height **/
#mainnavi ol li {height:24px; line-height:23px;}
/** margin-top immer genau wie die height **/
#mainnavi ol li ol {margin-top:-24px;}

/** margin-left  immer 176px minus das innere padding IE6 und IE7 **/
#mainnavi ol li ol {margin-left:176px;}
html>head:first-child+body #mainnavi ol li ol {margin-left:176px;}

ul#dd_navi li{ margin:0px; padding:0px;}

/** ################################################## **/
/** ########### Allg. Einstellungen Shop ############# **/

/** allgemeiner kattable **/
table#StoreCategories {color:#000000; margin-top:34px;}
html>head:first-child+body table#StoreCategories{ margin-top:36px ;margin-bottom:-9px;}

.category b, .category a{ font-family:Arial !important; font-size:11px !important;}

table#StoreCategories, #mainnavi ol li  { background:url(gfx/spalte-links-bg.gif);}
.category div{ font-size:0px;}

table#StoreCategories a{text-decoration:none;}

/** ######################################## **/
/** ########### Hauptkategorie ############# **/

/** Hauptkategorie **/
a.all_cats, a.all_cats:visited, div.lcat div.ttl a, div.lcat div.ttl a:visited, ul.lev1 li a, ul.lev1 li a:visited, div.lcat div.link a,
.kat00 a, .kat00 a:visited, .category b a, .category b a:visited, 
#mainnavi ol li a, #mainnavi ol li a:visited, a.katlink, a.katlink:visited{
	background:url(gfx/navi-bg.gif) no-repeat;
	padding:0px 5px 0px 10px;
	line-height:26px;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none !important;
	border-bottom:0px solid #ffffff!important;
	width:161px !important; 
	display:block;
}

/**margin-left: -padding-left px**/
div.lcat div.ttl a {margin-left:-10px !important}

/** Hover **/
a.all_cats:hover, div.lcat div.ttl a:hover, ul.lev1 li a:hover, div.lcat div.link a:hover,
.kat00 a:hover, .category b a:hover, #mainnavi ol li a:hover,
a.katlink:hover, a.katlink_on, a.katlink_on:visited, a.katlink_on:hover{
	background:url(gfx/navi-bg-hover.gif) no-repeat;
	padding:0px 5px 0px 10px;
	line-height:26px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none !important;
	border-bottom:0px solid #ffffff !important;
	width:161px !important;
	display:block;
}

/** Aktiv **/
ul.lev1 li span, div.lcat div.ttl, div.lcat div.link a,
.kat00_on b, .category b, a.katlink_on, a.katlink_on:visited, a.katlink_on:hover {
	background:url(gfx/navi-bg-hover.gif) no-repeat;
	padding:0px 5px 0px 10px;
	line-height:26px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none !important;
	border-bottom:0px solid #ffffff !important;
	width:161px !important;
	display:block;
}


/** ########################################### **/
/** ########### 1. Unterkategorie ############# **/

/* 1. Unterkategorien */
ul.lev2 li a, ul.lev2 li a:visited,
.category a, .category a:visited, .kat01 a, .kat01 a:visited, a.subkat1, a.subkat1:visited {
	background:url(gfx/kat02_bg.gif) no-repeat;
	padding: 0px 5px 0px 15px; 
	line-height:26px; 
	color:#ffffff; 
	font-weight:normal;
	text-decoration: none !important; 
	border-bottom:0px solid #ffffff !important;
	width:156px !important;
	display:block;
}
/** Hover **/
ul.lev2 li a:hover,
.category a:hover, .kat01 a:hover, a.subkat1:hover {
	background:url(gfx/kat02_hover.gif) right top no-repeat;
	padding: 0px 5px 0px 15px;
	line-height:26px; 
	color:#ffffff;  
	font-weight:normal;
	text-decoration:none !important; 
	border-bottom:0px solid #ffffff !important;
	width:156px !important;
	display:block;
}
/** Aktiv **/
ul.lev2 li span,
.kat01_on b, a.subkat1_on, a.subkat1_on:visited, a.subkat1_on:hover{
	background:url(gfx/kat02_hover.gif) right top no-repeat;
	padding: 0px 5px 0px 15px;
	line-height:26px;
	color:#ffffff !important;
	font-weight:normal;
	text-decoration:none !important;
	border-bottom:0px solid #ffffff !important;
	width:156px !important;
	display:block;
}


/** ########################################### **/
/** ########### 2. Unterkategorie ############# **/

/** 2 Unterkategorie **/
ul.lev3 li a, ul.lev3 li a:visited,
.kat02 a, .kat02 a:visited, a.subkat2, a.subkat2:visited {
	background:url(gfx/navi-bg.gif) no-repeat;
	padding:0px 0px 0px 25px;
	line-height:26px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none !important;
	border-bottom:0px solid #679405 !important;
	width:151px !important;
	display:block;
}
/** Hover **/
ul.lev3 li a:hover,
.kat02 a:hover, a.subkat2:hover{
	background:url(gfx/navi-bg.gif) right top no-repeat;
	padding:0px 0px 0px 25px;
	line-height:26px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none !important;
	border-bottom:0px solid #ffffff !important;
	width:151px !important;
	display:block;
}
/** Aktiv **/
ul.lev3 li span,
.kat02_on b{
	background:url(gfx/navi-bg.gif) right top no-repeat;
	padding:0px 0px 0px 25px;
	line-height:26px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none !important;
	border-bottom:0px solid #ffffff !important;
	width:151px !important;
	display:block;
}


#shopinfo .klbox-content p.p1 {padding: 0px 0px 0px 0px; text-align: center;}

a {outline: none;}

a.toplink {display:block; width:180px; height:100%; position:absolute; right:7px !important;}

#crosspromotion .klbox-fuss {
	display:none;
}

#crosspromotion .p1 {
	background-image:url(gfx/wo_flash_bg.jpg);
}

#extra .klbox-kopf {display:;}

#extra .klbox-fuss {height:25px; display:;}

#impressum .klbox-kopf {height:45px; background:url(gfx/klbox-kopf-bg2.gif) no-repeat;}
#impressum .klbox-kopf p {color:#ffffff; padding: 17px 0px 0px 40px;}
#impressum .klbox-fuss {height:45px; background:url(gfx/klbox-fuss3.gif) no-repeat;}

#shopinfo .klbox-kopf {height:45px; background:url(gfx/klbox-kopf-bg2.gif) no-repeat; color:#FFFFFF;}
#shopinfo .klbox-kopf p {color:#ffffff; padding: 17px 0px 0px 40px;}
#shopinfo .klbox-fuss {height:45px; background:url(gfx/klbox-fuss2.gif) no-repeat;}

#suche .klbox-fuss {height:45px; background:url(gfx/klbox-fuss.gif) no-repeat;}

#extra .klbox-kopf {background:url(gfx/klbox-kopf-bg-rechts.gif) no-repeat;}
#extra .klbox-fuss {background:url(gfx/klbox-fuss-rechts.gif) no-repeat;}

#akt_angebot table {
 color:#000000;
 font-size:11px;
}

#akt_angebot table a {
 color:#000000;
 font-size:11px;
}

akt_bewertung table, #akt_bewertung table td {
 color:#000000;
 font-size:11px;
}

akt_bewertung table, #akt_bewertung table td a{
 color:#000000;
 font-size:11px;
}

.grbox-content div.p1 a {
 color:#000000;
 font-size:11px;
}

div.pagecontainer table tbody tr td table tbody tr td table tbody tr td form table tbody tr td {
co1or:#ffffff;
}

.ebItemlist thead tr {
 background-color:#FFFFFF !important;
}

#paging table {
background-color:#FFFFFF !important;
}

#drei_spalten {
position:relative;
z-index:15;
}

.grbox-content .p1 {
	padding:0px 20px;
}

#extra .klbox-kopf {display:none;}
#extra .klbox-fuss {display:none;}


body {
margin-left:0px;
margin-right:0px;
}

#versand tr td {
	padding: 5px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
}

#versand tr td sup {
	font-size:11px;
	font-weight:normal;
}

#suche-btn {
	margin-top:10px
}

#bg-spezial {
background: url(http://www.sis01.de/12608/gfx/header-bg-pic.gif) no-repeat center 0px; width:100%; z-index:10; position:absolute; left:-2px; height:345px;
}

*html #bg-spezial {
background: url(http://www.sis01.de/12608/gfx/header-bg-pic.gif) no-repeat center 0px; 
}

*+html #bg-spezial {
background: url(http://www.sis01.de/12608/gfx/header-bg-pic.gif) no-repeat center 0px; 
}

.hinweis-tweak {font-size:14px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; color:#FF5F06; padding:10px 0px 10px 0px;}