@charset "utf-8";

#goedkoopBtn {
	position:absolute;
	top:335px;
	left:-390px;
	width:400px;
	background-color:rgb(228, 130, 130);
	padding:10px;
	font-size:15px;color:#FFF;
	z-index:900;
	border-radius:8px; 
	-moz-border-radius:8px; 
	-webkit-border-radius:8px;
}
#tabcontainer {
    position:relative;
    width:820px;
	left:41px;
	height:auto;
}
#tabcontainer #tabrow {
	position:relative;
	height:50px;
	width:820px;
}
#tabcontainer #tabrow #tab1notch {
    position:absolute;
    top:10px;
    left:0px;
    height:40px;
    width:320px;
    color:#EEE;
    font-size:16px;
    -webkit-border-radius: 30px 30px 0px 0px;
    border-radius: 30px 30px 0px 0px;
    border-top: thin solid #CCC;
    border-left: thin solid #CCC;
    border-right: thin solid #CCC;
    z-index:20;
    cursor:pointer;
    background-color:#AAC;
}
#tabcontainer #tabrow #tab1notch #tabnotch1txt {
    position:absolute;
    top:8px;
    left:35px;
}
#tabcontainer #tab2 {
	position:relative;
    top:0px;
    left:0px;
    height:auto;
    width:820px;
    z-index:10;
    background-color:#FFF;
    border:thin solid #CCC;
}
#tabcontainer #tabrow #tab2notch {
    position:absolute;
    top:10px;
    left:310px;
    height:40px;
    width:300px;
    color:#666;
    font-size:16px;
    -webkit-border-radius: 30px 30px 0px 0px;
    border-radius: 30px 30px 0px 0px;
    border-top: thin solid #999;
    border-left: thin solid #999;
    border-right: thin solid #999;
    z-index:0;
    cursor:pointer;
    background-color:#FFF;
}
#tabcontainer #tabrow #tab2notch #tabnotch2txt {
    position:absolute;
    top:8px;
    left:55px;
}
#tabcontainer #tab1 {
    position:relative;
    top:0px;
    left:0px;
    height:auto;
    width:820px;
    z-index:0;
    background-color:#FFF;
    border:thin solid #CCC;
}
#mailAlertInput {
	width:55%;
	font-size:16px;
	height:30px;
	padding-left:10px;
	padding-top:0px;
    border-color:#EEE;
	background-color:#FFE;
}
#mailAlertInputPrijs {
	width:22%;
	font-size:16px;
	height:30px;
	padding-left:10px;
	padding-top:0px;
    border-color:#EEE;
	background-color:#FFE;
}
#mailAlertBtn {
	height:30px;
	font-size:16px;
	background-color:#447;
	color:#FFF;
	cursor:pointer;
}

#toegevoegdAanWinkelwagen {
	position:absolute;
	background-color:hsl(140, 85%, 47%);
	width:600px;
	height:140px;
	margin-left:341px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	z-index:1000;
	visibility:hidden;
}
#toegevoegdAanWinkelwagentxt {
	position:relative;
	top:55px;
	left:90px;
	color:#FFF;
	font-size:24px;
}
#wrapper #detailcontainer{
	position:relative;
	width:1280px;
	height:auto;
	background-color:#FFF;
}
#detailcontainer #topspacer {
	position:relative;
	width:100%;
	height:15px;
}
#detailcontainer #toptitle {
	position:relative;
	width:95%;
	height:35px;
	font-size:22px;
}
#detailcontainer #toprow {
	position:relative;
/*	background-color:#0F0;*/
	width:100%;
    min-height:450px;
	height:auto;
}
#detailcontainer #toprowcol1 {
	position:relative;
	float:left;
/*	background-color:#00F;*/
	width:30px;
	height:400px;
}
#detailcontainer #toprowcol2 {
	position:relative;
	float:left;
	background-color:#FFF;
	width:400px;
	height:auto;
}
#detailcontainer #toprowcol3 {
	position:relative;
	float:left;
/*	background-color:#F0F;*/
	width:400px;
	height:auto;
}
#detailcontainer #toprowcol4 {
	position:relative;
	float:left;
/*	background-color:#F50;*/
	width:432px;
	height:400px;
}
.articleDetailPic{
	position:absolute;
	top:0px;
	left:0px;
	height:400px;
	width:400px;
	z-index:0;
	border: solid 1px #DDD;
	margin: -1px;
/*	-webkit-box-shadow: 0px 19px 83px -18px rgba(74,71,74,1);
	-moz-box-shadow: 0px 19px 83px -18px rgba(74,71,74,1);
	box-shadow: 0px 19px 83px -18px rgba(74,71,74,1);*/

}
.articleDetailPic img{
	position:relative;
	max-width:396px;
	max-height:396px;
	min-width:380px;
	min-height:380px;
}
.tile3spacer {
	position:relative;
	height:20px;
	color:#000;
	background-color:#FFF;
	width:398px;
	margin-left:1px;
}
.tile3gray {
	position:relative;
	height:26px;
	color:#666;
	background-color:#EAEAEA;
	width:375px;
	font-size:14px;
	padding-left:5px;
	padding-top:2px;
	opacity:.8;
	margin-left:10px;
	cursor:default;
}
.tile3white {
	position:relative;
	height:26px;
	color:#888;
	background-color:#FFF;
	width:375px;
	font-size:14px;
	padding-left:5px;
	padding-top:2px;
	margin-left:10px;
	cursor:default;
}
#voorraad {
	position:absolute;
	top:15px;
	left:70px;
	font-size:14px;
}
#prijs {
	position:absolute;
	top:190px;
	left:140px;
	font-size:30px;
	color:#000;
}
#prijsex {
	position:absolute;
	top:225px;
	left:160px;
	font-size:14px;
	color:#224;
}
#amountMin {
	position:absolute;
	top:250px;
	left:140px;
	width:50px;
	height:50px;
	background-color:#AAA;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}
#amountMinSign {
	position:absolute;
	top:-17px;
	left:16px;
	font-size:48px;
	color:#FFF;
	user-select: none;
}
#amount {
	position: absolute;
	top:250px;
	left:203px;
	font-size:32px;
	width:70px;
	height:50px;
	text-align: center;
	color:#224;
}
#amountPlus {
	position:absolute;
	top:250px;
	left:285px;
	width:50px;
	height:50px;
	background-color:#AAA;
	cursor: pointer;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}
#amountPlusSign {
	position:absolute;
	top:-17px;
	left:10px;
	font-size:48px;
	color:#FFF;
	user-select: none;
}
#stockcheck {
	position:absolute;
	top:305px;
	left:0px;
	background-color:#F00;
	color:#FFF;
	visibility:hidden;
	padding:2px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#bestellen {
	position:absolute;
	top:338px;
	left:140px;
	background-color:#0F0;
	width:195px;
	height:60px;
	opacity:.55;
	cursor:pointer;
}
#bestellentxt {
	position:absolute;
	top:8px;
	left:40px;
	font-size:28px;
	color:#FFF;
/*	user-select: none;*/
	text-decoration:none;
}
#detailcontainer #row2 {
	position:relative;
/*	background-color:#38F;*/
	height:80px;
	width:100%; 
}
#detailcontainer #row2 #row2col1 {
	position:relative;
	height:80px;
	float:left;
	width:50px; 
	background-color: #FFF;
}
#detailcontainer #row2 #row2col2 {
	position:relative;
/*	background-color:#227;*/
	height:80px;
	float:left;
	width:400px; 
}
#detailcontainer #row3 {
	position:relative;
/*	background-color:#8C9;*/
	height:auto;
	margin-left:10px;
	width:1282px; 
}
#detailcontainer #row3 #row3col1 {
	position:relative;
/*	background-color:#64C;*/
	width:50px; 
	float:left;
}
#detailcontainer #row3 #row3col2 {
	position:relative;
/*	background-color:#84C;*/
	height:40px;
	width:800px; 
	float:left;
}
#detailcontainer #row3 #row3col2sec1 {
	position:relative;
/*	background-color:#0C9;*/
	height:40px;
	width:100%; 
/*	border-bottom: solid 1px #BBB;*/
}
#detailcontainer #row3 #row3col2sec2 {
	position:relative;
	background-color:#FC9;
	top:40px;
	height:10px;
	width:100%; 
}
#detailcontainer #row3 #row3col3 {
	position:absolute;
/*	background-color:#44C;*/
	min-height:400px;
	width:400px; 
	left:870px;
	top:96px;
	padding-top:5px;
}
.descriptioncontainer {
	position: relative;
	height:30px;
	border: solid 1px #CCC;
	background-color: #FFF;
	float: left;
	margin-top:-1px;
/*	background-color:#8C9;*/
}
.descriptioncontainertxt {
	margin-top:4px;
	margin-left:15px;
	font-size:20px;
	color:#888;
}
.opmerkingen {
	position: relative;
	border: solid 1px #CCC;
	background-color: #FFF;
	color:#666;
	float: left;
	margin-top:-1px;
/*	background-color:#8C9;*/
	overflow: hidden;
}
#detailcontainer #row2 #row2col2 #detailPictureBar {
	position: relative;
/*	background-color: rgb(243, 148, 148);*/
	width:600px;
	height:80px;
/*	margin-top:2px;*/
	left:-25px;
}
.detailPictureBarImage {
	position: relative;
	background-color: #FFF;
	width: 70px;
	height: 70px;
/*	max-width: 57px;
	max-height: 57px;*/
	margin-top: 10px;
	margin-left:4px;
	float: left;
	border: solid thin #D4D4D4;
}
.detailPictureBarImage img {
	margin-top: 2px;
	max-width: 65px;
}
#articleDetailGerelateerd #gerelateerdContainer #gerelateerdContainerPrice {
	position: absolute;
	height:25px;
	width:210px;
	top:44px;
	left:240px;
	float: left;
	overflow: hidden;
	color:#777;
	font-size:17px;
}
#articleDetailGerelateerd #gerelateerdContainer #gerelateerdContainerStock {
	position:absolute;
	height:40px;
	width:272px;
	top:25px;
	left:125px;
	overflow: hidden;
	color: #777;
	cursor:default;
	font-size:14px;
	word-wrap:break-word;
}

#articleDetailGerelateerd #gerelateerdContainer #gerelateerdContainerDescription {
	position:absolute;
	height: 30px;
	width: 272px;
	top:7px;
	left:125px;
	float: left;
	overflow: hidden;
	float: left;
	font-weight: bold;
	color: #777;
	font-size:14px;
}

#articleDetailGerelateerd #gerelateerdContainer #gerelateerdContainerPic img {
	top:6px;
	left:3px;
	max-width: 54px;
	max-height: 54px;
	border: none;
}

#articleDetailGerelateerd #gerelateerdContainer #gerelateerdContainerPic {
	position:absolute;
	height: 60px;
	width: 60px;
	top:4px;
	left: 6px;
	float: left;
	border: thin solid #DADADA;
}
#articleDetailGerelateerd #gerelateerdContainer {
	position: relative;
	height:70px;
	width:398px;
	left: 3px;
	margin-top: -1px;
	background-color: #FFF;
	border: thin solid #DADADA;
	clear: both;
}
#articleDetailGerelateerd #articleDetailGerelateerdTitle {
	position: relative;
	height: 25px;
	top: 15px;
	left:15px;
	padding-bottom:25px;
	color: #666;
	font-size:24px;
	border: none;
}
#articleDetailGerelateerd {
	position: relative;
	width:404px;
	overflow:hidden;
	margin-top:-50px;
	background-color:#FFF;
}
.gerelateerdContainerOrder img{
	height:35px;
}
.gerelateerdContainerOrder {
	position: absolute;
	height:35px;
	top:15px;
	left:80px;
	float: left;
	overflow: hidden;
}
.articleOverviewNew img {
/*	max-width: 100px;*/
	z-index:20;
}
.articleOverviewNew {
	position: absolute;
	top: 0px;
	left: -1px;
	z-index:20;
}