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

/* Zentrale Formate definieren
----------------------------------------------- */
body {
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	background-color:#FFFFFF;
}

/* Header-Klassen
----------------------------------------------- */
h1 {
	color:#88d522;
	font-weight:bold;
	font-size:18px;
	height:30px;
	margin:20px 0px 10px 0px;
	padding:0px;
	width:auto;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#fafafa;
}

h1 a {
	color:#88d522;
	font-weight:bold;
	font-size:20px;
	height:30px;
	margin:20px 0px 10px 0px;
	padding:0px;
	width:auto;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#88d522;
	text-decoration:none;
}

h2 {
	color:#88d522;
	font-weight:bold;
	font-size:16px;
	margin:15px 0px 4px 0px;
	padding:0px;
}

/* Paragraph
----------------------------------------------- */
p {
	line-height:20px;
	padding:0px;
	margin:15px 0px 15px 0px;
}

/* Links im Text
----------------------------------------------- */
a {
	color:#336699;
}

/* Horizontale Linie
----------------------------------------------- */
hr { 
	width:100%;
	border:none;
	color:#949494;
	background:#949494; 
	height: 1px; 
	margin: 7px 0px 7px 0px !important; 
	margin: -2px 0px -2px 0px;
	line-height:1px;
	font-size:1px;
}

/* Textarea
----------------------------------------------- */
textarea {
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size:13px;
}

/* Input Global
----------------------------------------------- */
input {
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size:12px;
}

/* Select Global
----------------------------------------------- */
select {
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size:12px;
}

/* loginBox Input Textfield Email
----------------------------------------------- */
input#loginBoxInputEmail {
	background-color:#fafafa;
	border-style:solid;
	border-width:1px;
	border-color:#949494;
	font-size:11px;
	width:100px;
	font-weight:normal;
}

input#loginBoxInputPassword {
	background-color:#fafafa;
	border-style:solid;
	border-width:1px;
	border-color:#949494;
	font-size:11px;
	width:100px;
	font-weight:normal;
}

/* Suchfeld
----------------------------------------------- */
input#searchInputField {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#585858;
	border-left-color:#585858;
	border-right-color:#B6B6B6;
	border-bottom-color:#B6B6B6;
	font-size:11px;
	width:130px;
	font-weight:normal;
	padding-left:2px;
}

/* Newsletter Signup
----------------------------------------------- */
input#newsletterInputField {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#585858;
	border-left-color:#585858;
	border-right-color:#B6B6B6;
	border-bottom-color:#B6B6B6;
	font-size:11px;
	width:160px;
	font-weight:normal;
	padding-left:2px;
}

/* Add a Quickie (Art. Nr. Suchbox)
----------------------------------------------- */
input#addaquickieInputField {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#585858;
	border-left-color:#585858;
	border-right-color:#B6B6B6;
	border-bottom-color:#B6B6B6;
	font-size:11px;
	width:130px;
	font-weight:normal;
	padding-left:2px;
}

/* LoginBox 
----------------------------------------------- */
div#loginBox {
	font-size:11px;
	float:right;
	text-align:right;  
	color:#000000;
	font-weight:bold;
	padding:6px 0px 5px 0px;
}

div#loginBox a {
	font-size:11px;
	color:#585858;
	font-weight:normal;
}

button.logout {
  background-image: url("logout.gif");
  background-repeat: repeat;
  background-position: left;
  background-color: transparent;
  border: none;
  width: 73px;
  height: 21px;
  font-size: 12px;
  padding-bottom: 1px;
}

/* Image mit link
----------------------------------------------- */
img {
	border:0;
}

/* Formular
----------------------------------------------- */
form {
	padding:0px;
	margin:0px;
}

/* Horizontale Linie hellgrau 
----------------------------------------------- */
hr.lightGrey {
	width:100%;
	border:none;
	color:#D9D9D9;
	background:#D9D9D9; 
	height: 1px; 
	margin: 7px 0px 7px 0px !important; 
	margin: -2px 0px -2px 0px;
	line-height:1px;
	font-size:1px;
}

/* Main Container (über gesamte Seite)
----------------------------------------------- */
div#mainContainer {
	margin-left:auto;
	margin-right:auto;
	width:890px;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#e5e5e5;
	border-width:0px 1px 1px 1px;
	padding:0px 11px 5px 11px;
}

/* Container für linke Spalte
----------------------------------------------- */
div#leftColContainer {
	float:left; 
	width:160px; 
	padding:10px 0px 0px 0px;
	margin:0px;
}

/* Container für mittleren Bereich
----------------------------------------------- */
div#middleColContainer {
	float:right; 
	width:680px;
	padding:0px 15px 0px 15px;
	_padding:0px 15px 0px 15px;
	margin:0px;
}

/* Header mit Logo
----------------------------------------------- */
div#logoHeader {
  margin-left:auto;
	margin-right:auto;
	padding:14px 0px 18px 0px;
	width:920px;
	height:79px;
	max-height: 79px;
}

/* Gr&uuml;ne Zeile
----------------------------------------------- */
div#topGreenBar {

	padding:0px 0px 0px 0px;
	width:100%;
	height:47px;
	background-image:url(green_part.jpg);
}

td.inputTd {
	background-image: url("search_bg.jpg");
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
	min-width: 148px;
	width: 148px;
}

/* Gr&uuml;ne Zeile Container
----------------------------------------------- */
div#topGreenContainer {
  margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
	width:920px;
	height:47px;
}

div#customersInfo {
	float: left;
	padding:5px 0px 0px 12px;
}

table.greenBarLogin {
  margin-top: -2px;
}

table.greenBarLogin td.inputTd {
	background-image: url("login_bg.gif");
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
	min-width: 148px;
	width: 148px;
}

/* Graue Menu-Zeile
----------------------------------------------- */
div#topGrayBar {

  margin-left:auto;
	margin-right:auto;
	margin-top: -16px;
	padding:0px 0px 0px 0px;
	width:920px;
	height:38px;
	position:relative;
}

div.barNavigation {
  float:left;
  margin-top:3px;
  margin-left:10px;
}

/* Graune Zeile Container
----------------------------------------------- */
div#topGrayContainer {
  margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
	width:920px;
	height:38px;
	position:absolute;
	top: 0px;
	left: 0px;
}

table.greyBarSearch {

}

table.greyBarSearch td.inputTd {
	background-image: url("search_bg.jpg");
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
	min-width: 148px;
	width: 148px;
}

/* Suchbox im Header
----------------------------------------------- */
div#searchBox {
	color:#FFFFFF;
	float: left;
	font-size:11px;
	padding:5px 0px 5px 0px;
}

div#searchBox input.text {
	border-style:solid;
	border-width:1px;
	border-top-color:#2F2F2F;
	border-left-color:#2F2F2F;
	border-bottom-color:#575757;
	border-right-color:#575757;
}

/* Graue Menu-Zeile (klein)
----------------------------------------------- */
div#topGrayBarSmall {
  padding:0px 0px 0px 0px;
  margin-bottom: 8px;
	width:680px;
	height:38px;
	position:relative;
}

/* Graune Zeile Container (klein)
----------------------------------------------- */
div#topGrayContainerSmall {
  margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
	width:680px;
	height:38px;
	position:absolute;
	top: 0px;
	left: 0px;
}

table.greyBarSearchSmall {

}

/* Graue Menu-Zeile (xklein)
----------------------------------------------- */
div#topGrayBarXSmall {
  padding:0px 0px 0px 0px;
  margin-bottom: 8px;
	width:310px;
	height:38px;
	position:relative;
}

/* Graune Zeile Container (xklein)
----------------------------------------------- */
div#topGrayContainerXSmall {
  margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
	width:310px;
	height:38px;
	position:absolute;
	top: 0px;
	left: 0px;
}

table.greyBarSearchXSmall {

}

table.greyBarSearch td.inputTd {
	background-image: url("search_bg.jpg");
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
	min-width: 148px;
	width: 148px;
}

/* Header mit Logo
----------------------------------------------- */
div#languageSelection {
	float:right;
	text-align:right; 
	width:100px; 
	color:#000000;
	font-weight:bold;
	padding:8px 5px 5px 0px;
}

/* Horizontales Men
----------------------------------------------- */
ul#horizontalmenu {
	list-style-type:none;
	width:770px;
	height:31px;
	margin:0px;
	padding:0px;
	background-color:#666666;
	background-image:url(hormenubg.gif);
}

ul#horizontalmenu li {
	float:left;
	padding:6px 20px 0px 20px;
	margin:0px;
	height:25px;
	background-color:#999999;
	background-repeat:repeat-x;
	background-image:url(hormenuitembg.gif);
}

ul#horizontalmenu li a {
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;	
	text-decoration:none;
}

/* Breadcrumb Pfad
----------------------------------------------- */
div.breadcrumb {
	width:908px;
	background-color:#FFFFFF;
        margin-left:auto;
	margin-right:auto;
	padding:2px 2px 2px 2px;
	color:#999999;
	font-size:10px;
	border-style:solid;
	border-color:#e5e5e5;
	border-width:0px 1px 1px 1px;
	text-align:left;
	background-image:url(breadcrumbbg.gif);
}

div.breadcrumb a {
	color:#585858;
	text-decoration:none;
}

/* Linkes Menu
----------------------------------------------- */

div.submenuContainer {
  background-color: #9eea00;
	border-style:solid;
	border-width:0px 1px 0px 1px;
	border-color:#7b7b7b;
}

ul#submenu {
	font-size:11px;
	width:158px;
	margin:0px;
	padding:0px;
	background-color:#9eea00;
	list-style-type:none;
	display:block;
}

ul#submenu a {
	color:#000000;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

ul#submenu li.submenuspacer {
	height:3px;
	line-height:3px;
	font-size:1px;
	margin:0px;
	padding:0px;
	width:158px;
	background-image:url(submenuspacer.gif);
	display:none;
}

ul#submenu li.level1 {
	list-style:none;
	width:148px;
	_width:148px; /* IE6 Boxmodel Fix */
	padding:6px 0px 6px 10px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#7b7b7b;
	margin:0px;
	font-weight:bold;
	text-transform:uppercase;
}

ul#submenu li.level2 {
	font-weight:normal;
	font-size:11px;
	width:143px;
	padding:6px 0px 6px 15px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#7b7b7b;
	margin:0px;
	background-color:#fafafa;
}

ul#submenu li.level3 {
	font-weight:normal;
	font-size:11px;
	width:133px;
	padding:6px 0px 6px 25px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#7b7b7b;
	margin:0px;
	background-color:#fafafa;
}

ul#submenu li.level4 {
	font-weight:normal;
	font-size:11px;
	width:123px;
	padding:6px 0px 6px 35px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#7b7b7b;
	margin:0px;
	background-color:#fafafa;
}

ul#submenu li#activeCat a{
	color: red;
	font-weight: bold;
}

/* Layout der Box Elemente
----------------------------------------------- */
h4#boxHeader {
	font-size:11px;
	background-image:url(box1bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding:6px 0px 2px 10px;
	vertical-align:middle;
	color:#000000;
	font-weight:bold;
	height:19px;
	border:none;
	margin:0px;
}

h4#boxHeader a {
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border:none;
}

div#boxBody {
	background-color:#fafafa;
	border-style:solid;
	border-width:0px 1px 1px 1px;
	border-color:#7b7b7b;
	font-size:11px;
	color:#000000;
	padding:8px 10px 8px 10px;
}

div#boxBody a {
	color:#336699;
	text-decoration:none;
}

div#boxBody p {
	line-height:15px;
	margin:5px 0px 5px 0px;
}

/* Layout der Cart Box
----------------------------------------------- */
div.boxCart {
	text-align: left;
	font-size:11px;
	padding:6px 10px 2px 10px;
	color:#000000;
	overflow: hidden;
}

div.boxCart h3.green {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	color:#60d900;
	font-size: 16px;
}

div.boxCart h3.black {
	margin: 4px 0px 0px 0px;
	padding: 0px;
	color:#000000;
	font-size: 13px;
}

div.boxCart a {
	color:#000000;
	text-decoration:underline;
}

div.boxCart p {
	line-height:normal;
	margin:0px;
	padding:0px;
}

div.boxCartBody {
	font-size:11px;
	background-image:url(greenboxbg.gif);
	padding:6px 0px 2px 10px;
	vertical-align:middle;
	color:#000000;
	font-weight:bold;
	height:20px;
}



/* Floatbox (Inhalte)
----------------------------------------------- */
div.floatBox {
	background-color:#F7F7F7;
	padding:10px 20px 10px 20px;
	margin:0px;
	border-style:solid;
	border-color:#797979;
	border-width:1px;
	line-height:normal;
}

div.floatBox h4 {
	color:#336699;
	font-size:16px;
	font-weight:bold;
	border:none;
	text-decoration:none;
	margin:10px 0px 6px 0px;
	background-image:none;
	line-height:normal;
}

div.floatBox h2 {
	color:#88d522;
	font-weight:bold;
	font-size:14px;
	margin:15px 0px 4px 0px;
	padding:0px;;
}

div.floatBox ul {
	line-height:22px;
}

/* Product Category Listing
----------------------------------------------- */

div.customContainer{
	position: absolute;
	/*left: 338px;*/
	right: 4px;
	top: 0px;
        border-width: 1px 1px 1px 1px;
        border-style: solid;
	border-color: #e5e5e5;
        margin-top: 10px;
        margin-right: 15px;
        width: 321px;
	min-height: 310px;
	max-height: 310px;
	overflow: hidden;
}

div.customContainer1{
        border-width: 0px 0px 0px 0px;
        border-style: solid;
	border-color: #e5e5e5;
        margin-top: 10px;
        width: 661px;
	max-height: 300px;
	overflow: hidden;
}

div.productCrossContainer {
	background-color:#FFFFFF;
  float: left;
}

div.productNewProductContainer {
	background-color:#FFFFFF;
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  width: 321px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
	border-color: #e5e5e5;
	min-height: 150px;
}

div.productNewProductContainer div.header{
  background-image: url("newproductheader.gif");
  background-repeat: no-repeat;
  width: 327px;
  height: 18px;
  padding: 4px 0px 0px 10px;
  margin: 0px 0px 5px -3px;
}

div.productNewCategorieContainer {
	background-color:#FFFFFF;
  float: left;
  margin: 5px 20px 5px 0px; 
  margin-top: 15px;
  margin-right: 20px;
  padding-bottom: 2px;
  width: 185px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
	border-color: #e5e5e5;
	text-align: center;
	min-height: 150px;
}

div.productNewCategorieContainer div.header{
  background-image: url("newcategorieheader.gif");
  background-repeat: no-repeat;
  width: 200px;
  height: 18px;
  padding: 4px 0px 0px 0px;
  margin: 0px 0px 5px -3px;
}

div.productListingContainer {
	background-color:#FFFFFF;
	padding-top:4px;
	margin: 0px 0px 10px 0px;
}

div.productListingContainer a.productHeader {
	padding:6px 0px 0px 0px;
	margin-top:0px;
	font-size:14px;
	font-weight:bold;
	color:#336699;
	border:none;
	text-decoration:underline;
	font-weight:bold;
}

div.productNewCategorieContainer a {
	text-decoration: none;
}

div.productListingContainer p.productDescription {
	font-size:12px;
	margin:0px;
	padding:8px 0px 0px 0px;
	line-height:normal;
}

div.productListingContainer p.additionalDetails {
	padding:0px 0px 10px 0px;
	margin:0px;
	line-height:normal;
}

div.productListingContainer p.additionalDetails span.productPrice {
	font-size:15px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	line-height:normal;
}

div.productListingContainer p.additionalDetails span.shippingCosts {
	font-size:11px;
	padding:0px;
	margin:0px;
	line-height:normal;
	color:#999999;
}

div.productListingContainer p.additionalDetails span.shippingCosts a {
	color:#999999;
}

div.productListingContainer p.detailButtons {
	padding:0px;
	margin:0px;
	line-height:normal;
}

span.productsPrice {
  color: #FF0000;
}

/* Checkout Payment Block
----------------------------------------------- */
h1.paymentBlockHeader {
	background-color:#030303;
	background-image:url(paymentblocktheaderbg.gif);
	margin:0px;
	padding:5px 0px 0px 0px;
	font-size:12px;
	color:#444444;
	font-weight:normal;
	height:21px;
	vertical-align:middle;
	text-decoration:none;
	border:none;
}

h1.paymentBlockHeader input {
	margin:2px 5px 0px 5px;
	_margin:-2px 0px 0px 2px;
	padding:0px 0px 0px 0px;
}

div.paymentBlockContainer {
	margin:0px;
	padding:10px;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#D9D9D9;
	border-width:0px 1px 1px 1px;
	line-height:15px;
}

div.paymentBlockContainer table td {
	padding:2px;
}

/* Checkout Shipping Block
----------------------------------------------- */
td.shippingTypeHeader {
	background-color:#FF9900;
	border-style:solid;
	border-width:4px 0px 0px 0px;
	border-color:#FFCC66;
	padding:4px;
	color:#FFFFFF;
}

/* Product Image Box
----------------------------------------------- */
div.productImagesBox {
	background-color:#FFFFFF;
	font-size:11px;
	color:#333333;
	float:left; 
	text-align:center; 
	width:310px; 
	padding:0px; 
	margin:0px 15px 15px 0px;
	border-style: none;
}

/* Box mit Attributen und Preis bei Produktdetails
----------------------------------------------- */
div.productPriceAttributes {
	background-color:#FFFFFF;
	border-style:none;
	font-size:12px;
	color:#000000;
	padding: 0px 15px 10px 0px;
}

/* Statt-Preisanzeige
----------------------------------------------- */
span.productOldPrice {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration: line-through;
}

/* Box mit Downloads
----------------------------------------------- */
div.electronicDownloadsBox {
	background-color:#fafafa;
	border-style:solid;
	border-width:1px;
	border-color:#949494;
	font-size:12px;
	color:#000000;
	padding:5px;
}

/* Box mit Sucheingabefeld
----------------------------------------------- */
div.detailedSearchBox {
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
	font-size:12px;
	color:#000000;
	padding:10px 15px 10px 15px;
	text-align:center;
}

div.detailedSearchBox td.inputText input {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#585858;
	border-left-color:#585858;
	border-right-color:#B6B6B6;
	border-bottom-color:#B6B6B6;
	font-size:11px;
	width:130px;
	font-weight:normal;
	padding-left:2px;
}

/* Box Eingabefeld für Gutscheincode
----------------------------------------------- */
div.voucherBox {
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
	font-size:13px;
	color:#000000;
	padding:10px 15px 10px 15px;
	text-align:center;
}

/* Trennlinie für Produktvorschau (Kategorieanzeige)
----------------------------------------------- */
div.productPreviewSplitLine {
	height:26px;
	background-image:url(productsplitline.gif);
}

/* Trennlinie für Produktvorschau (Kategorieanzeige)
----------------------------------------------- */
.productImageBorder {
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
}

/* Box für "Weitere Unterkategorien"
----------------------------------------------- */
div.moreCategoriesBox {
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
	padding:15px;
}

/* Tabellenlisten
----------------------------------------------- */
.tableListingI {
	background-color: #F0F0F0;
}

.tableListingII {
	background-color: #FDFDFD;
}

.tableListingI td, .tableListingII td {
	font-size: 11px;
	line-height: 14px;
	vertical-align: middle; 
}

.tableListingI input[type='text'], .tableListingII input[type='text'] {
	font-size: 10px;
  height: 12px;
  margin: 1px 0px 1px 1px;
}

.tableListingI input[type='image'], .tableListingII input[type='image'] {
  margin: 2px 0px 0px 0px;
}

/* Warenkorbliste
----------------------------------------------- */
.cartTableListingI {
	background-color: #ff9e00;
}

.cartTableListingII {
	background-color: #F3F3F3;
}

td.cartTabelCell {
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#CCCCCC;
	background-color: #FFFFFF;
	padding:10px 4px 7px 4px;
}

/* 1-2-3 In Chackout
----------------------------------------------- */

div.OneTwoThreeContainer {
  width: 100%;
  height: 31px;
  background-color: transparent;
  margin-top: 10px;
  margin-bottom: 30px;
  background-image: url("123_bg.gif");
  background-repeat: repeat-x;
}

div.OneTwoThreeContainer div.Item {
  float: left;
  width: 170px;
  background-color: transparent;
  white-space: nowrap;
  height: 40px;
}

div.OneTwoThreeContainer div.Item div.Img {
	float:left;
}

div.OneTwoThreeContainer div.Item div.Caption {
  float: left;
  margin-left: 8px;
  margin-top: 8px;
  color: #444444;
  font-size: 12px;
}


/* Hintergrund für Popups
----------------------------------------------- */
div.popupContainer {
	background-color:#FFFFFF;
	padding:15px;
}

/* Hintergrund für Bestellungsdruck
----------------------------------------------- */
div.printOrderContainer {
	background-color:#FFFFFF;
	padding:15px;
}

/* Hintergrund für Artikeldruck
----------------------------------------------- */
div.printProductInfoContainer {
	background-color:#FFFFFF;
	padding:15px;
}

/* Artikelliste Bestellungsdruck
----------------------------------------------- */
td.productListHeaderPrintOrder {
	padding:5px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#000000;
	font-weight:bold;
	white-space:nowrap;
}

td.productListItemPrintOrder {
	padding:5px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#999999;
	vertical-align:top;
}

/* Block mit Shipping Typen
----------------------------------------------- */
td.shippingTypeHeader {
	background-color:#FF9900;
	border-style:solid;
	border-width:4px 0px 0px 0px;
	border-color:#FFCC66;
	padding:4px;
	color:#FFFFFF;
}

/* Block mit Warenkorbinhalt
----------------------------------------------- */
/*
tr.basketTR {
	background-color:#88d522;
	background-image:url(basketheaderbg.gif);
	padding:4px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
*/
td.basketL {
	background-image:url(grey_left_edge.gif);
	background-repeat: no-repeat;
/*	padding:4px; */
	color:black;
	font-size:12px;
	font-weight:bold;
  height: 35px;
  width: 15px;
}
td.basketHeader {
	background-repeat: repeat-x;
	background-image:url(grey_bg.gif);
	padding:4px;
	color:black;
	font-size:12px;
	font-weight:bold;
  height: 35px;
}
td.basketR {
	background-repeat: no-repeat;
	background-image:url(grey_right_edge.gif);
/*	padding:4px; */
	color:black;
	font-size:12px;
	font-weight:bold;
        height: 35px;
        width: 15px;
}

/* Block mit Reviews
----------------------------------------------- */
td.reviewListHeader {
	background-color:#666666;
	background-image:url(reviewlistheaderbg.gif);
	border:none;
	padding:4px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

/* Sitemap Blöcke
----------------------------------------------- */

div.sitemapHeader {
	background-color:#666666;
	background-image:url(paymentblocktheaderbg.gif);
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:21px;
	vertical-align:middle;
	text-decoration:none;
	border:none;
	padding:3px 0px 0px 6px;
}

div.sitemapHeader a {
	color:#FFFFFF;
	text-decoration:none;
}

div.sitemapContent {
	margin:0px 0px 15px 0px;
	padding:10px;
	background-color:#F7F7F7;
	border-style:solid;
	border-color:#D9D9D9;
	border-width:0px 1px 1px 1px;
	line-height:15px;
}

div.sitemapContent a {
	font-size:12px;
	text-decoration:none;
}


/* Errormessage
----------------------------------------------- */
div.errorMessage {
	padding:10px;
	margin:10px 0px 10px 0px;
	border-style:dashed;
	border-color:#88d522;
	border-width:1px;
	background-color:#FFB3B7;
	font-size:13px;
}

/* Successmessage
----------------------------------------------- */
.messageStackSuccess {
	font-size: 12px; 
	background-color: #ADDA9D;
	padding:8px;
}

/* Produktnavigator (unter jedem Produkt)
----------------------------------------------- */
div.productNavigator {
	margin: 10px 0px 10px 0px;
	padding:10px;
	height: 14px;
	background-color:#3a3a3a;
  border: none;
  color: white;
}

/* AGB Bestätigung
----------------------------------------------- */
div.agbConfirmation {
	border-style:solid;
	border-width:1px;
	border-color:#FF0000;
	background-color:#FFB3B7;
	padding:10px;
}

/* Footer
----------------------------------------------- */
div#footer {
	width:908px;
  border: none;
	font-size:10px;
	color:#7b7b7b;
	padding:6px 0px 4px 0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

/* Copyright
----------------------------------------------- */
div.copyright {
	width:800px;
	text-align:center;
	color:#666666;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	padding:0px 0px 10px 0px;
	border: none;
	display:none;
	
}

/* Float-Clearing div
----------------------------------------------- */
div.clearboth {
	clear:both;
}

div.clearleft {
	clear:left;
}

div.clearright {
	clear:right;
}

/* main Zelle (Versandkosten)
----------------------------------------------- */
td.contentsTopics {
	padding:10px;
	background-color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}

td.main {
	padding:3px;
	background-color: transparent;
	font-size:12px;
}

.onepxwidth { 
 width: 1px; 
} 
 
/* 
Intelli Search suggest list layout
Change this lines as you like to asign other colours,
fonts, borders etc. to the Intelli Search suggest List
*/
div#intelliSearchResult {
	position:absolute;
	width:126px;
	z-index:1;
	background-color:#fafafa;
	padding:0px;
	margin:-2px 0px 0px 10px;
	border-style:solid;
	border-color:#999999;
	border-width:0px 1px 0px 1px;
	display:none;
	visibility:hidden;
}

div#intelliSearchResult a {
	display:block;
	padding:4px;
	width:118px;
	border-style:solid;
	border-color:#999999;
	border-width:0px 0px 1px 0px;
	font-size:11px;
}

div#intelliSearchResult a:hover {
	display:block;
	background-color:#3366CC;
	color:#FFFFFF;
	text-decoration:none;
}


/* Wishlist */

.wl_border	{border-top:1px solid #dddddd; margin-top:5px;}
.wl_checkbox {padding-bottom:5px;}
.wl_name	 {padding-left:0px; font-weight:bold;}
.wl_desc	 {padding-right:3px;padding-top:3px;}

.wl_desc textarea {
  border: 1px solid #cccccc;
  width: 100%;
  height: 93px;
}

fieldset.green {
  border: 1px solid #a2e100;
}

fieldset.green textarea {
  border: 1px solid #CCCCCC;
}

fieldset.green input {
  border: 1px solid #CCCCCC;
}

.wl_price	 {font-weight:bold;}
.wl_box		{background-color:#FFFFFF;padding:0px;margin-bottom:1px; float:left; width:400px;}

.wl_box textarea {
  border: 1px solid #cccccc;
  width: 100%;
  height: 93px;
}

.wl_searchbox	{background-color:#FFFFFF;}

.wl_searchbox input {
  border: 1px solid #CCCCCC;
}

.wl_resultheader	{background-color:#dddddd; padding:2px;}
.wl_resultcontent	{background-color:#f9f9f9;}
.wl_resultcontent2	{background-color:#ffffff;}


/* NEUE ARTIKEL-LISTEN*/

div.artbox2 {
	position: relative;
	float: left;
	height: 365px;
	margin: 15px 0 15px 0;
	padding: 0 10px 0 20px;
	width: 130px;
}
div.artbox2 a.artbox_thumb {
	display: block;
	height: 130px;
	padding: 25px 0 0 0;
	margin:0px 0px 10px 0px;
	text-align: center;
	border-bottom: 1px solid #88d522;
}
div.artbox2 h4, div.artbox2 h4 a {
	font-size: 13px;
	color: #88d522;
	font-weight: bold;
	line-height:14px;
	padding: 0 ;
	text-align: left;
	margin-bottom:5px;
  border: none;
}

div.artbox2 .stat {
	position: absolute;
	top: 119px;
	left: 52px;
	width: 120px;
	font-size: 10px;
	color:#778285;
	line-height:11px;
}

div.artbox2 .article-price2 s {
	font-size:1.0em;
	color:#88d522;
}

div.artbox2 .article-price2  {
	position: absolute;
	top: 285px;
	left: 50px;
	font-size:15px;
	color:#88d522;
	width: 100px;
	text-align: right;
	margin: 10px 0 0 0;
}

div.artbox2 .article-price2 strong	{
	font-size: 16px;
	color:#cc0000;
}

div.artbox2 .article-price strong {
	color:#88d522;
}

div.artbox2 .article-price  {
	font-size: 17px;
	position: absolute;
	top: 285px;
	left: 20px;
	font-weight: bold;
	color:#88d522;
	width: 130px;
	text-align: right;
	margin: 10px 0 0 0;
}

div.artbox2 .article-description {
	font-size: 11px;
	color: #505050;
}


.listing_grid_left {}
.listing_grid_right { border-left: 1px solid #DEDEDE;}