/*****************************************************************************/
/*** 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;
}
#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");
}

.table_nopad {
	padding: 0px;
	margin: 0px;	
}

/*****************************************************************************/
/*** SEARCHBOXLINE ***/
/*****************************************************************************/

.searchbox-submit {
	cursor:pointer;
	/*height:22px;*/
	/*position:absolute;*/
	right:-202;
	/*width:29px;*/
	position:relative;
}

.query {
	width:200px; 
	height: 25px; 
	font-size: 12px; 
	padding: 2px;
	margin: 0px;
	border: 1px solid #46362A;	
	/*border-top: 1px solid #46362A;*/
	position: absolute;
	left:0px;
	top: 0px; 
	autocomplete: off;
	background-color:#FFFFFF;
}

#searchboxLine{
	height: 50px;
	vertical-align: middle;
	border-bottom: 1px solid #46362A;
	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 input#query.default{
	color: #999999;
	width: 300px;
}
* 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 ***/
/*****************************************************************************/

.breadCrumb {
	font-weight: bold;
}

.breadCrumbSurround {
	text-transform: uppercase; font-size:16px;	
}

.breadCrumb a {
	font-weight: bold;
	font-size: 16px;
	/* color: #173452; */
	color: #000000; 
}

.breadcrumbHitcount {
	font-weight: bold;
	font-size: 16px;
}

#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: #46362A;
}
#centerColumn div.optionBox select{
	width: auto;
}

#centerColumn div.paging{
	border-bottom: 1px solid #46362A;
	border-top: 1px solid #46362A;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 3px 0;
	text-align: center;
	color: #46362A;
}
#centerColumn div.paging a{
	color: #46362A;
}
#centerColumn div.paging span.currentPage{
	color: #46362A;
	font-weight: bold;
}
#centerColumn div.paging td.previousPage{
	font-size: 11px;
	text-align: right;
	width:200px;
}
#centerColumn div.paging td.pageLinks{
	font-size: 11px;
	white-space: nowrap;
	text-align:center;
}
#centerColumn div.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 #46362A;
	padding: 5px;
	background-color: #E0E0E0;
}

/*****************************************************************************/
/*** PUSHED PRODUCTS IN RESULT COLUMN ***/
/*****************************************************************************/

#centerColumn #results #pushedProducts{
	background: white;
	border: 1px solid #000000;
	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 #000000;
}
* html #centerColumn #results #pushedProducts div.product div.special {
	left: -82px; 
	z-index: 1;
}
#centerColumn #results #pushedProducts div.product div.title a{
	/* color: #173452; */
	color: #000000; 
}
#centerColumn #results #pushedProducts div.product div.price{
	/* color: #173452; */
	color: #000000; 
}
#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 #000000;
	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 #000000;
}
* html #rightColumn #pushedProducts div.product div.special {
	left: -82px; 
	z-index: 1;
}
#rightColumn #pushedProducts div.product div.title a{
	/* color: #173452; */
	color: #000000; 
}
#rightColumn #pushedProducts div.product div.price{
	/* color: #173452; */
	color: #000000; 
}
#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: 279px;
	height: 270px;
	text-align: left;
	float: left;
	/*margin: 0px 5px 5px 4px;*/
	/*margin: 0px 10px 0px 0px;*/
	border: 1px solid transparent;
	z-index: 11;
	position: relative;
	background: #ffffff;
	color: #463629;
	padding-top:2px;
	/*padding-top:5px;
	padding-bottom:5px;*/
}

.productUpperPart{
	height:	160px;
}

.productLowerPart{
	/*width:280px;*/ 
	height:30px; 
	float: left;
}

.select {
	font-family:Verdana,Helvetica,sans-serif;
	font-size:9;
	line-height:12;
	vertical-align:middle;
	text-align:left;
}
.selectSurround {
	margin-top: 7px;	
	margin-left: 14px;
}

.addtobasket {
	float:left;
	background-color:#ffffff;
	color:#ffffff;
	/*padding: 0 4px;*/
	padding: 0px;
	white-space: nowrap;
	width: 173px;	
	padding-left:2px;
	background-image:url("../../images/bouton-panier.jpg");
	height:  45px;
}

.gotoDetailPage {
	float:right;
	background-color:#ffffff;
	color:#ffffff;
	padding: 0 4px;
	white-space: nowrap;
	width: 120px;
	margin-left:50px;
	padding-top: 4px;
}

.addtobaskettext {
	float:left;
	color:#ffffff;
	display:block;
	font-size:12px;
	font-weight:normal;
	width: auto;
	margin-top:12px;
	padding: 1px;
	padding-left: 44px;
	padding-top: 10px;
	font-weight:bold;
}

a.addtobaskettext{
	text-decoration:none;
}

.addtobaskettextSurround{
}

.addtobasketpicture {
	float:right;
	background-color:#7B8F38;
	color:#ffffff;
	display:block;
	font-size:11px;
	font-weight:normal;
	width: auto;	
}

.iwanttoknowmore {
	color: #A39B94;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}
a.iwanttoknowmore {
	color: #A39B94;
}

/*** 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 #46362A;
	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: #46362A;
}
* 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: #46362A;
	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.picture{
	/*padding: 10px;*/
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	height: 140px;
	width: 100px; 
	line-height: 130px;
	white-space: nowrap;
	z-index: 1;
	float:left;
}

* html div.picture {
	margin-top:7px;
}

div.product div.picture img{
	z-index: 1;
	display: none;
}

div.product div.title a{
	/*color: #463629;
	z-index: 1;	
	vertical-align: bottom;
	font-size: 10px !important;*/
	color: #463629;
	font-size:10px;
	font-weight:normal;
	text-align: left;
	z-index: 1;
	text-transform: uppercase;
}
div.product div.catch{
	font-weight: bold !important;
}
div.product div.price{
	color: #47372A;
	font-size:11px;
	font-weight:bold;
	text-align: left;
	align:left;
	z-index: 1;
}
div.product div.priceOld{
	color: #47372A;
	font-size:10px;
	text-align: left;
	align:left;
	z-index: 1;
}
div.product div.priceSurrounding{
	width:150px; 
	/*margin-left:100px;*/
	margin-top:3px;
	align:left;
	text-align:left;
}
div.product div.priceDiscount{
	text-align: left;
	align: left;
	z-index: 1;
}

div.product div.line{
	color: #463629;
	font-size:10px;
	font-weight:normal;
	text-align: left;
	z-index: 1;
	text-decoration: underline;
	text-transform: uppercase;
}

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 #000000;
	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;
}

/*****************************************************************************/
/*** PREVIEW ASN IMAGES ***/
/*****************************************************************************/

#asnTop{
	border: 1px solid #46362A; 
	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 #46362A; 
}
#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;
}

.bv_reviews {
	background-color:white;
	border:1px solid #BECD00;
	color:#A7A8AA;
	font-weight:bold;
	height:auto;
	margin-left:12px;
	overflow:visible;
	padding:3px;
	position:relative;
	text-transform:none;
	visibility:hidden;
	white-space:nowrap;
}
