@CHARSET "ISO-8859-1";


#product-fotos{
	width:495px;
	height:500px;
	
	overflow:hidden;
	
	background-color:gray;
	float:left;
}
#product-rechts{
	width:250px;
	height:500px;
	float:left;
}

#product-info{
	background-image:url('../afbeeldingen/product-info-bg.png');	
	padding-top:38px;
	height:172;
}

#product-titel
{
	line-height:23px;
	height:23px;
	margin:0px;
	font-size:20px;
	color:white;
	font-family:Arial;
	padding-left:5px;
	text-transform:uppercase;
}

#product-maten{
	padding-top:60px;
}


#popup-added
{
	position:absolute; 
	width:369px;
	height:178px;
	z-index:100; 
	top:50%; 
	left:50%; 
	margin-left:-185px;
	margin-top:-90px; 
	background-image:url('../afbeeldingen/popup-added.png');
}

#popup-size
{
	position:absolute; 
	width:392px;
	height:189px;
	z-index:100; 
	top:50%; 
	left:50%; 
	margin-left:-195px;
	margin-top:-95px; 
	background-image:url('../afbeeldingen/popup-selectsize.png');
	cursor:pointer;
}

#popup-added-close
{
	float:right;
	width:45px;
	height:55px;
}

#popup-added-checkout
{
	float:left;
	width:155px;
	height:60px;
	margin-top:50px;
}

#popup-added-continue
{
	float:right;
	width:210px;
	height:60px;
	margin-top:50px;
}

.maat{
	display:block;
	float:left;
	width:40px;
	height:23px;
	font-size:20px;
	background-color:#313131;
	color:white;
	margin-left:1px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}

a.maat:hover{
	background-color:#00aad2;
	color:#303030;
}

.maat-geselecteerd{
	
	background-color:#00aad2;
	color:#303030;	
	
	display:block;
	float:left;
	width:40px;
	height:23px;
	font-size:20px;
	margin-left:1px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}

#product-prijs
{
	
	font-size:20px;
	text-transform:uppercase;	
	color:#00aad2;
	font-family:Arial;
	padding-left:5px;
	line-height:23px;
	height:23px;
	line-height:23px;
	clear:both;
	padding-top:35px;
	font-weight:bold;
	padding-right:5px;
	
}

#product-addbag{
	background-image:url('../afbeeldingen/product-addbag.png');
	height:107px;
}


.product-link img{
	margin:0px;
}

