/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/

body {
	color: #000000;
	margin: 8px 0 15px 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #f5f5f5;
	background-image: url(img/mainbg.jpg);
	background-repeat: repeat-x;
}

img{
	border:0;
}

A {
  color: #000000;
  text-decoration: none;
}

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

FORM {
	display: inline;		   
}


A.pageResults {
  padding: 2px 4px 2px 4px;
  background: #f8f7f7;
  border: 1px solid #cccccc;
}



A.pageResults:hover {
  padding: 2px 4px 2px 4px;
  background: #a2131c;
  border: 1px solid #cccccc;
  color: #ffffff;
  text-decoration: none;
}


TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

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

TEXTAREA {
  width: 99.2%;
  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: #f1f1f1;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

.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: #ff0000;
	text-decoration: line-through;
}
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;
	border-bottom: 1px solid #000000;
}


/* 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; }

.errormessage {
  height: 32px;
  padding: 7px 5px 5px 60px;
  border: 1px solid #850c0c;
  background: #f8cfcf;
  background-image: url(img/warnung.jpg);
  background-repeat: no-repeat;
  margin: 10px 0 8px 0;
}

.errormessagesmall {
  padding: 5px 5px 5px 32px;
  border: 1px solid #850c0c;
  background: #f8cfcf;
  background-image: url(img/warnungsmall.jpg);
  background-repeat: no-repeat;
  font-size: 11px;
  margin: 0 0 4px 0;
  overflow: hidden;
}

.panfrage {
  padding: 5px;
  border: 1px solid #5a9425;
  background: #eff9d9;
  font-size: 11px;
  margin: 6px 0 4px 0;
  overflow: hidden;
  font-weight: bold;
}

.gutschein {
  padding: 5px;
  border: 1px solid #e1d339;
  background: #f5f0b6;
  font-size: 11px;
  margin: 6px 0 4px 0;
  overflow: hidden;
  font-weight: bold;
}

.errormessagesmall td {padding-bottom: 3px;}

/* input requirement */

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








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

.onepxwidth {
	width: 1px;
}



/*		Eigene Formatierung		*/


.clr {clear: both; margin: 0; padding: 0;}
.clrsmall {clear: both; margin: 0; padding: 0; height: 1px; overflow: hidden;}
.clrnone {clear: both; margin: 0; padding: 0; height: 0px; overflow: hidden;}
.clrmiddle {clear: both; margin: 0; padding: 0; height: 4px; overflow: hidden;}
.clrmiddle2 {clear: both; margin: 0; padding: 0; height: 6px; overflow: hidden;}
.clrstart {clear: both; margin: 0; padding: 0; height: 9px; overflow: hidden;}

label {width: 180px; display: block; float: left;}
legend {color: #575757;}
fieldset {border: 1px solid #ac1620; padding: 5px 5px 5px 10px; margin-right: 4px;}


#topbg {
	height: 164px;
	background-image: url(img/topbg.jpg);

}

#topcontent {
  width: 982px;
  height: 104px;
  margin: 0 auto 0 auto;
  background-image: url(img/topimgbg.jpg);
  background-position: right;
  background-repeat: no-repeat;
}

#topmotor {
  width: 982px;
  height: 17px;
  padding: 5px 0 0 0;
  margin: 0 auto 0 auto;
  background-image: url(img/topmotor.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}

#topimg {
  float: left;
  width: 455px;
}

#toplinkcopy {
  width: 757px;
  height: 90px;
  background-image: url(img/imgtopright.jpg);
  float: left;
}

#topmenubox {
  clear: both;
  width: 980px;
  height: 27px;
  overflow: hidden;
  margin: 0 auto 0 auto;
  color: #ffffff;
  font-size: 11px;
  background: #aec0cc;
}

#topmenu {
  width: 425px;
  padding: 7px 0 0 5px;
  float: left;
}

.menutop {
  margin: 0;
  padding: 0;
}
.menutop li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}


.menutop li a {
  display: block;
  float: left;
  width: 100px;
  text-align: center;
  font-size: 12px;
  color: #f7f7f7;
  font-weight: bold;
  border-left: 1px solid #aec0cc;
  border-right: 1px solid #aec0cc;      
}

.menutop li a:hover {
  color: #ffffff;
  text-decoration: none;
  border-left: 1px solid #f1f3f5;
  border-right: 1px solid #f1f3f5;  
}




#maincontent {
  width: 980px;
  padding: 0;
  background: #ffffff;
  background-image: url(img/maincontentbg.jpg);
  background-repeat: repeat-x;
  margin: 0 auto 0 auto;
  border: 1px solid #595959;
  border-top: 0;
  border-bottom: 0;
}

#cattop {
  width: 194px;
  height: 23px;
  background-image: url(img/menuheader.jpg);
}

#catbot {
  width: 194px;
  height: 23px;
  background-image: url(img/menufooter.jpg);
  margin: 0 0 10px 0;
}

.searching {
  width: 184px;
  height: 27px;
  padding: 10px 0 0 6px;
  background-image: url(img/searchbg.jpg);
  overflow: hidden;
}

#leftmenu {
  width: 194px;
  margin: 0px;
  float: left;
  padding: 0;
  overflow: hidden;
}

#navtrail {
  width: 770px;
  font-size: 10px;
  margin: 0 auto 0 auto;
  color: #4a4a4a;
  padding: 12px 0 10px 0;
  border-bottom: 2px solid #d5d5d5;
}

#navtrail a {color: #4a4a4a;}

#content {
  width: 770px;
  float: right;
  margin: 0 8px 0 0;
}

#contentcheckout {
  width: 766px;
  margin: 0 auto 0 auto;
  overflow: hidden;
}

#rightmenu {
  width: 192px;
  margin: 0px;
  float: left;
  padding: 0; 
}




#footersub {
  width: 982px;
  height: 24px;
  padding: 28px 0 0 0;
  background-image: url(img/footer.jpg);
  margin: 0 auto 0 auto;
  font-size: 11px;
  text-align: center; 
}


#partner {
  width: 200px;
  float: left;
  text-align: right;
}

#commercial {
  width: 982px;
  height: 100px;
  margin: 0 auto 0 auto;
  text-align: center;
}


/*		########## Menu-Boxen Start ##########		*/

.menutopleft {
  width: 172px;
  height: 25px;
  padding: 11px 0 0 20px;
  background-image: url(img/mheader.jpg);
  margin: 0;
  color: #667a86;
  font-weight: bold;
  font-size: 11px
}

.menutopright {
  width: 172px;
  height: 25px;
  padding: 11px 0 0 20px;
  background-image: url(img/mheader.jpg);
  margin: 0;
  color: #7d909b;
  font-weight: bold;
  font-size: 11px;
}

.menutopleft a {color: #667a86;}
.menutopright a {color: #667a86;}


.menucontentcat {
  width: 189px;
  padding: 5px 5px 5px 0;
  font-size: 11px;
  background-image: url(img/menucontent.jpg);
}

.menucontent {
  padding: 4px;
  margin: 0 0 15px 0;
  font-size: 11px;
  border-top: 0;
  background: #ffffff;
  border: 1px solid #aec0cc;
  border-top: 0;
}

.menucontentright {
  padding: 4px;
  margin: 0 0 15px 0;
  font-size: 11px;
  border-top: 0;
  background: #ffffff;
  border: 1px solid #aec0cc;
  border-top: 0;
}

.bestsellerbox {
  border-bottom: 1px dashed #cccccc;
  margin: 0 0 5px 0;
  padding: 4px;
}

.bestsellertopic {
  font-size: 10px;
  text-align: right;
  margin: 0; padding: 0;
}

#cartbox {
  width: 260px;
  float: left;
  padding: 16px 0 0 0;
  text-align: right;
}

#accountbox {
  width: 110px;
  padding: 34px 0 0 20px;
  float: left;
}

#accountbox2 {
  width: 130px;
  padding: 34px 0 0 0;
  float: left;
}

/*		########## Menu-Boxen Ende ##########		*/




#loginboxtop {
  width: 540px;
  overflow: hidden;
  background: #aec0cc;
  font-size: 11px;
  color: #ffffff;
}

#loginboxtop a {color: #ffffff;}


.loginfloattext {
  float: left;
  margin: 8px 5px 0 5px;
}

.loginfloatbut{
  float: left;
  margin: 4px 5px 0 5px;
}




/*		######## Start Produktinfo-Seite ########			*/


.pinfofacts {
  float: left;
  width: 170px;
  height: 17px;
  padding: 2px 5px 2px 5px;
  margin: 0 5px 0 0;
  font-size: 11px;
  border: 1px solid #ba3026;
  background: #ffdcd7;
}

.productbut {
  float: left;
  width: 170px;
  height: 20px;
  padding: 2px 5px 2px 5px;
  margin: 0 5px 0 0;
  font-size: 11px;
  border: 1px solid #9f625e;
  background: #eec9c6;
}

.reviewsboxinfo {
  padding: 5px;
  background: #d0e0f6;
  border: 1px solid #4d7fb4;
  margin: 0 0 10px 0;
  font-size: 10px;
}

.leftsideproduct {
  clear: both;
  width: 210px;
  height: 225px;
  overflow: hidden;
  float: left;
  padding: 5px 0 0 0;
  margin: 0 116px 0 0;
  border: 1px solid #b2bc73;
  text-align: center;
}

.rightsideproduct {
  width: 207px;
  float: left;
  margin: 0;
}

.productdesc {
  clear: both;
  padding: 5px;
  margin: 0 0 10px 0;
  border: 1px solid #b2bc73;
}

.productdeschead {
  font-weight: bold;
  color: #000000;
  background: #dee5bd;
  border: 1px solid #b2bc73;
  border-bottom: 0;
  width: 200px;
  margin:0;
  padding: 5px;  
}

/*		######## Ende Produktinfo-Seite ########			*/



/*		######## Start Categorie-Listing ########			*/

.abstandcat {width: 12px; overflow: hidden; float: left;}





/*		######## Ende Categorie-Listing ########			*/

.paypalbox {
  width: 164px;
  height: 30px;
  padding: 75px 0 0 0;
  overflow: hidden;
  background-image: url(img/paypal.jpg);
  text-align: center;
  float: left;
}
.vorkasse {
  width: 164px;
  height: 30px;
  padding: 75px 0 0 0;
  overflow: hidden;
  background-image: url(img/vorkasse.jpg);
  text-align: center;
  float: left;
}
.nachnahme {
  width: 164px;
  height: 30px;
  padding: 75px 0 0 0;
  overflow: hidden;
  background-image: url(img/nachnahme.jpg);
  text-align: center;
  float: left;  
}

.barzahlung {
  width: 164px;
  height: 30px;
  padding: 75px 0 0 0;
  overflow: hidden;
  background-image: url(img/cash.jpg);
  text-align: center;
  float: left;
}

.sofort {
  width: 164px;
  height: 80px;
/*  height: 80px;*/
  padding: 75px 0 0 0;
  overflow: hidden;
  background-image: url(img/sofort.jpg);
  background-repeat: no-repeat;
  text-align: center;
  float: left;  
  font-size: 11px;
}

.sofort a {color: #a0191d;}




/*		######## Start Bewertungen ########			*/


.reviewsbox {
  padding: 5px;
  background: #eec9c6;
  border: 1px solid #9f625e;
  margin: 0 0 10px 0;
}

.reviewsboxinfo {
  padding: 5px;
  background: #eec9c6;
  border: 1px solid #9f625e;
  margin: 0 0 10px 0;
  font-size: 10px;
}



/*		######## Ende Bewertungen ########			*/


/*		########## Ueberschriften ##########		*/

.h1topic {
  color: #5d5d5d;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 0 5px 0;
  margin: 0 0 8px 0;
}

.h1topic a {color: #5d5d5d;}

.h3topic {
  width: 368px;
  height: 22px;
  overflow: hidden;
  background-image: url(img/h3topic.jpg);
  background-repeat: no-repeat;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 6px;
  margin: 0;
  font-weight: 900;
}

.slogan {
  font-size: 12px;
  margin: 0;
  padding: 0 0 0 5px;
  color: #1e1f21;
  font-weight: bold;
}

.h2topic {
  font-size: 12px;
  margin: 0 0 5px 0;
  padding: 0;
}

.h2topiclist {
  font-size: 14px;
  margin: 0;
  padding: 0 5px 0 12px;
  height: 22px;
  overflow: hidden;
}

.h2topiclist a {color: #ab121d;}

.h1topiccat {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 25px 0 5px 0;
  color: #ab0201;
}

/*		########## Diverses ##########		*/

.loginboxnew {
  width: 361px;
  height: 171px;
  padding: 8px;
  overflow: hidden;
  background-image: url(img/boxleft.jpg);
  float: left;
}

.loginboxnewgast {
  width: 726px;
  height: 146px;
  padding: 38px 10px 0 30px;
  overflow: hidden;
  background-image: url(img/gastbox.jpg);
  margin: 35px 0 0 0;
}

.logintitle {
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #cec8bc;
  font-size: 11px;
}

.loginhead {
  font-size: 14px;
  font-weight: bold;
  color: #aa121c;
  padding: 5px 0 15px 50px;
  margin: 0;
}

.anfrage {
  width: 164px;
  height: 105px;
  overflow: hidden;
  background-image: url(img/anfrage.jpg);
  margin: 0 0 10px 0;
}

.detail {
  width: 750px;
  height: 295px;
  padding: 16px 0 0 16px;
  overflow: hidden;
  background-image: url(img/detail.jpg);
}

.detailsmall {
  width: 750px;
  height: 261px;
  padding: 16px 0 0 16px;
  overflow: hidden;
  background-image: url(img/detailsmall.jpg);
}

.fahrzeugdetails {
  width: 585px;
  float: left;
}

.fahrzeugsdetailshead {
  width: 577px;
  height: 16px;
  padding: 4px 0 0 8px;
  background-image: url(img/detailbighead.jpg);
  font-size: 11px;
  font-weight: bold;
  margin: 0;
}

.detailtab {
  border-bottom: 1px solid #999999;
  padding: 4px 0 4px 0;
}

.detailleft {
  width: 342px;
  float: left;
  overflow: hidden;
}

.detailright {
  width: 400px;
  float: left;
  overflow: hidden;
}

.detailsmallleft {
  width: 200px;
  height: 114px;
  overflow: hidden;
  float: left;
}

.detailsmallright {
  width: 180px;
  height: 114px;
  overflow: hidden;
  float: left;  
  text-align: right;
}

.catlisttop {
  width: 770px;
  height: 117px;
  background-image: url(img/catlisttop.jpg);
}

.catlisttopherst {
  width: 770px;
  height: 117px;
  background-image: url(img/catlisttopherst.jpg);
}

.categoryleft {
  width: 590px;
  float: left;
}

.herstellerdetails {
  width: 590px;
  float: left;
  padding: 30px 0 0 0;
}

.startlefttext {
  width: 260px;
  height: 170px;
  padding: 15px 0 0 10px;
  overflow: hidden;
  float: left;
  font-size: 11px;
  margin: 0;
}

.startrighttext {
  width: 440px;
  height: 155px;
  padding: 40px 0 0 30px;
  overflow: hidden;
  float: left;
  font-size: 11px;
  margin: 0;
}

.herstellerdetails a {
  padding: 2px;
  display: block;
  width: 170px;
  border-bottom: 1px solid #b20000;
  float: left;
  font-weight: bold;
}

.herstellerdetails a:hover {color: #b20000; text-decoration: none;}

.navigation {
  width: 767px;
  height: 37px;
  padding-top: 26px;
  background-image: url(img/navigation.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}

.navigationcart {
  width: 767px;
  height: 37px;
  padding-top: 26px;
  background-image: url(img/navigation.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}

.seiten {
  width: 320px;
  float: left;
  overflow: hidden;
  font-size: 11px;
  padding: 10px 0 0 10px;
}

.blattern {
  width: 425px;
  float: left;
  overflow: hidden;
  font-size: 11px;
  padding: 12px 0 12px 0;
  text-align: right;
}

#newsbox {
  width: 766px;
  height: 209px;
  overflow: hidden;
  background-image: url(img/newsbox.jpg);
}

#schnellheader {
  width: 762px;
  height: 28px;
  overflow: hidden;
  background-image: url(img/schnellsuche.jpg);
  margin: 22px auto 8px auto;
}

#schnellfooter {
  width: 762px;
  height: 12px;
  overflow: hidden;
  background-image: url(img/schnellbottom.jpg);
  margin: 6px auto 26px auto;
}

.tname {
  width: 120px;
  float: left;
  padding: 5px 0 0 10px;
  font-weight: bold;  
}

.tname a {color: #af0d0a;}

.tpic {
  width: 112px;
  float: left;
  text-align: right;
}

.tlinks a {
  color: #b20000;
  display: block;
  padding: 2px;
  margin-left: 96px;
  font-size: 11px;
}

.motor {
  width: 245px;
  height: 110px;
  padding: 0 0 0 9px;
  background-image: url(img/motor.jpg);
  background-position: right;
  background-repeat: no-repeat;
  float: left;
}

.getriebe {
  width: 245px;
  height: 110px;
  padding-left: 9px;
  background-image: url(img/getriebe.jpg);
  background-position: right;
  background-repeat: no-repeat;
  float: left;
}

.antriebswellen {
  width: 245px;
  height: 110px;
  padding-left: 9px;
  background-image: url(img/antriebswellen.jpg);
  background-position: right;
  background-repeat: no-repeat;
  float: left;
}

.lenkgetriebe {
  width: 245px;
  height: 110px;
  padding-left: 9px;
  background-image: url(img/lenkgetriebe.jpg);
  background-position: right;
  background-repeat: no-repeat;
  float: left;
}

.karrosserieteile {
  width: 245px;
  height: 110px;
  padding-left: 9px;
  background-image: url(img/karrosserieteile.jpg);
  background-position: right;
  background-repeat: no-repeat;
  float: left;
}

.anlasser {
  width: 245px;
  height: 110px;
  padding-left: 9px;
  background-image: url(img/anlasser.jpg);
  background-position: right;
  background-repeat: no-repeat;
  float: left;
}


.boxmanu {
  width: 162px; 
  padding: 14px 0 14px 10px;
  height: 39px;
  overflow: hidden;
}

.boxlistingpic {
  width: 125px;
  height: 95px;
  float: left;
}

.boxlistinginhalt {
  width: 480px;
  float: left;
  overflow: hidden;
}

.pprice {
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #a1161c;
  margin: 0;
}

.ppriceinfo {
  padding: 5px 0 5px 0;
  font-size: 18px;
  font-weight: bold;
  color: #a1161c;
  margin: 0;
}

.pricebox {
  text-align: right;
  overflow: hidden;
  width: 142px;
  overflow: hidden;
  float: left;
}

.boxlisting {
  width: 750px;
  height: 99px;
  background-image: url(img/listbox.jpg);
  padding: 8px;
  margin: 0 0 10px 0;
  overflow: hidden;
}

.vpeinfo {
  font-size: 10px;
}

.taxinfosmall {
  font-size: 9px;
  text-align: right;
  padding: 0 5px 23px 0;
}

.versandkosten a {color: #a3131c;}

.listabstand {
  float: left;
  width: 12px;
  overflow: hidden;
}

.listabstandfirst {
  float: left;
  width: 4px;
  overflow: hidden;
}

.headmessage {
  border: 1px dashed #000000;
  padding: 5px;
  margin: 5px 0 5px 0;
  text-align: center;
}

.autoverwerter {
  width: 358px;
  float: left;
  font-size: 11px;
}

.accountleftbox {
  width: 265px;
  padding: 5px;
  float: left;
  margin: 0 0 0 7px;
  font-size: 11px;
}

.accountprice {
  text-align: right;
  padding: 0;
  margin: 0;
}

.trenner {
  height: 1px;
  overflow: hidden;
  background: #cec8bc;
  margin: 2px 0 4px 0;
}

.trennerkorb {
  height: 1px;
  overflow: hidden;
  background: #cec8bc;
  margin: 2px 5px 4px 1px;
}

.listhori {
  list-style-type: none;
  margin: 0;
  padding: 8px 0 0 14px;
}

.listhori li {float: left;}

.historytabtop {
  font-weight: bold;
  padding: 2px 0 2px 0;
  margin: 0 0 0 0;
}

.histsub {
  font-size: 11px;
}

.historyinvoicecheck {
  width: 378px;
  height: 105px;
  padding: 15px 5px 15px 5px;
  float: left;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;  
  font-size: 11px;
  overflow: hidden;
}

.historyinvoice {
  width: 320px;
  height: 100px;
  padding: 5px;
  float: left;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;  
  font-size: 11px;
}

.historyblock {
  border: 1px solid #cccccc;
  padding: 4px;
  font-size: 11px;
  margin: 3px 0 6px 0;
}

.historyvalue {
  float: right;
  width: 580px;
  font-size: 11px;
  text-align: right;
  padding: 0 10px 0 0;
}

.addresscolor {
  background: #f8f5f5;
  padding: 4px;
}

.addresscolorcheck {
  background: #f8f5f5;
  padding: 4px;
  border: 1px solid #ad111d;
  height: 94px;
}

.addressleft {
  width: 270px;
  padding: 3px;
  margin: 0 50px 0 0;
  float: left;
  font-size: 11px;
  background: #f8f5f5;
}

.addressbutleft {
  width: 200px;
  float: left;
}

.giftcartbox {
  background: #ffffff;
  border: 1px solid #9f625e;
  padding: 3px;
  text-align: center;
}

.littleaddress {
  font-size: 11px;
  border: 1px solid #9f625e;
  padding: 3px;
  margin: 2px 0 5px 23px;
}

.checkoutgraf {
  padding: 15px 0 20px 0;
}

.payartbox {
  border: 1px dashed #cccccc;
  padding: 4px;
  margin: 3px 0 6px 0;
  background: #f8f5f5;
}

.shipping {
  border: 2px solid #ad111d;
  padding: 6px;
  margin: 10px 0 6px 0;
  background: #f8f5f5;
  font-weight: bold;
  text-align: right;
}

.payselection {
  float: left;
  width: 40px;
}

.freeshipping {
  background: #f8f5f5;
  padding: 4px;
  margin: 4px 0 4px 0;
}

.partytitle {
  width: 410px;
  float: left;
  margin: 0 10px 0 0;
}

.partytitleshipping {
  width: 646px;
  float: left;
  margin: 0 10px 0 0;
  text-align: left;
}

.agbcheckbox {
  background: #f8cfcf;
  padding: 2px;
  border: 1px solid #850c0c;
  margin: 3px 3px 15px 0;

}

.bearbeiten {
  color: #ad111d;
}

.confirmationbox {
  border: 1px solid #cccccc;
  padding: 4px;
  font-size: 11px;
}

.navigator {font-size: 11px;}

.productpricebox {
  width: 260px;
  float: right;
  text-align: right;
}

.ppics {
  width: 210px;
  float: left;
  text-align: center;
  border-right: 1px solid #cccccc;
  padding: 0 6px 0 0;
}

.productdesc {
  border: 1px solid #cccccc;
  padding: 5px;
  margin: 15px 0 15px 0;
  background: #f6f6f6;
}

.pinfooptions {
  padding: 2px;
  background: #9f625e;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
}

.headinggreen {
  padding: 4px;
  background: #9f625e;
  margin: 0;
  font-weight: bold;
  color: #ffffff;
  font-size: 11px;
}

.downloadbox {
  border: 1px solid #cccccc;
  padding: 4px;
  margin: 10px 0 10px 0;
}

.errosearchbox {
  width: 350px;
  padding: 5px;
  margin: 0 auto 0 auto;
  border: 1px solid #834b47;
  background: #e7e6e6;
}

.upcoming {
  width: 400px;
  float: left;
}

.upcomingdate {
  width: 140px;
  float: left;
  text-align: right;
}

.upcomingover {
  border-bottom: 1px solid #cccccc;  
  padding: 4px 0 4px 0;
  margin: 0 0 10px 0;
}

.artcont {
  width: 410px;
  float: left;
}

.artcontsize {
  width: 130px;
  float: left;
  text-align: right;
}

.artcontbox {
  border-bottom: 1px solid #cccccc;  
  padding: 4px 0 4px 0;
  margin: 0 0 10px 0;
}

gratuatebox {
  width: 200px;
}

.gratuatedleft {
  width: 100px;
  float: right;
  padding: 2px 0 2px 0;
}

.gratuatedright {
  width: 100px;
  float: right;
  padding: 2px 4px 2px 0;  
}

.smallText {
  font-size: 11px;
}

.totalblock {
  text-align: right;
  float: right;
}

.logout {
  padding: 8px 0 0 0;
  font-weight: bold;
  text-align: right;
}

.anfrageleft {
  float: left;
  width: 220px;
  font-weight: bold;
  padding: 3px 0 0 0;
}

.anfrageright {
  width: 400px;
  float: left;
}

/*		########## Menu ##########		*/
ul.navilist { list-style-type:none; margin:0 0 0 4px;padding:0px;}
li.maincat {padding:0px; margin: 0;}

 /*		##########Hauptkategorie ##########		*/
.maincat { list-style-type:none; margin: 0; padding: 0;}
.maincat a {font-size: 11px; color:#161616; display: block; display: block; width: 172px; height: 16px; padding: 6px 0 0 8px; }
.maincat a:hover{color: #ad0908; background-image: url(img/pfeil.jpg); background-position: right; background-repeat: no-repeat; text-decoration: none;}
.maincat a.gewaehlt{color: #ad0908; background-image: url(img/pfeil.jpg); background-position: right; background-repeat: no-repeat;}
.maincat a.gewaehlt:hover{color: #999999; text-decoration: none;}





/* added for subcat flap menu */
div#topCats a { margin-bottom: 5px; font-weight: bold; display: block; }
div#topCats ul { margin: 0px; padding: 0px; list-style-position: outside; list-style-image: none; list-style-type: none; }
div#topCats ul li { margin: 5px 0 5px 0; border: 1px solid #999999; background: #efefef; padding: 4px; }
div#topCats ul li a { margin-bottom: 0px;}
div#topCats ul li a:hover { background-color: #d4d4d4; }
div#topCats ul li a.showall:hover { background-color: inherit; }
div#topCats ul.subCat li a {color: #7e2328;}
div#topCats ul.subCat li a:hover { background-color: #d4d4d4; color: #7e2328; background-image: inherit; background-repeat: inherit; background-position: inherit; }
div#topCats ul.subCat li.end a:hover { background-image: inherit; background-repeat: inherit; background-position: inherit; }
div#topCats ul.subCat li ul li a {color: #757373; }
div#topCats ul.subCat li ul li a:hover { background-color: #fdfdfd; color: #000000; }
div#topCats img { padding-right: 5px; }

div#topCats ul.subCat { padding-left: 15px; margin-top: 0px; }
div#topCats ul.subCat li { margin-left: 9px; border: none; margin: 0px; padding: 0px; padding-bottom: 3px; background-image: url(img/list1.gif); background-repeat: repeat-y; background-position: 4px 0px; list-style-position: outside; list-style-image: none; list-style-type: none; }
div#topCats ul.subCat li.end { background-image: url(img/list1end.gif); background-repeat: no-repeat; background-position: 4px 0px;}
div#topCats ul.subCat li ul { padding-left: 15px; }
div#topCats ul.subCat li ul li { margin-left: 9px; border: none; margin: 0px; padding: 0px; padding-bottom: 3px; background-image: url(img/list2.gif); background-repeat: repeat-y; background-position: 4px 0px; list-style-position: outside; list-style-image: none; list-style-type: none; }
div#topCats ul.subCat li ul li.end { background-image: url(img/list2end.gif); background-repeat: no-repeat; background-position: 4px 0px;}

img.plus { background-image: url(img/plus.gif); background-repeat: no-repeat; }
img.minus { background-image: url(img/minus.gif); background-repeat: no-repeat; }
div#topCats ul.subCat li a img.item { background-image: url(img/list1Item.gif); background-repeat: no-repeat; }
div#topCats ul.subCat li ul li a img.item { background-image: url(img/list2Item.gif); background-repeat: no-repeat; }

a.showall { margin-top: 2px; margin-right: 5px; }
div#topCats ul li a.showall img { padding: 0px; }
a.showall img.plus { background-image: url(img/plus1.gif); background-repeat: no-repeat; }
a.showall img.minus { background-image: url(img/minus1.gif); background-repeat: no-repeat; }


.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	cursor: url(/highslide/graphics/zoomin.cur), pointer;

}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}


.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}





/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(highslide/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(highslide/graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}
