/* reset */
*{
	border-collapse: collapse;
	font-family: arial;
	margin: 0px;
	padding: 0px;
}

body{
	margin: 20px auto 0px auto;
	width: 1000px;
}

/* defaults */
.fifty{
	width: 50%;
}

.bold{
	font-weight: bold;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

/* frame */
div#page{
	width: 1000px;
}

div#header{
	width: 1000px;
}

div#logo{
	float: left;
}

	div#logo img{
		border: 0px;
		display: block;
	}

div#navigation{
	float: right;
	font-size: 11px;
	font-weight: bold;
}

	div#navigation a{
		color: #000000;
		text-decoration: none;
	}
	
	div#navigation a:hover{
		color: #af0074;
	}

div#categories{
	border: 1px solid #d5d5cb;
	height: 26px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 998px;
}

	div#categories a{
		border-right: 1px solid #d5d5cb;
		color: #303030;
		display: block;
		float: left;
		font-size: 11px;
		height: 26px;
		line-height: 26px;
		padding: 0px 5px 0px 5px;
		text-decoration: none;
	}
	
	div#categories a:hover{
		background: #af0074;
		color: #ffffff;
	}
	
	div#categories a.home{
		background: url('images/home.png') no-repeat center;
		padding: 0px;
		width: 24px;
	}
	
	div#categories a.home:hover{
		background: #af0074 url('images/home_hover.png') no-repeat center;
	}

div#quickSearch{
	float: left;
	margin: 5px 0px 0px 0px;
	width: 900px;
}

	div#quickSearch input.text{
		border: 1px solid #d5d5cb;
		display: block;
		float: left;
		font-size: 11px;
		padding: 3px 2px 3px 2px;
		width: 300px;
	}
	
	div#quickSearch input.submit{
		background: #ffffff;
		border: 1px solid #d5d5cb;
		display: block;
		float: left;
		font-size: 11px;
		margin: 0px 0px 0px 5px;
		padding: 2px 2px 2px 2px;
	}
	
	div#quickSearch input.submit:hover{
		background: #af0074;
		color: #ffffff;
		cursor: pointer;
	}

div#languages{
	float: left;
	margin: 5px 0px 0px 0px;
	width: 100px;
}

	div#languages img{
		border: 0px;
		float: right;
		height: 11px;
		margin: 0px 0px 0px 5px;
		width: 16px;
	}

div#breadcrumbs{
	font-size: 11px;
	margin: 5px 0px 0px 4px;
	width: 996px;
}

	div#breadcrumbs a{
		color: #000000;
		text-decoration: none;
	}
	
	div#breadcrumbs a:hover{
		color: #af0074;
	}

div#columnLeft{
	float: left;
	margin: 5px 20px 0px 0px;
	width: 200px;
}

	div#columnLeft div.box{
		border-top: 1px solid #d5d5cb;
		border-bottom: 1px solid #d5d5cb;
		margin: 0px 0px 20px 0px;
		width: 200px;
	}
	
		div#columnLeft div.box div.boxTitle{
			border-bottom: 1px solid #d5d5cb;
			font-size: 11px;
			font-weight: bold;
			height: 20px;
			line-height: 20px;
			padding: 0px 0px 0px 4px;
		}
		
		div#columnLeft div.box div.boxContent{
			font-size: 11px;
		}
		
			div#columnLeft div.box div.boxContent div.boxItem{
				border-top: 1px solid #d5d5cb;
				margin: -1px 0px 0px 0px;
			}
			
				div#columnLeft div.box div.boxContent div.boxItem div.boxSpacer{
					float: left;
					height: 20px;
					width: 15px;
				}
				
				div#columnLeft div.box div.boxContent div.spacer_1{
					margin-left:15px;
				}
				
				div#columnLeft div.box div.boxContent div.spacer_2{
					margin-left:30px;
				}
				
				div#columnLeft div.box div.boxContent div.spacer_3{
					margin-left:45px;
				}
				
				div#columnLeft div.box div.boxContent div.spacer_4{
					margin-left:60px;
				}
				
				div#columnLeft div.box div.boxContent div.spacer_5{
					margin-left:75px;
				}
				
				div#columnLeft div.box div.boxContent div.boxItem a{
					background: url('images/pointer.png') no-repeat center left;
					color: #000000;
					display: block;
					float: left;
					/*height: 20px;*/
					/*line-height: 20px;*/
					padding: 3px 0px 3px 15px;
					text-decoration: none;
				}
				
				div#columnLeft div.box div.boxContent div.boxItem a:hover{
					background: url('images/pointer_hover.png') no-repeat center left;
					color: #af0074;
				}
					
					div#columnLeft div.box div.boxContent div.boxItem a.sub{
						color: #af0074;
						background: url('images/pointer_sub.png') no-repeat center left;
						font-weight: bold;
					}
					
					div#columnLeft div.box div.boxContent div.boxItem a.open{
						color: #af0074;
						background: url('images/pointer_open.png') no-repeat center left;
						font-weight: bold;
					}

div#main{
	font-size: 12px;
	float: left;
	margin: 5px 0px 0px 0px;
	width: 560px;
}

	div#main a{
		color: #af0074;
		text-decoration: none;
	}
	
	div#main a:hover{
		text-decoration: underline;
	}
	
		div#main a.button{
			background: #ffffff;
			border: 1px solid #d5d5cb;
			color: #000000;
			display: block;
			float: left;
			font-size: 11px;
			margin: 0px 0px 0px 2px;
			padding: 3px 5px 3px 5px;
		}
		
		div#main a.button:hover{
			background: #af0074;
			color: #ffffff;
			text-decoration: none;
		}
	
	div#main h2{
		color: #af0074;
		font-size: 16px;
		margin: 0px 0px 20px 0px;
	}
	
	div#main h7{
		color: #af0074;
		display: block;
		font-size: 14px;
		font-weight: bold;
		margin: 0px 0px 10px 0px;
	}

	div#main div.twoColumnLeft{
		float: left;
		width: 270px;
	}
	
	div#main div.twoColumnRight{
		float: right;
		width: 270px;
	}
	
	div#main label{
		margin: 0px 50px 0px 0px;
	}
	
	div#main input{
		border: 1px solid #d5d5cb;
		font-size: 11px;
		margin: 0px 0px 1px 0px;
		padding: 3px 2px 3px 2px;
	}
	
		div#main input.hidden{
			border: 0px;
			padding: 0px;
			width: 0px;
		}
		
		div#main input.submit{
			background: #ffffff;
			border: 1px solid #d5d5cb;
			display: block;
			float: left;
			font-size: 11px;
			padding: 2px 2px 2px 2px;
		}
		
		div#main input.submit:hover{
			background: #af0074;
			color: #ffffff;
			cursor: pointer;
		}
		
		div#main input.product_submit_nl{
			background:url('images/knop_luxury4you_nl.png');
			border:0px;
			cursor:pointer;
			height:48px;
			width:170px;
		}
		
		div#main input.product_submit_de{
			background:url('images/knop_luxury4you_de.png');
			border:0px;
			cursor:pointer;
			height:48px;
			width:170px;
		}
	
	div#main p{
		margin: 0px 0px 15px 0px;
	}
	
	div#main select{
		border: 1px solid #d5d5cb;
		display: block;
		font-size: 11px;
		padding: 2px 0px 2px 0px;
	}
	
		div#main select option{
			padding: 0px 2px 0px 3px;
		}
	
	div#main td.messageStackError{
		color: #CB1E23;
	}
	
	div#main div.messageStackError{
		color: #CB1E23;
	}
	
	div#main td.messageStackSuccess{
		color: #17AC2C;
	}
	
	div#main table.info{
		border: 1px solid #000000;
	}

div#columnRight{
	float: right;
	margin: 5px 0px 0px 20px;
	width: 200px;
}

	div#columnRight div.box{
		border-top: 1px solid #d5d5cb;
		border-bottom: 1px solid #d5d5cb;
		margin: 0px 0px 20px 0px;
		width: 200px;
	}
	
		div#columnRight div.box div.boxTitle{
			border-bottom: 1px solid #d5d5cb;
			font-size: 11px;
			font-weight: bold;
			height: 20px;
			line-height: 20px;
			padding: 0px 0px 0px 4px;
		}
		
		div#columnRight div.box div.boxContent{
			font-size: 11px;
		}
			
			div#columnRight div.box div.boxContent input{
				border: 1px solid #d5d5cb;
				font-size: 11px;
				margin: 0px 0px 1px 0px;
				padding: 3px 2px 3px 2px;
			}
			
			div#columnRight div.box div.boxContent input.submit{
				background: #ffffff;
				border: 1px solid #d5d5cb;
				display: block;
				font-size: 11px;
				padding: 2px 2px 2px 2px;
			}
			
			div#columnRight div.box div.boxContent input.submit:hover{
				background: #af0074;
				color: #ffffff;
				cursor: pointer;
			}
			
			div#columnRight div.box div.boxContent p{
				padding: 3px 4px 2px 4px;
			}
			
			div#columnRight div.box div.boxContent ul{
				list-style-type:none;
				margin: 5px;
			}
			
			div#columnRight div.box div.boxContent ul li{
				line-height:18px;
			}
			
			div#columnRight div.box div.boxContent div.boxItem{
				border-top: 1px solid #d5d5cb;
				margin: -1px 0px 0px 0px;
			}
			
				div#columnRight div.box div.boxContent div.boxItem div.boxSpacer{
					float: left;
					height: 20px;
					width: 15px;
				}	
				
				div#columnRight div.box div.boxContent div.boxItem a{
					background: url('images/pointer.png') no-repeat center left;
					color: #000000;
					display: block;
					float: left;
					height: 20px;
					line-height: 20px;
					padding: 0px 0px 0px 15px;
					text-decoration: none;
				}
				
				div#columnRight div.box div.boxContent div.boxItem a:hover{
					background: url('images/pointer_hover.png') no-repeat center left;
					color: #af0074;
				}
					
					div#columnRight div.box div.boxContent div.boxItem a.sub{
						color: #af0074;
						background: url('images/pointer_sub.png') no-repeat center left;
						font-weight: bold;
					}
					
					div#columnRight div.box div.boxContent div.boxItem a.open{
						color: #af0074;
						background: url('images/pointer_open.png') no-repeat center left;
						font-weight: bold;
					}

div#homepage{
	margin: 5px 0px 0px 0px;
	width: 1015px;
}
	
	div#homepage img{
		border: 0px;
		display: block;
		float: left;
		margin: 0px 15px 15px 0px;
	}
	
	div#homepage object{
		border: 0px;
		display: block;
		float: left;
		margin: 0px 15px 15px 0px;
	}

/* specials */
div#categoriesBanner{
	margin: 0px 0px 7px 0px;
	width: 560px;
}

	div#categoriesBanner object{
		display: block;
	}
	
	div#categoriesBanner img{
		display: block;
	}

div#categoriesList{
	margin: 0px 0px 0px -7px;
	width: 567px;
}

	div#categoriesList a{
		color: #af0074;
		display: block;
		font-size: 14px;
		font-weight: bold;
		float: left;
		margin: 0px 0px 20px 7px;
		width: 182px;
	}
	
		div#categoriesList a:hover{
			color: #de0085;
			text-decoration: none;
		}
	
	div#categoriesList img{
		border: 0px;
		display: block;
		margin: 0px 0px 5px 0px; 
	}

div#productList{
	margin: 0px 0px 0px -7px;
	width: 567px;
}

	div#productList div.product{
		border: 1px solid #d5d5cb;
		float: left;
		margin: 0px 0px 7px 7px;
		width: 180px;
	}
	
		div#productList div.product a{
			color: #000000;
		}
		
			div#productList div.product a:hover{
				color: #af0074;
				text-decoration: none;
			}
		
		div#productList div.product h3{
			font-size: 12px;
			margin: 0px 5px 0px 5px;
		}
		
		div#productList div.image{
			height: 130px;
			padding: 5px 0px 5px 0px;
			text-align: center;
			width: 180px;
		}
		
			div#productList div.image img{
				border: 0px;
				max-height: 130px;
				max-width: 170px;
			}
		
		div#productList div.price{
			float: left;
			font-size: 25px;
			font-weight: bold;
			margin: 0px 0px 0px 5px;
		}
		
		div#productList div.oldPrice{
			font-size: 13px;
			height: 16px;
			margin: 5px 0px 0px 5px;
			text-decoration: line-through;
		}
		
		div#productList div.smallPrice{
			float: left;
			font-size: 13px;
			margin: 4px 0px 0px 2px;
		}
		
		div#productList div.arrow{
			float: right;
			margin: 10px 5px 0px 0px;
		}
		
			div#productList div.arrow a{
				background: url('images/arrow.png');
				display: block;
				height: 17px;
				width: 21px;
			}
			
			div#productList div.arrow a:hover{
				background: url('images/arrow_hover.png');
			}

div#productView{
	width: 560px;
}

	div#productView h2{
		margin: 0px;
	}
	
	div#productView div.price{
			float: right;
			font-size: 25px;
			font-weight: bold;
			margin: 0px 0px 0px 5px;
		}
		
		div#productView div.oldPrice{
			font-size: 13px;
			float: right;
			height: 16px;
			margin: 5px 0px 0px 5px;
			text-decoration: line-through;
		}
		
		div#productView div.smallPrice{
			float: right;
			font-size: 13px;
			margin: 4px 0px 0px 2px;
		}
		
		div#productView div.info{
			float: left;
			width: 355px;
		}
		
		div#productView div.image{
			float: left;
			margin: 0px 0px 20px 0px;
			text-align: left;
			width: 200px;
		}
		
			div#productView div.image img{
				max-width: 200px;
			}
		
		div#productView div.productColor{
			border: 1px solid #d5d5cb;
			cursor: pointer;
			float: left;
			height: 25px;
			margin: 0px 2px 2px 0px;
			width: 25px;
		}
		
			div#productView div.productColor img{
				display: block;
				height: 25px;
				width: 25px;
			}

div#shoppingCart{
	width: 570px;
}

	div#shoppingCart img{
		border: 0px;
		display: block;
		max-width: 60px;
	}
	
	div#shoppingCart tr{
		
	}
	
	div#shoppingCart tr.glow{
		background: #f1f1f1;
	}
	
	div#shoppingCart td{
		vertical-align: top;
		padding: 3px;
	}
	
	div#shoppingCart td.image{
		width: 65px;
	}
	
	div#shoppingCart td.name{
		width: 250px;
	}
	
	div#shoppingCart td.quantity{
		text-align: right;
		width: 80px;
	}
	
	div#shoppingCart td.quantity input{
		width: 30px;
	}

	div#shoppingCart td.price{
		text-align: right;
		width: 80px;
	}
	
	div#shoppingCart td.delete{
		text-align: right;
		width: 80px;
	}
	
	div#shoppingCart td.total{
		font-size: 16px;
		font-weight: bold;
		text-align: right;
		width: 80px;
	}
	
div#shoppingBox{
	padding: 3px 4px 2px 4px;
}

	div#shoppingBox div.quantity{
		float: left;
		width: 15px;
	}
	
	div#shoppingBox div.name{
		float: left;
	}
	
		div#shoppingBox div.name a{
			color: #af0074;
			text-decoration: none;
		}
		
		div#shoppingBox div.name a:hover{
			text-decoration: underline;
		}
	
		div#shoppingBox div.price{
			float: right;
		}
		
		div#shoppingBox div.total{
			float: right;
			font-weight: bold;
			margin: 10px 0px 0px 0px;
		}

div#ordersList{
	width: 560px;
}

	div#ordersList td{
		vertical-align: top;
		padding: 3px;
	}
	
	div#ordersList td.number{
		width: 120px;
	}
	
	div#ordersList td.date{
		width: 170px;
	}
	
	div#ordersList td.status{
		width: 100px;	
	}
	
	div#ordersList td.total{
		text-align: right;
		width: 150px;
	}

div#manufacturersLogos{
}
	
	div#manufacturersLogos a{
		display: block;
		float: left;
	}
	
	div#manufacturersLogos img{
		height: 36px;
		margin: 0px 12px 0px 0px;
	}

div#productTable{
	width: 570px;
}

	div#productTable tr{
		
	}
	
	div#productTable tr.glow{
		background: #f1f1f1;
	}
	
	div#productTable td{
		vertical-align: top;
		padding: 3px;
	}
	
	div#productTable td.image{
		width: 65px;
	}
	
		div#productTable td.image img{
			border: 0px;
			display: block;
			width: 60px;
		}
	
	div#productTable td.name{
		width: 314px;
	}
	
	div#productTable td.quantity{
		text-align: right;
		width: 80px;
	}

	div#productTable td.price{
		text-align: right;
		width: 80px;
	}

div#progressBar{
	margin: 15px 0px 15px 0px;
	width: 560px;
}

	div#progressBar div.bar{
		height: 20px;
		margin: 0px 60px 0px 60px;
		width: 440px;
	}
	
		div#progressBar div.bar div.block{
			background: url('images/bar_block.png');
			float: left;
			height: 20px;
			width: 20px;
		}
		
		div#progressBar div.bar div.blockClear{
			background: url('images/bar_block_clear.png');
			float: left;
			height: 20px;
			width: 20px;
		}
		
		div#progressBar div.bar div.line{
			background: #ffffff;
			border-top: 1px solid #d5d5cb;
			border-bottom: 1px solid #d5d5cb;
			float: left;
			height: 4px;
			margin: 7px 0px 7px 0px;
			width: 120px;
		}
		
		div#progressBar div.bar div.lineClear{
			background: #bf2482;
			border-top: 1px solid #d5d5cb;
			border-bottom: 1px solid #d5d5cb;
			float: left;
			height: 4px;
			margin: 7px 0px 7px 0px;
			width: 120px;
		}
	
	div#progressBar div.moment{
		float: left;
		margin: 2px 0px 0px 0px;
		font-weight: bold;
		text-align: center;
		width: 140px;
	}
	
		div#progressBar div.moment a{
			color: #222222;
			text-decoration: underline
		}
