#product {
}

#product .image-full {
	float: left;
	margin-right: 10px;
	min-height: 350px;
	width: 285px;
	overflow: hidden;
}

#product .details {
	float: left;
	/*width: 300px;*/
	width: 420px; /* Changed by Joost */
}

#product .description {
	padding-bottom: 15px;
}

#product .descriptiontext { 
	padding-bottom:3px;
}
 
#product .customtext {
	padding:1px 0px 3px 0px;  
}

#product .buyouttext {
	padding:1px 0px 5px 0px;
}
 
#product .features {
	padding-bottom: 5px;
}

#product .quantity {
	padding-bottom: 15px;
}

#product .image-thumb {
	float: left;
	padding-right: 10px;
	width: 65px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}

#product .documents .document img.icon-small {
	float: left;
	padding-right: 2px;
}



.alert { 
   display:none;  
   position:absolute;
   top:1px;
   left:1px;
   width:250px;
   background-color:white;
   border-style:solid;
   border-width:1px;
   padding:15px 20px 5px 20px;
   }
   
