﻿@charset "utf-8";
/* CSS Document */

#pic-mainDIV{
width:245px;
height:220px;

background-image:url(../images/bg-box-large.jpg);
background-repeat:no-repeat;

margin-bottom:10px;
float:left;
}

	#pic-main{
	width:195px;
	height:175px;
	margin:20px 0 0 22px;
	overflow:hidden;
	text-align:center;
    padding:0px;
    display:block;
	}
	
	#pic-main img{
	/*height:175px;*/
	vertical-align:middle;
	float:none;
	}

.pic-smallDIV{
margin:0 0 10px 10px;
width:120px;
height:109px;
background-image:url(../images/bg-box-white.jpg);
background-repeat:no-repeat;
float:left;
}

	.pic-small{
	width:95px;
	height:85px;
	margin:11px 0 0 12px;
	overflow:hidden;
	text-align:center;
	display:block;
	}
	
	.pic-small img{
	/*height:85px;*/
	vertical-align:middle;
	float:none;
	}
	
.item-gemistDIV{
float:left;
position:relative;
margin:0 8px 10px 0;
}

	.item-gemistDIV-pricebutton{
	position:absolute;
	left:-5px;
	top:-5px;
	
	width:46px;
	height:38px;
	
	padding:20px 0 0 12px;
	
	font-weight:bold;
	font-size:11px;
	
	background-image:url(../images/item-gemistDIV-pricebutton.png);
	background-repeat:no-repeat;
	}
	
	.nomargin{
	margin-right:0px;
	}
	
	.item-gemistDIV h2{
	padding-bottom:3px;
	}
	
	.item-gemistDIV p{
	padding-bottom:3px;
	text-transform:uppercase;
	font-size:12px;
	}
	
	.item-gemistDIV p.maxwidth{
	overflow:hidden;
	height:13px;
	width:115px;
	}
	
	.item-gemistDIV p.maxwidth2{
	overflow:hidden;
	width:115px;
	height:26px;
	}
	
	.item-gemistDIV p.larger{
	font-size:16px;
	}
	
	/*START Reset opmaak voor de class pic-smallDIV*/
	.item-gemist{
	margin:0 0 5px 0;		
	float:none;
	border:1px solid #000000;
	}
	.item-gemist img{
		height:85px;
	}
	/*END*/
	
#priceDIV{
margin-left:10px;
padding-top:6px;
width:120px;
height:109px;

background-image:url(../images/bg-box-black.jpg);
background-repeat:no-repeat;

float:left;
text-align:center;
}

	#priceDIV h2{
	color:#FFFFFF;
	padding-bottom:2px;
	}
	
	#priceDIV p{
	padding-bottom:0px;
	}

	#priceDIV p.pricesmall{
	font-size:20px;	
	}

	#priceDIV p.pricelarge{
	color:#f7931e;
	font-size:28px;
	}

#orderDIV{
margin-left:10px;
width:120px;
height:109px;

background-image:url(../images/bg-box-orange.jpg);
background-repeat:no-repeat;

float:left;
}

	#content-container .middle #orderDIV a{
	text-align:center;
	margin-top:10px;
	color:#FFFFFF;
	font-size:20px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
	padding:20px 0 0 23px;
	width:77px;
	height:70px;
	display:block;
	}

.productdesc{
padding:10px;
background-color:#333333;
margin-bottom:10px;
}

.first-column{
margin-right:50px;
}

#order-notice-left{
background-color:#f7931e;
padding:5px;
}

	#order-notice-left p{
	padding:0px;
	color:#000000;
	}
	
#order-notice-right{
padding:5px 5px 5px 15px;	
}

	#order-notice-right p{
	padding:0px;		
	}

#productdescTABLE tr{
vertical-align:top;
}

#productdescTABLE p{
margin-right:20px;
width:80px;
}