/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/
BODY {
	margin: 0px;
	background: #ddd8bb url("img/bg_page.jpg") repeat-x;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #555;
}

img {

   behavior: url("pngbehavior.htc");
}


.boxText { 
	font-size: 11px;
}

.boxTextBG  { font-size: 11px;  font-weight: bold }
.boxTextBGII  { font-size: 10px; background-color: #eaeaea }
.boxTextPrice {
	font-size: 10px;
	color: #FF0000;
}
ul li {margin: 0 10px 0 5px;}


li {
	list-style: square;
	line-height: 18px;	
}

ul {
	margin: 10px;	
	padding: 0px;
}
.errorBox {
	font-size : 11px;
	background-color: #e58a00;
	color: #fff;
	padding: 10px;
}
.gvBox {
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

img{
	border:0;
}

FORM {
	display: inline;
}
TR.headerTop {
	background-image: url(img/bg_headerTop.gif);
	height: 37px;
}
TR.header   { background-position: center }


TD.conditions {
	color: #fff;
  background-color: #ef7f01;
}

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

TD.headerMessage {
	background-color: #e58a00;
	border: 1px #5d7438 solid;
	font-size: 12px;
	text-align: center;
	color: #fff;
}

.moduleHeading   { color: #696969; font-size: small; font-weight: bold; background-color: #ffe74d; text-align: center; text-transform: uppercase; padding-bottom: 10px }

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo  { color: #ffffff; font-size: 12px; font-weight: bold; background: #00ff00; text-align: center }

TR.footer   { background: #ffe74d }

TD.footer   { color: #696969; background: #ffe74d; height: 20; border-bottom: 1px solid }

.infoBox { 
	font-size: 11px; 
	text-decoration: none; 
}

.infoBoxContents {
  font-size: 11px;
  text-decoration: none;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents  { font-size: 10px; background: #ffe6e6 }
TD.tableBorderinfoBoxHeading  { border-bottom: 1px solid }
TD.infoBoxHeading            { color: #696969; font-size: 11px; font-weight: bold; background-image: url("img/topbg2.gif"); background-repeat: repeat; background-position: 0 0; text-transform: uppercase; height: 18px }
TD.infoBoxHeading_right            { color: #696969; font-size: 11px; font-weight: bold; background-image: url("img/topbg2.gif"); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-transform: uppercase; height: 18px }

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
}

TD.infoBox_right, SPAN.infoBox_right  { font-size: 10px; background: url("img/bg_aqua.gif") }

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:  #F0F9FF;
}

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:  #F0F9FF;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 12px;
  color: #555;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

TD.productListing-data {
  font-size: 10px;
}

.pageResults  { font-weight: bold;
color: #fff;
background: #ef7f01;
padding: 5px; }

A.pageResults  { font-weight: bold;
color: #555;
background: #dedede; }

A.pageResults:hover  { color: #ed7804; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0 }

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main, span.main {
  font-size: 11px;
}

td.pinfo, P.pinfo, span.pinfo {
  padding-bottom: 5px;
  width: 49%;
}

TD.smallText, SPAN.smallText, P.smallText  { 
	font-size: 11px; 
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading   { font-size: 11px; font-weight: bold }

SPAN.newItemInCart {
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-size: 11px;
}

TEXTAREA  { font-size: 11px; padding: 2px; width: 100% }

SPAN.greetUser   { color: #696969; font-size: 12px; font-weight: bold }

SPAN.underline {
	text-decoration: underline;
}

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

TD.formAreaTitle  { font-size: 12px; font-weight: bold }

TD.copyright  { font-size: 11px; line-height: 1.5; text-align: center }

SPAN.markProductOutOfStock  { color: #c76170; font-size: 12px; font-weight: bold }

SPAN.productSpecialPrice {
  color: #ff0000;
}
SPAN.productOldPrice {
	color: #ff0000;
	text-decoration: line-through;
	font-size: 11px;
}
.productInfoPrice  { 
	color: #000; 
	font-size: 13px; 
}

SPAN.errorText {
  color: #ff0000;
}

SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

.smallHeading { 
	color: black; 
	font-size: x-small; 
	font-weight: bold; 
}

.moduleRow { }

.moduleRowOver { 
	 background-color: #e3c394; cursor: pointer;	
}

.moduleRowSelected { background-color: #e58900; }

.checkoutBarFrom, .checkoutBarTo  { color: #8c8c8c; font-size: 10px; }
.checkoutBarCurrent  { color: #000000; font-size: 10px; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-size: 7pt; }
.heading2 { font-size: 9pt; }
.heading3 { font-size: 10pt; }
.heading4 { font-size: 12pt; }
.heading5 { font-size: 16pt; }


/* message box */

.messageBox { 
	font-size: 10px; 
}

.messageStackError, .messageStackWarning { 
	font-size: 11px; 
	background-color: #e58a00; 
	color: #fff;
}

.messageStackSuccess { 
	font-size: 11px; 
	background-color: #e58a00; 
	color: #fff;
}

a.MessageBoxLink {
	color: #fff;
}

a.MessageBoxLink:hover {
	color: #fff;
	text-decoration: underline;
}

/* input requirement */

.inputRequirement  { 
	color: #e58a00; 
	font-size: 10px; 
	}

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	background-color: #ffffff;
	width: 185px;
}

.contentsTopics   { color: #696969; font-size: 14px; font-weight: bold; background-image: url("img/topbg2.gif"); text-transform: uppercase; border: solid 1px }

.tableListingI  { background-color: #eeeeee }

.tableListingII  { background-color: #d0d0d0 }

.tableBody {
padding: 5px;
}

.poweredby       { color: #696969; font-size: 10px; background-image: url("img/topbg2.gif"); background-repeat: repeat; text-align: center; text-transform: uppercase; border: solid 1px }
.onepxwidth  { width: 1px }

.box_border  { border: solid 1px #696969 }
.box_border_red  { border: solid 1px #ff8c00 }
.shoppingCardBox   { font-size: 10px; font-weight: bold; background: #ff8c00; border-color: #ffa500 }

TD.shoppingCardHeading   { color: #ffffff; font-size: 11px; font-weight: bold; background: #ffa500; text-transform: uppercase; border: solid 1px #ff8c00 }
TR.box_border  { border: solid 1px #696969 }


TD.inListBG, TD.inListBGR, TD.smallTextImage, TD.tableBorderTopLeft, TD.tableBorderTopLeftRight, TD.tableBorderBottom, TD.tableBorderBottomRight, TD.tableBorderWithoutRight, TD.infoContentTD   { font-size: 11px; background: url("img/bg_white.gif"); border: solid 0 #000000 }

TD.inListBGR {
  border-right-width:1px;
}

TD.inListBG, TD.inListBGR, TD.smallTextImage, TD.tableBorderTopLeft, TD.tableBorderTopLeftRight, TD.tableBorderBottom, TD.tableBorderBottomRight, TD.tableBorderWithoutRight, TD.infoContentTD, TD.tableBorderTopLeftBottom, TD.tableBorderTopRightBottom    { font-size: 11px; background: url("img/bg_white.gif"); border: solid 0 #000000 }

TD.inListBGR {
  border-right-width:1px;
}
TD.tableBorderTopLeft, TD.tableBorderTopLeftRight, TD.tableBorderBottom, TD.tableBorderBottomRight, TD.tableBorderWithoutRight   { border-style: none; border-width: medium medium 1px 1px }
TD.tableBorderTopLeftBottom   { border-style: none; border-width: 1px medium 1px 1px }

TD.tableBorderTopRightBottom   { border-style: none; border-width: 1px 1px 1px medium }

TD.tableBorderTopLeftRight   { border-style: none; border-width: medium 1px medium medium }

TD.tableBorderBottom   { border-style: none; border-width: medium medium 1px }

TD.tableBorderBottomRight   { border-style: none; border-width: medium 1px 1px medium }

TD.tableBorderWithoutRight   { border-style: none; border-width: 1px medium medium }

TD.smallTextImage{
  border-top-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-right-width:1px;
}
.content  { border: dashed 1px #696969 }
.categories  { color: #696969; font-size: 11px; font-family: Arial, sans-serif }

.copyright {
  font-size: 12px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}


/* XLot24 */

/* Wrap */
.xlot24MainBottom {
	height: 7px;
	background: url("img/xlot24_bg_main_bottom.jpg");
}

/* Hyperlinks */
a { 
	color: #5d7438; 
	font-size: 12px;
	text-decoration: none; 
}

a:hover { 
	color: #ed7804; 
	font-size: 12px;
	text-decoration: none;
}

a.boxLeftLink:link, a.boxLeftLink:visited {
	text-decoration: none;
	font-size: 12px;
	color: #5d7438;
}

a.boxLeftLink:hover {
	text-decoration: none;
	font-size: 12px;
	color: #ed7804;
}

a.boxLeftLinkSmall:link, a.boxLeftLinkSmall:visited {
	text-decoration: none;
	font-size: 11px;
	color: #5d7438;
}

a.boxLeftLinkSmall:hover {
	text-decoration: none;
	font-size: 11px;
	color: #ed7804;
}

a.boxFooterLink:link, a.boxFooterLink:visited {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}

a.boxFooterLink:hover {
	text-decoration: none;
	font-size: 12px;
	color: #5d7438;
}

a.small {  
	text-decoration: none;  
	font-size: x-small;
}

a.small:hover { 
	color: #5b801e; 
	text-decoration: none;  
	font-size: x-small; 
} 

a.menubar { 
	color: #555555; 
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	background: url("img/menubar/btn_highlight0.gif");
}

a.menubar:hover { 
	color: #5b801e;
	font-size: 12px; 
	text-decoration: none;
	font-weight: bold; 
	background: url("img/menubar/btn_highlight.gif");
}

a.menubar-rollover:link, a.menubar-rollover:visited {
	display: block;
	width: 104px;
 	height:27px;
	line-height: 25px;
	font-weight: bold;
	color: #555;
	font-size: 12px; 
	background: url("img/menubar/btn_highlight.gif") no-repeat left top;
}

a.menubar-rollover:hover {
	background-position: right bottom;
	color: #fff;

}

a.menubar-top { 
	color: #ffffff; 
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a.menubar-top:hover { 
	color: #5b801e;
	font-size: 12px; 
	text-decoration: none;
	font-weight: bold; 
}

a.CatLink { 
	font-size: 12px;
	font-weight: bold;
	color: #555;
}

a.CatLink:hover { 
	color: #5b801e;
}

a.CatLink2 { 
	font-size: 11px;
	text-decoration: none;
}

a.CatLink2:hover { 
	color: #5b801e;
}

a.prodListArtName { 
	color: #95afc0; 
	font-size: 12px;
	text-decoration: none;
}

a.prodListArtName:hover { 
	color: #b8131a;
	font-size: 12px; 
	text-decoration: none; 
}

a.prodListShortDesc { 
	color: #000; 
	font-size: 11px;
	text-decoration: none;
}

a.prodListShortDesc:hover { 
	color: #b8131a;
	font-size: 11px; 
	text-decoration: none; 
}

a.advancedSearch:link, a.advancedSearch:visited {
	font-size: 11px; 
	text-decoration: none; 
}

a.advancedSearch:hover {
	color: #5b801e;
}

.xlot24ProdListSep {
	background: url("img/xlot24_prod_list_sep.gif");
}

.prodListSep {
	background: url("img/xlot24_prod_list_sep.gif");
}

.xlot24ProdListSepGrey {
	background: url("img/xlot24_prod_list_sep_grey.gif");
}
 
 



/* Tabellenformatierungen */
td.input-top {
	vertical-align: top;
	padding-top: 2px;
}

td.input-top-2 {
	vertical-align: top;
	padding-top: 1px;
}

td.input-top-3 {
	vertical-align: top;
	padding-top: 5px;
}

td.menubar {
	width: 104px;
	height: 43px;
	text-align: center;
}

td.menubar-top {
	vertical-align: top;
	text-align: left;
	padding-top: 4px;
	padding-left: 30px;
}

td.searchbar {
	padding-left: 20px;
}

td.leftside {
	padding-left: 0px;
}

td.rightside {
	padding-right: 0px;
}

/* Boxen */

/* Allgemein */
.xlot24FooterBox {
	width: 183px;
	height: 13px;
	background: url("img/xlot24_footer_box.jpg");
}

.boxFooter {
	padding: 10px 10px 0 10px;

	background: #ef7f01 url("img/footer/footer_bg.jpg") no-repeat;
	background-position:right;
}

.xlot24BoxHead {
	color: #fff;
	height: 24px;
	font-size: 11px;
	letter-spacing: 3px;
	background: url("img/box_header/xlot24_box_head.jpg");
	padding-left: 6px;
}

.BoxHeadLeft {
	color: #e58a00;
	font-weight: bold;
	height: 24px;
	font-size: 14px;
	background: #fff;
	padding-left: 6px;
}

.BoxHeadLeft a {
	color: #555;
	font-weight: bold;
	font-size: 14px;
	background: #fff;

}

.BoxHeadLeft a:hover {
	color: #5b801e;
	font-weight: bold;
	height: 24px;
	font-size: 14px;
	background: #fff;

}

/* Pantopolia Boxen linke Seite */
.boxCentered {
	text-align: center;
}

.boxRighted {
	text-align: right;
}

.boxLeftTop {
	height: 6px;
	width: 210px;
	background: url("img/box_header/box_left_top.jpg");
}

.boxLeftHeading {
	width: 170px;
	font-weight: bold;
	font-size: 14px;
}

.boxRightHeading {
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 5px;
}

.boxLeftMiddle {
	width: 192px;
	background: url("img/box_header/box_left_content.jpg") no-repeat #ebebeb;
	border-left: 1px #cfcfcf solid; 
	border-right: 1px #cfcfcf solid;
}

.boxLeftArrow {
	width: 22px;
	text-align: center;
	vertical-align: top;
}

.boxLeftContent {
	width: 210px;
	background: url("img/box_header/box_left_content.jpg") no-repeat;
}

.boxLeftBottom {
	height: 6px;
	width: 210px;
	background: url("img/box_header/box_left_bottom.jpg");
}

.boxLeftPrice {
	font-weight: bold;
	font-size: 12px;
}

.boxRight {
	width: 185px;
	background: url("img/box_header/box_right_bg.jpg") no-repeat #d0d0d0;
}

.boxRightNewsletter {
	width: 185px;
	background: url("img/box_header/box_right_bg_newsletter.jpg") no-repeat #d0d0d0;
}

.boxRightTop {
	height: 5px;
	background: url("img/box_header/box_right_top.jpg");
}

.boxRightBottom {
	height: 5px;
	background: url("img/box_header/box_right_bottom.jpg");
	margin-bottom:  10px;
}

.boxRightBottom2 {
	height: 5px;
	background: url("img/box_header/box_right_bottom2.jpg");
}

td.boxLeftText {
	padding: 0 5px 0 5px;
}

td.boxLeftText p {
	font-size: 11px;
	line-height: 12px;
}
/* Pantopolia Boxen linke Seite  EoF */

.xlot24BoxHeadSmall {
	color: #fff;
	font-size: 11px;
	height: 24px;
	letter-spacing: 3px;
	background: url("img/box_header/xlot24_box_head_small.jpg");
	padding-left: 6px;
}

.xlot24BoxHeadSmall2 {
	color: #fff;
	font-size: 11px;
	height: 24px;
	background: url("img/box_header/xlot24_box_head_small2.jpg");
}

.xlot24BoxContent  { 
	color: #696969; 
	font-size: 11px; 
	background: url("img/xlot24_bg_box.jpg");
	padding: 5px;
}


/* Box Kategorien */
.CategoriesLeft  { 
	font-size: 11px; 
}

.CatrowLeft {
	height: 20px;
	padding-left: 24px;
	background: url("img/bg_cat.jpg");
}

.CatrowLeft2 {
	height: 20px;
	padding-left: 34px;
}

.CatSep {
	height: 3px;
	background: url("img/cat_sep.jpg");
}

/* Breadcrumb */
.breadcrumb {
	font-size: 10px;
	font-weight: bold;
}

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

a.headerNavigation:hover 
{ 
	color: #5b801e; 
	font-size: 10px;
	font-weight: bold;
}

/* Pageheading */

TD.pageHeading, DIV.pageHeading, TD.pageHeadingLeft, h1 { 
	font-size: 14px; 
	text-align: left; 
	vertical-align: middle;
}

.content_h2 {
	background:  url(img/arrow_orange.jpg) no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	border-bottom: 1px dotted #555;
}

/* NEU Überschriften und generelle Textformatierungen */
h1 {
	font-size: 18px;
}

h2 {
	font-size: 12px;
}

p {
	font-size: 12px;
	line-height:  18px; 
}

.fliesstext {
	font-size: 12px;
	line-height:  18px; 
}


/* keine Ahnung ob man das braucht

TD.pageHeading, DIV.pageHeading, TD.pageHeadingLeft { 
	color: #696969; 
	font-size: 18px; 
	font-weight: bold; 
	background-image: url("img/topbg2.gif"); 
	text-align: center; 
	text-transform: uppercase; 
	vertical-align: middle; 
	border: solid 1px;
}


TD.pageHeadingModel { 
	color: #696969; 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 14px; 
	background-image: url("img/topbg2.gif"); 
	background-repeat: repeat; 
	background-attachment: scroll; 
	text-align: center; 
	text-transform: uppercase; 
	padding: 1px 0; 
	width: 100%; 
	vertical-align: middle; 
	border: solid 1px;
}
*/

/* Footer */
.xlot24Footer {
	height: 57px;
	background: url("img/xlot24_bg_footer.jpg");
	font-size: 11px;
	color: #000;
}

/* Index */
/* Willkommen Box */
.infoBox1 { 
	color: #000;
	font-size: 12px; 
	text-decoration: none; 
}

/* Bilder */
.xlot24PicBorder {
	border: 1px solid #95afc0;	
}

.picBorder {
	border: 1px solid #829b59;	
}

/* Textformatierungen */
.customerGroupText {
  font-size: 14px;
  font-weight: bold;
}

.customerGroupTextUST {
  font-size: 10px;
}

.xlot24HeadlineBlue {
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  color: #6a7e8b;
}

.smallText { 
	color: black; 
	font-size: x-small; 
}

#smallText { 
	color: black; 
	font-size: x-small; 
}

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

.xlot24TextBoldBlue {
	font-size: 10px;
	font-weight: bold;
	color: #97adba;
}

/* product_info */
.productDescTitle { 
	color: #fff; 
	font-size: 12px; 
	font-weight: bold; 
	text-align: center;
}

.productDesc { 
	font-size: 10px;
}

.productDesc a { 
	font-size: 10px;
}

.productDesc a:hover  { 
	font-size: 10px;
}

td.productDescTitle {
	background: #fff url("img/logo_preis.gif") no-repeat;
	background-position:center; 
	min-width: 75px;
}

.productTabBorder {
	border-right: 1px solid #dddbdc;
}


/* product_info Reiternavigation */

.dynamic-tab-pane-control.tab-pane {
	position: relative;
	width: 100%;
}

.dynamic-tab-pane-control .tab-row .tab {
	font-size: 10px;
	cursor: Default;
	display: inline;
	margin: 1px -5px 1px 5px;
	float: left;
	padding: 3px 6px 3px 6px;
	background: #e7e7e9;
	border: 1px solid;
	border-color:	#97adba;
	border-bottom: 0px;
	width: 100px;
	margin-right: 3px;
	
	cursor: hand;
	cursor: pointer;
	
	z-index: 1;
	position: relative;
	top: 0;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	border: 1px solid #97adba;
	border-bottom: 0;
	z-index: 3;
	padding: 2px 6px 5px 6px;
	margin: 1px -6px -2px 0px;
	margin-right: 3px;
	top: -2px;
	background: #97adba;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font-size: 10px;
	color: #000;
	text-decoration:	none;
	cursor:	hand;
	cursor:	pointer;	
}

.dynamic-tab-pane-control .tab-row .hover a {
	color: #97adba;
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
	font-weight:	none;
	color: #fff;
}

.dynamic-tab-pane-control .tab-page {
	clear: both;
	border: 1px solid #97adba;
	background: White;
	z-index: 2;
	position: relative;
	top: -2px;
	color: #000;
	font-size: 10px;
	padding: 10px;
}

.dynamic-tab-pane-control .tab-row {
	z-index: 1;
	white-space: nowrap;
	/*background: #0ff31f;*/
	height: 20px;
	width: 100%;
}

/* Linien */
hr.grey {
	width: 95%;
	border: 0px; /* Für Firefox und Opera */
 	border-top: solid 1px #999999;
 	border-bottom: solid 1px #ececec;

}

.xlot24HRblue {
	border:solid #95afc0 1px;
	height:1px;
}

.xlot24HRgrey {
	border:solid #dddbdc 1px;
	height:1px;
}


/* Sitemap */
.sitemapHeading { 
	color: #fff; 
	font-size: 10pt; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	background-color: #95afc0;
	border: solid 1px #b51612;
}

.sitemapHeading a { 
	color: #fff;
	background-color: #95afc0;
}

.sitemapHeading a:hover { 
	color: #fff; 
	background-color: #95afc0;
	text-decoration: none;
}

.sitemapSub { 
	color: #000000; 
	font-size: 9pt; 
	padding: 2px; 
}

.sitemapSub a { 
	color: #000000; 
	font-size: 9pt; 
	padding: 2px; 
}

.sitemapSub a:hover { 
	color: #000000; 
	font-size: 9pt; 
	text-decoration: none; 
	padding: 2px; 
}

.sitemapSubBorder {
	border-left: 1px #b51612 solid;
	border-right: 1px #b51612 solid;
	border-bottom: 1px #b51612 solid;
	background-color: #e7e7e9;
}

/* Formularfelder */

.fieldSearch {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	height: 16px;
	vertical-align: middle;
	background: url("img/bg_search.jpg") #fff no-repeat;
	padding-left: 20px;
	padding-top: 3px;	
}

/* Logos und Icons */
.logoff_logo {
	float: right;
	width: 220px;
}

/* Fieldset und Legends */
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
	color: #555;
	
}

fieldset legend {
	font-size: 14px;
	font-weight: bold;
}

fieldset label {
	font-weight: bold;
}

div.layerUnten { position:relative; z-index:10;}
div.layerOben { position:absolute; 
	margin-top: -135px;
	margin-left: 130px;
	z-index:20;
	}
	
span.productCard_Country {
	color: #ababab;
}

.productCard_Price {
	font-weight: bold;
	text-align: right;
	color: #e58a00;
	font-size:  14px;
}

.productCard_Shipping {
	text-align: right;
	font-size:  10px;
}

.productCard_Shipping a {
	font-size:  10px;
}

.productCard_Button {
	float: right;
	
}

.productCard_Details {
	float: left;
}


/* THICKBOX */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;} */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(img/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* THICKBOX EoF */

/* POPUP CART */
#popCartBG {
	background-color: #353535;
 	filter:Alpha(opacity=90);
 	-moz-opacity:.9;
 	opacity:.9;
 	position: fixed;
 	left: 0px;
 	top: 0px;
 	z-index: 999;
 	width: 100%;
 	height: 100%;
}

#popCart {
	position: absolute;
	top: 25%;
	left: 50%;
	width: 560px;
	margin-left: -280px;
	background: url(img/popup_cart_bg.gif) no-repeat #fff;
	border: 5px solid #555;
	color: #000;
	z-index: 1000;
	display: none;
	padding: 10px 10px 25px 10px;
}

.popup_header {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
	margin: 0px auto;
	width: 380px;
}

.popup_image {
	font-family: Arial, sans-serif;
	text-align: center;
	margin: 10px auto;
	padding: 5px;
}

#mycart {

	height: 42px;

}

.cart_contents {
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #555;
	height: 42px;
	
}

#pop_buttons_box {
	font-family: Arial, sans-serif;

	font-size: 1.0em;

	text-align: center;
	width: 560px;
	height: 28px;
	vertical-align:bottom;
	margin: 10px auto 0 auto;
}

#pop_buttons_box a {
	color: #000;
	text-decoration: none;
}
#pop_buttons_box a:hover {
	color: #484848;
	text-decoration: none;
}

.close_button {

	float: left;
	width: 102px;
	height: 24px;

}
.cart_button {
	float: right;
	width: 102px;
	height: 24px;
}

/* POPUP CART EoF */

/*----------------------------Suggest Styles--------------------------*/
.suggest_link {
	background-color: #fff;
	color: #555;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #cdd6bd;
	color: #000;
	padding: 2px 6px 2px 6px;
	cursor: pointer;
}
#search_suggest {
	width: 400px;
	position: absolute; 
	visibility: hidden;
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid #f29e00;			
}	
/*----------------------------End Suggest Styles------------------------*/

/*--NAVLIS--*/
ul.navilist {
	padding: 0px;
	margin: 0 5px 0 25px;
}

li.submenue  {
	list-style: none;
	background: url(img/bg_cat.jpg) no-repeat;
	background-position: right;
}

li.maincat {
	list-style: none;
	line-height: 18px;
	border-bottom: 1px #b2b2b2 solid;
}

li.maincat a{
	font-size:  12px;
	font-weight: bold;
	color: #555;
}

li.maincat a:hover{
	color: #ed7804;
}

li.subcat.level1  {
	list-style: none;
	line-height: 18px;
	margin-left: 5px;
	border-bottom: 1px #ccc dotted;	
}

li.subcat.level2 a{
	font-size: 11px;
	color: #555;
}

li.subcat.level2 a:hover{
	font-size: 11px;
	color: #ed7804;
}


.catcount {
	color: #999;
}

li.subcat.level3  {
	list-style: none;
	line-height: 14px;
	margin-left: 15px;
	border-bottom: 1px #555 dotted;
}

li.subcat.level3 a{
	font-size: 11px;
}

li.subcat.level3 a:hover{
	font-size: 11px;
}

a.gewaehlt {
	color: #ed7804;
	font-weight: bold;
}

/* Komfortabler Warenkorb */
.plus {
display: block;
background-image: url(img/plus.gif);
background-repeat: no-repeat;
width: 22px;
height: 22px;
border: 0px;
font-size: 0px;
cursor: pointer;
}

.minus {
display: block;
background-image: url(img/minus.gif);
background-repeat: no-repeat;
width: 22px;
height: 22px;
border: 0px;
font-size: 0px;
cursor: pointer;
}

.alter {

background-image: url(img/alter.gif);
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
padding: 0px;
margin: 0px;
}

.delete {
display: block;
background-image: url(img/delete.gif);
background-repeat: no-repeat;
width: 22px;
height: 22px;
border: 0px;
font-size: 0px;
background-color: #FFCC99;
cursor: pointer;
}
/* Komfortbaler Warenkorb EoF */

/* Product Listing */
.product_listing {
	background: url(img/ProductList_BG.gif) repeat-x;
	border-bottom: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	width:  537px;
	margin-bottom: 10px;
	padding: 5px 0 0 0;
}

.productList_Top {
	background: url(img/ProductList_Top.gif) no-repeat;
	width:  100%;
	height: 5px;
}

.productList_Headline {
	height: 22px;
	padding-left: 5px;
}

.product_listing h2 {
	font-size:  14px;
	font-weight: bold;
	display: inline;
}

.product_listing a  {
	color: #555;
	
}

.product_listing a:hover  {
	color: #ef8003;
	
}

span.productList_Cat {
	color: #7e7e7e;
	font-weight: bold;
}

.productList_Image img {
	width: 160px;
	overflow: hidden;
	float: left;
}

.productList_Description {
	width: 365px;
	float: right;
}

.productList_Availability {
	background: url(img/ProductList_AvailBG.gif);
	background-position: bottom;
	width: 60px;
	
	float: right;
	text-align: center;
}

.productList_Availability_Green {
	color: #49970e;
	font-weight: bold;
}

.productList_Availability_Red {
	color: #af1628;
	font-weight: bold;
}

.productList_Price {
	font-size: 10px;
	float: right;
	text-align: right;
	padding-right:  5px;
	line-height: 10px;
}

.productList_Price a {
	font-size: 10px;
	color: #49970e;

}


.productList_Price p
{
	line-height:  18px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	}

.productList_Bottom {
	background: url(img/ProductList_Bottom.gif) repeat-x;
	width:  100%;
	height: 31px;
	text-align: right;
	
}

.productList_Buttons {
	padding: 3px 5px 0 0;
}

span.productList_Country {
	text-align:  right;
	width: 30px;
	float: right;
	margin-top: -20px;
}