@charset "utf-8";
/* CSS Document */

#package {
	width:240px;
	height:111px;
	background:#d5eeff;
	font-family:Trebuchet MS;
	padding:7px;
	float:left;
	color:#2f2f2f;
	margin:5px;
}
.title {
	font-size:19px;
	font-weight:bold;
}
.weeks {
	font-size:15px;
}
.getholder {
	float:left;
	width:200px;
	padding-left:120px;
}
.price {
	color:#0072bc;
	font-size:18px;
}
.get a {
	width:116px;
	height:38px;
	background:url(images/smallGetYours.png) no-repeat;
	display:block;
}
.get a:hover {
	width:116px;
	height:38px;
	background:url(images/smallGetYours_hover.png) no-repeat;
}
.get a .hide {
	display:none;
}

