div.productdetails {
	background-color: #dddddd;
	border: 1px gray solid;
	padding: 10px;
	margin: 0px 0 10px 0;
	min-height: 150px;
	position: relative;
}


h1 {
	font-size: larger;	/* override default in lmb3global.css */
}

div.productdetails:first-child {
	border: 2px gray solid;
}

span.productdetails {
	padding: 0 6px;
	border: 1px white solid;
	border-bottom: 1px #444 solid;
	border-right: 1px #444 solid;
	background: url(../images/transparentblack.png);
}


div.productdetails img {
	float: right;
/*	width: 200px; */
	border: 1px black solid;
	margin: 0 0 0 0;
}

div.productdetails p {
	margin-top: 5px;
	width: 370px;
	text-align: justify;
}

div.productdetails p.caption {
/*	background: blue; */   
	position: absolute;
	text-align: center;
	width: 200px;
	top: 140px;
	right: 11px;
	margin-top: 0; 
}
/*
div.productimg {
	width: 250px;
	height: 180px;
	float: right;
	clear: right;
	margin: 0 0 0 0;
	border: 1px  black solid;
}

div.productimg p {
	margin-top: 150px;
	text-align: center;
}
*/
p.caption span {
	background: url(../images/transparentblack.png);
	color: white;
	padding: 0 1em;
}
