/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/
.submit {
	background:  #D869A1 url(%27images/submit.jpg%27) repeat left top;
	width:120px; color:#FFFFFF; background-position-x:left; background-position-y:top; border:1px none #FFC857; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; height:20px}

body { height: 100%;
	color: #227B85;
	margin: 0 0 5px 0;
	background-image: url(images/bg_01.gif);
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper{ 
  background:url(images/bg_04.gif) repeat-y;
	margin:0 auto;
	width: 960px; 
}
#topnavi, #topnavi a{
	color: #227B85;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
  }
#topnavi .left{float:left;}
#topnavi .right{float:right;padding-right:15px;}
img{
	border:0;
}

A {
  color: #227B85;
  text-decoration: none;
}

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

FORM {
	display: inline;		   
}


A.pageResults {
	color: #227B85;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #D869A1;
  background: #5583b7;
}


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: 98%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #D869A1;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #f1f1f1;
  border-color: #227B85;
  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: #227B85;
}
A.copyright:hover {
  color: #227B85;
  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 #227B85;
}


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








.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #227B85;
  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;}

label {width: 180px; display: block; float: left;}
legend {color: #227B85;}
fieldset {border: 1px solid #227B85; padding: 5px 5px 5px 10px;}


#topbg {
	height: 233px;
	background-image: url(images/bg_02.gif);
	background-repeat: no-repeat;

}

#toplinkcopy {
  font-size: 10px;
  color: #454545;
  text-align: center;
  width: 120px;
  float: right;
  margin: 1px 0 0 0px;
  padding: 0 1px 0 0;
}


#searchbox {
  width: 370px;
  height: 24px;
  padding: 5px 0 0 10px;
  float: left;
  background-image: url(img/topsearch.jpg);
  margin: 8px 0 0 99px;
}


#maincontainer {
  width: 960px; 
  background:url(images/bg_04.gif) repeat-y;
  margin: 0 0px; 
}
#maincontent { 
	margin-left:75px;
	margin-right:70px;
	width: 820px;
}

#leftmenu {
  width: 187px;
  float: left;
}
#leftmenu a:active{color: #D869A1;}
#navtrail {
  width: 950px;
  padding: 6px 0 0 10px;
  font-size: 11px;
  margin: 0 0 6px 0;
}

#content {
	width: 405px; 
	float: left;
	background-color: #C7D4AB;
	border: 1px solid #FFFFFF;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 10px; padding:5px;
}



#rightmenu {
  width: 187px;
  float: left; margin-left: 10px; 
}



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


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

.menutopleft {
  width: 187px;
  height: 21px;
  padding: 6px 0 0 2px;
  margin: 0;
  color: #336666;
  font-size: 11px;
  font-weight: bold;
}

.menucontentcat {
  padding: 1px 1px 0 1px;
  margin: 0 0 15px 0;
  font-size: 11px; 
  border-top: 0;
}

.menucontent {
  padding: 13px;
  background: url(images/bg2_10.gif) repeat-y;
  margin: 0 0 15px 0;
  font-size: 11px;
  border-top: 0;
}

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

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


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




#loginboxtop {
  clear: both;
  width: 900px;
  padding: 5px 0 0 0;
}

#loginboxtop a {color: #D869A1;}


.loginfloattext {
  float: left;
  margin: 8px 5px 0 5px;
}
.secondloginfloattext {
width:100px;
  float: left;
  margin: 8px 5px 0;
}
.loginfloatbut{
  float: left;
  margin: 4px 5px 0 5px;
}


.loginboxnew {
  margin: 5px 0 15px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px dashed #227B85;
}



/*		######## 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 #227B85;
  background: #dbe8fa;
}

.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: #227B85;
  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;}

.subcat {
  float: left;
}

.subcat a {
  display: block;
  padding: 5px;
}

.subcat a:hover { color: #D869A1; text-decoration: none;}


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


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


.reviewsbox {
  padding: 5px;
  background: #dbe8fa;
  border: 1px solid #227B85;
  margin: 0 0 10px 0;
}

.reviewsboxinfo {
  padding: 5px;
  background: #dbe8fa;
  border: 1px solid #227B85;
  margin: 0 0 10px 0;
  font-size: 10px;
}


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


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

.h1topic {
  overflow: hidden;
  color: #D869A1;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.h2topic {
  font-size: 12px;
  margin: 0 0 5px 0;
  padding: 0;
}
*{
margin:0px;
padding:0px;
}
.h2topiclist {
	font-size: 12px;
	font-weight: bold;
	padding-top: 1px;  padding-bottom:5px; 
}



.h2topiclist a , .h2topiclist a:hover{color: #D869A1; }


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

.logoffbut {
  clear: both;
  margin: 0;
  padding: 12px 0 0 25px;
}

.logoffbut a {color: #ff0000; font-weight: bold;}


.boxlistingpic {
  margin: 5px 15px 15px 0;
  text-align: left;
  float:left;
}
.pricebox img {float: right;}

.pprice {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.boxlisting {
	width: 100%;
	float: left;
	margin: 0;
	border-top: 1px solid #3F888B;
}


.taxinfo {
  font-size: 10px;
}

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


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

.accountleftbox {
  width: 250px;
  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: #227B85;
  margin: 4px 0 4px 0;
}


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

.listhori li {float: left;}

.historytabtop {
  border-bottom: 1px solid #227B85;
  font-weight: bold;
  color: #D869A1;
  padding: 2px 0 2px 0;
}

.histsub {
  font-size: 11px;
}

.historyinvoice {
  width: 260px;
  height: 100px;
  padding: 5px;
  float: left;
  font-size: 11px;
}

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

.historyvalue {
  float: right;
  width: 400px;
  font-size: 11px;
  text-align: right;
}

.addresscolor {
  
  padding: 4px;
}

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

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

.giftcartbox {
  background: #ebeff2;
  border: 1px solid #a4c0d8;
  padding: 3px;
  text-align: center;
}

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


.checkoutbox {
  width: 127px;
  padding: 4px 2px 4px 2px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 0 0 0 5px;
  font-size: 10px;
}

.checkoutboxa {
  padding: 4px 2px 4px 2px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 0 0 0 5px;
  background: #BAC89B;
  font-size: 10px;
}


.payartbox {
  border: 1px dashed #5281b5;
  padding: 4px;
  margin: 3px 0 6px 0;
}

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

.freeshipping {
  
  padding: 4px;
  margin: 4px 0 4px 0;
}

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

.agbcheckbox {
  background: #B2BF95;
  padding: 2px;
  margin: 3px 3px 15px 0;
}

.bearbeiten {
  color: #6584a2;
}

.confirmationbox {
   border: 1px solid #227B85;
  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 #227B85;
  padding: 5px;
  margin: 15px 0 15px 0;
  
}

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

.headinggreen {
  padding: 4px;
  
  margin: 0;
  font-weight: bold;
  color: #D869A1;
  font-size: 11px;
}

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

.errosearchbox {
  width: 350px;
  padding: 5px;
  margin: 0 auto 0 auto;
  
  
}

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

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

.upcomingover {
   border: 1px solid #227B85;
  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: 1px solid #227B85; 
  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;
}
input.image {border-bottom: 10px solid #ffffff;}

/*		########## Menu ##########		*/
ul.navilist {list-style-type:none; margin:0px;padding:0px;
}
li.maincat {font-weight: bolder;display: inline; padding:0px; margin: 0; }
.maincat em{
	line-height: normal;
	font-weight: bolder;
	color: #D869A1;font-size: 11px;
}
 /*		##########Hauptkategorie ##########		*/
.maincat { 
list-style-type:none; margin: 0px;  border-bottom: 0px solid #ffffff;  
padding : 0px;}
.maincat a {
	font-size: 11px;
	color:#227B85;
	display: block;
	padding-left: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(images/myarrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.maincat a:hover{ color: #D869A1; text-decoration: none;}
.maincat a.gewaehlt{ color: #D869A1;}
.maincat a.gewaehlt:hover{ color: #D869A1;}


 /*		##########Unterkategorie 1 Ebene  ##########		*/

.subcatlevel1 {margin: 0; padding: 0; border-bottom: 0px solid #D869A1;}
.subcatlevel1 a{font-size: 11px; color:#227B85; padding: 0px 0px 0px 15px; display: inline; }
.subcatlevel1 a:hover { color: #D869A1; text-decoration: none;}
.subcatlevel1 a.gewaehlt{ color: #D869A1;}
.subcatlevel1 a.gewaehlt:hover{ color: #D869A1; text-decoration: none;}


/*		##########Unterkategorie 2 Ebene  ##########		*/
.subcatlevel2 {margin: 0; padding: 0; border-bottom: 0px solid #D869A1;}
.subcatlevel2 a{font-size: 11px; color:#227B85; padding: 0px 0px 0px 25px; display: block;}
.subcatlevel2 a:hover { color: #D869A1; text-decoration: none;}
.subcatlevel2 a.gewaehlt{ color: #D869A1;}
.subcatlevel2 a.gewaehlt:hover{ color: #D869A1; text-decoration: none;}


/*		##########Unterkategorie 3 Ebene  ##########		*/
.subcatlevel3 {margin: 0; padding: 0; border-bottom: 0px solid #D869A1;}
.subcatlevel3 a{font-size: 11px; color:#227B85; padding: 0px 0px 0px 35px; display: block; }
.subcatlevel3 a:hover { color: #D869A1; text-decoration: none;}
.subcatlevel3 a.gewaehlt{ color: #D869A1;}
.subcatlevel3 a.gewaehlt:hover{ color: #D869A1; text-decoration: none;}

.thumbimage_container{
	padding: 5px;
	width: 380px;
}
.thumbimage{
	margin-right: 10px;
	margin-bottom: 10px;
	float:left;
}













