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

/* ---------------------Allgemeine Definitionen--------------------- */
@import url(css/navigation/nav_vlist.css);

* {
margin: 0;
padding: 0;
}

BODY, INPUT, SELECT {
	background-color: #FFFFFF;
	color: #41353D;
  font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
}

SELECT {
  font-size: 0.9em;
}

INPUT {
  font-size: 1em;
  vertical-align: top;
  
}

img{
	border:0;
}

A {
  color: #63515D;
  text-decoration: none;
}

A:hover {
  color: #41353D;
  }

FORM {
	display: inline;		   
}

h1, .pageHeading, .contentsTopics {color: #937C8C; font-size: 1.2em; display: inline; margin: 0px; padding:0px;} /* Schriftgr��e */
h2 {color: #937C8C;font-size: 1.1em; display: inline;} /* Schriftgr��e */
h3 {color: #937C8C; font-size: 1.2em; display: inline;} /* Schriftgr��e */
h4 {font-weight: bold; font-size: 0.9em; display: inline;} /* Schriftgr��e */

/* ---------------------Hauptrahmen--------------------- */

#FullSite {
  width: 890px;
	margin: 0px auto;
	margin-top: 10px;
	padding-bottom: 10px;
	height: 90%;
}
/* +++++++++++++++++ Header ++++++++++++++++++++ */
#Top {
 width: 890px;
 height: 151px;
 background: url(img/header_small.jpg) bottom no-repeat;
 
}
  #Top ul {
  	margin: 32px 7px 0 0;
  	padding: 0;
  	list-style: none;
  	float: right;
  }
  #Top ul li {
  	font-size: 1.0em;
  	height: 23px;
/* 	height: 26px; */
	margin: 0;
  	padding: 4px 0px 0px 7px;
/*  	_padding: 3px 0px 0px 7px; */
  	float: left;
  	
  }
#Navtrail {
  float: left;
  margin: 36px 0 0 7px;
}
/* +++++++++++++++++ Cart & Search ++++++++++++++++++++ */
#CartnSearch {
  width: 890px;
  height: 30px;
  clear:left;
  }

  #quick_find {
    float:right;
  }
  #cart {
    
    float:left;
  }
/* +++++++++++++++++ Cart++++++++++++++++++++ */

.cart_head {
  border-bottom: 1px solid; border-color: #cccccc;
}
.errorBox {
	font-size : 1em;
	font-weight: bold;
	background-color: #CABFC7;
}

/* +++++++++++++++++ Left ++++++++++++++++++++ */
#Left {
 width: 200px;
 min-height: 300px;
 clear:left;
 float:left;
 display:inline;
 margin-left: 7px;
}

/* +++++++++++++++++ Content ++++++++++++++++++++ */  

#Content {
 margin-left: 10px;
 width: 670px;
 height: auto;
 float:right;
 padding-bottom: 10px;
 
 }
.pageHeading {
  
}
hr {
 width: 100%;
 height: 1px;
 color: #FFFFFF; /* f�r ie */
 padding:0px;
 margin-top: 1px;
 border: 0px; /*f�r firefox*/
 border-bottom: 1px dotted #CCCCCC;
}
.messageStackError, .messageStackWarning { 
  color: #FF0000; 
  }
.messageStackSuccess {
  color: #00DD00;
  }  
/* +++++++++++++++++ Login ++++++++++++++++++++ */  
.login {
  
  width: 50%;
  margin: 0 auto 20px 100px;
}
.login p {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.login table {
  border-right: 1px solid #CCCCCC;
}

/* +++++++++++++++++ Order ++++++++++++++++++++ */  
.status {
  width: 24%;
  line-height: 15px;
  text-align: center;
  vertical-align: bottom;
  float: left;
  margin-top: 30px;
  border-top: 1px solid #CCCCCC;
}

#checkout {
  position: relative;
  top: -7px;
  margin: 0 auto 0 auto;
}

/* +++++++++++++++++ Footer ++++++++++++++++++++ */
#Footer {
 width: 890px;
 height: 100px;
 clear: both;
 background-color: #F7E9D4;

}
  #Footer ul {
  	width: 100%;
  	line-height: 30px;
    margin: 0px 0px 0 0;
  	padding: 0;
  	list-style: none;
  	text-align: center;
  	background-color: #937C8C;
  	color: #AE9CA8;
  	
  	
  }
  #Footer ul li {
  	font-size: 1.0em;
  	height: 23px;
/*  	_height: 26px;
  	margin: 0;
  	padding: 0px 0px 0px 0px; */
/*  	_padding: 0px 0px 0px 0px; */
  	display:inline;
    vertical-align: middle; 	
  }
  #Footer p span {
    float:left;
    width:auto;
    padding: 5px;  
  }
  #Footer img {
    vertical-align: text-bottom;
  }
  #Footer a {
    color: #D7C8D2;
  }
  #Footer a:hover {
    color: #f0f0f0;
  }
  #copyright {
    width:100%;
    clear: both;
    font-size: 0.8em;
    color: #AE9CA8; 
    text-align:center
  } 

/* +++++++++++++++++ Kategorielisting ++++++++++++++++++++ */
.cat_listing {
  float: left;
  height: 120px;
  margin: 10px;
}
.cat_listing img {
  vertical-align: middle;
}
.cat_descr {
  text-indent: 4px;
}
/* +++++++++++++++++ neue Produkte ++++++++++++++++++++ */
#newprods {
  clear: both;
}

/* +++++++++++++++++ Productlisting ++++++++++++++++++++ */

.productbox {
  
  width: 320px;
  height: 147px; 
  float:left; 
  margin:0px 10px 10px 0px;
  border-bottom: #d4d4d4 1px solid; 
  background: url(img/productbackground.gif) repeat-y right;
}
.productbox img { 
  float:left;
  /*width: 65px; 
  height: 100px;*/ 
}
.productbox div {
  padding-left: 11px;
}

    .productinfo { 
     width: 230px;
     height: auto;
     padding-top:4px;
     float: right;
     background-color: #F7F3E7;
    }
    .phead a {
    color: #937C8C;
	font-family: Verdana, sans-serif;
    }
    
    .pprice {
      font: 110% Verdana, sans-serif;
      font-weight: bolder;
      color: #937C8C; 
    }
    
    .pshipping, .partnr {
     font-size: 80%;
     text-align: left;
     vertical-align: bottom; 
     color:#9C9A9C;
     float: left;
    }
    .partnr img {
     float:left;
    
    }
    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: #CABFC7;
    }
    SPAN.productOldPrice {
    	font-family: Verdana, Arial, sans-serif;
    	/*color: #CABFC7;*/
    	color: rgb(255,149,149);
    	text-decoration: line-through;
    }
    SPAN.errorText {
      font-family: Verdana, Arial, sans-serif;
      color: #CABFC7;
    }
    
    SPAN.productDiscountPrice {
      font-family: Verdana, Arial, sans-serif;
      color: #CABFC7;
      font-weight: bold;
    }
/* +++++++++++++++++ Productdetail ++++++++++++++++++++ */

#pdetailbox {
  margin-top: 15px;
  width: 650px;
  overflow: auto;
  
  border-bottom: #d4d4d4 1px solid;
}
ul#pdetailimagebox { 
  float:left;
  min-width: 131px; 
  /*border: 1px solid black;*/
}
  ul#pdetailimagebox li {
    list-style: none;
    padding: 0.5em;
    
  }
  ul#pdetailimagebox a {
    display: block;
  }


#pdetailinfobox { 
  float:left;
  
  /*border: 1px solid black;*/
  width: 360px; 
  height: auto;
  padding: 5px 5px 5px 5px;
  background-color: #F7F0E6;
}
#pdetailinfobox select{ 
  width: 100px;
}
#poptions {
  width: 650px;
  float:right;

  
}
#poptions p {
  display: block;
  float: left;
  text-align: center;
  margin: 10px;
  width: 80px;
  height: 100px;
  
}

#relatedproductbox {
  width: 215px;
  height: auto;
  /*float:right;*/
}

.maincontent ol{
  margin-left: 25px;
}

