
div.purchase a img {
  	border: 0;
	padding: 0;
}


div.purchase div.short div.package {
	text-align: center;
	font-size: 2.5em;
	letter-spacing: -1px;
	font-family: helvetica, arial, sans-serif;
	margin: 15px 0 20px 0;
	padding: 0;
	color: #000;
}

div.purchase div.short div.price {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 1.2em;
	border-bottom:5px;
	font-weight: normal;
	margin-bottom:5px;
	color:#ea6900;
}

div.purchase div.short div.slogan {
	margin: 0 0 15px 0;
	padding: 0 0 7px 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	font-family: helvetica, arial, sans-serif;
	color: #73a1c7;
}

div.purchase div.short div.highlight {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

div.purchase div.short div.highlight strong, div.purchase div.short div.items strong {
	color: #c33700;
}

div.purchase div.short div.items {
	font-size: 0.9em;
}

div.purchase div.short {
	width: 185px;
	height: 260px;
	border: 1px solid #999;
	float: left;
	margin-top: 10px;
	text-align: center;
	padding: 10px 0;
	background-color: #efefef;
	font-family: helvetica, arial, sans-serif;
}

div.purchase div.no-r {
	border-right: 0;
}

div.purchase div.no-l {
	border-left: 0;
}
