/*
 * [y] hybris Platform
 *
 * Copyright (c) 2000-2009 hybris AG
 * All rights reserved.
 *
 * This software is the confidential and proprietary information of hybris
 * ("Confidential Information"). You shall not disclose such Confidential
 * Information and shall use it only in accordance with the terms of the
 * license agreement you entered into with hybris.
 */

/*
	Developer notes:
	
	Underscore Hack: CSS Attributes starting with an underscore are only interpreted by IE
	                 (in general CSS Attributes starting with an unknown character)
*/


/* ************************************************ */
/* Components.css									*/
/* Use this file for the component styles.			*/
/* ************************************************ */

/* ************************************************ */
/* general styles for all components				*/
/* ************************************************ */


/* ************************************************ */
/* general styles for the input filed				*/
/* ************************************************ */
input {
	
}

input.submitBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #a2a2a2;
	background-color: #999;
	background-image: url(img/button_back_superlightgrey.gif);
	margin: 0 2px;
	list-style:none;
	padding: 2px 6px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666;
	border: 1px solid #b4b4b4;
	background-color: #fff;
	margin: 0;
	list-style:none;
	padding: 1px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666;
	border: 1px solid #959799;
	background-color: #fff;
	margin: 0;
	list-style:none;
	padding: 0 0 0 2px;
}

input.general {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: 1px solid #959799;
	background-color: #033067;
	margin: 3px 0 0 0;
	padding: 2px;
}

input.hidden {
	display: none;
}

/* ************************************************ */
/* general styles for the table						*/
/* ************************************************ */
table.general {
	margin: 0px;
	border: 1px solid #EAEAEA;
	border-collapse: collapse;
	width: 100%;
	border-spacing: 0px;
	text-decoration: none;
	text-align: left;
}

*html table.general { width: 98%; }

table.general th {
	padding: 3px;
	border-top: 1px solid #fff;
	background-color: #F9F9F7;
	background-image: url(img/productlist_top.gif);
	background-repeat: repeat-x;
}

table.general td {
	padding: 3px;
	border-top: 1px solid #fff;
	background-color: #F9F9F7;
	background-image: url(img/productlist_back.gif);
	background-repeat: repeat-x;
}

/* ************************************************ */
/* general styles for the form						*/
/* ************************************************ */
form .actionBox {
	background-color:#04397A;
	background-image:url(img/button_back.gif);
	border:0px solid #4572A8;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:2px 0pt 12px;
	padding:2px 6px;
}

form input.submitChoice {
	width: 48px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666;
	border: 1px solid #b4b4b4;
	background-color: #caccce;
	background-image: url(img/button_back_superlightgrey.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0 2px;
	list-style:none;
	padding: 1px;
}

*html form input.submitChoice { padding: 0; }

input.commandLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #fff;
	color: #666;
	border: 1px solid #b4b4b4;
	background-color: #caccce;
	background-image: url(img/button_back_superlightgrey.gif);
	margin: 0 2px;
	list-style:none;
	padding: 1px;
}

.quickLoginCmp input { margin-right: 6px; }
.quickLoginCmp input.commandLink { 
	
		margin-right: 12px; 
		background:transparent url( ../../gifs/buttons/login.gif) no-repeat scroll 0 0;
		border: 0px;
		width: 64px; 
		height: 16px;
	}

form input.submitSmall {
	background-color:#CACCCE;
	background-image:url(img/button_back_superlightgrey.gif);
	border:1px solid #B4B4B4;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	padding: 2px;
}

form a.submitSmall {
	background-color:#CACCCE;
	background-image:url(img/button_back_superlightgrey.gif);
	border:1px solid #B4B4B4;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	padding: 2px 4px;
}

form a:link.actionBox {
	color: #ffffff;
	text-decoration:none;
}

form a:visited.actionBox {
	color: #ffffff;
	text-decoration:none;
}

form a:hover.actionBox {
	color: #e75219;
	text-decoration:none;
}

form a:active.actionBox {
	color: #ffffff;
	text-decoration:none;
}

/* ************************************************ */
/* general styles for the font elements				*/
/* ************************************************ */

h1 {
	font-weight: bold; 
	font-size: 18px;
	/*color: #e2007a;*/
	color: #111111;
	margin: 0 0 15px 0;
	line-height: 20px;	
}

h2 {
	font-weight: bold; 
	font-size: 14px;
	/*color: #e2007a;*/
	color: #111111;
	margin: 0 0 15px 0;
	line-height: 20px;	
}

h3 {
	font-weight: bold; 
	font-size: 12px;
	/*color: #e2007a;*/
	color: #111111;
	margin: 0 0 15px 0;
	line-height: 20px;	
}



.h1 {
	font-weight: normal; 
	font-size: 18px;
	color: #13162c;
	margin: 0 0 15px 0;
	line-height: 20px;
	display: block;
}

.h2 {
	font-weight: bold; 
	font-size: 14px;
	color: #13162c;
	margin: 0 0 4px 0;
	display: block;
}

.h3 {
	font-weight: bold; 
	font-size: 12px;
	color: #13162c;
	margin: 3px 0 3px 0;
	display: block;
}

/* ************************************************ */
/* general styles for the link						*/
/* ************************************************ */
a.noTextDecoration {
	text-decoration: none;
}

a:link { 
	text-decoration: underline;
	color: #333;
}

a:visited { 
	text-decoration: underline;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #e2007a;
}

a:active {
	color: #e2007a;
	text-decoration: underline;
}

/* ************************************************ */
/* general styles for the error messages			*/
/* ************************************************ */
.error {
	color: #e75219;
}

/* ************************************************ */
/* general styles for the content box				*/
/* ************************************************ */
.contentBox {
	background-color:#F9F9F7;
	background-image:url(img/box_top.gif);
	background-repeat:repeat-x;
	border:1px solid #D9D9D9;
	margin: 0 0 6px 0;
	padding: 8px 5px;
}

.contentBox.default {
	height: 160px;
	width: 230px;	
}

.contentBox h2 {
	margin: 0;
	font-size: 14px;
}

.contentBox.payment {
	height: 130px;
	width: 160px;	
}

/* ************************************************ */
/* icon for language chooser						*/
/* ************************************************ */
div.icon_languageChooser {
	display: none;
}

/* ************************************************ */
/* general styles for the link in paragraphPage		*/
/* ************************************************ */
.paragraphPage a:link { text-decoration: underline; color: #666; }

.textParagraphCmp a:link { 
	text-decoration: underline; 
	color: #666; 
	}
	
.textParagraphCmp a:hover { 
	text-decoration: underline; 
	color: #e2007a; 
	}


/* ************************************************ */
/* margin for main Image							*/
/* ************************************************ */
.textParagraphCmp img { 
	margin-bottom: 20px;
	}


/* ************************************************ */
/* pagePrintPage.xhtml								*/
/* ************************************************ */
div.productDetailInfo div.productDescription {
	max-width: 300px;
}

/* ************************************************ */
/* general styles for the link in sidebar_boxes		*/
/* ************************************************ */
.sidebar_boxes a:link {
	text-decoration: none;
}
.sidebar_boxes a:hover {
	text-decoration: underline;
}


/* ************************************************ */
/* general styles for images						*/
/* ************************************************ */
img {
	border: 0;
}

img.thumbnail {
	padding: 7px;
	width: 82px;
}

/* ************************************************ */
/* general styles for sidebar_box					*/
/* ************************************************ */
div.sidebar_boxes {
	/*background-image: url("img/box_top.gif");*/
	/*background-repeat: repeat-x;*/
	margin: 0 0 6px 0;
	padding: 8px 5px;
	border: 1px solid #EAEAEA;
	background-color: #F9F9F7;
	overflow: hidden;
	/*height: 1%;*/
}

div.sidebar_boxes_search {
	/*background-image: url("img/box_top.gif");*/
	/*background-repeat: repeat-x;*/
	margin: 0 0 6px 0;
	
	border: 1px solid #EAEAEA;
	background-color: #F9F9F7;
	overflow: hidden;
	height: 1%;
}

div.sidebar_boxes div.sidebar_boxes_pack {
	margin: 0;
	padding: 3px 0 8px 0;
	border: 0;
	border-bottom: 1px;
	border-style: solid;
	border-color: #8ea4bf;
}

div.searchCmp { margin-bottom: 8px; }
div.chooseLanguageCmp { margin-bottom: 8px; }

/* ************************************************ */
/* for the "Copyright (c) 2000-2009 hybris AG" text				*/
/* ************************************************ */
div.hybrisFooter {
	position: relative;
	margin: 6px 0 6px 0;
	padding: 0 5px 0 0;
	text-align:right;
	font-size: 10px;
}

/* ************************************************ */
/* The first element of each component is a DIV.
/* This DIV always has a Styleclass named after a generic pattern:
/* <div styleClass=[componentName]Cmp>
/*
/* example: ShowAddressComponent starts with <div styleClass="showAddressCmp"
/*
/* ************************************************ */

/* ************************************************ */
/*    breadcrumbTag.xhtml                           */
/* ************************************************ */
div.breadcrumbCmp {
	font-size: 10px;
	font-weight: normal;
}

div.breadcrumbCmp ul.breadcrumbs {
	list-style: none;
	margin: 0px;
	padding-left: 4px;
}

div.breadcrumbCmp ul.breadcrumbs li {
	margin-top: 3px;
}

div.breadcrumbCmp ul.breadcrumbs li a {
	color: #666666 !important;
}

/* ************************************************ */
/*    cartTableTag.xhtml                            */
/* ************************************************ */
div.cartTableCmp{
	margin-bottom: 5px;	
}


div.cartTableCmp ul {
	margin: 2px 0;
	list-style: none;
	font-size: 11px;
	color: #666;
	padding-left: 0;
}

div.cartTableCmp td.code {
	font-weight: bold;
}

div.cartTableCmp tfoot input.refreshSubmitSmall {
	background:transparent url( ../../gifs/buttons/aktualisieren.gif) no-repeat scroll 0 0;	
	width: 100px;
	border: 0px;
	height: 16px;
}

table.cartPageAdd {
	margin-top: 10px;
}

table.cartPageAdd td {
	vertical-align: top;
	padding: 0 0 10px 0;
}

table.cartPageAdd td td { padding-bottom: 0; }

table.cartPageAdd .loginCmp {
	margin-top: 6px;
}

#sslCheckBox { border: 0; }

table.cartPageAdd .loginCmp table {
	margin-bottom: 0;
}

table.cartPageAdd .loginCmp td {
	vertical-align: middle;
}

table.cartPageAdd .loginCmp td input {
	margin: 2px 1px;
}

.forgotPasswordLoginLink {
	font-size: 11px;
	color: #666;
	display: block;
	margin-bottom: 18px;
	margin-left: 5px;
}

.userDataLink {
	font-size: 11px;
	color: #666;
	display: block;
	margin-top: 12px;
}

.demoLoginLink {
	font-size: 11px;
	color: #666;
	display: block;
	margin-bottom: 12px;
}

.registrationLink {
	background-color: #CACCCE;
	background-image: url(img/button_back_superlightgrey.gif);
	border: 1px solid #B4B4B4;
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding: 2px 4px;
}

.registrationLink { 
	width: 65px;
	display: block; 
	text-align: center;
	}

table.cartPageAdd .checkoutButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	/*border: 1px solid #4572a8;*/
	background-color: #04397a;
	background-image: url(img/navigationElementCmpActive.gif);
	margin: 2px 0 12px 0;
	display: block;
	list-style:none;
	padding: 2px 6px;
	border: 0px;
}

div.orderTableCmp .actionBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	width: 150px;
	color: #fff;
	/*border: 1px solid #4572a8;*/
	background-color: #04397a;
	background-image: url(img/navigationElementCmpActive.gif);
	margin: 2px 0 12px 0;
	display: block;
	list-style:none;
	padding: 2px 6px;
	border: 0px;
}


div.quickAddToCartCmp{
	background-color:#F9F9F7;
	border:1px solid #EAEAEA;
	height: 63px;
	margin:0 0 6px;
	overflow:hidden;
	
	width:320px;
	float:left;
}

div.quickAddToCartCmp div.title{
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	background: #E2007A;
	margin-bottom: 5px;
}

div.quickAddToCartCmp input{
	margin-right: 5px;	
}

div.quickAddToCartCmp input.submitSmall{
	/*background:transparent url(img/icon_warenkorb.gif) no-repeat scroll center center;*/
	background:transparent url( ../../gifs/buttons/shoppingBasket.gif) no-repeat scroll 0 0;
	border: 0px;
	text-align:right;
	width:35px;
	height: 16px;
}

div.quickAddToCartCmp table.block {
	background-color: #F9F9F7;
	background-image: url(img/box_top.gif);
	background-repeat: repeat-x;
	padding: 2px 2px;
	border: 1px solid #EAEAEA;
	width: 285px;
	margin-right: 24px;
	
}
/* ************************************************ */
/*    categoryDetailTag.xhtml                        */
/* ************************************************ */
div.huberProductDetailCmp table tbody tr td{
	
	text-align: left;
	vertical-align: top;	
}

div.huberProductDetailCmpSpace{
	width: 5px;	
}

div.huberProductDetailCmpText{
	vertical-align: top;	
	font-size: 1.1em;
}

img.huberProductDetailCmpImageSmall{
	max-height: 70px;	
	margin-right: 3px;
	margin-top: 3px;
	text-align: left;
}

div.huberProductDetailCmpText div.pdf {
	margin-top: 20px;
	padding-left:35px;
	text-decoration: underline;
	height: 34px;
	background: url(img/pdf_icon.png) top left no-repeat;
}




/* ************************************************ */
/*    chooseCatalogTag.xhtml                        */
/* ************************************************ */
div.chooseCatalogCmp {
	width: 70%;
	height: 28px;
	float:left;
}

/* IE6 needs a width **/
div.chooseCatalogCmp .catalog {
	height: 100%;
	_width:1px;
}

div.chooseCatalogCmp .mainactive a {
	color: #1246C8; 
	text-decoration: none; 
}

div.chooseCatalogCmp .inactive a {
	color: #fff; 
	text-decoration: none; 
}

/* ************************************************ */
/*    chooseCurrencyTag.xhtml                       */
/* ************************************************ */
div.chooseCurrencyCmp select.selectCurrency {
	width: 138px;
}

div.chooseCurrencyCmp div.icon_currencyChooser {
	display: none;
}

/* ************************************************ */
/*    chooseLanguageTag.xhtml                       */
/* ************************************************ */
div.chooseLanguageCmp select.selectLanguage {
	width: 138px;
}


/* ************************************************ */
/*    chooseVariantsTag.xhtml                       */
/* ************************************************ */
div.chooseVariantsCmp td.description {
	width: 50px;
}

div.chooseVariantsCmp table.leftBlank {
	margin-left: 50px;
}

div.chooseVariantsCmp table.block {
}

/* ************************************************ */
/* compareProductsTag.xhtml							*/
/* ************************************************ */
div.compareProductsCmp table.compareTable {
	background-color: #DDDDDD;
	
	margin: 30px 5%;
	border: 0px;
	border-style: solid;
	border-color: #8ea4bf;
	border-collapse: collapse;
	
	text-align: left;
	min-width: 90%;
	
}

div.compareProductsCmp table th.compareHeader {
	/*background-color: #ffffff;
	color: black;
	border-right-style: solid;
	border-right-color: #8ea4bf;
	border-right-width: 1px;
	font-weight: bold;*/
	border-bottom: #FFFFFF 1px solid;
	background-color: #DDDDDD;
	padding: 2px 10px;
	text-align: left;
}

div.compareProductsCmp table tr.compareValue td{
	border-bottom: #FFFFFF 1px solid;
	background-color: #DDDDDD;
	padding: 2px 10px;
	
}

div.compareProductsCmp table tr.compareValue td.titleColumn{
	font-weight: bold;
	
}


div.compareProductsCmp table tr.compareValue_even td {
	border-right-style: solid;
	border-right-color: #8ea4bf;
	border-right-width: 1px;
	background-color: none;
}

div.compareProductsCmp table tr.compareValue_odd td {
	border-right-style: solid;
	border-right-color: #8ea4bf;
	border-right-width: 1px;
	color: #ffffff;
	background-color: #8ea4bf; 
}

/* ************************************************ */
/*    featureValuesSelectorTag.xhtml                 */
/* ************************************************ */
div.featureValuesSelectorCmp {
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999;
}

div.featureValuesSelectorCmp table {
	width: 95%;
}

div.featureValuesSelectorCmp td {
	padding-right: 25px;
	white-space: nowrap;
}

div.featureValuesSelectorCmp .label {
	display: block;
	width: 64%;
	float: left;
}

div.featureValuesSelectorCmp .selector {
	width: 34%;
}

div.featureValuesSelectorCmp .label.disabled {
	color: #cccccc;
}

div.featureValuesSelectorCmp .buttons input {
	margin: 4px 10px 0 0;
}


/* ************************************************ */
/*    createCustomerReviewTag.xhtml                    */
/* ************************************************ */
div.createCustomerReviewCmp form input.submitBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	border: 1px solid #4572a8;
	background-color: #04397a;
	background-image: url(img/button_back.gif);
	margin: 0 2px;
	list-style:none;
	padding: 2px 6px;
}

.customerReviewComment { font-size: 11px; padding-bottom: 16px; display: block; }
.customerReviewHeadline { font-weight: bold; }
.customerReviewMeta { font-size: 11px; color: #666; }

/* ************************************************ */
/*    listAddressTag.xhtml                          */
/* ************************************************ */
div.listAddressCmp {
}

div.listAddressCmp .createAddressBlock {
	clear: left;
	padding: 10px 0;
}

div.listAddressCmp .createAddressBlock a {
/*	font-weight: bold;
	color: #E75219;*/
	text-decoration: underline;
}

div.listAddressCmp div.showAddressCmp {
	float: left;
	margin-right: 6px;
}



/* ************************************************ */
/*    listCategoryTag.xhtml                         */
/* ************************************************ */
div.listCategoryCmp {
	overflow: hidden;
	margin-bottom: 24px;
	_height: 1%;
}

div.listCategoryCmp div.showCategoryCmp { float: left; }

div.listCategoryCmp div.showCategoryCmp td { vertical-align: top; }

div.listCategoryCmp div.showCategoryCmp div.prodCount {
	float:right;	
}
/* ************************************************ */
/*    listPaymentInfoTag.xhtml                          */
/* ************************************************ */
div.listPaymentInfoCmp {
	overflow: hidden;
	_height: 1%;
}

div.createPaymentInfoBlock { 
	margin: 12px 0;
}

div.createPaymentInfoBlock a { 
	margin: 12px 0;
/*	font-weight: bold;
	color: #E75219;*/
	text-decoration: underline;
}

div.setPaymentModeCmp a { 
	font-weight: bold;
	color: #E75219;
}

div.listPaymentInfoCmp div.showPaymentInfoCmp {
	float: left;
	margin: 0 8px 8px 0;
}

div.listPaymentInfoCmp div.showPaymentInfoCmp a {
	color: #E75219;
}

/* ************************************************ */
/* loginTag.xhtml									*/
/* ************************************************ */
div.loginCmp input.login {
	width: 9em;
}

div.loginCmp {
	border: #cccccc solid 1px;	
	float: left;
	height: 100px;
	
}

div.loginCmp input.loginCommandLink{
	border: 0px;
	background:transparent url( ../../gifs/buttons/login.gif) no-repeat scroll 0 0;
	width: 100px;
	height: 16px;
}

div.loginCmp input.registrationLink{
	border: 0px;
	background:transparent url( ../../gifs/buttons/registrieren.gif) no-repeat scroll 0 0;
	width: 100px;
	height: 16px;
}


div.requestOfferCmp input.requestOfferButton{
	border: 0px;
	background:transparent url( ../../gifs/buttons/offertenanfrage_abschicken.gif) no-repeat scroll 0 0;
	width: 100px;
	height: 16px;
}
/* ************************************************ */
/* navigationElementsTag.xhtml							 */
/* ************************************************ */

/*this is for 'meta' navigation only */
div.navigationElementsCmp.meta{
	float:right;
}




/* ************************************************ */
/*    orderTableTag.xhtml                           */
/* ************************************************ */
div.orderTableCmp {
	padding-bottom: 10px;
	overflow: hidden;
	_height: 1%;
}

div.orderTableCmp table.orderTable {
	border: 1px solid #EAEAEA;
	border-collapse: collapse;
	width: 100%;
}

div.orderTableCmp table.orderTable th {
	background-color:#F9F9F7;
	background-image:url(img/productlist_top.gif);
	background-repeat:repeat-x;
	border-top:1px solid #FFFFFF;
	padding: 3px;
}

div.orderTableCmp table.orderTable .header {
	text-align:left;
}

div.orderTableCmp table.orderTable td {
	background-color:#F9F9F7;
	background-image:url(img/productlist_back.gif);
	background-repeat:repeat-x;
	border-top:1px solid #FFFFFF;
	padding:3px;
	font-size: 11px;
}

div.orderTableCmp table.orderTable td.orderTablePrice {
	white-space: nowrap;
}

div.orderTableCmp table.orderTable td.orderTableTotalPrice {
	white-space: nowrap;
	font-weight: bold;
}

div.orderTableCmp table.footerTable {
	width: 100%;
	border: 1px solid #EAEAEA;
	border-top: 2px solid #EAEAEA;	
	border-collapse: collapse;
	margin-bottom: 4px
}

div.orderTableCmp table.footerTable td {
	background-color:#F9F9F7;
	background-image:url(img/productlist_back.gif);
	background-repeat:repeat-x;
	border-top: 1px solid #FFFFFF;
	padding:3px;
}

div.orderTableCmp table.footerTable .left {
	text-align: right;
}

div.orderTableCmp table.footerTable .right {
	text-align: right;
	width: 250px;
}

div.orderTableCmp table.footerTable .footerTotalLeft{
	font-weight: bold;
}

div.orderTableCmp table.footerTable .footerTotalRight{
	font-weight: bold;
}

.orderTableCmpTaxes {
	font-size: 11px;
	color: #666;
	display: block;
	margin-bottom: 24px;
}

.summaryPageTable td {
	vertical-align: top;
	width: 265px;
}

.summaryPageTable td td {
	width: 100%;
}

.summaryPageTable .contentBox a {
	background-color:#FFFFFF;
	background-image:url(img/textinput_back.gif);
	border:1px solid #B4B4B4;
	color:#E75219;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding: 2px 4px;
}

.contentBox .contentBoxBottomRight {
	vertical-align: bottom;
	text-align: right;
	padding: 1px 0;
}

*html .contentBox .contentBoxBottomRight { padding: 4px 0; }
*+html .contentBox .contentBoxBottomRight { padding: 4px 0; }

.contentBox input {
	color:#E75219;
}

.contentBox .contentBoxBottomLeft {
	vertical-align: bottom;
	text-align: left;
}

/* ************************************************ */
/*    productQuickViewTag.xhtml                   	*/
/* ************************************************ */
div.productQuickViewCmp  {
	width: 100%;
	text-align: center;
}

div.productQuickViewCmpImg {
	min-height: 82px;
	/*height: 61px;*/	
}

div.productQuickViewCmp a { cursor: pointer !important; overflow: hidden; height: 1%; }

/* ************************************************ */
/*    productDetailTag.xhtml                        */
/* ************************************************ */
div.productDetailCmp { margin-top: 12px;  }

div.productDetailCmp td { vertical-align: top; }

div.productDetailCmp td.left div.productPicture { 
	background-color: #FFFFFF; 
	border: 0px solid #EAEAEA; 
	margin: 0 5px 0 0; 
	padding: 3px 2px; 
	
	overflow: hidden;
	text-align: left;
}

div.productDetailCmp div.productDescription {
	
	background-color: #FFFFFF;
	/*background-image: url(img/box_top.gif);*/
	background-repeat: no-repeat;
	padding: 4px 4px 8px 4px;
	border: 1px solid #EAEAEA;
	overflow: hidden;
	width: 741px;
	min-width: 400px;
}

*html div.productDetailCmp div.productDescription { width: 273px; height: 1%; }

div.productDetailCmp div.productDescription .productNumber {
	font-weight: bold;
	font-size: 11px;
	color: #666;
	
}

div.productDetailCmp div.productDescription .productCode {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	
}

div.productDetailCmp div.productDescription .productName {
	
	font-size: 12px;
	display: block;
	margin-bottom: 6px;
}

div.productDetailCmp table.features {
	width: 100%;
	margin: 0px;
	border: 1px solid #EAEAEA;
	border-collapse: collapse;

	border-spacing: 0px;
	text-decoration: none;
	text-align: left;
	background-color: #F9F9F7;
}

div.productDetailCmp table.features td.featureDescription {
	font-weight: bold;
	width: 150px;
}

div.productDetailCmp table.features td.featureValue {
	padding-left:5px;
}

div.productDetailCmp table.features td.PDFfeatureValue {
	padding-left:35px;
	height: 34px;
	background: url(img/pdf_icon.png) top left no-repeat;
}


div.productDetailCmp div.productFeatures {
	margin: 10px 0;
	padding-left: 3px;
}

div.productDetailCmp div.productFeatures table.classification td.classificationDesc {
	font-weight: bold;
}

div.productDetailCmp form.addToCart {
	text-align: left;
}

div.productDetailCmp div.price div.priceCmp { margin: 12px 0; font-size: 12px; }

div.productDetailCmp div.price div.priceCmp .priceCmpTaxes { 
	font-weight: normal; 
	font-size: 11px;
	color: #666;
	margin-top: 2px;
}

div.productDetailCmp div.price div.priceCmp table.general { margin: 6px 0; }
div.productDetailCmp div.price div.priceCmp table.general th { font-size: 11px; }
div.productDetailCmp div.price div.priceCmp table.general td { font-size: 11px; }

div.productDetailCmp div.price div.priceCmp table.general td.quantity { width: 50px; font-size: 11px; font-weight: normal; }

div.productDetailCmp div.price div.priceCmp table.general td.price { width: 60px; font-size: 11px; }

.quantityInCartMsg {
	font-weight: bold;
	color: #222277;
	display: block;
	margin-bottom: 10px;
}

div.productDetailCmp form input.submitBig {
	background-color: #CACCCE;
	background-image: url(img/button_back_superlightgrey.gif);
	border: 1px solid #B4B4B4;
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 0 0 6px 0;
	padding: 1px;
	display: block;
	cursor: pointer;
}

div.productDetailCmp form input.addToCartButton {
	background: url(../../gifs/buttons/shoppingBasket.gif) top center no-repeat;
	text-align: right;
	border: 0px;
	width: 35px;
	height: 16px;
	
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #4572a8;
	background-color: #04397a;
	background-image: url(img/button_back.gif);
	background-repeat: repeat-x;
	margin: 10px 0;
	padding: 2px 6px;
	cursor: pointer;*/
}

div.productDetailCmp .printPageLink {
	background-color: #CACCCE;
	background-image: url(img/button_back_superlightgrey.gif);
	border: 1px solid #B4B4B4;
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding: 2px 4px;
}

div.productDetailCmp a:hover.printPageLink { color: #666666; }

div.productDetailCmp .variantProducts { margin: 10px 0; }

div.productDetailCmp .variantProducts .general td { font-size: 11px; padding: 1px 3px; }

div.productDetailCmp .variantProducts .general td .priceCmp { font-size: 11px; margin-top: 0px; }

div.productDetailCmp .variantProducts .general th.price { text-align: right; }

.refreshVariantProducts { margin: 2px 0 16px 0; }

.refreshVariantProducts input.submitSmall { padding: 0 1px; }

.refreshVariantProducts .toggleVariantProducts { font-size: 10px; padding-left: 4px; }

/* ************************************************ */
/*    priceTag.xhtml                                */
/* ************************************************ */
div.priceCmp {
	font-weight: bold;
	/*color: #e2007a;*/
	font-size: 12px;
	margin-top: 4px;
}

div.priceCmp div.discounts {
	font-size: 10px;
}

.oldPrice {
	text-decoration: line-through;
	font-size: 12px;
	/*color: #e75219;*/
	font-weight: normal;
}

.oldPriceMsg {
	font-size: 12px;
	color: #333;
	font-weight: normal;
}

/* ************************************************ */
/*    productReferencesTag.xhtml                    */
/* ************************************************ */
div.productReferencesCmp {
	background-color: #F9F9F7;
	background-image: url(img/box_top.gif);
	background-repeat: no-repeat;
	border: 1px solid #EAEAEA;
	padding: 4px;
}

div.productReferencesCmp .headline {
	font-size: 13px;
	font-weight: bold;
	margin: 4px 0;
}

div.productReferencesCmp .groupHeadline {
	display: block;
	margin-top: 5px;
	font-weight: bold;
}

div.productReferencesCmp table {
	width: 100%;
	border-style: none;
}

div.productReferencesCmp div.crossells table td {
	background-color: #F9F9F7;
	background-image: url(img/productlist_back.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #FFFFFF;
	padding: 3px 0;
}
div.productReferencesCmp table td.selection{
	width: 30px;
}

div.productReferencesCmp table td.productId {
	width: 20%;
}

div.productReferencesCmp table td.price {
	width: 20%;
	text-align: right;
}

div.productReferencesCmp table td.thumbnail {
	width: 10%; 
}

div.productReferencesCmp table td.thumbnail img{
	height: 30px;
}

/* ************************************************ */
/* productTableTag.xhtml					             */
/* ************************************************ */

div.productTableCmp{
	font-size: 10px;	
	font-family: Arial;
	overflow: auto;
}



div.productTableCmp table img{
	max-height: 80px;
}

div.productTableCmp td.name span.productCode {
	/*font-size: larger;*/
	font-weight: normal;
	white-space: nowrap;
}

div.productTableCmp td.code{
	/*font-size: larger;*/
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	width: 75px;
}

div.productTableCmp td.name{
	/*font-size: larger;*/
	font-size: 10px;
	width: 220px;
	min-width: 220px;
}

div.productTableCmp a.compareLink {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../gifs/buttons/vergleichen.gif) no-repeat scroll 0 0;
	border:0 none;
	height:16px;
	text-align:right;
	width:75px;
	float: left;
	margin-top: 3px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

div.productTableCmp a.orderButton {
	
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../gifs/buttons/in_den_warenkorb.gif) no-repeat scroll 0 0;
	border:0 none;
	height:16px;
	text-align:right;
	width:109px;
	float: right;
	margin-top: 3px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	
	
}

div.productTableCmp table.general th {
	font-size: 11px;
	font-weight: bolder;
	vertical-align: top;
	text-align: left;
}

div.productTableCmp table.general td {
	border-left: #eeeeee solid 1px;
	white-space: nowrap;
}

div.productTableCmp table.datascroller {
	float: right;
	margin: 8px 0 12px 12px;
	font-size: 12px;

}

div.productTableCmp table.datascroller td { padding: 0 2px; }


div.productTableCmp .datascrollerCounts {
	float: right;
	margin: 12px 0 12px 12px;
}

div.productTableCmp table.general .quantity {
	width: 40px;
	min-width: 25px;
}

div.productTableCmp table.general td.quantity input{
	width: 50px;	
}

div.productTableCmp table.general th.quantity {
	
}

div.productTableCmp table.general td.order {
	text-align: right;
	width: 25px;
}

div.productTableCmp table.general td.order input {
	background: url(img/cart.gif) center no-repeat;
	text-align: right;
	width: 30px;
}

div.productTableCmp table.general th.price {
	text-align: right;
	width: 80px;
}

div.productTableCmp table.general td.price {
	text-align: right;
	white-space: nowrap;
	
}

div.productTableCmp table.general td.availabilityTrue{
	background: url(img/light_green.jpg) #F9F9F7 center 3px  no-repeat;	
	width: 15px;
}

div.productTableCmp table.general td.availabilityFalse{
	background: url(img/light_yellow.jpg)  #F9F9F7  center 3px no-repeat;	
	width: 15px;
}

table.general.productlist th { padding: 6px 3px; }

table.general.productlist td { vertical-align: top; padding: 2px; }

table.general.productlist .thumbsImg { 
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	margin: 0 2px 18px 4px;
	padding: 4px;
}

table.general.productlist .thumbs { padding-left: 0; width: 100px; }
table.general.productlist .price { padding-right: 3px; padding-left: 8px; }
table.general.productlist .selection { width: 22px; text-align: center; padding-top: 4px;}
/*table.general.productlist .selection_header { background-image: url(img/arrow_back_down.gif); background-repeat: no-repeat; background-position: 9px 7px; background-color: #eeeeeb; }*/
table.general.productlist .selection input { border: 0; background-color: transparent; background-image: none; }

/* ************************************************ */
/* quickLoginTag.xhtml								*/
/* ************************************************ */
div.quickLoginCmp input.login {
	width: 5em;
}

/* ************************************************ */
/* quickSearchTag.xhtml								*/
/* ************************************************ */
div.searchCmp input.search {
	width: 138px;
}

div.searchCmp div.icon_search {
	display: none;
}

/* ************************************************ */
/*    quickViewCartTag.xhtml                        */
/* ************************************************ */
div.quickViewCartCmp{
	background-color:#F9F9F7;
	border:1px solid #EAEAEA;
	margin-left: 5px;
	margin-right: 5px;
	height: 63px;
	float: right;
	overflow:hidden;
	
	width: 250px;	
}
div.quickViewCartCmp div.title{
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	background: #E2007A;
	margin-bottom: 5px;
}


div.borderLayout div.north a.cartNav {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #e75219;
}

/* ************************************************ */
/* registrationTag.xhtml							*/
/* ************************************************ */

* html div.registrationCmp {
	margin-left: 225px;
}

div.registrationCmp table.registration {
	/*width: 90%;*/
}

div.registrationCmp .title{
	font-weight: bold;	
}

div.registrationCmp table.registration td.firstColumn {
	width: 180px;
}

div.registrationCmp table.registration td.secondColumn {
}


div.requestOfferCmp{
	border:1px solid #CCCCCC;
	float: right;
	margin-left: 5px;
}



/* ************************************************ */
/* searchComponentTag.xhtml                      */
/* ************************************************ */
div.searchCmp{
	padding: 0px;
}

div.searchCmp div.title{
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	background: #E2007A;
	margin-bottom: 5px;
}

div.searchCmp input.submitChoice {
	background: url(img/icon_search.gif) center no-repeat;
	text-align: right;
	width: 30px;
}


/* ************************************************ */
/* selectDeliveryModeTag.xhtml                      */
/* ************************************************ */
div.selectDeliveryModeCmp input.selectMode {
	border: 0px;
	background-color: transparent;
	background-image: none;
}

div.selectDeliveryModeCmp form .disabledOption {
	color: #AAAAAA;
}


/* ************************************************ */
/*    showAddressTag.xhtml                          */
/* ************************************************ */
div.showAddressCmp a.commandLink {
	margin-right: 4px;
	color: #E75219;
}

/* ************************************************ */
/*    showCategoryTag.xhtml                         */
/* ************************************************ */
div.showCategoryCmp {
	/*width: 261px;*/
	margin: 0;
	/*background-color:#F9F9F7;*/
	background-image: none;
	background-repeat:repeat-x;
	border: 0px solid #EAEAEA;
	padding: 2px;
}

div.showCategoryCmp table tr{
	
}
div.showCategoryCmp { 
	/*width: 258px;*/ 
	width:49%;
	
}


div.showCategoryCmp table td .thumbnail {
	float: right;
	background-color: #FFFFFF;
	border: 0px solid #EAEAEA;
	overflow: hidden;
	height: 70px;
	max-height: 70px;
	width: 120px; /* added */
	padding: 0px;
	text-align: center;
	
	
}

div.showCategoryCmp table td img{
	float: center;
	height: 70px;
	max-height: 70px;
	overflow: hidden;
	
}

div.showCategoryCmp table td .text {
	display: block;
	text-decoration: underline;
}

div.showCategoryCmp a.headline {
	display: block;
	/*font-weight: bold;*/
	/*padding-bottom: 5px;*/
}

div.sidebar_boxes .boxHeadline { 
	font-weight: normal; 
}

div.sidebar_boxes .headline { 
	font-size: 12px; 
	font-weight: normal;
}



div.showCategoryCmp table td img{
	
}
/* ************************************************ */
/*    showHistoryTag.xhtml                          */
/* ************************************************ */
div.showHistoryCmp {
	background-color:#F9F9F7;
	border:1px solid #EAEAEA;
	margin:0 0 6px;
	margin-left: 10px;
	overflow:hidden;
	height: 63px;
	list-style-type: circle;
	width: 200px;
	float:left;
}

div.showHistoryCmp div.title{
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	background: #E2007A;
	margin-bottom: 5px;
}

div.showHistoryCmp .headline {
	font-size: 11px;
	

}

/* ************************************************ */
/*    showPaymentInfoTag.xhtml                      */
/* ************************************************ */
div.showPaymentInfoCmp a.commandLink {
	padding: 2px;
}

/* ************************************************ */
/* showVariantProductsTag.xhtml						*/
/* ************************************************ */
div.showVariantProductsCmp table.general.productlist th.price {
	text-align: right;
}

div.showVariantProductsCmp table.general td.price {
	text-align: right;
}

/* ************************************************ */
/* tellAFriendTag.xhtml								*/
/* ************************************************ */
div.tellAFriendCmp div.info {
	padding-top: 5px;
	padding-bottom: 10px;
}

div.tellAFriendCmp div.info span.productName {
	padding-left: 5px;
	font-weight: bold;
	font-size: 15px;
}


/* ************************************************ */
/*    userMessagesTag.xhtml                         */
/* ************************************************ */
div.userMessagesCmp {
	background-color: #FFF;
	/*border: 1px solid #999;*/
	border: 2px solid #E2007A;
	padding: 4px;
	margin: 10px 0;
	color: #494949;
}

div.userMessagesCmp a {
/*	color: #E75219;*/
	text-decoration: underline;
}

/* ************************************************ */
/* listWishListTag.xhtml							*/
/* ************************************************ */
div.listWishListCmp span.allWishLists {
	font-weight: bold;
}

div.listWishListCmp div.wishListName {
	width: 380px;
}

div.listWishListCmp div.listWishListEntry{
	border-top: 1px solid #555555;	
}

.allWishLists { display: none; }

/* ************************************************ */
/* showWishListTag.xhtml							*/
/* ************************************************ */
div.showWishListCmp span.wishListName {
	font-weight: bold;
}

div.showWishListCmp{
	border-top: 1px solid ;
}

/* ************************************************ */
/* editWishListTag.xhtml							*/
/* ************************************************ */
div.editWishListCmp span.normal {
	font-weight: bold;
}

/* ************************************************ */
/* showWishListEntryTag.xhtml							*/
/* ************************************************ */

div.merklisteCmpName {
	width: 340px;	
}

div.merklisteCmpPrice {
	width: 40px;	
}

/* ************************************************ */
/* adBannerTag.xhtml							*/
/* ************************************************ */
.adBannerCmp img, .adBannerCmp embed, .adBannerCmp object { margin-bottom: 7px; }

/* ************************************************ */
/* productQuickView.xhtml							*/
/* ************************************************ */
.productsQuickViewCmp td { vertical-align: top; }



.productQuickViewCmpImg { 
	/*border: 1px solid #EAEAEA;*/
	padding: 4px 0;
	/*background-color: #fff;*/
	margin: 4px 0;
	/*height: 150px;*/
	vertical-align: 50%;
}

.productQuickViewCmpImg img { 
	vertical-align: 50%;
	max-height: 80px;
}




/*******************************************************/
/* test category tree */
/*******************************************************/
.categoryTreeCmp div {
	font-size: 11px;
}

div.categoryTreeCmp div.title{
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	background: #E2007A;
	margin-bottom: 5px;
	
}

div.level1  {
	width: 188px; /*210*/
	min-height: 10px; /*24*/
	_height: 10px; /*24*/
	/*background: #e1f0f2 url(img/CategoryTreeLevel1Bg.gif) top left no-repeat;*/
	background: #dddddd url(img/CategoryTreeLevel1Bg.gif) top left no-repeat;
	padding: 3px 0 3px 22px;
	margin-bottom: 2px;
}

div.level1open  {
	width: 188px; /*210*/
	min-height: 10px; /*24*/
	_height: 10px; /*24*/
	/*background: #e1f0f2 url(img/CategoryTreeLevel1OpenBg.gif) top left no-repeat;*/
	background: #dddddd url(img/CategoryTreeLevel1OpenBg.gif
	) top left no-repeat;
	padding: 3px 0 3px 22px;
	margin-bottom: 2px;
}

div.level2 {
	/*border: #00FF00 1px solid;*/
	width: 178px; /*210*/
	min-height: 10px; /*24*/
	_height: 10px; /*24*/
	background: #f7f7f7 url(img/CategoryTreeLevel2Bg.jpg) top left no-repeat;
	padding: 3px 0 3px 32px;
	margin-bottom: 2px;
}

div.level2open {
	width: 178px; /*210*/
	min-height: 10px; /*24*/
	_height: 10px; /*24*/
	background: #f7f7f7 url(img/CategoryTreeLevel2OpenBg.jpg) top left no-repeat;
	padding: 3px 0 3px 32px;
	margin-bottom: 2px;
}

div.level3 {
	/*border: #00FF00 1px solid;*/
	width: 170px; /*210*/
	min-height: 10px; /*24*/
	_height: 10px; /*24*/
	background: #f7f7f7 url(img/CategoryTreeLevel3Bg.jpg) top left no-repeat;
	padding: 3px 0 3px 40px;
	margin-bottom: 2px;
}

div.level3open {
	width: 170px; /*210*/
	min-height: 10px; /*24*/
	_height: 10px; /*24*/
	background: #f7f7f7 url(img/CategoryTreeLevel3Bg.jpg) top left no-repeat;
	padding: 3px 0 3px 40px;
	margin-bottom: 2px;	
	
}

div.level3open a {
text-decoration: underline !important;	
	
}



/*******************************************************/
/* test category tree */
/*******************************************************/

div.navigationElementsCmp {
	/*border: #00FF00 1px solid;*/
	margin-bottom: 6px;
}

div.navigationElementCmp a {
	display: block;
	width: 215px; /*210*/
	height: 20px; /*25*/
	background: #eaeaea;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	
	margin-bottom: 2px;
	padding-left: 5px;
	padding-top: 3px;
}

div.navigationElementCmp a:hover {
	background: #e2007a;

	color: #FFFFFF;
	text-decoration: none;
}




/*************************************************************************************/
/* Benutzerdaten Seite Links "Ändern" und "Bisherige Bestellungen" unterstreichen... */
/*************************************************************************************/
div.topUserInfoCmp{
	background-color:#F9F9F7;
	border:1px solid #EAEAEA;
	margin-left: 5px;
	margin-right: 5px;
	height: 63px;
	
	overflow:hidden;
	
	width: 180px;
	float:left;
}

div.topUserInfoCmp div.title{
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	background: #E2007A;
	margin-bottom: 5px;
}

div.userInfoCmp {
	float: right;
	width: 200px;	
}

.userInfoCmp a {
	text-decoration: underline;
}

* html div.productDetailCmp div.productDescription { width: 470px; } 
 			

