/* ------------------------------------------------------------------ */
/* -                     CONTROL SHOPPING CART                        */
/* ------------------------------------------------------------------ */

#ControlShoppingCartFr{
	width:147px;
	height:115px;
	padding:50px 0px 0px 130px;
	color:#ffffff;
	text-align:center;
	position:absolute;
	left:700px;
	cursor:pointer;

	background:url('images/fr/bg_shoppingcart.jpg') 0px 0px no-repeat;
}

	#ControlShoppingCartFr H2{
		display:none;
	}

	#ControlShoppingCartFr A{
		color:#ffffff;
	}

	#ControlShoppingCartFr .btnShoppingCart{
		font-weight:bold;
	}


#ControlShoppingCartNl{
	width:147px;
	height:115px;
	padding:50px 0px 0px 130px;
	color:#ffffff;
	text-align:center;
	position:absolute;
	left:700px;
	cursor:pointer;

	background:url('images/nl/bg_shoppingcart.jpg') 0px 0px no-repeat;
}

	#ControlShoppingCartNl H2{
		display:none;
	}

	#ControlShoppingCartNl A{
		color:#ffffff;
	}

	#ControlShoppingCartNl .btnShoppingCart{
		font-weight:bold;
	}

/* ------------------------------------------------------------------ */
/*                         CUSTOMER AREA  	                          */
/* ------------------------------------------------------------------ */

#customerArea{
	margin-bottom:15px;
}

	#customerArea A{
		width:210px;
		height:80px;
		float:left;
		padding:10px;
		margin-bottom:15px;
		font-size:11px;
		display:block;
		color:#7F7F7F;
		text-align:justify;
		border:1px solid #abdeec;
	}

		#customerArea A:hover{
			color:#ec3461;
			border:1px solid #ec3461;
		}

	#customerArea BIG{
		font-size:14px;
		display:block;
		margin-bottom:5px;
		color:#ec3461;
	}

	/*#customerArea .linkUserInfo{padding-left:54px; background:url('images/bg_account_1.jpg') 2px 5px no-repeat;}
	#customerArea .linkAddressBook{padding-left:54px; background:url('images/bg_account_2.jpg') 6px 5px no-repeat;}
	#customerArea .linkOrders{padding-left:54px; background:url('images/bg_account_3.jpg') 0px 5px no-repeat;}
	#customerArea .linkNewsletter{padding-left:54px; background:url('images/bg_account_4.jpg') 4px 5px no-repeat;}*/

	#customerArea .separator{
		width:10px;
		height:1px;
		float:left;
	}


/* ------------------------------------------------------------------ */
/* -                    popShoppingCart                               */
/* ------------------------------------------------------------------ */

	#popShoppingCart{
		width:250px;
		height:180px;
		margin-top:50px;
		padding:140px 15px 0px 15px;
		position:absolute;
		color:#ded6d6;
		background:url("images/bg_popupcart.gif") 0px 0px no-repeat;
	}

	#popShoppingCart h2{
	}

	#popShoppingCart .content{
	}	

	#popShoppingCart .content BIG{
		font-weight:bold;
	}

	#popShoppingCart .button1{
		width:108px;
		display:block;
		float:left;
		padding:1px 5px;
		color:white;
		font-size:11px;
		font-weight:bold;
		text-align:center;
		cursor:pointer;
		border-top:1px solid #FF5F87;
		border-right:1px solid #BF0030;
		border-bottom:1px solid #BF0030;
		border-left:1px solid #FF5F87;
		background-color:#ec3461;
	}

	#popShoppingCart .button2{
		width:108px;
		display:block;
		float:right;
		padding:1px 5px;
		color:white;
		font-size:11px;
		font-weight:bold;
		text-align:center;
		cursor:pointer;
		border-top:1px solid #FF5F87;
		border-right:1px solid #BF0030;
		border-bottom:1px solid #BF0030;
		border-left:1px solid #FF5F87;
		background-color:#ec3461;
		margin-left:7px;
	}

		#popShoppingCart .button1:hover, #popShoppingCart .button2:hover{
			cursor:pointer;
			background-color:#2CADD0;
			border-top:1px solid #6FE0FF;
			border-right:1px solid #097F9F;
			border-bottom:1px solid #097F9F;
			border-left:1px solid #6FE0FF;
		}

	.popup_close{
		display:block;
		height:33px;
		width:33px;
		position:relative;
		margin-bottom:-30px;
		top:157px;
		left:232px;
	}

		.popup_close:hover{
		}


/* ------------------------------------------------------------------ */
/* -                    SHOPPINGCART PAGE                             */
/* ------------------------------------------------------------------ */


#ShoppingCartPage INPUT{
	margin-top:10px;
	float:right;
}

#ShoppingCartPage table{
	width:100%;
	font-size:10px;
}

#ShoppingCartPage table th{
	font-size:11px;
	color:#A80606;
}

#ShoppingCartPage table td{
	border-bottom:1px #52565A dotted;
}

#ShoppingCartPage table B{
	font-size:11px;
	color:#A80606;
}


/* ------------------------------------------------------------------ */
/* -                   STEP ITEMS                                     */
/* ------------------------------------------------------------------ */



.stepItem{
		width:100%;
		float:left;
		display:block;
		padding:7px 0px 7px 0px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		text-align:center;
		text-decoration:none;
		background-color:#EC3461;
	}

		.stepItem:hover{
			background-color:#2CADD0;
			color: white;
		}

	.stepItemSeparator{
		width:10px;
		height:28px;
		float:left;
		background:url('images/stepitemseparator.gif') 0px 0px no-repeat;
	}

	/*----------------------*/
		
	.stepItemDisabled{
		width:100%;
		float:left;
		display:block;
		padding:7px 0px 7px 0px;
		color:#ad9f99;
		font-size:11px;
		font-weight:bold;
		text-align:center;
		text-decoration:none;
		background-color:#F8F6F6;	
	}

		.stepItemDisabled:hover{
			color:#FFFFFF;
			cursor:no-drop;
		}

	.stepItemSeparatorDisabled{
		width:10px;
		height:28px;
		float:left;
		background:url('images/stepitemseparatordisabled.gif') 0px 0px no-repeat;
	}

	/*----------------------*/

	.stepItemHigh{
		width:100%;
		float:left;
		display:block;
		padding:7px 0px 7px 0px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		text-align:center;
		text-decoration:none;
		background-color:#2CADD0;
	}

		.stepItemHigh:hover{
			color:#FFFFFF;
		}

	.stepItemSeparatorHigh{
		width:10px;
		height:28px;
		float:left;
		background:url('images/stepitemseparatorhigh.gif') 0px 0px no-repeat;
	}



/* ------------------------------------------------------------------ */
/*                           PAGINATION  	                          */
/* ------------------------------------------------------------------ */

#pagination {
	margin-top:15px;
}

#pagination A{
	padding:5px;
	color:white;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	border-top:1px solid #FF5F87;
	border-right:1px solid #BF0030;
	border-bottom:1px solid #BF0030;
	border-left:1px solid #FF5F87;
	background-color:#ec3461;
}

	#pagination A:hover{
		cursor:pointer;
		background-color:#2CADD0;
		border-top:1px solid #6FE0FF;
		border-right:1px solid #097F9F;
		border-bottom:1px solid #097F9F;
		border-left:1px solid #6FE0FF;	
	}

#pagination .pagiLeft{
	float:left;
	text-decoration:none;
}

#pagination .pagiRight{
	float:right;
	text-decoration:none;
}


/* ------------------------------------------------------------------ */
/*                      GIFT TOKENS                                   */
/* ------------------------------------------------------------------ */

.giftTokensFr{
	display:block;
	width:280px;
	height:70px;
	cursor:pointer;
	background:url('images/fr/bg_gifttokens.jpg') 0px 0px no-repeat;
}

.giftTokensNl{
	display:block;
	width:280px;
	height:70px;
	cursor:pointer;
	background:url('images/nl/bg_gifttokens.jpg') 0px 0px no-repeat;
}
/* ------------------------------------------------------------------ */
/*                      Customer Link                                 */
/* ------------------------------------------------------------------ */

#shop_CustomerArea_CustomerLink {
	width: 200px;
	height: 194px;
	margin-top: 10px;

	font-size: 11px;
	text-align: center;
}

	#shop_CustomerArea_CustomerLink h2 {
	}

	#shop_CustomerArea_CustomerLink a {
		font-weight: bold;
	}


	#shop_CustomerArea_CustomerLink .part1Fr {
		width: 200px;
		height: 47px;
		padding-top: 40px;
		background:url('images/fr/bg_customerlink1.jpg') 0px 0px no-repeat;
	}

		#shop_CustomerArea_CustomerLink .part1Fr a {
			color:#7F7F7F;
			font-weight: normal;
		}

		#shop_CustomerArea_CustomerLink .part1Fr a:hover {
			color:#ec3461;
		}
		
	#shop_CustomerArea_CustomerLink .part1Nl {
		width: 200px;
		height: 47px;
		padding-top: 40px;
		background:url('images/nl/bg_customerlink1.jpg') 0px 0px no-repeat;
	}

		#shop_CustomerArea_CustomerLink .part1Nl a {
			color:#7F7F7F;
			font-weight: normal;
		}

		#shop_CustomerArea_CustomerLink .part1Nl a:hover {
			color:#ec3461;
		}

	#shop_CustomerArea_CustomerLink .part2 {
		width: 200px;
		height: 20px;
		padding-top: 7px;
		background:url('images/bg_customerlink2.jpg') 0px 0px repeat-x;
	}

	#shop_CustomerArea_CustomerLink .part3 {
		width: 200px;
		height: 79px;
		background:url('images/bg_customerlink3.jpg') 0px 0px no-repeat;
	}

/* ------------------------------------------------------------------ */
/*                    Customer Points History                         */
/* ------------------------------------------------------------------ */

.customerPointsHistory{
	width:100%;
	white-space:nowrap;
	background-color:#e0f3f8;
	border-bottom:1px solid #abdeec;
	color:#0090bd;
}

	.customerPointsHistory A{
		color:#0090bd;
	}

		.productsList A:hover{
			text-decoration:underline;
		}

	.customerPointsHistory .trTitle{
		font-weight: bold;
		font-size: 11px;
		color:#ffffff;
		background-color:#2CADD0;
	}

	.customerPointsHistory .trOdd{
		background-color:#ffffff;
		height:27px;
	}

	.customerPointsHistory .trEven{
		background-color:#e0f3f8;
		height:27px;
	}


#customerPoint_Product{
}

	#customerPoint_Product .product{
		width:145px;
		height:234px;
		padding:3px 5px;
		float:left;
		color:#7F7F7F;
		margin-bottom:15px;
		background:url('images/bg_product.jpg') 0px 0px no-repeat;
	}

		#customerPoint_Product .product .photo{
			width:145px;
			height:140px;
			text-align:center;
		}
		
		#customerPoint_Product .product .points{
			display: block;
			height:30px;
			padding:0px 5px;
			margin-bottom:5px;
			font-size:14px;
			letter-spacing:-1px;
			color:#ec3461;
			text-align: right;
			font-weight:bold;
		}

		#customerPoint_Product .product .infos{
			height:60px;
		}

			#customerPoint_Product .product .infos .text{
				height:45px;
			}

			#customerPoint_Product .product .infos .btn {
				padding:1px 5px;
				color:white;
				font-size:11px;
				font-weight:bold;
				text-align:center;
				cursor:pointer;
				background-color:#2CADD0;
				border-top:1px solid #6FE0FF;
				border-right:1px solid #097F9F;
				border-bottom:1px solid #097F9F;
				border-left:1px solid #6FE0FF;				
			}

			#customerPoint_Product .product .infos .btn:hover {
				cursor:pointer;
				background-color:#ec3461;
				border-top:1px solid #ff5f87;
				border-right:1px solid #bf0030;
				border-bottom:1px solid #bf0030;
				border-left:1px solid #ff5f87;
			}

			#customerPoint_Product .product .infos .btnDisabled{
				padding:1px 5px;
				color:#ad9f99;
				font-size:11px;
				font-weight:bold;
				text-align:center;
				cursor:pointer;
				background-color:#f8f6f6;
				border-top:1px solid #f7f7f7;
				border-right:1px solid #e5e0e0;
				border-bottom:1px solid #e5e0e0;
				border-left:1px solid #f7f7f7;	
			}

			#customerPoint_Product .product .infos .btnDisabled{
				color: #ad9f99;
				background-color: #f8f6f6;
				cursor: no-drop;
			}

	#customerPoint_Product .separator{
		float:left;
		width:5px;
		height:1px;
	}


#catalog_CustomerLinkSponsoring{
	position:absolute;
	background-color:White;
	margin-top:200px;
	width : 600px;
	border:1px solid #2CADD0;
}

	#catalog_CustomerLinkSponsoring .btn {
		color: #ffffff;
	}
