
/* THE BIG GUYS */
* {
	margin:0;
	padding:0;
	}
body {
	font-family:"Georgia", serif;
	font-size:13px;
	margin:0px 0;
	padding:0;  
}

body.start{
	background-color:White;
}
body.rest{
	background-color:#b2c1cc;
}

.ladenseite1{
	border-top: 10px solid #b2c1cc; 
	border-right: 10px solid #b2c1cc; 
	padding-top: 10px; 
	padding-left: 20px;
	}
.ladenseite2{
	border-top: 10px solid #b2c1cc;
	padding-top: 10px;
	padding-left: 20px;
	}
.philos{
	border-top: 10px solid #b2c1cc;
	width: 782px;
	clear: both;
	padding-top: 20px;
	}

/* HEADINGS */
h1 {
	color: #000000;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding:0px;
	width:auto;
	font-weight: bold;
	
	}
h2 {
	color: #000000;
	font-weight:bold;
	font-size: 18px;
	margin:15px 0px 8px 0px;
	padding:0px;
}

h4 {
	color: #000000;
	background-color: Black;
	padding: 5px;
	}
/* LINKS GLOBAL */
a, a:link, a:link, a:link, a:hover {
	background:transparent;
	cursor:pointer;
	text-decoration: none;
}
a:link {
	color: Black;
}
a:visited {
	color: Black;
}
a:hover, a:active {
	text-decoration:underline;
}
a img {
	border:none
}
a:focus { outline: none; }
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
	font-family:"Georgia", serif;
	font-size:12px;
	
}
textarea {
	font-family:"Georgia", serif;
	font-size:12px;
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;
	border-right-color:#AEAEAE
}
select {
	font-family:"Georgia", serif;
	font-size:12px;
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;
	border-right-color:#AEAEAE
}
/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;
	border-right-color:#AEAEAE
}
/* PARAGRAPH GLOBAL */
p {
	margin: 0px 0px 8px 0px;
	line-height: 135%;
}
/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#4E4E4F
}
div.hrlightgrey {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#999999
}
div.hrproductpreview {
	padding-top:1px;
	
	overflow:hidden;
	margin:12px 0px 12px 0px;
	
	height:0px;
	line-height:0px;
	display:block;
	background-image:url(img/hr_productpreview.gif)
}
/* TABLE GLOBAL */
table td {
	padding:2px;
	
}
/* WHOLE SITE WRAPPER */
#wrap {
	margin: 0 auto;
	width:950px;
	background-color:#fff;
	border-style:solid;
	border-color:#fff;
	border-width:0px 0px 0px 0px;
	-moz-box-shadow:0px 2px 5px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow:0px 2px 5px rgba(0, 0, 0, 0.7);
	box-shadow:0px 2px 5px rgba(0, 0, 0, 0.7);
}
#wrapstart {
	margin: 0 auto;
	width:950px;
	background-color:#b2c1cc;
	border-style:solid;
	border-color:#fff;
	border-width:0px 0px 0px 0px;
	-moz-box-shadow:0px 2px 5px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow:0px 2px 5px rgba(0, 0, 0, 0.7);
	box-shadow:0px 2px 5px rgba(0, 0, 0, 0.7);
	
}

/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#header {
	height:94px;
	background: url(img/HeadLarge.png) no-repeat top;
}
#headerstart {
	height:94px;
	background: url(img/HeadLargeStart.png);
}

#header  #logo, #headerstart  #logo {
	padding-left:1px;
	float:left
	
}

#header  #search, #headerstart  #search {
	width: 170px;
	float:right;
	color:#fff;
	padding-top: 35px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
p.warenkorb{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
	position: absolute; 
	margin-left:95px;
	top: 37px;  
	color:white;
	font-size:10px;
	font-weight:bold;
}
#header  #search form, #headerstart  #search form {

margin-top:4px;
}

#header #search a, #headerstart #search a {
	font-size:11px;
}


#header td, #headerstart td {
	margin-right:4px;
	margin-top:2px;
}


/* BREADCRUMB PATH AS LIST */
#breadcrumb {
	width:760px;
	clear:both;
	color: black;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
	background-color:transparent;
	height:25px;
	font-size:11px;
	font-family: "Georgia", serif;
	font-weight:bold;
	
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited,  #breadcrumb a:active {
	line-height:25px;
	text-decoration:underline;
	font-weight:bold;
	cursor:pointer;
	color: black;	
}
#breadcrumb a:hover{
color:white;
	background-color: black;
	}
	
/* TOPMENU AS LIST */
#topmenuwrap {
	/*background: url(img/bg_topmenu.gif) repeat-x;*/
}
.topmenu {
	float:left;
	padding-top: 55px;
	padding-left: 150px;
	vertical-align: middle;
	}
	
.CatLevel0 a{
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	margin-right: 10px;
	color:white;
	}
	
.CatLevel0 a:hover {
	text-decoration: none;
	color: #b2c1cc;
	}
	

.CatLevel1 a{
		font-size:14px;
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
		color:white;
		
	}
	
.CatLevel2 a{
		font-size:11px;
		font-style: normal;
		font-weight: normal;
		font-family:Verdana, Geneva, sans-serif;
		text-transform: none;
		color:white;
	}
.CatLevel2 a.Current { color:grey;}
.CatLevel1 a.Current { color:grey;}

/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
	text-align:right;
	height:26px;
	font-size:13px;
	/*background: url(img/bg_topmenu.gif) repeat-x;*/
	padding: 10px 10px 0px 0px;
	margin:0;
}
/* CONTENT WRAPPER */
#contentwrap {
	clear:both;
	width:950px;
	padding:0;
	/*background: no-repeat url(img/Bambus.jpg);*/

	
}
/* LEFT COLUMN */
#leftcol {
	float:left;
	width:145px;
	padding:0px 0px 15px 5px;
}
/* RIGHT COLUMN */
#rightcol {
	float:right;
	width:170px;
	padding: 0px 10px 15px 0px;
}
/* MAIN CONTENT */
#content {
	float:left;
	width:745px;
	padding: 12px 0px 15px 10px;
	margin-bottom:15px;
}
#contentcheckout {
	width:890px;
	padding:10px 30px 0px 30px;
	margin-bottom:15px;
	
}

#contentproducts {
	width:930px;
	padding:10px 10px 0px 10px;
	margin-bottom:15px;
	
}
#contentstart {
	width:782px;
	padding: 0px 82px 0px 86px;
	margin-bottom:0px;
	background-color: #b2c1cc;
	
}

/* CATEGORY MENU */



h2.SubCategories {
	background-color:BLACK;
	height:20px;
	font-size:11px;
	color:WHITE;
	padding: 2px 8px 5px 8px;
	margin:0;
	line-height:28px;
	vertical-align:middle;
   border-color:#4E4E4F;
	border-width: 1px 1px 0px 1px;
	border-style:solid;
	
}

ul#inner {
	background-color:WHITE;
	margin-bottom:15px;
	border: solid #4E4E4F;
	border-width:0px 1px 1px 1px;
	border-style: solid;
	font-size:11px;
	
}



h2.categoryheader {
	background-color:white;
	height:20px;
	font-size:11px;
	color:WHITE;
	margin: 0px 0px 0px 0px;
	line-height:20px;
	vertical-align:middle;
   border-color:#4E4E4F;
	border-width: 0px 0px 1px 0px;
	border-style:solid;
	
}
h2.categoryheader a {
	text-decoration:none;
	color: black;
}
ul#categorymenu {
	background-color:WHITE;
	margin-bottom:15px;
	border: solid #4E4E4F;
	border-width:0px 1px 1px 1px;
	border-style: solid;
	font-size:11px;
	margin: 12px 0px 0px 0px;
}

/* 1st TIER */
ul#categorymenu li.level1,ul#categorymenu li.level1top {
	list-style-type: none;
	background-color:BLACK;
	padding: 5px 0px 5px 10px;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
	border-style: solid;
	font-size: 12px;
	}
	
	ul#categorymenu li.level1top {
	border-width:0px 0px 0px 0px;
	}
	ul#categorymenu li.level1:hover, ul#categorymenu li.level1top:hover
	{
		background-color: #2F2F2F;
	}
		
ul#categorymenu li.level1 a, ul#categorymenu li.level1top a {
	text-decoration:none;
	font-weight:bold;
	color:WHITE;
	display:block;
}

/* 2nd TIER */
ul#categorymenu li.level2 {
	list-style-type:none;
	background-color:WHITE;
	padding: 4px 0px 4px 10px;
	border-style: dotted;
	border-color:#4E4E4F;
	border-width:1px 0px 0px 0px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
ul#categorymenu li.level2:hover {
	background-color: #F5F5F5;
}
ul#categorymenu li.level2 a {
	display:block;
	text-decoration:none;
	color:BLACK;
	font-weight:normal;
	
}
ul#categorymenu li.level2 a.current  { font-weight:bold;}


/* 3rd TIER */
ul#categorymenu li.level3 {
	list-style-type:none;
	background-color:#EDEDED;
	padding:4px 0px 4px 40px;
	
	border-style: solid;
	border-color:#4E4E4F;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level3 a {
	font-size: 11px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
/* BOXES GLOBAL DEFINITION */
h2.boxheader {
	
	height:20px;
	font-size:11px;
	color:WHITE;
	padding: 2px 1px 0px 6px;
	margin: 12px 0px 0px 0px;
	line-height:20px;
	vertical-align:middle;
	border-color:#4E4E4F;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	background-color:BLACK;
	
}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
	text-decoration:none;
	color: WHITE;
}
.boxbody {
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#4E4E4F;
	border-width:0px 1px 1px 1px;
	border-style: solid;
	padding:8px;
	margin-bottom:15px;
	font-family: "Georgia", serif;;
	
}
.boxbody h3, .boxbody h3 a {
	font-size:11px
}
.boxbody h3.center, .boxbody h3.center a {
	font-size:11px;
	text-align:center
}
.boxbody p {
	color:#000000;
	font-size:11px;
	margin:6px 0px 6px 0px
}
.boxbody p.center {
	color:#000000;
	font-size:11px;
	text-align:center;
	margin:6px 0px 6px 0px
}
.boxbody td {
	color:#000000;
	font-size:11px;
	margin:6px 0px 6px 0px
}
.boxbody .productOldPrice {
	font-size:11px;
	text-decoration: line-through;
}
.boxbody .productNewPrice {
	font-size:11px;
	color: #af3b20;
	
}
.boxbody div.hr {
	margin-top:5px;
	margin-bottom:5px
}
.boxbody div.hrlightgrey {
	margin-top:5px;
	margin-bottom:5px;
}
.boxbody a {
	font-size:11px;
}
.boxbody .productboximage {
	border: solid 0px #999999;
}

img.productboximage {
	width: 110px;
	height: auto;
}


.boxbody ul.contentlist {
	margin-left:1px;
	margin-right:0;
	padding:0;
	
}
.boxbody ul.contentlist li {
	font-size:11px;
	list-style-type: none;
	list-style-image: url(img/icon_arrow.gif);	
	list-style-position: inside;
	background-color:WHITE;
	padding: 3px 0px 3px 0px;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
	border-style: solid;
	}

.boxbody2 {
	background-color:#FFFFFF;
	margin-top: 10px;
	margin-bottom:10px;
	font-family: "Georgia", serif;;
	width: 110px;
	text-align:center;
	
}	
.boxheader2 {
	margin-top: 10px;
	height:20px;
	font-size:11px;
	color:WHITE;
	text-align: center;
	padding: 2px 1px 0px 0px;
	line-height:18px;
	vertical-align:middle;
	background-color:BLACK;
	width: 110px;
	font-weight: bold;
}
h2.boxheader3 {
	
	height:20px;
	font-size:11px;
	color:WHITE;
	line-height:20px;
	vertical-align:middle;
	border-color:#4E4E4F;
	border-width: 0px;
	border-style: solid;
	background-color:BLACK;
	
}


/* CART BOX */

h2.boxcartheader 
{
	height:20px;
	font-size:11px;
	color:#FFFFFF;
	margin:0;
	line-height:28px;
	vertical-align:middle;
}


h2.boxcartheader a {
	text-decoration:none;
	color:#fff
}
.boxcartbody 

{
	float:left;
	
}


.boxcartbody p {
	font-size:11px;
}
/* PRODUCT PREVIEW */
.productPreview {
	padding:0;
	margin:0;
	
}
.productPreviewContent {
	vertical-align:top;

}
.productPreviewContent h2 {
	padding: 0;
	margin:0px 0px 5px 0px;
}
.productPreviewContent h2 a {
	font-size:14px;
	font-weight:bold;
}
.productPreviewImage {
	vertical-align:top;
	
	padding: 3px 15px 0px 30px;
}
.productPreviewImage img {
	border: solid 1px #999999;
}
.productPreviewContent .price {
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0
}
.productPreviewContent .taxandshippinginfo {
	font-size:11px;
	font-weight:normal;
	color:#4E4E4F;
	padding:0;
	margin:0;
}
.productPreviewContent .vpe {
	font-size:11px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContent .shippingtime {
	font-size:11px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContent .stockimage {
	margin:0;
	padding:0;
}
.productPreviewContent .stockimagetext {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
.productPreviewContent .productOldPrice {
	font-size:12px;
	font-weight:bold;
	
}
.productPreviewContent .productNewPrice {
	font-size:12px;
	font-weight:bold;
	color:#af3b20;
}


.productPreviewContent .taxandshippinginfo a {
	font-size:11px;
	font-weight:normal;
	color:#4E4E4F;
	text-decoration: underline;
}
/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {
	display:table;
	width:100%;
	
}
#productinfoimages {
	float:left;
	background-color:white;
	text-align:center;
	width:140px;
	padding:10px;
	margin:0px 10px 10px 0px;
	border: solid 1px #999999;
}
#productinfoimages .productimage {
	border: solid 1px #999999;
}
#productinfoimages .hrlightgrey {
	margin-top:6px;
	margin-bottom:6px;
}
#productinfopricewithimages {
	
	

}
#productinfopricewithimages img {
	cursor:pointer
}
#productinfopricewithoutimages {
	width:100%
}
#productinfopricewithoutimages img {
	cursor:pointer
}
#productinfoprice {
	padding:5px;
	margin-right: 15px;
}
#productinfoprice .hrlightgrey {
	margin-top:6px;
	margin-bottom:6px;
}
#productinfoprice .productprice {
	margin:0;
	padding:0;
	font-size:18px;
	font-weight: normal;
}
#productinfoprice .productOldPrice {
	
	margin:0;
	padding:0;
	font-size:14px;
	font-weight: normal;
	text-decoration: line-through;
}
#productinfoprice .taxandshippinginfo {
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:normal;
	color:#4E4E4F;
}
#productinfoprice .taxandshippinginfo a {
	margin:0;
	padding:0;
	font-size:9px;
	font-weight:normal;
	color:#4E4E4F;
	text-decoration: underline;
}
#productinfoprice .shippingtime {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
#productinfoprice .stockimage {
	margin:0;
	padding:0;
}
#productinfoprice .stockimagetext {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
p.productinfoproductadded {
	font-size:11px;
}
.productoptions {
	background-color:#b2c1cc;
	padding:6px;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color: Black;
}
.addtobasket {
	background-color:White;
	padding: 6px 6px 6px 6px;
	text-align:right;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:Black;
}
/* POPUPS PRODUCTINFO */
body.popupproductinfo {
	padding:15px;
	background:none;
	background-color:#fff
}
/* POPUP print_order.html */
body.popupprintorder {
	font-family:"Georgia", serif;
	font-size:13px;
	padding:15px;
	background:none;
	background-color:#fff
}
body.popupprintorder .products tr.header td {
	font-weight:bold;
	background-color:#EDEDED;
}
body.popupprintorder .products .total {
	text-align:right
}
body.popupprintorder .products .quantity {
	vertical-align:top
}
body.popupprintorder .productname {
	vertical-align:top
}
body.popupprintorder .model {
	vertical-align:top
}
body.popupprintorder .singleprice {
	vertical-align:top
}
body.popupprintorder .totalprice {
	vertical-align:top
}
/* HIGHLIGHTBOX (BACKGROUND) */
div.highlightbox {
	padding: 15px;
	background-color:#f4f4f4;
	border: solid black 1px;
	 color: black;
}
div.highlightbox ul {
	margin-left:15px;
	padding:0;
	display:block;
	list-style-type:disc;
	line-height:20px;
	 color: black;
}
div.highlightbox h1 {
	 color: black;
	padding:0px 0px 10px 0px;
	margin:0;
	border:none;
	font-size:16px
}
div.highlightbox div.hr {
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
	display:block;
	border-bottom: solid 1px #000000;
	 color: black;
}
/* PAYMENT TYPE SELECTION */
table.paymentblock {
	background-color:white;
	border-style: solid;
	border-width:1px 1px 1px 1px;
	border-color:#C5C5C5;
	margin-bottom:15px;
	width: 290px;
	
}
table.paymentblock tr td.header {
	background-color:#464646;
	padding:2px;
	padding-left:5px;
	color:white;
	font-weight:bold;
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
	background-color:white;
	border-style: solid;
	border-width:1px 1px 1px 1px;
	border-color:#464646;
	margin-bottom:15px;
	width: 300px;
	color:black;
	margin-left: 10px;
}
table.shippingblock tr td.header {
	color:#FFFFFF;
	background-color: #464646;
	font-size: 15px;
	padding:4px;
}
table.shippingblock tr td {
	vertical-align:top;
	padding: 0px;
	margin: 0px;
}

table.shippingblock tr td img{
	display: block;
}

table.shippingblock tr td.description {
	width:100%;
	vertical-align:top;
}
table.shippingblock tr td.radiobutton {
	vertical-align:middle;
	white-space:nowrap;
	padding:2px;
	background-color: #464646;
	text-align:center;
}
table.shippingblock tr td.radiobutton input {
	margin:0px;
	padding:0px;
}
table.shippingblock tr td.price {
	vertical-align:middle;
	text-align: center;
	white-space:nowrap;
	color:#FFFFFF;
	background-color: #464646;
	font-size: 15px;
	
}
/* ORDER DETAILS IN ACCOUNT HISTORY */
table.accounthistoryinfoorderdetails tr td {
	vertical-align:top
}
table.accounthistoryinfoorderdetails tr.header td {
	font-weight:bold
}
/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
	width:130px;
}
/* DOWNLOAD BOX FOR USER DOWNLOADS */
table.downloadbox {
	padding: 5px;
	background-color:#b2c1cc;
	border: solid #000000 1px;
	margin-bottom:8px;
}
table.downloadbox tr td.icon {
	padding-right: 15px;
}
table.downloadbox tr td.downloadlink {
	width:100%;
}
/* TABLE WICH SHOWS GRADUATED PRICES */
table.graduatedprice {
	font-size:11px;
	text-align:left;
	margin-top:5px;
}
table.graduatedprice tr td.header {
	font-size:12px;
	font-weight:bold;
	text-align:left
}
/* ORDER DETAILS */
table.orderdetails {
	font-size:11px;
	background-color:#b2c1cc;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color: Black;
}
table.orderdetails tr td {
	padding:4px
}
table.orderdetails tr.headerrow td {
	background-color:black;
	color:#FFFFFF;
	font-weight:bold
}
table.orderdetails tr.headerrow td.left {
	text-align:left
}
table.orderdetails tr.headerrow td.center {
	text-align:center
}
table.orderdetails tr.headerrow td.right {
	text-align:right
}
/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {
	background-color: white;
	vertical-align:middle;
}
table.orderdetails tr.contentrow1 td.quantity {
	text-align:center
}
table.orderdetails tr.contentrow1 td.quantity input {
	font-size:11px;
	padding:2px;
	border:solid Black 1px;
	vertical-align:middle;
}
table.orderdetails tr.contentrow1 td.productname {
	text-align:left
}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
	background-color:#f4f4f4;
	vertical-align:middle;
}
table.orderdetails tr.contentrow2 td.quantity {
	text-align:center
}
table.orderdetails tr.contentrow2 td.quantity input {
	font-size:11px;
	padding:2px;
	border:solid Black 1px;
	vertical-align:middle;
}
table.orderdetails tr.contentrow2 td.productname {
	text-align:left
}
/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {
	text-align:right;
	white-space:nowrap
}
/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {
	text-align:right;
	white-space:nowrap
}
/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete {
	text-align:center;
	white-space:nowrap
}
/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes {
	margin-top:3px;
}
table.orderdetails tr td.productname table.productattributes tr td {
	padding:0px;
}
table.orderdetails tr td.productname table.productattributes tr td.attribute {
	padding-right:4px;
}
table.orderdetails tr td.productname table.productattributes tr td.value {
	width:100%;
}
/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {
	background-color:#f4f4f4;
	text-align:right;
	border-style: solid;
	border-width:1px 0px 0px 0px;
	border-color: Black;
}
/* PRODUCT NAVIGATOR */
div.productnavigator {
	background-color:#EDEDED;
	padding:8px;
	border:#999999 1px solid
}
/* REVIEW LIST */
table.reviewlist {
	background-color:#b2c1cc;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color: Black;
}
table.reviewlist tr td {
	padding:4px;
	white-space:nowrap
}
table.reviewlist tr.header td {
	background-color:#b2c1cc;
	color:#FFFFFF;
	font-weight:bold
}
table.reviewlist tr.contentrow1 td {
	background-color:white;
}
table.reviewlist tr.contentrow2 td {
	background-color:#f4f4f4;
}
textarea#review {
	width:100%
}
/* MEDIA LIST */
table.medialist {
	background-color:#b2c1cc;
	border-style: solid;
	border-width:1px;
	border-color: Black;
}
table.medialist tr td {
	padding:6px;
	white-space:nowrap;
	vertical-align:top
}
table.medialist tr.contentrow1 td {
	background-color:white;
}
table.medialist tr.contentrow2 td {
	background-color:#f4f4f4;
}
/* SITEMAP */
.sitemapwrap {
background-color: White;
padding: 10px;
}
.sitemapwrap .sitemapleft {
	background-color:white;
	border-style: solid;
	border-width:1px;
	border-color: Black;
	
	width:200px;
	margin-bottom:15px;
	
}
.sitemapwrap .sitemapright {
	background-color:white;
	border-style: solid;
	border-width:1px;
	border-color: Black;
	
	width:200px;
	margin-bottom:15px;
	
}
.sitemapheader {
	padding:3px;
	background-color:white;
	color:black;
	font-weight:bold
}
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
	color:black;
	text-decoration:none
}
.sitemapcontent {
	padding:6px
}
.sitemapcontent li {
	list-style-type:none;
	list-style-image: url(img/icon_arrow.gif);
	list-style-position: inside;
	background-color:WHITE;
	padding: 2px 0px 2px 8px;
	
}
/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {
	width:100%
}
/* ORDER DETAILS ON CHECKOUT SITE */
table.checkoutconfirmationorderdetails {
	padding:0;
	margin:0px 0px 10px 0px;
	border:none
}
table.checkoutconfirmationorderdetails tr td.productname {
	width:100%;
	font-weight:bold;
}
table.checkoutconfirmationorderdetails tr td.shippingtime {
	padding:0px 0px 0px 30px;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	white-space:nowrap
}
table.checkoutconfirmationorderdetails tr td.productattributes {
	padding:0px 0px 0px 30px;
	color:#666666;
	font-size:11px;
	font-weight:normal;
}
table.checkoutconfirmationorderdetails tr td.productprice {
	white-space:nowrap;
	text-align:right
}
table.checkoutconfirmationorderdetailstotal {
	padding:0;
	margin:10px 0px 0px 0px;
	border:none
}
table.checkoutconfirmationorderdetailstotal tr td.name {
	width:100%;
	text-align:right
}
table.checkoutconfirmationorderdetailstotal tr td.value {
	white-space:nowrap;
	text-align:right
}
/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {
	width:100%
}
/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
}
ul#checkoutnavigation li {
	height: 70px;
	list-style-type:none;
	float:left;
	width:185px;
	margin-right:15px;
	border: solid 1px;
	padding:8px
}
ul#checkoutnavigation li.active {
	background-color: #ffe682;
}
ul#checkoutnavigation li.active .number {
	font-size:20px;
	font-weight:bold
}
ul#checkoutnavigation li.active .title {
	font-size:14px;
	font-weight:bold
}
ul#checkoutnavigation li.active .description {
	font-size:11px
}
ul#checkoutnavigation li.inactive {
	color:#999999;
	background-color: #EDEDED;
	border-color:#999999
}
ul#checkoutnavigation li.inactive .number {
	font-size:20px;
	font-weight:bold
}
ul#checkoutnavigation li.inactive .title {
	font-size:14px;
	font-weight:bold
}
ul#checkoutnavigation li.inactive .description {
	font-size:11px
}
/* ERROR MESSAGES */
.errormessage {
	border: solid #af3b20 2px;
	padding:15px;
	background-color:#FFD6D6
}
/* SUCCESS MESSAGE */
.messageStackSuccess {
	padding:4px;
	background-color:#66FF66
}
/* FOOTER */

.footer {
	clear:both;
	text-align:left;
	font-size:11px;
	color: white;
	background-color:Black;
	padding: 8px 8px 8px 20px;
	margin-bottom:0px;
	font-family: Verdana, Geneva, sans-serif;
}


.footer a {
	color:white;
	font-size: 11px;
	padding-left:10px;
	text-decoration:underline
}

.footer a:visited {
	color:white;
	} 
.footer a:hover {
	color:silver;
	} 
	
/* XTC COPYRIGHT */
.copyright {
	margin: 0 auto;
	width:300px;
	background-color: transparent;
	text-align:center;
	color:#666666;
	font-size:10px;
	padding: 8px 0px 0px 0px;
}
.copyright a{
	color:#666666;
	text-decoration: none;
	}

/* XTC ParseTime */
.parseTime {
	margin: 0 auto;
	width:970px;
	background-color:#FFFFFF;
	text-align:center;
	color:#666666;
	font-size:11px;
	padding:0px 0px 10px 0px;
}
/* UPDATE CHANGES 17.10.2008 */
/* Mehr Bilder unterhalb der Beschreibung */
.morepics {
	text-align:center;
	display:block ;
	height:auto;
} 
.morepics img { margin: 5px 1px 0px 1px;  height:auto; width:55px;}



dt { float:left; width:40px; }
dt img { border:1px solid #ccc; padding:2px; background:#fff; }
dd { float:right; width:125px }

/* Vorschaubilder TD mit gleichem Abstand */
.productPreviewImage { width:100px; display:block }
td.productPreviewContent { width:400px; text-align:left } 
.productOldPrice {
	
	text-decoration: line-through;
}
.productNewPrice {
	color: #af3b20;
	
}

/* FIX DER AUFZÄHLUNGEN */
#content ol, #content ul { margin:10px 0 10px 40px; }  

#manufacturers  option, #manufacturers  form, #manufacturers  select{
font-size:11px;


}

td.marken{
border-top: 10px solid #b2c1cc;
padding-top: 10px;
padding-bottom: 5px;
}
p.markendesc{
width:170px;
background-color:black;
padding-top: 3px;
padding-bottom: 5px;
font-size:11px;
color:white;
border-top: solid 1px white;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p.markendesc a{
background-color:black;
font-size:11px;
color:white;
font-weight:bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* ################################################################################################################## */
/* ### productListing3col ########################################################################################### */
/* ################################################################################################################## */
  
  .c25l, .c33l, .c38l, .c50l, .c62l, .c66l, .c75l,
  .c25r, .c33r, .c38r, .c50r, .c62r, .c66r, .c75r {
    width: 100%; margin:0; float:none; overflow:visible; display:table;
  }
  .subc, .subcl, .subcr  {margin: 0; padding: 0;}
  
  .subcolumns { width: 100%; overflow:hidden;}

  /* (en) alternative class for optional support of old Mozilla/Netscape browers */
  /* (de) Alternative Klasse zur optionalen UnterstÃ¼tzung alter Mozilla/Netscape-Brower */
  .subcolumns_oldgecko { width: 100%; float:left; }

  .c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; }
  .c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float: right; margin-left: -5px; }

  .c25l, .c25r { width: 25%; }
  .c33l, .c33r { width: 33.333%; }
  .c50l, .c50r { width: 50%; }
  .c66l, .c66r { width: 66.666%; }
  .c75l, .c75r { width: 75%; }
  .c38l, .c38r { width: 38.2%; }
  .c62l, .c62r { width: 61.8%; }

  .subc  { padding: 0 0.5em; }
  .subcl { padding: 0 1em 0 0; }
  .subcr { padding: 0 0 0 1em; }

  .equalize, .equalize .subcolumns { overflow:visible; display:table; table-layout:fixed; }
  .equalize .c50l,.equalize .c25l,.equalize .c33l,.equalize .c38l,.equalize .c66l,
  .equalize .c75l,.equalize .c62l,.equalize .c50r,.equalize .c25r,.equalize .c33r,
  .equalize .c38r,.equalize .c66r,.equalize .c75r,.equalize .c62r {
    display:table-cell; vertical-align:top;
    float:none; margin:0; overflow:hidden;
  }

.containerProdListing3col .subcolumns {
	text-align:center;
	margin-bottom: 5px;
	padding:0 0 0px 0;
	font-size: 11px;
	font-family: "Georgia", serif;
	
	
}
.productListing3colBuyNow {
	margin-top:5px;
}

.containerProdListing3col h1 {
	background:transparent;
	color:#000;
	font-size: 11px;
	font-family: "Georgia", serif;
	font-weight: bold;
}

.containerProdListing3col h1.catname {
	font-size: 12px;
	font-family: "Georgia", serif;
	font-weight: bold; 
	width: 164px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color:black;
	margin-left:40px; 
	margin-top:-19px;
	z-index:10; 
	position: absolute; 
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.containerProdListing3col h1 a{
	color:#000;
}

.containerProdListing3col h1 span.hersteller{
font-size:11px;
font-style: normal;
padding-top:4px;

}


.containerProdListing3col .subcl, .containerProdListing3col .subc, .containerProdListing3col .subcr {
padding:2px;
}

/* Abstand zwischen Beschreibung+Bild und Button fÃ¼r Detailseite */
.ProdListing3colSpacer {
	min-height:170px;
	position:relative;
}
.ProdListing3colSpacer img {

vertical-align: bottom;
}

.ProdListing3colSpacerAlso {
	min-height:130px;
}


.ProdListing3colBorder {
  border: 1px solid #FFFFFF;
  padding:4px;
} 


.ProdListing3colBorderOver {
  border:0px solid #000;
  padding:4px;
}

.containerProdListing3col img.imgCenter {

  padding:4px;
  border:0px solid #CCCCCC;
  background:#fff;


  
  
}
.prodPriceInfo3col {
  font-size:13px;
  font-weight:normal;
}


.prodShiptime3col {
  font-size:1.0em;
  
}

.prodTaxShipInfo3col {
  font-size:0.8em;
}


/* ### Labels (Beschriftungen fÃ¼r Formularfelder) in der Inhaltsspalte (col3) ### */
#create_account label {
    font-size: 1em;
    line-height: 160%;
    background: transparent;
    color: black;
    width: 16em;
    padding-right: 4px;
    margin-bottom: 5px;
    float: left;
}



#checkout_payment select {
  float:none;
}

/* ### StandardgrÃ¶ÃŸe fÃ¼r Texteingabefelder Inhaltsspalte (col3)### 
#content input[type=text], #content textarea,#content input[type=password] {
	width: 15em;
}*/


/* ### Rahmen um Eingabefelder ### */
/* ### Beschriftung der fieldsets ### */
 #create_account legend {
	font-size: 85%;
	background-color: #fff;
	color: #000;
	border: 1px solid #C5C5C5;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* ### Bugfix bei versteckten Feldern, sonst wird der Rahmen angezeigt ### */
input[type=hidden] { display: none; }

/* ### Rahmen bei Radio-Buttons und Checkboxen ausblenden ### */
#create_account input[type=radio] , #create_account input[type=checkbox] {
	background: #fff;
    color: black;
    border: 0 none;
    width: 1em;
    height: 1em;
    margin: 0 15px 0 0;
    padding: 0;
    float: left;
}
/* Double-Opt */
#create_account #sign input[type="text"] {
  width:auto;
}

/* YAML forms */


  .yform {
    background:#f4f4f4;
    border:1px #ddd solid;
    margin:0 0 1em 0;
    padding:10px;
  }

  .yform fieldset {
    border:1px #ddd solid;
    background:#fff;
    margin:0 0 1em 0;
    padding:0.5em;
  }
  
 

  .yform .type-text input,
  .yform .type-text textarea,
  .yform .type-select select {
    border:1px solid #BFBFBF;
  }

  /* General form styling  | Allgemeine Formatierung des Formulars */
  .yform { overflow:hidden; }
  .yform fieldset { overflow:hidden; }
  .yform label { display:block; cursor:pointer; }
  .yform legend { background:transparent; border:0; padding:0 0.5em; }
  .yform .message { display:block; margin-bottom:0.5em; color:#666; }

  /* Hiding of hidden fields (otherwise ugly spaces in Firefox) | Versteckte Felder wirklich verstecken (sonst ggf. hÃ¤ÃŸliche LÃ¼cken im Firefox) */
  .yform input[type=hidden] { display:none !important; }

  /* Highlight mandatory fields | Pflichtfeldkennzeichnung hervorheben */
 .yform .inputRequirement { color:#800; font-weight:bold; }

  /* styling containing DIV elements | Gestaltung der kapselnden DIV-Elemente */
  .yform div.type-text,
  .yform div.type-select,
  .yform div.type-check,
  .yform div.type-button {
    margin:2px 0;
   /* padding:3px 0.5em;  */
    position:relative;
    overflow:hidden;
	 clear:both;
  }

  .yform div.type-button {
    padding:3px 0em;  
  }

  /* styling standard form elements with 'almost' equal flexible width | Gestaltung der einzelnen Formularelemente mit annÃ¤hend gleicher Breite */
  .yform .type-text input,
  .yform .type-text textarea {
    display:block;
    position:relative;
    /*padding:0.3em 0.3em;*/
    padding: 2px;
    width:58.5%;
	 
  }

  .yform .type-select select {
    display:block;
    position:relative;
    /*padding: 1px;*/
    width:60%;
    cursor:pointer;
  }
  .yform .type-select select optgroup {
    font-style:normal;
    font-weight:bold;
  }

  .yform .type-check input { cursor:pointer; }
  .yform .type-check label { display:inline; }

  /* Styling of buttons | Gestaltung von Buttons */
  .yform .type-button input {
    width:auto;
    cursor:pointer;
  }

  /* Styling of error-messages | Fehlermeldungen */
  .yform div.error {
    border:1px #a00 dashed;
    background:#faf4f4;
    padding:0.5em;
  }

  .yform div.error label { color:#000; font-weight:bold; }
  .yform div.error .message { color:#800; }

  /* Columnar display | Spalten-Darstellung */
  .columnar .type-text label,
  .columnar .type-select label {
    float:left;
    width:30%; /* Can be fixed width too | Kann auch eine fixe Angabe sein */
  }

  /* Indent Checkbox fields to match label-width | Checkboxen um den gleichen Wert einrÃ¼cken, wie die Breite der labels */
  .columnar div.type-check input { margin-left:30%; }
  .columnar div.error .message { margin-left:30%; }

  .columnar div.type-text input,
  .columnar div.type-text textarea { float:left; width:180px; }
  .columnar div.type-select select { float:left; width:186px; }
  
  
 /*------------------------------------------------------------------------------------------------------*/

a.markenliste {
	padding-top: 3px;
}

.shadow {
-moz-box-shadow:0px 2px 5px rgba(0, 0, 0, 0.7);
-webkit-box-shadow:0px 2px 5px rgba(0, 0, 0, 0.7);
box-shadow:0px 2px 5px rgba(0, 0, 0, 0.7);
}

img.productimage {
-moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.7);
-webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.7);
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
}
img.productimageklein {
-moz-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.7);
-webkit-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.7);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
}
img.productimagekleinrechts {
-moz-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.7);
-webkit-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.7);
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
width: 110px;
margin-bottom: 5px;
}

img.productimagekleinrechts:hover {
-moz-box-shadow:0px 0px 3px rgba(0, 0, 0, 1);
-webkit-box-shadow:0px 0px 3px rgba(0, 0, 0, 1);
box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
width: 110px;
margin-bottom: 5px;
}

.containerProdListing3col img.imgCenter {
-moz-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.7);
-webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.7);
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
margin-bottom:5px;
}



.containerProdListing3col img.imgCenter:hover {
-moz-box-shadow:0px 0px 8px rgba(0, 0, 0, 0.85);
-webkit-box-shadow:0px 0px 8px rgba(0, 0, 0, 0.85);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.85);
}

.catshadow {
-moz-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.7);
-webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.7);
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
}

.catshadow:hover {
-moz-box-shadow:0px 0px 8px rgba(0, 0, 0, 0.85);
-webkit-box-shadow:0px 0px 8px rgba(0, 0, 0, 0.85);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.85);
}
a.pageResults {
	font-size: 12px;
	padding-top: 4px;
	padding-bottom:4px;
	padding-left:7px;
	padding-right:7px;
	border-style:solid;
	border-color:#000;
	border-width:1px;
	margin-left:3px;
	background-color:white;
	color:#000000;
	text-decoration:none;
}

a.pageResults:hover{
	background-color:#4E4E4F;
	color:#FFFFFF;
	text-decoration:none;
	border-color:#4E4E4F;
}

a.pageResults_active {
	font-size: 12px;
	padding-top: 4px;
	padding-bottom:4px;
	padding-left:7px;
	padding-right:7px;
	border-style:solid;
	border-color:#000;
	border-width:1px;
	margin-left:3px;
	color:#FFFFFF;
	background-color:#000000;
	font-weight:normal;
	}
	
	a.pageResults_active:hover {
		text-decoration:none;
	}

.smallText {
	float:right; 
	margin-right: 32px;
	padding-top:5px;
	padding-bottom:5px;
	
}

.headerprodukte {
height:40px;
}

div.headerprodukte form {
	padding-top:6px;
	padding-left:31px;
	width: 200px;
}

.SBKlein {
	width:435px; 
	float:left; 
}

 .show-on-js{
   display: none;
}

.show-on-js{
 
}

p.poption {
	font-size: 18px;
	
	}
	
.poption select {
	font-size: 14px; 
	min-width: 40px;
	
	}
.poption option {
	
	margin: 20px;
	}
	
