#popup {
	z-index: 100000;
	position: absolute;
	display: none;
	top: 160px;
	left: 550px;
	border: 1px solid #afafaf;
	width: 470px;
	height: 415px;
	background-color: white;
}

#popup .popuphead {
	position: relative;
	text-align: right;
	background-image: url('../img_design/popup_bg.gif');
	background-repeat: repeat-x;
	height: 24px;
}

#popup .popuphead img {
	border: 0;
}

#popup .popupcontent {
	padding: 22px;
	border: 0;
}

#popup .popupimage {
	float: left;
	width: 238px;
	margin-right: 15px;
	overflow-x: hidden;
}

#popup .popupimage img {
	width: 238px;
	margin-bottom: 10px;
}

#popup .popupdetails {
	float: left;
	width: 170px;
	overflow-x: hidden;
}

.popupimage strong {
	display: block;
	margin-bottom: 8px;
}