@charset "utf-8";
/* CSS Document */
.clear{ float:none; clear:both;}
#packages{margin-top:30px; position:relative;}
#packages h1{ color:#ccccd5; font-size:12px; margin-left:20px;}
#ad {
	width: 240px;
	height: 400px;
	float: right;
	background: url(../images/add.jpg) no-repeat;
	margin-top:28px;
}
.packages1{ 
	width:240px; 
	height:398px; 
	background-color:#FFF; 
	border-bottom:solid 2px #d2d2d2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float:left;
	position:relative;
}
.packages2{ 
	width:240px; 
	height:430px; 
	background-color:#FFF; 
	border:solid 2px #e6bc4b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position:absolute;
	left:240px;
	top:10px;
	z-index:99;
}
.packages3{ 
	width:240px; 
	height:398px; 
	background-color:#FFF; 
	border-bottom:solid 2px #d2d2d2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float:right;
	margin-right:20px;
	position:relative;
}
.pac_td{ 
	height:40px; 
	text-align:center; 
	background-color:#393939; 
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	padding-top:10px;
}
.pac_hot{ background-color:#e6bc4b; position:relative;}
.pac_td_te{ width:61px; height:61px; position:absolute; right:-3px; top:-4px; z-index:999;}
.pac_us{ 
	height:60px;
	text-align:center; 
	background-color:#e3e3e3; 
	color:#000;
	font-size:30px;
	position:relative;
	padding-top:10px;
}
.pac_month{ 
	font-size:12px; color:#999;
	position:absolute;
	right:70px;
	bottom:10px;
}
.pac_txt ul{ margin:0px; padding:10px 20px 10px 20px;}
.pac_txt ul li{ 
	float:none;
	font-size:14px;
	color:#9c9c9c; 
	margin-bottom:5px;
	list-style:url(../images/check.jpg);
	margin-left:20px;
}
.pac_bottom{
	background-color:#2471ff;
	border:solid 1px #015cff;
	padding:10px 30px;
	color:#FFF; 
	font-weight:bold;
	font-style:italic;
	text-align:center;
	font-size:14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	position:absolute;
	bottom:10px;
	left:25%;
}
.pac_bottom:hover{
	background-color:#1f66e8;
	border:solid 1px #0357ed;
}
.pac_text_hot{ 
	position:absolute; 
	top:-20px;
	left:243px;
	font-size:22px;
	font-weight:bold;
	z-index:999;
}
