/*****************************************************************************/
/*** PURE ***/
/*****************************************************************************/

table{
	border: 0;	
}

/*****************************************************************************/
/*** HEADER ***/
/*****************************************************************************/
/*
#header #tabs {
	padding-top: 62px;
	float: right;
}
* html  #header #tabs{
	padding-top: 64px;
}
#header #tabs div{
	width: 100px;
	height: 19px; /* 24px-padding */
	white-space: nowrap;
	float: left;
	margin-right: 5px;
	padding-top: 5px;
	background-image: url("../../images/demoshop/tab_100.png");
	background-repeat: no-repeat;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}
* html  #header #tabs div{
	height: 24px;
}

.HINTERGRUNDFARBE8{
	background-color: red;
}

.HINTERGRUNDFARBE88{
	background-color: lightgreen;
}

.HINTERGRUNDFARBE7{
	background-color: green;
}

.HINTERGRUNDFARBE66{
	background-color: lightblue;
}

#header #tabs div.passive{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#header #tabs div.bigTab{
	width: 129px;
	background-image: url("../../images/demoshop/tab_129.png");
}
*/
/*****************************************************************************/
/*** SEARCHBOXLINE ***/
/*****************************************************************************/

#searchboxLine{
	height: 50px;
	vertical-align: middle;
	border-bottom: 1px solid #5C7997;
	clear: both;
	background-image: url("../../images/demoshop/searchbox_lens_end_whiteBg.png");
	background-repeat: no-repeat;
	background-position: left;
	z-index: 1;
}
#searchboxLine.asnHint{
	background-image: url("../../images/demoshop/searchbox_lens_end_greyBg.png");
	background-repeat: no-repeat;
	background-position: left;
}
#searchboxLine #searchbox{
	float: left;
	margin-bottom: -4px;
	width: 450px;
}
#searchboxLine input#query{
	width:308px; 
	height: 28px; 
	font-size: 20px; 
	border: 0;
	border-bottom: 1px solid #5C7997;
	border-top: 1px solid #5C7997;
	position: relative;
	top: 1px; 
	left: 52px;
	autocomplete: off;
}
#searchboxLine input#query.default{
	color: #999999;
}
* html #searchboxLine input#query{
	top:2px;
}
#searchboxLine input#submit{
	position: relative;
	top: 10px; 
	left: 56px;
}
#searchboxLine #buttons {
	padding-right: 5px;
	text-align: right;
	float: right;
	margin-top: 10px;
}
#searchboxLine #buttons img{
	cursor: pointer;	
}
#searchboxLine #buttons a{
	margin-right: 10px;
}
#searchboxLine #buttons img#xmlButton{
	display: none;
}
#searchboxLine #SearchboxCMPlaceHolder{
	float:left;
	margin-left: 440px;
}
* html #searchboxLine #SearchboxCMPlaceHolder{
	margin-left: 0;
}

/*****************************************************************************/
/*** ASN COLUMN ***/
/*****************************************************************************/

/*
#leftColumn.asnHintDE {
	background-image: url("../../images/demoshop/asn_hint_de.png");
	background-repeat: no-repeat;
	background-position: top ;
}
#leftColumn.asnHintEN {
	background-image: url("../../images/demoshop/asn_hint_en.png");
	background-repeat: no-repeat;
	background-position: top ;
}
#leftColumn.asnHintFR {
	background-image: url("../../images/demoshop/asn_hint_fr.png");
	background-repeat: no-repeat;
	background-position: top ;
}
*/

/*****************************************************************************/
/*** RESULT COLUMN ***/
/*****************************************************************************/

#centerColumn #breadCrumbTrail{
	font-size: 12pt;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#centerColumn #breadCrumbTrail a{
	font-weight: bold;
}

#centerColumn div.optionBox {
	padding: 5px 0;
	text-align: right;
	color: #5C7997;
}
#centerColumn div.optionBox select{
	width: 150px;
}

#centerColumn div.paging{
	/*
	border-bottom: 1px solid #5C7997;
	border-top: 1px solid #5C7997;
	*/
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 3px 0;
	text-align: center;
	color: #5C7997;
}
#centerColumn table.paging a{
	color: #333333;
	font-weight: bold;
	/* color: #5C7997; */
}
#centerColumn table.paging span.currentPage{
	color: #333333;
	font-size: 12px;
	/* color: #173452; */
	/* font-weight: bold; */
}
#centerColumn table.paging td.previousPage{
	font-size: 11px;
	text-align: right;
	width:200px;
}
#centerColumn table.paging td.pageLinks{
	font-size: 11px;
	white-space: nowrap;
	text-align:center;
}
#centerColumn table.paging td.nextPage{
	font-size: 11px;
	text-align: left;
	width:200px;
}
#centerColumn div.browseTop{
	margin-top: 83px;
}
#centerColumn.catalogBrowse{
	padding-top: 53px;
}
#centerColumn #results{
	padding: 10px 0;
	clear: both;
}
#centerColumn #results #resultWrap{
	padding-left: 1px;
}
* html #centerColumn #results #resultWrap{
	padding-left: 10px;
}

#centerColumn hr.resultLineNoMatch{
	margin-top: 4px;	
}
#centerColumn p.noMatchTopseller{
	padding-top: 20px;	
	padding-bottom: 10px;
}
#centerColumn p.noMatchSingleQueries{
	padding-top: 10px;
	margin-bottom: 5px;
}
#centerColumn ul.noMatchSingleQueriesList{
	margin-left: 15px;
}

#centerColumn p.resultSingleQueries{
	margin-bottom: 5px;
}
#centerColumn ul.resultSingleQueriesList li{
	display: inline;
	padding-right: 10px;
}

#centerColumn p.timeout{
	border: 1px solid #5C7997;
	padding: 5px;
	background-color: #E0E0E0;
}

/*****************************************************************************/
/*** PUSHED PRODUCTS IN RESULT COLUMN ***/
/*****************************************************************************/

#centerColumn #results #pushedProducts{
	background: white;
	border: 1px solid #173452;
	float: left;
	background-color: #CCD7E3;
}
#centerColumn #results #pushedProducts div.productWrap{
	float: left;
}
#centerColumn #results #pushedProducts p{
	font-size: 9pt;
	font-weight: bold;
	padding: 0 10px;
	margin:  10px 0;
}
#centerColumn #results #pushedProducts div.product{
	margin: 0 4px 8px 4px;
	background-color: transparent;
}
/*** div.product-hover is for IE, this style is added with JS  ****/
#centerColumn #results #pushedProducts div.product:hover, 
#centerColumn #results #pushedProducts div.product-hover{
	border: 1px solid #173452;
}
* html #centerColumn #results #pushedProducts div.product div.special {
	left: -82px; 
	z-index: 1;
}
#centerColumn #results #pushedProducts div.product div.title a{
	color: #173452;
}
#centerColumn #results #pushedProducts div.product div.price{
	color: #173452;
}
#centerColumn #results p{
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
	padding: 0 10px;
}

/*****************************************************************************/
/*** PUSHED PRODUCTS IN INFO COLUMN***/
/*****************************************************************************/

#rightColumn #pushedProducts *{
	padding-left: 0;
}
#rightColumn #pushedProducts{
	background: white;
	border: 1px solid #173452;
	float: left;
	background-color: #CCD7E3;
	padding-left: 0;
}
#rightColumn #pushedProducts div.productWrap{
	float: left;
}
#rightColumn #pushedProducts p{
	font-size: 9pt;
	font-weight: bold;
	padding: 0 10px;
	margin:  10px 0;
}
#rightColumn #pushedProducts div.product{
	margin: 0 4px 8px 4px;
	background-color: transparent;
}
* html #rightColumn #pushedProducts div.product{
	width: 130px;	
}
/*** div.product-hover is for IE, this style is added with JS  ****/
#rightColumn #pushedProducts div.product:hover, 
#rightColumn #pushedProducts div.product-hover{
	border: 1px solid #173452;
}
* html #rightColumn #pushedProducts div.product div.special {
	left: -82px; 
	z-index: 1;
}
#rightColumn #pushedProducts div.product div.title a{
	color: #173452;
}
#rightColumn #pushedProducts div.product div.price{
	color: #173452;
}
#rightColumn #pushedProducts div.product div.picture{
	padding: 10px 0;
}

#rightColumn #pushedProducts.toBackground{
	opacity : 0.2;
	filter: alpha(opacity=20);
}

/*****************************************************************************/
/*** PRODUCT ***/
/*****************************************************************************/

/*** This is needed, without the suggest would be under the products in IE ***/
div.productWrap {
	position: relative;
}

* html div.productWrap {
	position: static;
	z-index:10;
}

div.product {
	width: 145px;
	height: 225px;
	text-align: center;
	float: left;
	margin: 0 5px 5px 4px;
	border: 1px solid transparent;
	z-index: 11;
	position: relative;
	background: #FFFFFF;
}
/*** part of "suggest under product"-hack for IE ***/
* html div.product {
	position: static;
	left:-100px;
	top:0px;
	height: 228px;
	margin: 0 5px 5px 4px;
	z-index:11;
}

/*** div.product-hover is for IE, this style is added with JS  ****/
div.product:hover, div.product-hover{
	border: 1px solid #5C7997;
	z-index: 12;
}
div.product div.special{
	position: absolute; 
	line-height: 18px;
	white-space: nowrap;
	vertical-align: middle;
	width: 78px;
	height: 18px;
	left: 68px;
	top: -1px; 
	color: white;
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	background: #5C7997;
}
* html div.product div.special {
	margin-right:67px;
	margin-top:-29px;
	top: -5px;
	position: relative; 
}

div.product div.new{
	background: #008000;
	
}
div.product div.used{
	background: #919191;
}

div.specialInfos {
	position:relative;
	top:0px;
}

* html div.specialInfos {
	position:relative;
	top:34px;	
	height:1px;
}

div.product div.dragHandle{
	background: #5C7997;
	width: 26px;
	height: 21px;
	position: absolute; 
	line-height: 20px;
	white-space: nowrap;
	vertical-align: middle;
	left: 0px;
	top: -1px; 
	color: white;
	cursor: move;
	padding-top: 5px;
	display: none;
}
* html div.product div.dragHandle{
	z-index:13;
	float:left;
	margin-top:-29px;
	position: relative;
	top: -5px;
}

div.product div.cliplisterBtn{
	position: relative;
	margin-right: -45px;
}
div.product div.cliplisterBtn iframe{
	position: absolute;
	margin-top: 140px;
}

div.product div.picture{
	padding: 10px;
	height: 170px;
	line-height: 170px;
	white-space: nowrap;
	z-index: 1;
}

* html div.picture {
	margin-top:7px;
}

div.product div.picture img{
	z-index: 1;
	display: none;
}

div.product div.title a{
	color: #5C7997;
	z-index: 1;	
	vertical-align: bottom;
}
div.product div.price{
	color: #999999;
	text-align: right;
	padding-right: 12px;
	z-index: 1;
	vertical-align: bottom;	
}
div.product div.hoverDescription{
	display: none;
}

.removed{
	opacity : 0.33;
	filter: alpha(opacity=33);
}


/*****************************************************************************/
/*** INFO COLUMN ***/
/*****************************************************************************/

#rightColumn *{
	padding-left: 10px;
}
#rightColumn h3{
	margin-right: 0;
	padding-left: 0;
}
#rightColumn #infoPlaceHolder{
	padding-left: 0;
}

/*****************************************************************************/
/*** PRODUCT TRASH ***/
/*****************************************************************************/

div#productTrash{
	cursor: pointer;
	position: absolute;
	z-index:50;
	top: 900px;
	height: 128px;
	width: 128px;
	padding-left: 0;
	text-align: center;
	margin-left: 10px;	
	background-image: url("../../images/demoshop/management/bigtrash_empty.png");
	background-color: white;
	background-position: bottom;
	background-repeat: no-repeat;
	display: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
div#productTrash.full{
	background-image: url("../../images/demoshop/management/bigtrash_full.png");
	margin-top: -4px;
}
div#productTrash img#ajaxLoading{
	padding-left: 0;
	margin-top: 35px;
	margin-left: 7px;
	display: none;
}
div.dragging{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
div#productTrash.dragOver{
	background-color: #AD0E3F;
}

/*****************************************************************************/
/*** PRODUCT DETAIL ***/
/*****************************************************************************/

#content #centerColumn.productDetail{
	padding-top: 20px;	
}
#content #centerColumn.productDetail div.picture{
	float: left;
	padding-right: 10px;
}
#content #centerColumn.productDetail div.description{
	padding: 10px;
	font-size: 12px;
}
#content #centerColumn.productDetail div.description div{
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #999999;
	margin-bottom: 10px;
}
#content #centerColumn.productDetail div.description a.deeplink{
	padding: 2px 5px;
	border: 1px solid #173452;
	float: right;
}
#content #centerColumn.productDetail #similarProducts{
	padding-top: 20px;	
}
#content #centerColumn.productDetail #similarProducts div.product{
	float: left; 
	width: 100px; 
	height: 160px; 
	margin: 5px;
	padding: 5px;
}
#content #centerColumn.productDetail #similarProducts div.product img{
	width: 80px;
	display: none;
}
#content #centerColumn.productDetail #similarProducts div.product div{
	height: 120px;
}


ul#similarReason{
	list-style: none;
}
ul#similarReason li{
	list-style: none;
	margin-left: 10px;
}
ul#similarReason li.fieldName{
	font-weight: bold;
	margin-top: 10px;
	margin-left: 0;
}

#content #centerColumn.productDetail #cliplister{
	padding-top: 20px;
}
#content #centerColumn.productDetail #cliplister h3 a{
	font-size: 8pt;
	font-weight: normal;
}
#content #centerColumn.productDetail #cliplister div.clip{
	padding-top: 10px;
	text-align: center;
}


/*****************************************************************************/
/*** PREVIEW ASN IMAGES ***/
/*****************************************************************************/

#asnTop{
	border: 1px solid #5C7997; 
	margin-top: 15px;
	background-color: #E0E0E0;
}
#asnTop div.asnImage{
	border: 1px solid transparent; 
	float: left;
	width: 100px; 
	height: 160px; 
	margin: 6px;
	padding: 5px;
	text-align: center;
}
#asnTop div.asnImage:hover,
#asnTop div.asnImage-hover{
	border: 1px solid #5C7997; 
}
#asnTop div.asnImage div{
	height: 120px;
}
#asnTop div.asnImage div img{
	display: none;
}
#asnTop h3{
	border-bottom: none;
	padding-bottom: 0;
	margin-left: 5px;
	margin-top: 5px;
}
#asnTop p.selectLine{
	clear: both;
	text-align: right;
	margin-right: 8px;	
}
#asnTop p.selectLine select{
	width: 155px;
	background-color: #E0E0E0;
}

/*****************************************************************************/
/*** CONTACTPAGE ***/
/*****************************************************************************/

#centerColumn.infoPage a{
	font-weight: bold;
}
#centerColumn.infoPage h2{
	padding-top: 25px;
}
div.form{
	margin: 30px 0;
}

.stars img{
	float: left;
	/* margin-top: 1px; */
	margin-right: 5px;
}
.stars{
	vertical-align: top;
	color: rgb(205, 0, 0); /* #CF282D; */
	font-weight: normal;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
}