#pack-container{
	width: 770px;
	margin: 0 auto;
	border: thin solid #DDDDDD;
	box-shadow: 3px 3px 5px #DDDDDD;
}
#pack-container #header{
	position: relative;
	margin: 13px 0;
}
#pack-container #logo{
	margin-left: 10px;
}
#pack-container #header hr{
	position: absolute;
	top: 17px;
	right: 0;
	width: 425px;
	color: #E2001A;
}

#pack-container #pack-list{
	position: relative;
	font-family: tahoma;
	font-size: 12px;
}
#pack-container #pack-price{
	position: absolute;
	top: 13px;
	right: 25px;
}
#pack-container #pack-target{
	position: absolute;
	bottom: 15px;
	right: 8px;
}
#pack-container #pack-list .title{
	position: relative;
	height: 27px;
	margin-bottom: 12px;
	padding: 8px 0 0 12px;
	font-size: 16px;
	background-color: #FFE8B7;
	text-transform: uppercase;
}
#pack-container #pack-list .body{
	padding-left: 12px;
}
#pack-container #pack-list .body ul{
	list-style: none;
	padding-left: 0;
}
#pack-container #pack-list .body ul .RefEtiq{
	display: inline;
	color: #5A4F4A;
	text-decoration: underline;
}
.ui-tooltip{
	width: 770px;
}
.thumbnail{
	position: absolute;
	right: 20px;
	border: thin solid #DDDDDD;
	box-shadow: 3px 3px 5px #777777;
}