/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css,v 1.4 2004/06/06 17:13:29 novalis Exp $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

.boxTextBG {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color:  #f1f1f1;
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #cccccc;
}
.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #669900;
}

.errorBox {
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #000000;
	background-color: #ff9900;
	line-height: 25px;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #333333;
	border: 1px solid;
}
.stockWarning { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #669900;
	text-decoration: underline;
}

BODY {
	color: #282828;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background-color: #dadada;
	background-image: url(img/images/background/bg_body.png);
	background-position: 5px;
	background-repeat: repeat-y;
}

img{
	border:0;
}

A {
  color: #3c3c3c;
  text-decoration: none;

}

A:hover {
  color: #ff6600;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight : bold;
}

A.headerNavigation { 
  color: #999999; 
}

A.headerNavigation:hover {
  color: #666666;
}

TD.conditions {
  background-color: #660033;
  color: #ffffff;
}

A.confirmationEdit {
	color: #669900;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #ff6600;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff6600;
}

TR.headerMessage {
	background-color: #99CC33;
	height: 20px;
}

.moduleHeading {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #333333;
}

TD.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff6600;
  border: 1px solid #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #99CC33;
}

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #99CC33;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #c2c2c2;
  color: #003300;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}



.infoBoxContents {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FC9B4D;
}

.infoBoxNoticeContents {
  background: #FBE5CF;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxHeading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-variant: small-caps;
  text-align: left;
  text-indent: 10px;
  height: 25px;
  color: #666666;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
}

.productListing-heading {
}

TD.productListing-data {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
	color: #999999;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #333333;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

.main {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.accountCategory {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
}

TD.fieldKey {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff6600;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ff6600;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  border: 1px solid #f1f1f1;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.copyright {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 9px;
  line-height: 10px;
  text-align: left;
  text-indent: 15px;
  color: #666666;
  background-image: url(img/images/background/bg_copy.png);
  background-repeat: no-repeat;
  background-position: 10px;
}

SPAN.markProductOutOfStock {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d58a34;
}

.moduleRow {
 font-family: Tahoma, Verdana, Arial, sans-serif;
 font-size: 12px;
 line-height: 1.9;
 background-color: #fafafa;
border: 1px solid #ffffff;

}
.moduleRowOver { 
	font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.9;
    background-color: #f1f1f1;
	border: 1px solid #fafafa;
 }
.moduleRowSelected { background-color:  #E5CB59; }

.checkoutBarFrom, .checkoutBarTo { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; color: #D4D4D4; }
.checkoutBarCurrent { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; color: #E5CB59; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #333333;
	background-color: #f1f1f1;
}
.sitemap_heading a {
	color:#333333;
}
.sitemap_heading a:hover {
	color:#ff6600; 
	text-decoration:none;
}

.sitemap_sub {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #666666;
	text-indent: 120px;
	padding: 2px 2px;
	background-color: #ffffff;
}
.sitemap_sub a {
	color:#666666;
}
.sitemap_sub a:hover {
	color:#ff6600; 
	text-decoration:none;
}


/* message box */

.messageBox { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; color: #000000; background-color: #ff9900; }
.messageStackSuccess { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; color: #000000; background-color: #99CC33; }

/* input requirement */

.inputRequirement { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; color: #669900; }

.tableShop {
background-color: #ffffff;

}

.contentsTopics {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-align: left;
}
.iSoS_contentsTopics {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin-top: 9px;
}
.tableListingI {
	background-color: #fafafa;
}

.tableListingII {
	background-color: #f1f1f1;
}
.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #ffffff;
 }
.onepxwidth {
	width: 1px;
}

/** Style xtc_iSoS_spiel_zeit **/

#iSoS_seite {
	width: 970px;
	height: auto;
	margin-left: 10px;
	margin-right: auto;
	padding: 0px;
	background-color: #ffffff;
}
#iSoS_top {
	background-image: url(img/top_logo.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 180px;
	width: auto;
	padding: 0px;
}
/* Links / Navigation */

UL#navigation {
	margin: 0px 0px 0px 0px;
	padding-left:  250px;
	padding-top: 150px;
	height: 40px;
	width: auto;
}
Ul#navigation li {
	float: left;
	list-style: none;
	height: 40px;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.a1 {
	display: block;
	background-image: url(img/images/buttons/anmelden.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 120px;

}
.a1:hover {
	display: block;
	background-image: url(img/images/buttons/anmelden_h.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 120px;
	text-decoration: none;
}
.a5 {
	display: block;
	background-image: url(img/images/buttons/abmelden.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 120px;
}
.a5:hover {
	display: block;
	background-image: url(img/images/buttons/abmelden_h.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 120px;
	text-decoration: none;
}
.a2 {
	display: block;
	background-image: url(img/images/buttons/konto.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 120px;
}
.a2:hover {
	display: block;
	background-image: url(img/images/buttons/konto_h.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 120px;
	text-decoration: none;
}
.a3 {
	display: block;
	background-image: url(img/images/buttons/korb.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 120px;
}
.a3:hover {
	display: block;
	background-image: url(img/images/buttons/korb_h.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 120px;
	text-decoration: none;
}
.a4 {
	display: block;
	background-image: url(img/images/buttons/kasse.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 120px;
}
.a4:hover {
	display: block;
	background-image: url(img/images/buttons/kasse_h.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 120px;
	text-decoration: none;
}

#iSoS_trail {
	clear: left;
	width: auto;
	height: 10px;
	font-family: Verdana, Arial, san-serif;
	font-size: 10px;
	color: #333333;
	margin: 0px;
	padding: 2px;
	line-height: 10px;
	text-align: left;
	vertical-align: middle;
}

#iSoS_left_col {
	width: 185px;
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#iSoS_right_col {
	width: 185px;
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
.iSoS_cart {
	background-image: url(img/images/boxes/iSoS_cart.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 175px;
	height: 78px;
	display: block;
	text-decoration: none;
}
.iSoS_cart:hover {
	background-image: url(img/images/boxes/iSoS_cart_h.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 175px;
	height: 78px;
	display: block;
	text-decoration: none;
}
.iSoS_cart_02 {
	background-image: url(img/images/boxes/iSoS_cart_02.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 175px;
	height: 94px;
	display: block;
	text-decoration: none;
}
.iSoS_cart_02:hover {
	background-image: url(img/images/boxes/iSoS_cart_02_h.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 175px;
	height: 94px;
	display: block;
	text-decoration: none;
}

#iSoS_maincol {
	margin-left: auto;
	margin-right: auto;
	width: 560px;
	padding: 2px;
	text-align: left;
	vertical-align: text-top;
	font-family: Tahoma, Verdana, Arial, san-serif;
	font-size: 11px;
  	line-height: 1.5;
}
#banner {
	padding: 4px;
	text-align: center;
	width: auto;
	margin-left: 10px;
	height: auto;
	clear: both;
}
#tikla {
	width: auto;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
 	line-height: 15px;
 	text-indent: 5px;
  	color: #333333;
}
.tikla {
 	color: #666666;
}
.tikla:hover {
 	color: #ff6600;
}
/* Linien */
.linie {
	border-bottom: 1px solid  #f1f1f1;
	
	}
.linie_top {
	border-top: 2px solid  #f1f1f1;
	}
.linie_top1 {
	border-top: 1px solid  #f1f1f1;
	}
.linie_right {
	border-right: 1px solid  #f1f1f1;
	}
.rand {
	border: 1px solid  #f1f1f1;
	}

.bewertung {
	color: #990000;
}
.iSoS_abstand {
	padding: 5px 15px 5px 10px;
}
/* Boxen links und rechts */
.iSoS_infoBox { 
	padding: 2px 7px 2px 7px;
}
.boxText { 
	font-family: Tahoma, Arial, Verdana,  sans-serif;
	font-size: 11px;
}
#bg_cat {
	height: auto;
	width: auto;
	border: 2px solid #f1f1f1;
	background-color: #FAFAFA;
}
#iSoS_cat {
	height: auto;
	width: auto;
	background-image: url(img/images/box_header/iSoS_cat.gif);
	background-repeat: no-repeat;
	padding: 41px 5px 2px 5px;
}
#iSoS_mehr {
	height: auto;
	width: auto;
	background-image: url(img/images/box_header/iSoS_mehr.gif);
	background-repeat: no-repeat;
	padding: 41px 5px 2px 5px;
}
#iSoS_information {
	height: auto;
	width: auto;
	background-image: url(img/images/box_header/iSoS_info.gif);
	background-repeat: no-repeat;
	padding: 41px 5px 2px 5px;
}
#iSoS_suche {
	height: auto;
	width: auto;
	background-image: url(img/images/box_header/iSoS_suche.gif);
	background-repeat: no-repeat;
	padding: 41px 5px 2px 5px;
}
#iSoS_gesehen {
	height: auto;
	width: auto;
	background-image: url(img/images/box_header/iSoS_gesehen.gif);
	background-repeat: no-repeat;
	padding: 41px 5px 2px 5px;
}
#iSoS_welcome {
	height: auto;
	width: auto;
	background-image: url(img/images/box_header/iSoS_welcome.gif);
	background-repeat: no-repeat;
	padding: 41px 5px 2px 5px;
}
#iSoS_neu {
	height: auto;
	width: auto;
	background-image: url(img/images/box_header/iSoS_neu.gif);
	background-repeat: no-repeat;
	padding: 41px 5px 2px 5px;
}
#iSoS_newsletter {
	height: auto;
	width: auto;
	background-image: url(img/images/box_header/iSoS_newsletter.gif);
	background-repeat: no-repeat;
	padding: 41px 5px 2px 5px;
}
#iSoS_admin {
	height: auto;
	width: auto;
	background-image: url(img/images/box_header/iSoS_admin.gif);
	background-repeat: no-repeat;
	padding: 41px 5px 2px 5px;
}
#iSoS_kugrup {
	height: auto;
	width: auto;
	background-image: url(img/images/box_header/iSoS_kugrup.gif);
	background-repeat: no-repeat;
	padding: 41px 5px 2px 5px;
}
#iSoS_angebote {
	height: auto;
	width: auto;
	background-image: url(img/images/box_header/iSoS_angebote.gif);
	background-repeat: no-repeat;
	padding: 41px 5px 2px 5px;
}
#iSoS_hersteller {
	height: auto;
	width: auto;
	background-image: url(img/images/box_header/iSoS_hersteller.gif);
	background-repeat: no-repeat;
	padding: 41px 5px 2px 5px;
}
#iSoS_hersteller_info {
	height: auto;
	width: auto;
	background-image: url(img/images/box_header/iSoS_hersteller_info.gif);
	background-repeat: no-repeat;
	padding: 41px 5px 2px 5px;
}
#iSoS_bestseller {
	height: auto;
	width: auto;
	background-image: url(img/images/box_header/iSoS_bestseller.gif);
	background-repeat: no-repeat;
	padding: 41px 5px 2px 5px;
}

#iSoS_sonderpreise {
	height: auto;
	width: auto;
	background-image: url(img/images/box_header/iSoS_sonderpreise.gif);
	background-repeat: no-repeat;
	padding: 41px 5px 2px 5px;
}

#iSoS_rss-feed {
	height: auto;
	width: auto;
	background-image: url(img/images/box_header/iSoS_rss-feed.gif);
	background-repeat: no-repeat;
	padding: 41px 5px 2px 5px;
}

/* CONTENT */

/* Hintergründe Mainbereich */
#iSoS_news_bg {
	background-image: url(img/images/background/news_bg.jpg);
	background-repeat: no-repeat;
	height: 310px;
	background-position: bottom;
}
#iSoS_main_bg {
	background-image: url(img/images/background/background_01.jpg);
	background-repeat: no-repeat;
	height: auto;
}
#iSoS_content_bg {
	background-image: url(img/images/background/background_01.jpg);
	background-repeat: no-repeat;
	height: auto;
	background-position: center center;
}
#iSoS_kontakt_bg {
	background-image: url(img/images/background/kontakt_bg.jpg);
	background-repeat: no-repeat;
	height: 430px;
	background-position: bottom;
}
.iSoS_login {
	background-image: url(img/images/background/login.jpg);
	width: auto;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center;
}
.iSoS_gv_box {
	background-image: url(img/images/background/gv_box.jpg);
	width: 450px;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
}

/* Hintergrund bei Produkten */
/* Rahmen */
#iSoS_border_top {
	background-image: url(img/images/main_content/border_top.png);
	background-repeat: no-repeat;
	width: auto;
	height: 29px;
	background-position: bottom;
}
#iSoS_border_top_blank {
	background-image: url(img/images/main_content/border_top_blank.png);
	background-repeat: no-repeat;
	width: auto;
	height: 29px;
	background-position: bottom;
}
#iSoS_border_top_cart {
	background-image: url(img/images/main_content/border_top_cart.png);
	background-repeat: no-repeat;
	width: auto;
	height: 29px;
	background-position: bottom;
}
#iSoS_border_main {
	background-image: url(img/images/main_content/border.png);
	background-repeat: repeat-y;
	width: auto;
	height: auto;
}
#iSoS_border_bottom {
	background-image: url(img/images/main_content/border_bottom.png);
	background-repeat: no-repeat;
	width: auto;
	height: 31px;
}
#bg_account {
	background-image: url(img/images/background/account.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 270px;
}
#bg_account_nl {
	background-image: url(img/images/background/account_nl.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 270px;
}
#bg_order_top {
	background-image: url(img/images/main_content/buch_top.jpg);
	background-repeat: no-repeat;
	width: 270px;
	height: 14px;
}
#bg_order_main {
	background-image: url(img/images/main_content/buch.jpg);
	background-repeat: repeat-y;
	width: 270px;
}
#bg_order_bottom {
	background-image: url(img/images/main_content/buch_bottom.jpg);
	background-repeat: no-repeat;
	width: 270px;
	height: 8px;
}
/* wir kaufen */
#iSoS_ankauf {
	background-image: url(img/images/background/ankauf.jpg);
	background-repeat: no-repeat;
	width: auto;
	height: 120px;
}
#info_button {
	width: 90px;
	margin-left: 350px;
}
.iSoS_info {
	background-image: url(img/images/buttons/info.png);
	height: 20px;
	width: 80px;
	text-decoration: none;
	display: block;

}
.iSoS_info:hover {
	background-image: url(img/images/buttons/info_h.png);
	height: 20px;
	width: 80px;
	text-decoration: none;
	display: block;
}
/* Unterkategorien */
#iSoS_cat_listing {
	width: 260px;
	height: auto;
}
#iSoS_border_ucat_top {
	background-image: url(img/images/main_content/border_ucat_top.png);
	background-repeat: no-repeat;
	width: auto;
	height: 29px;
	background-position: bottom;
}
#iSoS_border_ucat_main {
	background-image: url(img/images/main_content/border_ucat.png);
	background-repeat: repeat-y;
	width: auto;
	height: auto;
}
#iSoS_border_ucat_bottom {
	background-image: url(img/images/main_content/border_ucat_bottom.png);
	background-repeat: no-repeat;
	width: auto;
	height: 31px;
}


/* Überschriften im Mainbereich */
#iSoS_newsletter_header {
	background-image: url(img/images/main_header/iSoS_newsletter.png);
	background-repeat: no-repeat;
	height: 40px;
}
#iSoS_kontakt_header {
	background-image: url(img/images/main_header/iSoS_kontakt.png);
	background-repeat: no-repeat;
	height: 40px;
}
#iSoS_angebote_header {
	background-image: url(img/images/main_header/iSoS_angebote.png);
	background-repeat: no-repeat;
	height: 40px;
	background-position: left;
}
#iSoS_new_header {
	background-image: url(img/images/main_header/iSoS_new.png);
	background-repeat: no-repeat;
	height: 40px;
}

#iSoS_sonderpreise_header {
	background-image: url(img/images/main_header/iSoS_sonderpreise.png);
	background-repeat: no-repeat;
	height: 40px;
}


#hersteller_drop {
	margin-top: 10px;
	margin-left: 45px;
}
#iSoS_cat_bg_header {
	background-image: url(img/images/main_header/iSoS_cat_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 40px;
	border: 1px solid #ffffff;
}
#iSoS_titel_bg_header {
	background-image: url(img/images/main_header/iSoS_titel_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 40px;
	border: 1px solid #ffffff;
}
#iSoS_content_bg_header {
	background-image: url(img/images/main_header/iSoS_content_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 40px;
	border: 1px solid #ffffff;
}
#iSoS_search_bg_header {
	background-image: url(img/images/main_header/iSoS_adv_search.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 40px;
	border: 1px solid #ffffff;
}
#iSoS_checkout_bg_header {
	background-image: url(img/images/main_header/iSoS_checkout_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 40px;
	border: 1px solid #ffffff;
}
#iSoS_payment_bg_header {
	background-image: url(img/images/main_header/iSoS_payment_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 40px;
	border: 1px solid #ffffff;
}
#iSoS_pw_header {
	background-image: url(img/images/main_header/iSoS_pw_new.png);
	background-repeat: no-repeat;
	height: 40px;
}




#lightbox{
   position: absolute;
   top: 40px;
   left: 0;
   width: 100%;
   z-index: 100;
   text-align: center;
   line-height: 0;
   }

#lightbox a img{ border: none; }

#outerImageContainer{
   position: relative;
   background-color: #fff;
   width: 50px;
   height: 50px;
   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: 10;
   }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
   width: 49%;
   height: 100%;
   background: transparent url(/images/pixel_blank.gif) no-repeat; /* Trick IE into showing hover */
   display: block;
   }
#prevLink { left: 0; float: left; background: url(/shop304sp1/images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(/shop304sp1/images/nextlabel.gif) right 15% no-repeat;}
#prevLink:hover, #prevLink:visited:hover {  }
#nextLink:hover, #nextLink:visited:hover {  } 


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

#imageData{
   padding:0 10px;
   }
#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;   }   
      
#overlay{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 90;
   width: 100%;
   height: 500px;
   background-color: #000;
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
   }
   

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

* html>body .clearfix {
   display: inline-block;
   width: 100%;
   }

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

