
#allcontents{		
	width:90%;		
	margin:auto;		
	min-width:640px;		
	
	
}	  	

.prodimg{		
	width:100%;		
}		

.prodtext{		
	
}		

.prodtitle{		
	
	font-family:arial;		
	font-size: 16px;		
	font-weight:bold;		
	height: 20x;		
	
	
}		

.prodtitle a{		
	
	text-decoration:none;								
	
}		

.prodtitle a:hover{		
	
	color: red;								
	
}		

.prodtitle p {		
	font-family:arial;		
	font-size: 16px;		
	font-weight:normal;		
	
}		

.displaycontainer{		
	display:grid;		
	grid-template-columns: 2fr 6fr 1fr;		
	grid-gap: 20px 20px;		
	justify-items: left;		
	
}		

.imgcontainer{		
	width:150px;		
	padding:10px;		
}		

#productform{		
	width:50%;		
	margin:auto;		
	min-width:640px;		
}		

#saveallboxes {		
	margin:auto;		
	width:100px;		
}		
#cbf_prod_images{		
	
	width:60%;		
	margin:auto;		
	min-width:640px;								
}		

