@charset "utf-8";
/* CSS Document */

#pricing strong
{
	font-size:13px;
	text-shadow:none;
	color:#333333;
}
#pricing td
{
	font-size:17px;
	font-weight:bold;

	color:#587d8f;
}
#pricing .price
{
	font-size:14px;
}
#pricing2 h2
{
	color:#666666;
	font-size:20px;
}
#pricing2 strong
{
	font-size:13px;
	color:#000000;
}
#pricing2
{
	font-size:13px;
	line-height:160%;
	color:#666666;
}
.price_col
{
	float:left;
	width: 310px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:#99CCFF;
font-size:12px;
padding:10px;

}

.price_col_free
{
	float:left;
	width: 310px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size:12px;
	padding:10px;
	margin-left:20px;

}
.price_col strong, .price_col_free strong
{
	font-size:17px;
	
}
.stand_out
{


font-weight:bold;
}
.price_col table, .price_col_free table
{
	font-size:12px;
}
.plan_name
{
	font-size:22px;
	font-weight:bold;
	color: #3D8DB4;
	line-height:150%;
}
.price
{
	font-size:18px;
	
}
