table.subscription_table {
  border: 1px solid #CCCCCC;
  width: 100%;
}

td.subscription_header {
  border-bottom: none;
  font-weight: bold;
  background: #DFECF8;
  padding: 5px; 
  color: #333333;
}
td.subscription_entry {
  background: #FFFFFF;
  border-top: 1px solid #DDDDDD;
  padding: 5px;
  vertical-align: middle;
}

.subscription_package {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 5px 10px 5px;
width:220px;
float:left;
position:relative;
}
.subscription_package h3 {
  font-size: 12px;
  margin: 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  background: #F8F8F8;
}
.subscription_package .subscription_desc {
  margin: 15px;
  border-left: 4px solid #ccc;
  padding-left: 10px;
}
.subscription_package .subscription_subscribe {
  border: 1px dotted #ccc;
  float: right;
  margin: 5px;
  padding: 5px;
}

.subscription_gateways {
  width: 90%;
  margin: 15px auto;
  border: 1px solid #ccc;
}
.subscription_gateways td {
  padding: 5px;
  text-align: center;
}
.subscription_gateways .subscription_gateway_name {
  background: #ccc;
  font-size: 14px;
}
.subscription_gateways .subscription_gateway_desc {
  padding: 5px;
}

.my_subscription th {
	font-size: 11px;
	width: 160px;
	text-align: right;
	padding: 5px;
}
.my_subscription td {
  font-size: 11px;
  text-align: left;
  padding: 5px;
}




table#pricing-table	{
	width: 760px;
	border:none;
	padding:0;
	margin:0 auto;
	border-collapse:collapse;
}

table#pricing-table th	{

	color: #555;
	height: 88px;
	width: 130px;
	verticle-align:bottom;
	background: #fff;
}

table#pricing-table th h3	{
	font:normal normal 150 18px "Georgia", "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	height:20px;
	width:130px;
	padding: 20px 0 88px 0;
	text-align:center;
	position:relative;
	letter-spacing:1;
	background: #e4e4e4;
	margin:10px 0 0 0;
}

table#pricing-table th span	{
	font:italic normal 100 14px "Georgia", "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	width:100%;
	height:14px;
	position:relative;
	display:block;
	margin-top:10px;
}	

table#pricing-table th h3#subscribe-platinum-header	{
	background: #c2e091;
	width: 150px;
	height:30px;
	position:relative;
	padding-top: 25px;
}

table#pricing-table td.subscribe-platinum-features	{
	background: #c2e091;
}

table#pricing-table .subscribe-features	{
	background: #fff;
	width: 220px;
	font-size:12px;
	font-family: "Lucida Grande", "Helvetica","Helvetica Neue", sans;
	color: #555;
}

table#pricing-table span.feature-description	{
	font-size:10px;
}

table#pricing-table td.partial-feature	{
	font-size:12px;
	font-family:"Lucida Grande", "Helvetica","Helvetica Neue", sans;
	color: #555;
}

table#pricing-table th h3#subscribe-platinum-header	{
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
}

table#pricing-table th h3#subscribe-first-heading	{
	border-right: 1px solid #d7d7d6;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
}

table#pricing-table th h3#subscribe-last-heading	{
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
}


table#pricing-table td#subscribe-last-bottom	{
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:10px;
}

table#pricing-table td	{
	border-bottom: 1px solid #c2c2c2;
	height: 40px;
	background: #e4e4e4;
}

table#pricing-table td.right-border	{
	border-right: 1px solid #c2c2c2;
}

table#pricing-table .subscribe-features	{
        border-right:none;
}

table#pricing-table th div.button-container	{
	height: 40px;
	background: rgba(255,255,255, .5);
	position: relative;
	width: 100%;
	vertical-align: middle;
	text-align:center;
	paddng:0;
	margin-top: -40px;
	display:block;
}

table#pricing-table .signup-button	{
	background: url(../images/subscribe/button-bg.png) repeat-x;
	display: inline-block;
	padding: 3px 3px 5px 0;
	margin:10px 0 0 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #bcbcbc;
	-webkit-box-shadow: 0px 0px 5px #bcbcbc;
	box-shadow: 0px 0px 5px #bcbcbc;
	filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#bcbcbc, OffX=0, OffY=0);
	position: relative;
	cursor: pointer;
	border:none;
	width: 80px;
}

table#pricing-table .signup-button:link,table#pricing-table .signup-button:hover,table#pricing-table .signup-button:active,table#pricing-table .signup-button:visited	{
	text-decoration:none;
        border:none;
}

table#pricing-table .signup-button:hover	{
	background: url(../images/subscribe/button-bg-on.png) repeat-x;
}

