.item-details {
	float: left;
	width: 100%;
	height: 90px;
	padding: 4px 4px;
	background: #dad9c9;
}

.item-logo  {
	float: left;
	width: 120px;
	height: 90px;
	background: #c9c8b8;
}

.item-details .item-content{
	float: left;
	color: #222222;
	width: 741px;
	height:60px;
	overflow:hidden;
	margin: 0 10px;
}

.item-details a:link {
	color: #222222;
	text-decoration: underline;
}

.item-details a:visited {
	color: #222222;
	text-decoration: underline;
}

.item-details a:hover {
	color: #246d99;
	text-decoration: underline;
}

.item-details a:active {
	color: #246d99;
	text-decoration: underline;
}

.item-details h2 {
	color: #000000;
	width: 500px;
	font-size: 1.5em;
	font-family: Garamond, Times New Roman, serif;
	font-weight: bold;
}

