#packages .entry {
	height: 120px;
	float: left;
	margin-bottom: 5px;
}

#packages .img {
	float: left;
	width: 100px;
	height: 120px;
	padding: 10px;
}

#packages .text {
	float: left;
	width: 410px;
	height: 100px;
	padding: 30px 10px 10px 10px;
}

#packages a.entry_button {
	text-decoration: none;
}

#packages a.entry_button:hover {
	text-decoration: underline;
}

#packages .title {
	background: url("../../images/template/leaf_bullet.jpg") 0px 3px no-repeat;
	padding-left: 20px;
	font-size: 15px;
	font-weight: bold;
}

#packages .highlight {
	color: #429933;
	font-weight: bold;
	font-size: 14px;
}

#packages #price_info {
	width: 200px;
	height: auto;
	padding: 4px;
	border: 1px solid #cfcecf;
	text-align: center;
	font-size: 14px;
}

#packages #price_info div.price {
	color: #429933;
	font-size: 24px;
}

#packages #price_info div.button {
	font-size: 14px;
	color: #429933;
	font-weight: bold;
	margin-top: 20px;
}

#packages #price_info div.button a {
	font-size: 14px;
	color: #429933;
	font-weight: bold;
	text-decoration: none;
}

#packages #price_info div.button a:hover {
	font-size: 14px;
	color: #429933;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}