div#packages {
	position: relative;
	height: 300px;
	margin-top: 15px;
}

div#packages div {
	height: 280px;
}

div#packages ul li {
	font-size: 1.2em;
}


div#packages ul {
	list-style-type: circle;
	padding: 0;
	margin: 10px 5px;
	z-index: 2;
}

div#packages img {
	z-index: 0;
}

div#packages h2 {
	z-index: 2;
}

#package-1 {
	width: 380px;
	position: absolute;
	left: 0; top: 0;
	border: 1px solid #aaa;
	border-width: 1px 0 0 1px;
	cursor: pointer;
}

#package-1 ul {
	position: absolute;
	right: 0; bottom: 0;
}

#package-1 a {
	color: #3778de;
	text-decoration: none;
}

#package-1 a:hover {
	color: #3778de;
	text-decoration: none;
}

#package-1 ul li {
	margin-top: 10px;
}

#package-1 h2 {
	position: absolute;
	top: 10px; right: 0;
	margin: 0;
	margin-right: 20px;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	color: #3778de;
}

#package-1.over {
	border-color: #333;
}

#package-2.over {
	border-color: #333;
}

#package-2 {
	cursor: pointer;
	width: 380px;
	position: absolute;
	left: 409px; top: 0;
	border: 1px solid #aaa;
	border-width: 0 1px 1px 0;
}

#package-2 ul {
	position: absolute;
	top: 0; left: 20px;
}

#package-2 a {
	color: #3778de;
	text-decoration: none;
}

#package-2 a:hover {
	color: #3778de;
	text-decoration: none;
}

#package-2 ul li {
	margin-bottom: 10px;
}

#package-2 h2 {
	position: absolute;
	bottom: 10px; left: 0;
	margin: 0;
	margin-left: 20px;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	color: #3778de;
}

div#package-2 img {
	position: absolute;
	right: 0; bottom: 0; 
}

#package-divider {
	width: 1px;
	position: absolute;
	left: 394px;
	border-right: 1px dotted #000;
}

#package-3 {
    margin: 10px auto;
    border: 1px solid #aaa;
    border-width: 0 1px 1px 1px;
    top: 280px;
    position: relative;
}