
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#subscribe {
	padding: 40px 0;
	background-color: #e8e8e8;
	min-width: 960px;
}

#subscribe-tbl {
	font-size: 12px;
	background-color: #fff;
}

#subscribe-tbl th#features {
	background-color: #e8e8e8;
}


#subscribe-tbl th#plan-free, #subscribe-tbl th#plan-basic, #subscribe-tbl th#plan-plus, #subscribe-tbl th#plan-premium, #subscribe-tbl th#plan-max {
	background-color: #f5f5f5;
}

#subscribe-tbl th#plan-free, #subscribe-tbl th#plan-basic, #subscribe-tbl th#plan-plus, #subscribe-tbl th#plan-premium, #subscribe-tbl th#plan-max, #subscribe-tbl td {
	text-align: center;
	border-top: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
}

#subscribe-tbl th h6 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 11px;
	padding-bottom: 3px;
	color: #333;
	font-family:"Trebuchet MS";
}


#subscribe-tbl th h6.price {
	font-size: 22px;
	font-weight: bold;
	margin-top: 11px;
	padding-bottom: 3px;
	color: #ff9000;
	font-family:"Trebuchet MS";
}

#subscribe-tbl th p {
	padding-bottom: 12px;
}

#subscribe-tbl th p a {

	color: white;
	background-color: #31cdf7;
	text-decoration: none;
	 -webkit-border-radius: 12px; -moz-border-radius: 12px;
	 padding: 5px 10px 5px 10px;
}

#subscribe-tbl th p a:hover {
background: #b4e126; color: #fff;
	}



#subscribe-tbl th p a:hover {
	text-decoration: none;
}

#subscribe-tbl .feature {
	width: 280px;
	padding: 10px 0 10px 18px;
	text-align: left;
}

#subscribe-tbl td {
	width: 120px;
}

#subscribe-tbl td.check {
	background: url(../images/check.gif) center center no-repeat;
}

#subscribe-tbl td.end {border-bottom: 1px solid #c6c6c6;}

ul.pricetabs {margin: 0;padding: 0;float: left;list-style: none;height: 32px; /*--Set height of tabs--*/border-bottom: 1px solid #ececec;
	border-left: 1px solid #ececec;	
	width: 100%;
}
ul.pricetabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #ececec;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.pricetabs li a {
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 14px;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.pricetabs li a:hover {
	background: #ccc;
}
html ul.pricetabs li.active, html ul.pricetabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	
	
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 0;
	font-size: 1.2em;
}
