* {
	margin:0;
	padding:0
	}

html {
	overflow: auto;
	overflow-y: scroll;
	padding: 0; margin: 0; border: 0;
	}

body {
	font-family: "Arial", Verdana, Sans-serif;
	font-size: 12px;
	background: #FFF url("img/bg_header_ie.gif") top repeat-x;	
	padding: 0; margin: 0; border: 0;
	}


/***** 

	Global
	
*****/

p {	margin:8px 0px 8px 0px }

table td { padding:2px; }

h1 {
	color: #ff0800;
	font-weight: bold;
	font-size: 22px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-weight: 200;
	}
	
h2 {
	color: #003333;
	font-weight: bold;
	font-size: 13px;
	margin: 19px 0px 10px 0px;
	padding: 0;
	}
	
h2.cross {
	background: #d4dcd1;
	color: #000;
	padding: 5px;
	font-weight: normal;
	}

table tr td.productPreviewContent  h2.produktlisting_headline a {
	font-weight: normal;
	}
	
a, a:hover {
	text-decoration:underline;
	cursor:pointer
	}
a {	color:#ff0800; text-decoration:none; }
a:hover, { color:#ff0800 }

a img {
	border:none
}

#link_contentmanager a  {
	color: #003333;
}


input {
	font-family:"Arial", Verdana, Sans-serif;
	font-size:12px;
}
textarea {
	font-family:"Arial", Verdana, Sans-serif;
	font-size:12px;
	border: 1px solid #d4dcd1;
}
select {
	font-family:"Arial", Verdana, Sans-serif;
	font-size:12px;
	border: 1px solid #d4dcd1;
}


#wrap {
	margin: 0 auto;
	width: 950px;
    margin-bottom: 40px;
}

/***** 

	Strange Shit
	
*****/

/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {
	border: 1px solid #4E4E4F;
}

/* 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:#003333
}
div.hrproductpreview {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:12px 0px 12px 0px;
	display:inline;
	height:0px;
	line-height:0px;
	display:block;
	background-image:url(img/hr_productpreview.gif)
}


/***** 

	Header Funktionen
	
*****/

#header {
	height: 144px;
	border: 0px;
    background: #D4DBD1 url("img/header_bl.gif") no-repeat; background-position: top left;
    margin-bottom: 10px;
	font-size: 11px;	
	}
	
	#topmenuwrap { }

		ul#topmenu {		
			list-style-type: none;
			line-height: 120%;	
			margin: 0;
			padding: 0;
			text-align: right;
			}
		
			ul#topmenu li { display: inline; padding: 0 0 0 20px; }
	
				ul#topmenu li a { text-decoration:none; color:#fff; }	
				ul#topmenu li a:hover { text-decoration:none; color: #ff0800; }
				
	
	#header .header_left { }
	
		#header .header_left #logo { margin-top: 10px; }
			
		#header .header_left #search {
			width: 550px;
			color: #003333;
			padding: 10px 0 0 1px; position:absolute;      
			}
						
			#header .header_left #search a { color: #fff; }

/***** 

	Suche
	
*****/
			
#search_suggest {
	overflow: hidden;
	padding: 0px 8px 0px 8px;
	visibility:hidden;	
	color: #000;	
	width: 445px;
    background:#fff; 
    border: 1px solid #d4dbd1;
	}

	#search_suggest p {
		background: #ff0800;
		padding:3px;
		}

	div .suggest_link_over { color: #ff0800; text-decoration: none;}

.suchestart {}
.suchekopf {float:left;margin-top:3px;margin-right:5px;font-weight:bold;}
.suchefeld > #search_suggest{background:#fff;padding:3px; font-size:10px;margin-top:3px;visibility:hidden;}
.suchefeld {float:left; width:229px;margin-right:10px;}
.suche { }

#txtSearch {
	border: 1px solid #FFFFFF;
	width: 232px; 
	font-size: 13px; 
	padding: 1px;
	}





		
			
			


#quick_find {font-size:11px;}

#header td {
	padding-top:0px;
	padding-right:4px;
}
/* BREADCRUMB PATH AS LIST */
#breadcrumb {
	clear:both;
	color:#003333;
	margin-left:225px;
	list-style-type:none;
	background-color:#fff;	
	width:500px;
	font-size:10px;
      
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
	
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
	color:#003333;
	
}

 #breadcrumb a:active {
	
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
	color:#ff0800;
	
}


/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
	text-align:right;
	height:26px;
	font-size:13px;
	
	padding: 10px 10px 0px 0px;
	margin:0;
}
/* CONTENT WRAPPER */
#contentwrap {
	clear:both;
	width:950px;
	padding:0;
        color:#003333;
}
/* LEFT COLUMN */
#leftcol {
	float:left;
	width:200px;
	padding:0px 0px 15px 0px;
}
/* RIGHT COLUMN */
#rightcol {
	float:right;
	width:200px;
	padding:0px 0px 15px 0px;
}
/* MAIN CONTENT */
#content {
	float:left;
	width:495px;
	padding:0px 25px 0px 25px;
	margin-bottom:15px;
        color:#003333;
        margin-top:10px;
}
#contentfull {
	width:890px;
	padding:0px 30px 0px 30px;
	margin-bottom:15px;
}
/* CATEGORY MENU */
h2.categoryheader {
	background-color:#FFF;
	height:28px;
	font-size:13px;
        font-weight:bold;
	color:#ff3333;
	padding:2px 8px 0px 5px;
	margin:0;
	line-height:28px;
	vertical-align:middle;
}
h2.categoryheader a {
	text-decoration:none;
	color:#fff
}
ul#categorymenu {

       
}



#CatNavi  {
	list-style-type:none;
	background-color:#d4dbd1;
	padding:0px;
	border: solid #fff;
	line-height:20px;       
	margin-bottom:5px;
    font-size:10px;	
	}

 #CatNavi li {	
        border-bottom:1px solid;color:#fff;       
		}
	
		#CatNavi li a {
			padding-left:20px;
			}

.CatLevel1 { color:#003333; }

	.CatLevel1 a { color:#003333; font-weight:bold; text-decoration:none; display: block; padding: 2px 0;}
	.CatLevel1 a:hover { color:#fff; background: #ff0800; font-weight:bold; text-decoration:none; display: block; padding: 2px 0; }

.Current li a { color: #ff0800; }
.Current a { 
	background: #ff0800;
	display: block; 
	color:#fff;
	border: 0px; 
	}

.SubMenue {  list-style-type:none;margin:0px; padding-left:0px;color:#fff;}

	.CatLevel2 { 
		color: #ff0800; 
		margin: 0; 
		}
		
		.CatLevel2 a { 
			background: #fff; 
			font-weight: bold;
			color: #ff0800;
			}
	
		.CatLevel2 a:hover { 
			background: #fff; 
			color: #ff0800; 
			font-weight: bold; 
			text-decoration: underline;
			}
			
	.CatLevel2 ul li.CatLevel3 { 
		background: #fff;
		padding-left: 10px;
		}
		
		.CatLevel2 ul li.CatLevel3 a { 
			color: #000;
			}
	
		.CatLevel2 ul li.CatLevel3 a:hover { 
			color: #000; 
			text-decoration: underline;
			}


.CurrentParent  { background:#ff0800; color:#003333; border:0px;}
.CurrentParent a {color:#fff;}

.CurrentParent li a {color:#ff0800;}


/* BOXES GLOBAL DEFINITION */
h2.boxheader {
	height:21px;
	font-size:13px;
	color:#003333;
	padding:2px 5px 0px 5px;
	margin:0;
	line-height:25px;
	vertical-align:middle;
}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
	text-decoration:none;
	color:#003333;
}
.boxbody {
	background-color:#fff;
    color:#ff0800;
	padding:5px 5px 15px 8px;
	margin-bottom:5px;
    overflow:hidden;
    border-bottom: 1px solid #ecf1ea;
       
}
.boxbody h3, .boxbody h3 a {
	font-size:11px
}
.boxbody h3.center, .boxbody h3.center a {
	font-size:11px;
	text-align:center
}
.boxbody p {
	color:#003333;
	font-size:11px;
	margin:6px 0px 6px 0px
}
.boxbody p.center {
	color:#000000;
	font-size:11px;
	text-align:left;
	margin:0px 0px 0px 0px;
        padding: 5px 0px 0px 0px;
        float:left;
}
.boxbody td {
	color:#000000;
	font-size:11px;
	margin:6px 0px 6px 0px
}
.boxbody .productOldPrice {
	font-size:11px;
	color:#FF0000
}
.boxbody div.hr {
	margin-top:5px;
	margin-bottom:5px
}
.boxbody div.hrlightgrey {
	margin-top:5px;
	margin-bottom:5px;
}
.boxbody a {
	font-size:11px;
        color:#003333;

}
.boxbody .productboximage {
	float:left;
       
}
.boxbody ul.contentlist {
	margin-left:0px;
	margin-right:0;
	padding:0;
}
.boxbody ul.contentlist li {
	margin-left:0px;
	padding:0;
	list-style-type:none
}
/* CART BOX */
h2.boxcartheader {
	
	height:16px;
	font-size:13px;
	color:#003333;
	padding:2px 0px 0px 8px;
	margin:0;
	
	vertical-align:middle;
}
h2.boxcartheader a {
	text-decoration:none;
	color:#fff
}
.boxcartbody {
	padding:4px 8px 4px 8px;
	margin-bottom:15px;
	background-color:#fff;
    border-bottom:1px solid #ecf1ea;
}
.boxcartbody p {
	font-size:11px;
        margin:0px;
        padding:6px 0px 4px 2px;
        color:#003333;
     

}

.boxcartbody p a {
	color:#003333; text-decoration:underline;
}


/* PRODUCT PREVIEW */
.productPreview {
	padding:0;
	margin:0;
}
.productPreviewContent {
	vertical-align:top; width:300px;

}
.productPreviewContent h2 {
	margin:0px;
        padding:0px;
}
.productPreviewContent h2 a {
	margin:0px;
        padding:0px;
        font-size:15px;
	font-weight:bold;
        text-decoration:none;

}
.productPreviewContent p{
	font-size:11px;
        

}

.productPreviewImage {
	vertical-align:top;
	padding:3px 15px 0px 0px;
}
.productPreviewImage img {
	border: solid 0px #ecf1ea;
       
}
.productPreviewContent  .price {
	font-size:15px;
	font-weight:bold;
	padding:0;
	margin:0;
        color:#ff0800;

}
.productPreviewContent .taxandshippinginfo {
	font-size:11px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0px;
       text-align:left;
}
.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:0px;
        text-align:left;
}
.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;
	color:#ff0000;
}
.productPreviewContent .taxandshippinginfo a {
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {
	display:table;
	width:100%
}
#productinfowrap li {
	margin-left:15px;
}

#productinfowrap strong {
	margin-left:0px; color:#ff0800;
}

#productinfoimages {
	float:left;
	
	text-align:center;
	width:140px;
	padding:10px;
	margin:0px 15px 10px 0px;
	
}
#productinfoimages .productimage {
	
}
#productinfoimages .hrlightgrey {
	margin-top:6px;
	margin-bottom:6px;
}
#productinfopricewithimages {
	float:right;

}
#productinfopricewithimages .hrlightgrey {
	margin-bottom:5px;
        color:#d4dcd1;
        background:#d4dcd1;
}
#productinfopricewithimages img {
	cursor:pointer
}
#productinfopricewithoutimages {
	width:100%
}
#productinfopricewithoutimages img {
	cursor:pointer
}
#productinfoprice {
	padding:5px
}
#productinfoprice .hrlightgrey {
	margin-top:6px;
	margin-bottom:6px;
}
#productinfoprice .productprice {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
}
#productinfoprice .productOldPrice {
	color:#FF0000;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}
#productinfoprice .taxandshippinginfo {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
#productinfoprice .taxandshippinginfo a {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
#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:10px;
        color:#003333;
}
.productoptions {
	background-color:#FFF;
	padding:0px;
    margin-right:0px;
	margin-bottom:0px;
       
       
}
.productoptions select {
	background-color:#FFF;
	border:1px dotted;
	margin-bottom:2px;
        font-size:10px;
        width:132px;
}
.addtobasket {
	
	/*padding-top:5px; */
	text-align:right;
        border-top:0px solid;
        color:#d4dcd1;
       
	
}
.addtobasket input {
	
	
	text-align:right;
        padding-top:3px;
        padding-bottom:4px;
        font-size:12px;
        margin:0px;
     
       
	
}.addtobasket table {
	
	float:left;
	padding:0px;
        margin:0px;
     
       
	
}
/* POPUPS PRODUCTINFO */
body.popupproductinfo {
	padding:15px;
	background:none;
	background-color:#fff
}
/* POPUP print_order.html */
body.popupprintorder {
	font-family:"Arial", Verdana,  Sans-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:#fff;
	border: solid #d4dcd1 1px;
	color:#003333;
	height:100%;	}
	
div.highlightbox ul {
	margin-left:15px;
	padding:0;
	display:block;
	list-style-type:square;
	line-height:20px
}
div.highlightbox h1 {
	color:#ff0800;
	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 #E9D28F;
}
div.highlightbox input {
	margin:2px;
	padding:1px;
	border: solid 1px #d4dbd1;
}
div.highlightbox select {
	margin:2px;
	padding:1px;
	border: solid 1px #d4dbd1;
}
.inputRequirement {font-size:11px;}
#create_account .highlightbox {margin-bottom:10px;}
#create_account h2 {color:#ff0800;}
#create_account strong  {margin-left:5px;}
/* PAYMENT TYPE SELECTION */
table.paymentblock {
	background-color:#FFF2CC;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#E9D28F;
	margin-bottom:15px;
}
table.paymentblock tr td.header {
	background-color:#d4dbd1;
	padding:2px;
	padding-left:5px;
	color:#000000;
	font-weight:bold;
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
	background-color:#f9f8e5;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#d4dbd1;
	margin-bottom:15px;
}
table.shippingblock tr td.header {
	background-color:#d4dbd1;
	padding:2px;
	padding-left:5px;
	color:#000000;
	font-weight:bold;
}
table.shippingblock tr td {
	vertical-align:top;
}
table.shippingblock tr td.description {
	width:100%;
	vertical-align:top;
	padding-left:6px;
}
table.shippingblock tr td.radiobutton {
	vertical-align:top;
	white-space:nowrap;
	padding:4px;
}
table.shippingblock tr td.radiobutton input {
	margin:0;
	padding:0;
}
table.shippingblock tr td.price {
	vertical-align:top;
	white-space:nowrap
}
/* 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:#FFF2CC;
	border: solid #E9D28F 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:4px;
}
table.graduatedprice tr td.header {
	font-size:12px;
	font-weight:bold;
	text-align:left
}
/* ORDER DETAILS */
table.orderdetails {
	font-size:11px;
	background-color:#FFF2CC;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#d4dcd1;
}
table.orderdetails tr td {
	padding:5px;
}
table.orderdetails tr.headerrow td {
	background-color:#d4dcd1;
	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:#ffffff;
	vertical-align:center;
	height:14px;   
}
table.orderdetails tr.contentrow1 td.quantity {
	text-align:center;
	}
table.orderdetails tr.contentrow1 td.quantity input {
	font-size:11px;
	padding:3px;
	border:solid #d4dcd1 1px;
}
table.orderdetails tr.contentrow1 td.productname {
	text-align: left;
}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
	background-color:#f9f8e5;
	vertical-align:center;
    height:14px;
}
table.orderdetails tr.contentrow2 td.quantity {
	text-align:center
}
table.orderdetails tr.contentrow2 td.quantity input {
	font-size:11px;
	padding:2px;
	border:solid #d4dcd1 1px;

}
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 {

}
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:#ffffff;
	text-align:right;
	border-style: solid;
	border-width:1px 0px 0px 0px;
	border-color:#d4dcd1;
    height:70px;
      
  
}
/* PRODUCT NAVIGATOR */
div.productnavigator {
	font-size:11px;

}
.produktheader {float:right; width:100%;margin-bottom:15px;}
.produktheader a {font-size:11px; text-decoration:none;float:left;}
div.productnavigator a{
	
	font-size:11px;
        text-decoration:none;
        float:right;
        display:inline;
        
        
}
/* REVIEW LIST */
table.reviewlist {
	background-color:#FFF2CC;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#DA9401;
}
table.reviewlist tr td {
	padding:4px;
	white-space:nowrap
}
table.reviewlist tr.header td {
	background-color:#DA9401;
	color:#FFFFFF;
	font-weight:bold
}
table.reviewlist tr.contentrow1 td {
	background-color:#FFF2CC;
}
table.reviewlist tr.contentrow2 td {
	background-color:#FFEAAB;
}
textarea#review {
	width:100%
}
/* MEDIA LIST */
table.medialist {
	background-color:#FFF2CC;
	border-style: solid;
	border-width:1px;
	border-color:#DA9401;
}
table.medialist tr td {
	padding:6px;
	white-space:nowrap;
	vertical-align:top
}
table.medialist tr.contentrow1 td {
	background-color:#FFF2CC;
}
table.medialist tr.contentrow2 td {
	background-color:#FFEAAB;
}
/* SITEMAP */
.sitemapwrap {
}
.sitemapwrap .sitemapleft {
	background-color:#FFF;
	border-style: solid;
	border-width:1px;
	border-color:#D4DBD1;
	display:table;
	float:left;
	width:235px;
	margin-bottom:15px;
}
.sitemapwrap .sitemapright {
	background-color:#FFF;
	border-style: solid;
	border-width:1px;
	border-color:#D4DBD1;
	display:table;
	float:right;
	width:235px;
	margin-bottom:15px;
}
.sitemapheader {
	padding:3px;
	background-color:#D4DBD1;
	color:#FFFFFF;
	font-weight:bold
}
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
	color:#FFFFFF;
	text-decoration:none;
       
}
.sitemapcontent {
	padding:6px;

}
.sitemapcontent li {
	list-style-type:none
}
.sitemapcontent li a{
	list-style-type:none;
color:#003333;
font-size:12px;
}
 
.sitemapcontent li a:hover {
	
color:#ff0800;

}
/* 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: 60px;
	list-style-type:none;
	float:left;
	width:185px;
	margin-right:15px;
	border: solid 1px;
	padding:8px;
        margin-top:15px;
}
ul#checkoutnavigation li.active {
	background-color: #f9f8e5;
        color:#003333;
}
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: #d4dbd1;
	border-color:#003333;
}
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 */
p.errormessage {
	border: solid #ff0000 2px;
	padding:15px;
	background-color:#FFD6D6
}
/* SUCCESS MESSAGE */
.messageStackSuccess {
	padding:4px;
	background-color:#66FF66
}
/* FOOTER */
.footer {
	clear:both;
	text-align:left;
	font-size:11px;
    display:block;
    height:90px;
	padding-top:15px;
	padding-bottom:25px;
	margin-bottom:15px;
    display:block;
    border-top:1px solid;
	border-bottom:1px solid;
    color:#ecf1ea;
}

.footer h3 {
	clear:both;
	text-align:left;
	font-size:13px;
	color:#003333;
    font-weight:bold;
}

.footercell1{float:left;width:170px;padding: 5px 0 0 15px; color:#fff;display:block; height:90px;font-size:13px;border-right:1px solid;}
.footercell2{float:left;width:170px;padding: 5px 0 0 15px; color:#fff;display:block;height:90px;font-size:13px;}
.footercell3{float:left;width:170px;padding: 5px 0 0 15px; color:#fff;display:block;height:90px;font-size:13px;}
.footercell4{float:left;width:170px;padding: 5px 0 0 15px; color:#fff;display:block;height:90px;font-size:13px;}
.footercell5{float:left;width:175px;padding: 5px 0 0 15px; height:90px;color:#fff;font-size:13px;}


.footer a {
	color:#aaa;
	text-decoration:none;
    display:block;
    font-size:12px;
    padding:0px; margin:0px;
}
.footer a:hover {
	color:#ff0800;
	text-decoration:none;
    display:block;
    font-size:12px;
    padding:0px; margin:0px;
}

#footerul li a:hover {color:#ff0800;padding:0px;margin:0px;}
#footerul li a {padding:0px; margin:0px;}

/* XTC COPYRIGHT */
.copyright {
	margin: 0 auto;
	width:970px;
	background-color:#FFFFFF;
	text-align:center;
	color:#bbb;
	font-size:11px;
	padding:0px 0px 0 0px;
       
}
.copyright a{

	color:#aaa;
	
}
/* 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 {
	width:494px;
	margin-top:10px;
	padding-bottom:10px;
	text-align:right;
	border-style:solid;
	border-width:1px 0px 1px 0px;
	border-color:#ecf1ea;
	
} 
.morepics img { border:1px solid #ecf1ea; padding:6px 10px 6px 6px; margin-right:8px; background:#FFFFFF; max-height:70px; margin-top:10px; }


.logindata {font-size:10px;}
.logindata input{ background:#d4dbd1;color:#003333;padding:4px; border:0px;display:block;font-size:13px;  }
.loginpw {margin-top:2px;}
.loginpw input {float:left;margin-bottom:5px;}
.loginbutton input{border:0px; margin-left:10px;  padding:0px; }
.loginpwl a{font-size:9px;}



div.cat_link_highlight {
	text-align: center;
	width: 142px;
	}

	div.cat_link_highlight a {
		display: block;
		text-align: center;
		color:#fff; 
		text-decoration: none; 
		background:#ff0800;
		padding: 2px 0;
		}

div.ucat_link_highlight {
	text-align: center;
	width: 142px;
	}		
		
	div.ucat_link_highlight a {
		display: block;
		text-align: center;
		color:#003333; 
		text-decoration: none; 
		background:#d4dbd1;
		padding: 2px 0;
		}


.kategorienamen a{display:block; color:#fff; text-decoration:none; background:#ff0800; padding:2px 0; margin:0px 12px 5px 11px; width:142px;}
.whatsnew {font-size:13px; font-weight:bold; padding-left:10px; text-decoration:none; height:20px; padding-top:10px; }
/*.whatsnew {font-size:13px; font-weight:bold; padding-left:10px;text-decoration:none;background:transparent url(img/whatsnew.gif) no-repeat 100% 40%; height:20px;padding-top:20px;  } */

.whatsnew a{text-decoration:none; }
.anzahl input {width:28%; height:22px; padding:0px; float:left; font-size:14px;}
.warenkorbb{width:70%; background:#ff0800; padding:0px; text-align:center; float:right;}
.manufacturer {font-size:13px; font-weight:bold; padding-left:10px;text-decoration:none;color:#ff0800; width:100%;display:block;}
.manufacturertxt {font-size:13px; font-weight:bold; padding-left:10px;text-decoration:none;color:#003333; display:inline;}

.topseller {font-size:13px; font-weight:bold; padding-left:10px;text-decoration:none;color:#ff0800; width:100%;display:block;}
.topsellertxt {font-size:13px; font-weight:bold; padding-left:10px;text-decoration:none;color:#003333; display:inline;}
.produkte {background:#d4dcd1;}
.produkte p {border-bottom:1px solid #fff; padding-left:5px; }



.zurkasse {margin-left:100px;}

.infoBox_right a{color:#000; text-align:left; font-size:10px;}

#cart_quantity h1 {color:#ff0800; border:0px;}
#report_price {color:#ff0800; font-size:18px; font-weight:bold; text-align:right;}
.taxandshippinginfo {font-size:10px;color:#003333;text-align:right;}
.shippingtime {font-size:10px; color:#003333;text-align:right; margin:0px; margin-bottom:5px;}
#productinfopricewithimages {font-size:10px; width:193px;text-align:right;}




/* BESTELLER BOX mit Bilder in DL DT Liste -- JUNG GESTALTEN.com */
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; }
/* Topsellermenue */

.topsellerbox h1{
	float: left;
	font-size: 22px;
	padding: 9px 5px 0px 5px; 
	display: block; 
	color: #fff;
	margin: 0 8px 2px 0;
	background: #d4dbd1 url("img/bgtop6.gif") top left no-repeat;
	}

.topsellerbox ul {
	color: #d4dbd1;
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

	.topsellerbox ul li.fst_topsell {
		float: left;
		font-size: 10px; 
		width: 105px;
		background: #F2F4F1;
		height: 27px;
		overflow: hidden ;
		padding: 3px 2px 2px 4px;
		margin-top: 3px;
		}

	.topsellerbox ul li.fst_topsell h3 { font-size: 10px; font-weight: normal;  }
	.topsellerbox ul li.fst_topsell h3 a { padding-right: 0; text-decoration: none; color: #003333; }
	.topsellerbox ul li.fst_topsell h3 a:hover { color: #ff0800; }
	
	.topsellerbox ul li.snd_topsell {
		float: right;
		width: 31px;
		text-align: right;
		padding-right: 2px;		
		margin-top: 3px;
		}


.topsellerbox {background-color:#fff;
    color:#ff0800;
	padding-left:8px;
    padding-top:8px;
	padding-bottom:8px;
	margin-bottom:5px;
    margin-top:0px;
    overflow:hidden;
    border-bottom:1px solid #ecf1ea;}

#content strong { border:0px; text-decoration:none;}
#gift_coupon input {margin:5px ;}

.topsellerbox h1{display:block; float:left;}




.prev a{padding-right:15px;}
.catheader1 {margin-top:20px;margin-bottom:10px;  padding:0px; display:block;  color:#d4dbd1;font-size:14px; text-align:center;}
.main p {text-align:justify; font-size:11px;padding:0px 12px 12px 12px; margin:0px;}
.main {float:left;}

#content table td { margin:0px; padding:0px;}
.main img { margin:0px; padding:0px;}
#filter select {margin-bottom:25px;width:100%;float:right;margin-top:5px; color:#000; }
#filter {border-bottom:1px solid; color:#d4dbd1; background-color: #d4dbd1; height: 30px; margin-bottom:8px; padding-right:10px; padding-left:10px;}
#product_option_image {height:100px;}

.optionborder { background-color: #d4dbd1; padding: 5px; border-bottom:2px solid #FFFFFF; }

.img-nospace {
	line-height: 0;
	font-size: 0;
	}
	
div.socialBookmarks {
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	border-top:1px solid #ecf1ea;
}

