.plantable {
	text-align: center;
	font-family: Myriad Pro, Arial, Helvetica;
	border-top: 1px solid #34689e;
	border-left: 1px solid #B7C8E6;
	border-bottom: 5px solid #34689e;
	margin-top: 0px;
	width: 960px;
}


.plantable th {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	background-color: #3c6baa;
	color:#fff;
	margin: 0;
	padding-top: 8px;
	padding-left: 10px;
}
.plantable th em {
	font-weight: normal;
	font-size: 10pt;
}
.plantable td {
	font-size: 11pt;
	background-color: #F0F8FF;
	border-right: 1px solid #B7C8E6;	
}

.plantable td.price {
	font-size:20pt;
	font-weight: bold;
}

.price sup {
	font-size: .52em;
	vertical-align:top;
	line-height:18pt;
}
.price em {
	font-size: .37em;
	font-weight: normal;
	margin-left: -2em;
}

.plantable tbody tr:nth-child(odd) td    { background-color:#d9e8ee; }

.plantable td.item {
	text-align: left;
	font-size: 11pt;
	height: 25px;
	padding-left: 20px;
}
.plantable td.nobg {
	background-color: #fff;
}

.planname {
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 1px;
/*	width: 105px;*/
	text-align:center;
}
.planname_sub {
	font-size: 12pt;
	font-style: normal;
	text-align:center;
/*	width: 105px;*/
}


.signupbtn:visited,
.signupbtn {
	background: #215b88 url(/images/bk1.png) repeat-x 0 top;
	padding: 8px 18px 4px 18px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	color: white;
	font-size: 12px;
	font-family: 'Lucida Grande', Arial, Sans-Serif;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
	margin: 6px 0;
	white-space:nowrap;
}
.signupbtn:hover {
	border-top-color: #a1d1ed;
	background: #125084;
}
.signupbtn:active {
	border-top-color: #1b435e;
	background: #1b435e;
}

@media DISABLED {

@media only screen and (max-width: 1090px) {
	.planname {
		font-size: 12pt;
	}
	.planname, .planname_sub {
	}
	.plantable td.price {
		font-size:14pt;
		font-weight: bold;
	}
	.price sup {
	font-size: .52em;
	vertical-align:top;
	line-height:13pt;
	}
	.plantable td.item {
		text-align: left;
		font-size: 10pt;
		height: 1.8em;
		padding-left: 10px;
	}
	.plantable td {
		font-size:9pt;
		padding: 2px;
	}
	
	.plantable {
		width: 100%;
		margin:0;
	}
	.signupbtn {
		padding: 6px 10px 2px 10px;
		font-size: 10px;
	}
	
}
	
}