@charset "utf-8";
/* CSS Document */

table.pricing {
	border-collapse: collapse;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
	float: left;
}
table .light_grey {
	background-color: #d8d9db;
}
table .dark_grey {
	background-color: #c7c8ca;
}
table .row_title {
	font-size: 14px;
	text-transform: uppercase;
	color:#888;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}
table .row_sub {
	font-size: 12px;
	color: #666;
	font-weight: bold;
	text-indent: 8px;
	text-align: left;
	padding-left: 5px;
	height: 27px;
}
table .row_sub img {
	margin-top: 3px;
	cursor: pointer;
}

table .recommended {
	font-size: 11px;
	font-weight:bold;
	color: #222;
	text-align: center;
	background-image:url(/images/recommended.jpg);
	font-style: italic;
}
table .recommended_btm {
	text-align: center;
	background-image:url(/images/recommended_btm.jpg);
	background-repeat: no-repeat;
	height: 26px;
}
table .green {
	background-color: /*#cfff6e*/ #333;
	background-image:url(/images/tb_highlight.jpg);
	color:#CCC;
	font-weight: bold;
}
table .right_side {
	width: 165px;
}
table .plan_name {
	font-size: 16px;
	font-weight: bold;
	color:#333;
}
table .speed {
	font-size: 38px;
	font-weight: normal;
	color:#777;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
table td {
	text-align: center;
}
table .dash {
	color: #999;
}
table .table_top {
	background-image:url(/images/table_top.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 60px;
	padding: 5px;
	vertical-align: middle;
}
table .table_top2 {
	background-image:url(/images/table_top2.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 60px;
	padding: 5px;
	vertical-align: middle;
}
table .table_top, table .table_top2 {
	border-bottom: thin solid #888;
}
table .price {
	font-size: 18px;
	font-weight: bold;
}
table .light_grey {
	border-top: 1px dotted #CCC;
}
table .green {
	border-top: 1px dotted #444;
}