#details {
	list-style: none;
	text-align: left;
	font-size: 100%;
	float: left;
	position: relative;
}
#details ul {
	list-style: none;
}
#details li {
	background-color: #F2F2F2;
	width: 550px;
	position:relative;
	margin-bottom: 18px;
	height: 100px;
	padding-top: 12px;
	padding-left: 12px;
	margin-left: -25px;
}
#details img {
	float: left;
	padding: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 3px double #CCCCCC;
	background-color: #FFFFFF;
}
#details a:hover img {
	border: 3px double #BCD0E4;
}
#details h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	font-style: italic;
	line-height: 100%;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: -1px;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	width: 300px;
	height: 20px;
}
#details h3 a {
	color: #333333;
	text-decoration: none;
}
#details h3 a:hover {
	color: #CC0000;
}
#details p {
	width: 330px;
	float: left;
	color: #666666;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AEAEAE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 110%;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
#details p em {
	color: #000000;
	overflow: hidden;
	font-weight: bold;
	font-style: italic;
}
#details a {
	color: #CC0000;
	text-decoration: none;
}
#details a:hover {
	color: #000000;
	text-decoration: none;
}
