/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   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;
}

.boxTextBG {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #f1f1f1;
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.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: #70d250;
	text-decoration: underline;
}

BODY {
	color: #000000;
	margin: 0px;
	padding: 0;
	background-color: #edede2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(img/gmainbg.jpg);
}

img{
	border:0;
}

A {
  color: #2563ae;
  text-decoration: none;
}

A:hover {
  color: #2563ae;
  text-decoration: underline;
}

FORM {
	display: inline;		   
}



TD.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}


TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}



.headerInfo {
  font-size: 12px;
  background: #c5d347;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}



.infoBoxContents {
  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: 10px;
  font-weight: bold;
  background: #4699fe;
  padding: 5px;
  color: #ffffff;
}


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; 

}

A.pageResults {
	color: #000000;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #ffffff;
  background: #747474;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}


TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

TEXTAREA {
  width: 99%;
  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;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #e0eefc;
  border: 1px solid #2f8bfa;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #000000;
  text-decoration: underline;
}


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.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ffffff;
	text-decoration: line-through;
	font-size: 8px;
}

DIV.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ffffff;
	text-decoration: line-through;
    height: 0px;
	width: 0px;
	overflow: hidden;
}

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;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;

}
.moduleRowOver { 
    line-height: 1.5; 
	
	}
.moduleRowSelected { }

.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: #4699fe; 	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#ffffff; text-decoration:underline;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #e0eefc; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#ce402c; 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; }

.contentsTopics {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}


.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

.lexikon_keyword {font-family: Verdana, Arial, sans-serif;font-size: 11px;color: #CC0000;text-decoration: underline;}

.poll_question  {
  background-color:#dddddd; 
  padding:5px;
  margin-bottom:10px;
  font-family:Verdana, Arial, sans-serif; 
  font-size: 11px;
  color: #000000;
}


/*			Weitere Formatierungen 				*/

.clr {clear: both; padding: 0; margin: 0;}
.clrnone {clear: both; padding: 0; margin: 0; height: 0px; overflow: hidden;}
.clr2 {clear: both; padding: 0; margin: 0; overflow: hidden; height: 2px;}
.clearing {clear: both; padding: 0; margin: 0;}
.clrmiddle {clear: both; margin: 0; padding: 0; height: 8px; overflow: hidden;}


#topicfield {
  width: 977px;
  height: 17px;
  padding: 14px 15px 0 0;
  text-align: right;
  margin: 15px auto 0 auto;
  background-image: url(img/topimg.jpg);
  background-repeat: no-repeat;
  background-position: right;
}

#topnav {
  width: 742px;
  height: 29px;
  background-image: url(img/topbutton.jpg);
  margin: 0 auto 0 auto;  
}

#topnav ul {
  margin: 0 0 0 5px;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

#topnav ul li {
  display: block;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0 0 0 0;
}

#topnav ul li a {
  width: 105px;
  height: 21px;
  padding: 8px 0px 0 0;
  margin: 0;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #6d7478;
}

#topnav ul li a:hover {color: #6d7478; text-decoration: underline;}

#topnav a:active {color: #6d7478;}

#topnav li#active a {color: #6d7478;}

.bottomban {
  width: 977px; 
  margin: 0 auto 0 auto;
}

#imagetop {
  width: 993px;
  height: 149px;
  padding: 0;
  background-image: url(img/heads.jpg);
  margin: 0 auto 0 auto;
  text-align: left;
}

#searchbar {
  width: 977px;
  height: 28px;
  background-image: url(img/search.jpg);
  margin: 0 auto 0 auto;
  background-repeat: no-repeat;
}



#mcontent {
  width: 991px;
  background: #ffffff;
  margin: 0 auto 0 auto;
  padding: 0;
  border: 1px solid #a09f9f;
  border-top: 0;
  background-image: url(img/mainbg.jpg);
}

#mcontentcheck {
  width: 991px;
  background: #ffffff;
  margin: 0 auto 0 auto;
  padding: 0;
  border: 1px solid #a09f9f;
  border-top: 0;
}

#leftmenu {
  width: 202px;
  float: left;
  padding: 0;
  overflow: hidden;
}

#content {
  width: 594px;
  margin: 0;
  float: left;
  padding: 0 5px 0 5px;
  background-image: url(img/maincontbg.jpg);  
  background-repeat: repeat-x;
  overflow: hidden;
}

#overloginbox {
  height: 25px;
  padding: 9px 0 0 10px;
  background: #4699fe;
  border: 1px solid #ffffff;
  margin: 0 0 5px 0;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
}

#checkoutcontent {
  width: 947px;
  padding: 0 10px 20px 10px;
}


#rightmenu {
  width: 185px;
  float: left;
}



#navtrail {
  font-size: 10px;
  margin: 0 0 5px 0;
}


#searchbox {
  padding: 2px 0 0 10px;
  background: #4699fe;
  margin: 0 2px 0 2px;
}


.menucontent {
  padding: 3px 3px 6px 3px;
  background: #fbf9f9;
  margin: 0 0 15px 0;
  font-size: 11px;
}

.menucontentinformation {
  padding: 0;
  background: #fbf9f9;
  margin: 0 0 15px 1px;
  font-size: 11px;
}

.menutopleftcat {
  padding: 5px;
  margin: 18px 0 0 0;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  background: #4699fe;
}

.menutopleftcat2 {
  padding: 5px;
  margin: 2px 0 0 0;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  background: #4699fe;
}

.menutopleft {
  padding: 5px;
  margin: 18px 0 0 0;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  background: #4699fe;
}

.menucontentcat {
  padding: 0;
  background: #ffffff;
  margin: 0 0 15px 0;
  font-size: 11px;
}

.menutopleftinfo {
  padding: 5px;
  margin: 18px 0 0 0;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  background: #4699fe;
}

.menutopleftuser {
  padding: 5px;
  margin: 0 0 0 0;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  background: #4699fe;
}

.menucontentuser {
  padding: 3px 3px 6px 3px;
  background: #95c5fd;
  margin: 0 0 15px 0;
  font-size: 11px;
  color: #000000;  
}


.usermenuright {
 margin: 0 0 6px 0;
 padding: 0;
 list-style-type: none;
}

.usermenuright li {
  padding: 2px 0 2px 2px;
  color: #000000;
}

.usermenuright li a {
  color: #000000;
}

.rightshort {
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 2px 0 2px 0;
  border-bottom: 1px solid #ffffff;
  color: #000000;
}

.sizebox {
  background: #64abff;
  padding: 5px;
}

.sizebox2 {
  background: #93c2fb;
  padding: 0 5px 2px 5px;
  margin: 1px 2px 0 2px;
}

.loginboxnew {
  margin: 5px 0 15px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px dashed #000000;
}

.newsbox {
  margin: 0 0 10px 0;
  padding: 5px;
  background: #dcebfb;
  border: 1px solid #4a9bfe;
  height: 115px;
  overflow: hidden;
}

.newstext {
  text-align: justify;
  float: left;
  width: 480px;
}

.newsbottom {
  border-bottom: 1px solid #4699fe;
  margin: 0 0 5px 0;
}

.topproducts_left {
  width: 260px;
  background: #eeeeee;
  padding: 5px;
  border-bottom: 2px solid #ffffff; 
  float: left;
}


.product_heading {
  padding: 5px;
  background: #3f57a9;
  color: #ffffff;
  font-weight: bold;
}

.pprice {font-weight: bold; font-size: 12px;}
.ppricenet {font-size: 11px;}
.bestprice {font-weight: bold; font-size: 11px;}
.ppricelist {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 0 0 4px 0;
}

.mwstformat {font-size: 9px; padding: 3px;}

.ppricelistbrut {
  background: #ffffff;
  padding: 3px;
  font-size: 9px;
  margin: 3px 0 0 0;
}

.produktname {
  font-size: 14px;
  margin: 0 0 15px 0;
  padding: 0;
}

.topproducts_left_topic {
  font-weight: bold;
  height: 30px;
}

.leftsideproduct {
  clear: both;
  width: 210px;
  height: 225px;
  overflow: hidden;
  float: left;
  padding: 5px;
  margin: 0 130px 0 0;
  border: 1px solid #2f8bfa;
  text-align: center;
}

.rightsideproduct {
  width: 227px;
  float: left;
  margin: 0;
  text-align: right;
}

.preisanfrage {
  width: 220px;
  border: 1px solid #cdcdcd; 
  padding: 3px;
  font-size: 11px;
  float: right;
}

.preisanfragetop {
  margin: 0;
  padding: 3px;
  background: #e0eefc;
}



.pricebox {

}

.productdesc {
  clear: both;
  padding: 5px;
  margin: 0 0 10px 0;
  border: 1px solid #2f8bfa;
}

.productdeschead {
  font-weight: bold;
  color: #000000;
  background: #e0eefc;
  border: 1px solid #2f8bfa;
  border-bottom: 0;
  width: 200px;
  margin:0;
  padding: 5px;  
}

.pinfofacts {
  float: left;
  width: 180px;
  height: 17px;
  padding: 2px 5px 2px 5px;
  margin: 0 5px 0 0;
  font-size: 11px;
  border: 1px solid #4699fe;
  background: #f2f8fd;
}

.productbut {
  float: left;
  width: 180px;
  height: 20px;
  padding: 2px 5px 2px 5px;
  margin: 0 5px 0 0;
  font-size: 11px;
  border: 1px solid #1e73d8;
  background: #edf4fb;
}

.pinfooptions {
  padding: 4px;
  background: #4699fe;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

.navibox {
  background: #eeeeee;
  padding: 4px;
  height: 14px;  
  overflow: hidden;
  margin: 5px 0 0 0;
  border: 1px solid #cccccc;
  font-size: 10px;  
}

.sortbox {
  background: #eeeeee;
  height: 18px;
  padding: 4px 2px 4px 2px;
  overflow: hidden;
  margin: 0 0 10px 0;
  border: 1px solid #cccccc;
  border-top: 0;   
}

.h1topic {
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  padding: 5px;
  margin: 0 0 10px 0;
  background: #4699fe;
}

.h1topicbig {
  padding: 5px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px 0;
  background: #4699fe;
}

.h7topicbig {
  padding: 5px 10px;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto 20px auto;
  background:#ffffff ;
  border: 3px double #4699fe;
  text-align:center;
}

.h2news {
  font-size: 12px;
  margin: 0 0 5px 0;
  padding: 0;
}

.h2topic {
  font-size: 10px;
  margin: 0;
  padding: 4px;
  height: 30px;
  overflow: hidden;
  background: #4699fe;
}

.listbuttons {
 padding: 3px;
 text-align: right;
}

.h2topicspecial {
  font-size: 11px;
  margin: 0 0 5px 0;
  padding: 5px;
}

.h1cattopic {
  width: 551px;
  background-image: url(img/maintop.jpg);
  height: 24px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 0 0 10px;
  margin: 0 0 10px 0;
}

.maintopheader {
  width: 589px;
  background-image: url(img/maintop.jpg);
  height: 33px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}


.mainnews {
  width: 270px;
  float: left;
}

.mainproducts {
  width: 270px;
  float: left;
  margin: 0 0 0 20px;
}


.historylist {
  margin: 0 0 10px 0;
  background: #e0eefc;
}

.historytabtop {
  background: #f2f8fd;
  font-weight: bold;
  padding: 4px;
  border-bottom: 1px solid #4699fe;
}

.histsub {
  padding: 4px;
  border-bottom: 1px solid #4699fe;
}


.newstopic {
  width: 255px;
  height: 22px;
  padding: 8px 0 0 15px;
  margin: 0 0 3px 0;
  background-image: url(img/newshead.jpg);
  color: #ffffff;
  font-weight: bold;
}

.toppbox {
  background: #eeeeee;
  padding: 5px;
  border-bottom: 2px solid #ffffff;
}

.toppboxsub {
  width: 288px;
  height: 173px;
  float: left;
  background: #ffffff;
  padding: 0;
  margin: 0;
  border: 1px solid #4699fe;
}

.toppboxsub2 {
  width: 288px;
  height: 173px;
  float: left;
  background: #ffffff;
  padding: 0;
  margin: 0;
  border: 1px solid #4699fe;
}

.toppboxsub3 {
  width: 288px;
  height: 200px;
  float: left;
  background: #ffffff;
  padding: 0;
  margin: 0;
  border: 1px solid #4699fe;
}

.toppboxsub4 {
  width: 288px;
  height: 200px;
  float: left;
  background: #ffffff;
  padding: 0;
  margin: 0;
  border: 1px solid #4699fe;
}

.toppboxsubspecial {
  width: 295px;
  height: 205px;
  float: left;
  background: #ffffff;
  padding: 0;
  margin: 0;
  border: 1px solid #4699fe;
}

.toppboxsubspecial2 {
  width: 296px;
  height: 255px;
  float: left;
  background: #ffffff;
  padding: 0;
  margin: 0;
  border: 1px solid #4699fe;
  border-left: 0;
}



.bonusbox {
  background: #edf4fb;
  border: 1px solid: #1e73d8;
  padding: 4px;
}



/*		###		START	order_details.html und shopping_cart.html	###		*/

.shoppingcarttd {
  font-weight: bold;
  text-align: center;
  background: #e0eefc;
  padding: 4px;
  border-bottom: 1px solid #2f8bfa;
  border-top: 1px solid #2f8bfa;
}

.shoppingcartfields {
  background: #e0eefc;
  padding: 4px;
  vertical-align: top;
  border-bottom: 1px solid #2f8bfa  
}

.shoppingcartfieldstop {
  background: #ffffff;
  padding: 4px;
  vertical-align: top;
}

.shoppingcartfieldsg {
  background: #edf4fb;
  padding: 4px;
  vertical-align: top;
  border: 1px solid #2f8bfa;
  border-top: 0;  
}

.shoppingcartfieldsgtop {
  background: #edf4fb;
  padding: 4px;
  text-align: center;
  border: 1px solid #2f8bfa;
  border-bottom: 0;  
}

.shoppingcartnofieldsr {
  background: #ffdcd7;
  padding: 4px;
  vertical-align: top;
  border: 1px solid #ba3026;
  border-bottom: 1px solid #2f8bfa;
  border-top: 0;
  font-weight: bold; 
  text-align: center;
}

.shoppingcartnofields {
  padding: 4px;
  vertical-align: top;
  border-bottom: 1px solid #2f8bfa  
}

.shoppingcartnofieldsrtop {
  background: #ffdcd7;
  padding: 4px;
  vertical-align: top;
  border: 1px solid #ba3026;
  border-bottom: 0;
  font-weight: bold; 
  text-align: center;
}

.shoppingcartnofields {
  padding: 4px;
  vertical-align: top;
  border-bottom: 1px solid #2f8bfa  
}


.amountbox {
  width: 275px;
  padding: 5px;
  text-align: right;
  float: right;
  border: 1px solid #2f8bfa;  
  border-top: 0;
  background: #f2f8fd;
  font-size: 11px;
}

.butaktualisieren {
  width: 120px;
  height: 24px;
  background-image: url(img/cartyellow.jpg);
  text-align: center;
  float: left;
  padding: 0;
}

.butdelete {
  background: #ffdcd7;
  padding: 4px;
  vertical-align: top;
  border: 1px solid #ba3026;
  border-bottom: 0;
}

.cartspecials {
  width: 300px;
  float: left;
  margin: 0 23px 0 0;
}


.giftcart {
  width: 300px;
  float: left;
  margin: 0 23px 0 0;
}

.giftcartsub {
  background: #edf4fb;
  border: 1px solid #1e73d8;
  padding: 5px;
}


.bonus {
  width: 300px;
  float: left;
}

.checkheader {
  width: 290px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  background: #4699fe;
  margin: 0 0 5px 0;
}

.checkheader2 {
  width: 290px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  background: #4699fe;
  margin: 0 0 5px 0;
}

.interestingproducts {
  padding: 4px;
  background: #e0eefc;
  border: 1px dashed #2f8bfa;
  margin: 0 0 4px 0;
}



/*		###		ENDE order_details.html und shopping_cart.html		###		*/



.bestsellerbox {
  border-bottom: 1px dashed #cccccc;
  margin: 0 0 5px 0;
  padding: 0 0 4px 0;
}

.bestsellertopic {
  font-size: 10px;
  text-align: right;
  margin: 0 0 4px 0;
  padding: 8px 0 4px 0;
}











/*		########## Menu ##########		*/
ul.navilist { list-style-type:none; margin:0px;padding:0px;}
li.maincat {padding:0px; margin: 0;}

 /*		##########Hauptkategorie ##########		*/
.maincat { list-style-type:none; margin: 0; padding: 0; border-bottom: 1px dashed #4699fe;}
.maincat a {font-size: 11px; color:#1f5da8; background: #fafafa; padding: 5px 0 3px 20px; display: block; background-image: url(img/menupfeil.jpg); background-repeat: no-repeat; }
.maincat a:hover{font-size: 11px; color:#ffffff; background-color: #90bcfb; display: block; background-image: url(img/menupfeilh.jpg); background-repeat: no-repeat; text-decoration: none;}
.maincat a.gewaehlt{color:#ffffff; background-color: #90bcfb; display: block; background-image: url(img/menupfeilh.jpg); background-repeat: no-repeat; text-decoration: none;}
.maincat a.gewaehlt:hover{color:#1f5da8; display: block; background-color: #ffffff; background-image: url(img/menupfeil.jpg); background-repeat: no-repeat;}


 /*		##########Unterkategorie 1 Eben  ##########		*/
.subcatlevel1 { list-style-type:none; margin: 0; padding: 0; border-bottom: 1px dashed #4699fe; background: #f2f1f1;}
.subcatlevel1 a {font-size: 11px; color:#1f5da8; padding: 5px 0 3px 28px; display: block;}
.subcatlevel1 a:hover{font-size: 11px; color:#ffffff; background-color: #90bcfb; display: block; text-decoration: none;}
.subcatlevel1 a.gewaehlt{color:#ffffff; background-color: #90bcfb; display: block;}
.subcatlevel1 a.gewaehlt:hover{color:#1f5da8; display: block;}


 /*		##########Unterkategorie 2 Eben  ##########		*/
.subcatlevel2 { list-style-type:none; margin: 0; padding: 0; border-bottom: 1px dashed #4699fe; background: #f7f7f7;}
.subcatlevel2 a {font-size: 11px; color:#1f5da8; padding: 5px 0 3px 42px; display: block;}
.subcatlevel2 a:hover{font-size: 11px; color:#ffffff; background-color: #90bcfb; display: block; text-decoration: none;}
.subcatlevel2 a.gewaehlt{color:#ffffff; background-color: #90bcfb; display: block;}
.subcatlevel2 a.gewaehlt:hover{color:#1f5da8; display: block;}

 /*		##########Unterkategorie 2 Eben  ##########		*/
.subcatlevel3 { list-style-type:none; margin: 0; padding: 0; border-bottom: 1px dashed #4699fe; background: #fdfdfd;}
.subcatlevel3 a {font-size: 11px; color:#1f5da8; padding: 5px 0 3px 50px; display: block;}
.subcatlevel3 a:hover{font-size: 11px; color:#ffffff; background-color: #90bcfb; display: block; text-decoration: none;}
.subcatlevel3 a.gewaehlt{color:#ffffff; background-color: #90bcfb; display: block;}
.subcatlevel3 a.gewaehlt:hover{color:#1f5da8; display: block;}

 /*		##########Unterkategorie 2 Eben  ##########		*/
.subcatlevel4 { list-style-type:none; margin: 0; padding: 0; border-bottom: 1px dashed #4699fe; background: #f2f1f1;}
.subcatlevel4 a {font-size: 11px; color:#1f5da8; padding: 5px 0 3px 52px; display: block;}
.subcatlevel4 a:hover{font-size: 11px; color:#ffffff; background-color: #90bcfb; display: block; text-decoration: none;}
.subcatlevel4 a.gewaehlt{color:#ffffff; background-color: #90bcfb; display: block;}
.subcatlevel4 a.gewaehlt:hover{color:#1f5da8; display: block;}




div.checkout_row {
	clear:both;
}


.checkinfo {
  text-align: center;
}

.pricealarm {
  background: #e0eefc;
  border-bottom: 1px solid: #2f8bfa;
}

.shippingadress {
  background: #f2f8fd;
  border: 1px solid #4699fe;
  border-top: 0;
  border-right:0;
  font-size: 11px;
}

.paydress {
  background: #edf4fb;
  border: 1px solid #1e73d8;
  border-top: 0;
  border-right:0;
  font-size: 11px;
}

.ordersuccess {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #4699fe;
  border: 1px solid #2565b3;
  padding: 5px;
}

.reviewsbox {
  padding: 5px;
  background: #edf4fb;
  border: 1px solid #1e73d8;
  margin: 0 0 10px 0;
}

.reviewsboxinfo {
  padding: 5px;
  background: #edf4fb;
  border: 1px solid #1e73d8;
  margin: 0 0 10px 0;
  font-size: 10px;
}

.headinggreen {
  padding: 4px;
  background: #4699fe;
  margin: 0;
  font-weight: bold;
  color: #ffffff;
}

.popupbg {
  background: #4699fe;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 4px;
}

.startbox {
  font-size: 11px;
  text-align: justify;
  padding: 4px;
}

.startbox h1 {
  font-size: 13px;
  margin: 0;
  padding: 6px 0 0 0;
}

.startbox p {
  padding: 3px 0 2px 0;
  margin: 0;
}

.priceboxlist {
  width: 168px;
  height: 60px;
  overflow: hidden;
  text-align: right;
  font-size: 11px;
  background: #dcebfb;
  border: 1px solid #4699fe;
  border-right: 0;
  border-top: 0;
}
#Span2{ display:none;}

.priceboxlistinfo {
  width: 168px;
  height: 60px;
  overflow: hidden;
  text-align: right;
  font-size: 11px;
  background: #dcebfb;
  border: 1px solid #4699fe;
  float: right;
}

.overprice {
  width: 169px;
  height:110px;
  overflow: hidden;
  float: right;
}

.shippings {
  text-align: right;
  font-size: 9px;
  padding: 3px 3px 0 0;
}

.listingproductpic {
  width: 110px;
  height: 80px;
  overflow: hidden;
  text-align: center;
  margin: 15px 0 0 3px;
  float: left;
}

.listingproductpic2 {
  float: left;
  width: 120px;
  height: 160px;
  overflow: hidden;
  text-align: center;
}


.wl_border	{border-top:1px solid #1e73d8;}
.wl_checkbox {padding-bottom:5px;}
.wl_name	 {padding-left:0px; font-weight:bold;}
.wl_desc	 {padding-right:3px;padding-top:3px;}
.wl_descmemo	 {padding: 5px 5px 15px 5px; background: #edf4fb; border-top: 1px solid #1e73d8; border-bottom: 1px solid #1e73d8; margin: 0 0 5px 0;}
.wl_price	 {font-weight:bold; clear: both; float: right;}
.wl_box		{margin-bottom:5px;}
.wl_searchbox	{background-color:#e0eefc; border: 1px solid #2f8bfa; padding: 0 0 0 10px; margin: 0;}
.wl_resultheader	{background-color:#edf4fb; padding:2px; border: 1px solid #1e73d8;}
.wl_resultcontent	{background: #fcf8ed;}
.wl_resultcontent2	{background-color:#ffffff;}

.wishlistbox {
  background: #e0eefc;
  margin: 0 0 10px 0;
  padding: 5px;
  border: 1px solid #2f8bfa;
}

	
.center_cat { 
	border-bottom: 1px dashed #000000;
	padding:3px; 
	color:#ffffff;
	margin-bottom:3px;}  
.center_cat a {color: #000000;}

.center_sub { 
	padding-left:6px; 
	color:#b83022;}  
	
.center_sub_hide {display:none;}  
	
  
.infocenter {
  background-image:url(img/infocenter.gif);
  height:60px;
  margin-bottom:10px;  }  
  
.centertitel {
  padding: 10px;
  font-weight:bold; 
  color:#000000;
  font-size:16px;
  border-bottom: 1px dashed #64abff;
  }
  
.centername {
  font-weight:bold; 
  color:#535353;
  font-size:14px;
  padding: 3px 0 0 60px;
}  
	
.centertext {
	padding: 2px 2px 10px 2px; 
	color:#000000;
	border-bottom: 1px dashed #6f6f6f;
	margin-bottom:3px;
}	


.crossboxsub {
  width: 267px;
  height: 95px;
  padding: 4px;
  overflow: hidden;
  border-bottom: 1px dashed #4699fe;
  background: #e0eefc;
  font-size: 11px;
  float: left;
}

.abstand {
  width: 8px;
  overflow: hidden;
  float: left;
}

.abstand2 {
  width: 5px;
  overflow: hidden;
  float: left;
}

.abstandcat {
  width: 34px;
  overflow: hidden;
  float: left;
}

.catbox {
  width: 160px;
  height: 160px;
  overflow: hidden;
  float: left;
  text-align: center;
  border-bottom: 1px dashed #cccccc;
}

.catpic {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border: 1px solid #cccccc;
  margin: 0 auto 5px auto;
}

#banfoot {
  width: 981px;
  background: #ffffff;
  margin: 0 auto 0 auto;
  padding: 15px 5px 15px 5px;
  text-align: center;
  border: 1px solid #a09f9f;
  border-top: 0;
}

	
A.center_sub_links:link,A.center_sub_links:visited {text-decoration:none; color:#b83022;}  	
A.center_sub_links:hover {text-decoration:underline; color:#b83022;}  	
	
.centerborder {margin-bottom:5px;}

.hide_form {padding:5px; background-color:#f2f2f2; display:none;}

.ot_orderdiscount {color:#ff0000;}


.rma_choose {font-family: Verdana, Arial, sans-serif;font-size: 10px;color: #000000;background-color:#eeeeee;}
.rma_table_heading {font-family: Verdana, Arial, sans-serif;font-size: 10px;color: #000000;background-color:#dddddd; padding-left:5px; height:18px;}
.rma_table_content {font-family: Verdana, Arial, sans-serif;font-size: 10px;color: #000000;background-color:#f1f1f1; padding-left:5px; height:18px;}
.rma_choose_body {font-family: Verdana, Arial, sans-serif;font-size: 10px;padding:5px;}
.rma_options {font-family: Verdana, Arial, sans-serif;font-size: 10px;}

.rma_warning {background-color:#FFCCCC; color:#000000;padding:5px;}
.rma_text {color:#000000;}
.rma_link {padding-top:10px; padding-bottom:10px;}
.rma_header {color:#000000; font-size:14px; font-weight:bold; margin-bottom:10px; }
.rma_field_header {color:#000000; background-color:#eeeeee;padding:5px;}
.rma_product_header {color:#000000; padding-top:10px; padding-bottom:10px; font-weight:bold;}
.rma_table_border {border:1px solid #dddddd; padding:2px;}


.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
	
}
.suggest_link_over {
	background-color: #0181ff;
	color: #ffffff;
	padding: 2px 6px 2px 6px;
	cursor: pointer;
		
}
#search_suggest {
	position: absolute; 
	visibility: hidden;
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid #000000;
	z-index:30;
}


/*		######## Start Categorie-Listing ########			*/

.abstandcat {width: 12px; overflow: hidden; float: left;}

.subcat {
  width: 178px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  float: left;
}

.subcat a {
  display: block;
  width: 165px;
  height: 28px;
  padding: 5px;
  background: #fafafa;
  border: 1px solid #adc2de;  
}

.subcat a:hover {background: #4699fe; color: #ffffff; text-decoration: none;}


#menutop {
  padding: 8px 0 0 0;
  margin: 10px 0 0 60px;
  list-style-type: none;
  font-size: 13px;
}

#menutop li {
  display: inline;
  padding: 0 5px 0 5px;
  border-left: 1px solid #0c5fbe;
}

#menutop li a {color: #0c5fbe; font-weight: bold; text-decoration: none;}
#menutop li a:hover {color: #0c5fbe; font-weight: bold; text-decoration: underline;}

#txtSearch{z-index:400;}
#quick_find {z-index:40;}