/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.contentTable { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
.background { background: #ffffff;}
.streifen  { background: #E60000;}

BODY {
  background: #efefef;
  color: #000000;
  margin: 0px;
}

	dl {
		width: 195px;
		margin: 0 0 0 0;
		padding: 0;
	}

	dt {
		margin: 0 0 10px 0;
		padding: 3px;
		 FONT-SIZE: 11px; FONT-WEIGHT: bold; FONT-FAMILY:  Arial, Helvetica,Verdana; TEXT-DECORATION: none; color: #fff;
		border-bottom: 1px solid #fff;
		}
		
	td.cattitle
	{
		font-family:Verdana,Arial,sans-serif;
		padding:3 0 3 15px;
		font-size:13px;
		color:#000;
		width:195px;
		font-weight:bold;
		background-color:;
		border-bottom:3px solid #C80000;
		background:url(img/title_bullet.png) left no-repeat #FFECC1;
	}
	
	td.cattitle a {
		font-family:Verdana,Arial,sans-serif;
		font-size:13px;
		color:#E60000;
	}
	
	td.cattitle a:hover {
		font-family:Verdana,Arial,sans-serif;
		font-size:13px;
		color:#000;
	}
	
	td.left TD.boexli {
		margin: 0;
		padding: 10px;
		color: #666;
		 font-family: Verdana, Arial, sans-serif; 
		 font-size: 11px;
		border-right: 1px solid #C80000;
		border-bottom: 1px solid #C80000;
		 }
   	td.right TD.boexli {
		margin: 0;
		padding: 10px;
		color: #666;
		 font-family: Verdana, Arial, sans-serif; 
		 font-size: 11px;
		border-left: 1px solid #C80000;
		border-bottom: 1px solid #C80000;
		 }
		 
	TD.boexli_cat {
		margin: 0;
		padding: 0 0 10px 0;
		color: #666;
		font-family: Verdana, Arial, sans-serif; 
		font-size: 11px;
		border-right: 1px solid #C80000;
		border-bottom: 1px solid #C80000;
		 }
    
 	TD.box_header {
	  font-family: Arial, Helvetica,Verdana;
	  font-size: 11px;
	  font-weight: bold;
	  background: #E60000;
	  color: #FFECC1;
	  border-top: 2px solid #C80000;
	}
	
	TD.box_header_right {
	  font-family: Arial, Helvetica,Verdana;
	  font-size: 11px;
	  font-weight: bold;
	  background: #E60000;
	  color: #FFECC1;
	  border-top: 2px solid #C80000;
	  text-alignment: right;
	}
		
	#green dt {
		background-color: #FFD28C;
		}
	
	#green {
		background-color: #f6f6f6;
		}		
.menu  { color: #000000; text-decoration: none;  font-family: Verdana, Arial, sans-serif;
 font-size: 11px;}

.menu a:link { color: #000000;  text-decoration: none;
padding-bottom: 4px;
white-space: nowrap;}
.menu a:active { color: #000000; text-decoration: none; background: url(/templates/i24-switch/img/underline.gif) repeat-x 100% 100%;
padding-bottom: 4px;
white-space: nowrap;}
.menu a:visited { color: #000000; text-decoration: none; background: url(/templates/i24-switch/img/underline.gif) repeat-x 100% 100%;
padding-bottom: 4px;
white-space: nowrap;}
.menu a:hover { color: #E60000; text-decoration: none;}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;

}
.moduleRowOver { 
	cursor: hand;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
  
	}
.moduleRowSelected { background-color: #E9F4FC; }
a {
color: #000000;
text-decoration: none;

}

A:hover {
  color: #E60000;
  text-decoration: underline;
}

.artikel {
	float:left;
	padding:10px;
}

a.rot {
  color: #E60000;
  text-decoration: underline;
}

a.rot:hover {
color: #000000;
text-decoration: none;

}




a.header_more {
	  font-family: Arial, Helvetica,Verdana;
	  font-size: 11px;
	  font-weight: bold;
	  color: #FFECC1;

}

A.header_more:hover {
	  font-family: Arial, Helvetica,Verdana;
	  font-size: 11px;
	  font-weight: bold;
	  color: #ffffff;
	  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #000000;
}

TR.headerError {
  background: #ff0000;
}

.moduleHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  background: #;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #FFECC1;
  height:17;
  color: #000000;
}

TD.infoBoxHeading_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #C4C4C4;
  height:17;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-right: 4px solid;
  background: #E6E6E6; 
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #E6E6E6; 

}

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 {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

.bg_products_name {
  padding: 0 10px 0px 10px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #FFECC1;
  color: #000000;
  font-weight: bold;
  border: 1px;
  border-style: solid;
  border-color: #000000;
  border-spacing: 1px;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #000000;
}

A.pageResults:hover {
  color: #E60000;
  text-decoration: underline;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main , div.main{
	padding: 0 8px 0px 8px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

TD.main_autor {
	padding: 0 10px 0px 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

TD.listing_title {
	padding: 0 10px 10px 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 2;
	background:#FFF7E4;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f1f1;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}



.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
border-right: 1px solid;
border-color: #b6b7cb;
}
.navRight {
border-left: 1px solid;
border-color: #b6b7cb;
}
.tableBody {
padding: 5px;
}
.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}





/*##################################################*/




.suche {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #E60000;
	font-weight: bolder;
}


.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

.copyright {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #E60000;
	font-weight: normal;
}

.sprachen {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFECC1;
	font-weight: normal;
}
a.sprachen {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFECC1;
	font-weight: normal;
}
a.sprachen:link {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFECC1;
	font-weight: normal;
}
a.sprachen:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFECC1;
	font-weight: normal;
}
a.sprachen:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
a.sprachen:active {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFECC1;
	font-weight: normal;
}

a.listing_title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bolder;
}
a.listing_title:link {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #E60000;
	font-weight: bolder;
	text-decoration:underline;
}

a.listing_title:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #E60000;
	font-weight: bolder;
}
a.listing_title:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bolder;
	text-decoration:none;
}
a.listing_title:active {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bolder;
}

hr {color: #FFD28C; background: #FFD28C; border: 0; height: 2px;}

TD.main_price {
	padding: 0 10px 0px 10px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #E60000;
	font-weight: bolder;
}


a.catlink
{
	padding:2px;
	text-decoration: none;
	border:	1px solid #FFBC62;
	text-align: center;
	display:block;
}


a.catlink:hover
{
	background-color:	#FFECC1;
	text-decoration:	underline ;
	border:	1px solid #C80000;
}




/*##################################################*/



.adressTitel
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #E60000;
	font-weight: bolder;
	text-decoration: none;
}



.adressText
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}



/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 2px solid #C80000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -6px;
	right: -6px;
	background: url(img/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(img/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 4px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(img/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 4px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(img/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(img/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}
/*
.MultiBoxClose, .MultiBoxPrevious, .MultiBoxNext, .MultiBoxNextDisabled, .MultiBoxPreviousDisabled { 
	behavior: url(iepngfix.htc); 
}
*/
/*************************************************************/
#categorylist{
	list-style: none;
	list-style-image: url(img/icon_arrow.gif);
	margin: 0px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.leftMenuList{
	list-style: none;
	list-style-image: url(img/icon_arrow.gif);
	margin: 0px;
	padding-left: 15px;
	padding-top: 10px;
}
ul.catlist{
	margin: 0px;
	padding-left: 15px;
}
.activeMenuItem {
	font-weight: bolder;
}


.product_img {
	text-align:center;
	width:22%;
	border-color:#FFECC1;
	float:left;
}

.product_content {
	float:left;
	width:58%;
}

.product_button {
	float:left;
	text-align:center;
	padding:auto;
	width:18%;
}

.product_label {
	width:26%;
	float:left;
}

.product_text {
	width:73%;
	float:left;
}

.product_price {
	width:73%;
	float:left;
	font-size:13px;
	font-weight:bold;
}

.product_title {
	padding-bottom:5px;
	padding-top:5px;
}

.product-title, h2, h1 {
	font-size:13px;
	font-weight:bolder;
	background-color:#E60000;
	color:#fff;
	padding:4px;
}

.heading_also_purchased {
	font-size:12px;
	font-weight:bolder;
	background-color:#E60000;
	color:#fff;
	padding: 4 0 4 0;
}