#entry h5{
	margin-top: 10px;
}

#entry p{
	text-indent: 12px;
}

#entry .top_p{
	margin-top: 16px;
	margin-bottom:32px;
}


#entry .techs{
	border-right: 3px solid rgb(102, 102, 102);
	min-height: 120px;
	height: auto;
	margin-top:36px;
	margin-bottom: 40px;
	padding-right: 4px;
}

* html #entry .techs{
	height: 120px;
}

#entry .genri{
	font-size:14pt;
	color:#0079E8
}

#entry .tech_picture{
	border: 1px inset rgb(221, 221, 221);
	padding: 4px;
	width:150px;
}


#entry .techs dfn{
	padding:6px 0px 4px 8px;
	display:inline-block;
	background-color:#f5eacd;
	font-size: 12pt;
	font-weight:bold;
	fint-style:normal;
	width:332px;
	position:relative;
	top:-122px;
	margin-left:166px;
	margin-bottom: 12px;
}

.techs p{
	margin:-122px 4px 0px 180px;
}
#entry .look_list{
	position: absolute;
	right: 10px;
	top: 86px;
}


* html #entry dl{
	width: 510px;
}

#entry dl{
	min-width: 510px;
}

#entry dt{
	text-indent: 8px;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom:8px;
	padding:4px 0px 4px 0px;
	background-color: rgb(255, 227, 162);
}

#entry dd{
	text-indent: 12px;
}

* html #entry acronym,*:first-child+html #entry acronym{
	border-bottom:1px dotted #aaaaaa
}