.pricing_table {  
	border:1px solid #c4cbcc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	/*outline:7px solid #f2f3f3;*/
	float:left; font-family:Calibri; font-size:24px;
}
.pricing_table ul { 
	list-style:none; 
	float:left; 
	width:245px; 
	margin:0; 
	border:1px solid #f2f3f3;
	padding:0px;
	text-align:center;
	background-color:#FFF;
}
.pricing_table ul:hover { 
	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	-moz-box-shadow:3px 5px 7px rgba(0,0,0,.7);
  	-webkit-box-shadow: 3px 5px 7px rgba(0,0,0,.7);
  	box-shadow:3px 5px 7px rgba(0,0,0,.7);
	cursor:pointer; background:#f9f8f8; color:#333;
}
.pricing_table ul li {  
	
	padding:0px 0;
}
.pricing_table ul li:first-child { 
	font-size:18px;
	font-weight:bold;
}
.pricing_table ul li:nth-child(2) { 
	background:#fbfbfb;
}
.pricing_table ul li:nth-child(3) { 
	font-size:12px;
	font-weight:bold;
}
.pricing_table ul li:nth-child(n+4) { 
	font-size:14px;
}
.pricing_table ul li:last-child a { 
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #cc6a02;
	padding:0px 5px 0px 5px;  width:200px;
	margin:5px 20px 5px 20px; 
	background: #e5e696; /* Old browsers */
	background: -moz-linear-gradient(top, #ff8400 0%, #ed7c03 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8400), color-stop(100%,#ed7c03)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff8400 0%,#ed7c03 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff8400 0%,#ed7c03 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ff8400 0%,#ed7c03 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#ed7c03',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ff8400 0%,#ed7c03 100%); /* W3C */
	color: #FFFFFF;
	font-style: normal;
	display:block; text-decoration:none;
	font-size:16px; font-family:Calibri;
}
.left_div_box{width:230px; float:left; height:40px; line-height:40px; text-align:center; font-size:16px; font-weight:bold;}
.left_top{width:230px; float:left; height:50px; line-height:30px; text-align:center; font-size:16px; font-weight:bold; padding-top:35px;}
.left_top_d{width:230px; float:left; height:30px; line-height:30px;}
.left_side_div{width:230px; height: auto; float:left;}
.div_di1{width:245px; height:50px; line-height:22px; float:left; background:#e2e2e2; border-bottom: dotted 1px #e2e2e2; padding-top:8px;}
.div_di{width:240px; height:40px; line-height:40px; float:left; border-bottom: dotted 1px #e2e2e2;}
.div_dim{width:240px; height:55px; line-height:40px; float:left; border-bottom: dotted 1px #e2e2e2;}

.div_dip{width:245px; height:50px; line-height:50px; float:left; background:#5b5a5a; border-bottom: dotted 1px #e2e2e2; color:#fff;}