/*http://www.cssnewbie.com/example/tabbed-box/*/
   * {  padding: 0; }
   #wrap {
      width: 100%;
      font-size: 1.2em;
      margin: 0; }
   .tabbed-box {
      width: 100%;
      padding: 0px;
      background: url(images/default/navibackground2.gif) repeat-x #eee;  }
   .tabbed-box .tabs li {
      list-style: none;
      float: left;
      background-image:url(images/default/navibackground2.gif);
      border-left: 1px solid #ccc;   }
    .tabbed-box .tabs li a {
      display: block;
      padding: 7px 12px 8px 12px;
      text-align: center;
      text-decoration: none;
      color: #fff;
      font-size: 12px;
      font-weight: bolder;
      border-top: 1px solid #ccc;  }
   .tabbed-box .tabs li a:hover {
      color: #C2CF09;}
   .tabbed-box .tabs li a:focus {
      outline: none; }
   .tabbed-box .tabs li a.active {
      background: #eee;
      color: #185d92;}
   .tabbed-content {
      padding: 2em 0em 0em 0em;
      display: none;
      border: 1px solid #ccc;
      margin: 1px;}
      
    .tabbed-content h3 {
  color: #000066;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}


/* http://www.dynamicdrive.com/style/csslibrary/item/css_smart_image_enlarger/ */
.ienlarger {
	padding: 2px;
  left: 50%;
	background: #ccc;
}
.ienlarger a {
	display:block;
	text-decoration: none;
}
.ienlarger a:hover{ 
 	position:relative;
}
.ienlarger a span {
	position: absolute;
	display:none;
	background-color: #185d92;
	padding: 5px;
}
.ienlarger img { 
border-width: 0;
}
.ienlarger a:hover span {
	display:block;
	top: -2px;
	left: -175px;
	z-index: 2000;
}

#new_pic
{ background-image:url(images/default/Neu50.gif);
  position: absolute;
  top: 32px;
  left: 2px;
  z-index: 99;
  width: 50px;
  height: 50px;
  border: 0;
  }

#top_pic
{ background-image:url(images/default/TopAngebot.gif);
  position: absolute;
  top: 32px;
  left: 2px;
  z-index: 99;
  width: 80px;
  height: 80px;
  border: 0;
  }
  
#new_pic2
{ background-image:url(images/default/Neu50.gif);
  position: absolute;
  top: 30px;
  left: 2px;
  z-index: 99;
  width: 50px;
  height: 50px;
  border: 0;
  }
  
#top_pic2
{ background-image:url(images/default/TopAngebot.gif);
  position: absolute;
  top: 30px;
  left: 2px;
  z-index: 99;
  width: 80px;
  height: 80px;
  border: 0;
  }
#top_pic3
{ background-image:url(images/default/TopAngebot4.gif);
  position: absolute;
  top: 31px;
  left: 1px;
  z-index: 99;
  width: 60px;
  height: 25px;
  border: 0;
  font: bolder 14px Arial Black;
  color: #fff;
  }
#top_pic4
{ background-image:url(images/default/TopAngebot3.gif);
  position: absolute;
  top: 30px;
  left: 2px;
  z-index: 99;
  width: 160px;
  height: 36px;
  border: 0;
  font: bolder 14px Arial Black;
  color: #fff;
  line-height: 1;
  }
  
#fix_point
{ z-index: 101;
  position: relative;
}
#fix_point2
{ z-index: 100;
  position: relative;
}
#quicksearch
{ font-size: 12px;
 font-family: Arial;
  position: absolute;
  top: 0px;
  left: 95px;
  margin: 0 auto;
  visibility: hidden;
  background-color: white;
  z-index: 1000;
  border-collapse: collapse;
  border:1px solid #185d92;
}




.boxText { 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: #ff0000; text-decoration: underline; }
BODY {
  color: #000000;
  margin: 0px;
  background: url(images/default/back3.gif) repeat-x #185d92;
}
A {
  color: #000000;
  text-decoration: none;
}
A:hover {
  color: #3366aa;
  text-decoration: underline;
    }

h1 {
  font-family: Arial;
  font-size: 17px;
  font-weight: bolder;
  padding: 2px;
  margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
  color: #3366aa;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	}
h3 {
  color: #000066;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}
h4 {
  color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}
FORM {
	display: inline;
}

TR.header,
TR.headerNavigation {
  background: #fff;
}
TD.headerNavigation {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}
TD.headerNavigation A {
  DISPLAY: block;
 	padding: 2px;
  WIDTH: 100%;
  height: 18px;
  background: #fff;
  color: #008;
  }
TD.headerNavigation A:hover {
  color: #C2CF09;
  background-color: #1e78A0;
}
TR.headerError {
  background: #ff0000;
}
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 {
  font-family: Verdana, Arial, sans-serif;
  background: #eeeeee;
  font-size: 10px;
}
TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000000;
  color: #ffffff;
  font-weight: bold;
}
.infoBox {
  background: #ffffff;
}
.infoBoxContents {
  background: #ffffff;
  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: Arial;
  font-size: 12px;
  font-weight: bolder;
  background-image:url(images/default/navibackground2.gif);
  color: #ffffff;
  text-align : left;
  padding: 2px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

TD.infoBoxListing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #f0f4ff;
  padding: 2px;
   color: #000000;
}

TD.infoBoxListingHead {
  font-family: Arial;
  font-size: 12px;
  font-weight: bolder;
  background-image:url(images/default/navibackground2.gif);
  color: #ffffff;
  padding: 1px;
  height: 25px;
}

TD.infoBoxHeading A,
TD.infoBoxListingHead A,
TD.infoBoxListingHead h1,
TD.infoBoxListingHead h3 {
  color: #ffffff;
  }
  
TD.infoBoxHeading A:hover,
TD.infoBoxListingHead A:hover,
TD.infoBoxListingHead h1:hover,
TD.infoBoxListingHead h3:hover {
  color: #C2CF09;
  }
TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
A.pageResults {
  color: #000000;
}
A.pageResults:hover {
  color: #000000;
  background: #FFFF33;
}
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bolder;
  padding: 3px;
  color: #ffffff;
  background-image:url(images/default/navibackground2.gif);
}
TR.subBar {
  background: #f4f7fd;
}
TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}
TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  padding: 2px;
}
TD.main2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  padding: 2px;
}
TD.main3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #d0d4df;
  padding: 2px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
  padding: 2px;
}
TD.smallText2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  background: #ffffff;
  padding: 2px;
}
TD.lz {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #ffffff;
  padding: 2px;
}
TD.lz2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #f0f4ff;
  padding: 2px;
}
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: #000000;
  font-weight: bold;
}
TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}
TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}
SPAN.productSpecialPrice {
  font-family: Arial Black;
  font-style: italic;
  font-size: 20px;
  color: #ffffff;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
IMAGE
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7;}
.moduleRowSelected { background-color: #E9F4FC; }
.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; }
.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; }
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
.cws, .cns {
	padding-right: 0px;
}


#thecategories {
	position: relative;
	top: -5px;
	margin-bottom: -16px;
	width: 100%;
}

#thecategories a:hover {
  color: #C2CF09;
  background-color: #1e78A0;
  font-weight: bold;
}

.activelink {
	display: block;
	font-weight: bold;
	color: #000000;
	background-color: #cccccc;
  font-size: 11px;
}
#thecategories a {
	display: block;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 100%;
}
/*mozilla fix*/
html>body #thecategories a {
	width: auto;
}
/*end of mozilla fix*/
#tc a {
padding-left: 5px;
padding-top: 5px;
	display: block;
  font-size: 12px;
	font-weight: bolder;
	color: #ffffff;
  height: 23px;
  background-image:url(images/default/InfoBoxHeader.gif);
}
#ac a {
	padding-left: 5px;
	
	height: 18px;
}
#bc a {
	padding-left: 5px;
	padding-top: 0;
	height: 18px;
	background-color: #efefef;
}

#cc a {
	padding-left: 8px;
	padding-top: 0;
	height: 18px;
	background-color: #dfdfdf;
}
#dc a {
	padding-left: 11px;
	height: 18px;
}


A.tabsNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
}
A.tabsNavigation:hover {
  color: #C2CF09;
}
TD.tabsNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: white;  /* Color of the not selected category text */
  font-weight : bold;

}
/* VJ Links Manager v1.13 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #bbbbbb;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #eeeeee;
  color: #000000;
  text-align: center;
  height: 16px;
}

TD.linkListing-data {
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #dddddd;
}

TR.linkListing-even {
  background: #f8f8f8;
}

.linkFeatured {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
/* VJ Links Manager v1.13 end */

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
border-bottom:0px dotted #4dbcf3;
}

a.tooltip:hover {
background: transparent;
z-index: 200;
}

a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip:hover span {
display: block;
position: absolute;
top: 30px;
left: 0;
width: 440px;
z-index: 200;
color: #000000;
border: 1px solid #ccc;
padding: 4px;
background: #eee;
text-align: left;
line-height: 1;

}

a.tooltip2,
a.tooltip2:link,
a.tooltip2:visited,
a.tooltip2:active {
position: relative;
text-decoration: none;
border-bottom:0px dotted #4dbcf3;
}

a.tooltip2 span {
display: none;
text-decoration: none;
}

a.tooltip2:hover span {
display: block;
position: absolute;
top: 15px;
left: -200px;
width: 370px;
z-index: 100;
color: #000000;
border: 0px solid ;
padding: 2px;
background: #EEEEEE;
}

/*jquery faqs  */
#faqs h2 {
	background: url(images/open.png) no-repeat 0% 10%;
	padding:0px 0px 5px 20px;
	cursor: pointer;
	font:12px/1.6em Verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	}
#faqs h2.close {
	background-image: url(images/close.png);
}
#faqs .answer {
  background-color: white;
  padding:0px 0px 5px 30px;
  border-bottom:1px dashed #CCCCCC;
  margin-bottom:5px;
}


.jqueryslidemenu{
font: bold 12px Verdana;
left: 30px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
z-index: 10000;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #143E5F; /*background of tabs (default state)*/
color: white;
padding: 2px 15px;
z-index: 10000;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
/*background: #1e78A0; /*tab link background during hover state*/
color: #C2CF09;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 12px Verdana;
width: 170px; /*width of sub menus*/
margin: 0;
padding: 5px 19px;
border-top-width: 0;
border-bottom: 1px dashed gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: #C2CF09;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 6px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.cssButton {
	background-image:url(images/default/back_yellow.gif);
	color: #143E5F;
	padding: 0px;
	font-weight: bolder;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: 1px solid #648EaF;
}
.cssButton:hover {
	color: #ff3300;
  border: 1px solid #e5f229;
}

.cssbuyButton {
	background-image:url(images/default/back_yellow.gif);
	color: #143E5F;
	padding: 0px;
	font-weight: bolder;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: 0px;
}

TD.kaufen {
	background-image:url(images/default/back_yellow.gif);
	height: 22px;
	color: #143E5F;
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #648EaF;
}
TD.kaufen a{
	color: #143E5F;
}
TD.price {
	background-image:url(images/default/price3.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
	margin: 0px;
	height: 50px;
	padding: 0px;
	font-family: Arial black;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
}
span.price {
	color: #143E5F;
	font-family: Arial black;
	font-size: 22px;
}
sup.cent {
       font-size: 70%;
       margin: 0px;
	     padding: 0px;
}
span.klein {
       font-size: 70%;
}
TD.price2 {
	background-image:url(images/default/price3.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
	margin: 0px;
	height: 25px;
	padding: 0px;
	font-family: Arial black;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
}
TD.price5 {
  text-align: right;
	background-image:url(images/default/price5.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #fff;
	margin: 0px;
	height: 22px;
	width: 130px;
	padding: 0px 4px 0px 0px;
	font-family: Arial Black;
	font-size: 20px;
	text-decoration: none;
}

