#eqwrap {
	padding-top:20px;
	overflow:hidden;
}
#eqlist {
	width:180px;
	background: #2456AD;
	float:left;
}
#eqlist a:link,
#eqlist a:visited {
	display:block;
	line-height:30px;
	padding-left:15px;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	transition:padding-left 0.2s;
	border-bottom:1px solid #fff;
}
#eqlist a:hover,
#eqlist a.active {
	padding-left:22px;
	background:#AA0000;
}
#eqinfo {
	float:right;
	width:750px;
}
#eqinfo .eqitem {
	background:#ececec;
	margin-bottom:15px;
	padding:5px 15px;
	overflow:hidden;
}
.eqitem .subtt {
	font-size:15px;
	font-weight:bold;
	color:#3596F8;
	margin-bottom:5px;
}
.eqitem .desc {
	margin-bottom:5px;
}
.eqitem .imgp {
	overflow:hidden;
	width:750px;
}
.eqitem .imgp img {
	float:left;
	width:350px;
	margin:0 15px 15px 0;
	box-shadow:2px 3px 3px #555;
}
#overview {
	margin-top:10px;
}
#overview p {
	line-height:18px;
	text-indent:2em;
}