


/* ---------- Hosting Planes Table ---------- */


#tabvanillax {
	width: 970px;
	float: left;
	margin-bottom: 15px;

}
ul.tabnav {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
}
.tabnav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.tabnav li a {
	text-decoration: none;
	color: #727272;
	font-size: 16px;
	font-weight: bold;
	outline: none;
	float: left;
	width: 240px;
	height: 38px;
	padding: 10px 0px 0px 0px;
	border: 1px solid #fff;
	text-align: center;
	background-image: url(../images/main-table/plantabs_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
.tabnav li a:hover {
	background-color: #2B2A34;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/main-table/plantabs_hover2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.tabnav li a.currenttab {
	background-color: #2B2A34;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/main-table/plantabs_hover2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.table_planes {
	float: left;
	width: 970px;
}
.table_planes th {
	height: 39px;
	text-align: center;
	background: url(../images/main-table/planth_bg.jpg) repeat-x left top;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	font-weight: bold;
	color: #555;
	padding-left: 20px;
}
.table_planes th b {
	text-align: left;
	float: left;
}
.table_planes th strong {
	font-size: 12px;
}
.table_planes td {
	height: 30px;
}
.table_planes .left {
	padding-left: 20px;
}
.table_planes .center {
	text-align: center;
}
.table_planes_shadow {
	width: 970px;
	height: 7px;
	float: left;
	margin-bottom: 20px;
	background: url(../images/main-table/plantable_shadow.jpg) no-repeat center top;
}
.table_planes .big_text {
	font-size: 23px;
	font-weight: bold;
	color: #AFAFAF;
	text-transform: uppercase;

}
.orange_text {
	font-size: 25px;
	font-weight: bold;
	color: #DB7D00;
	padding: 10px;
	display: block;
}
.orange_text i {
	font-size: 12px;
	font-weight: normal;
	color: #DB7D00;
	font-style: normal;
}
.orange_text a:link, .orange_text a:visited {
	height: 22px;
	padding-top: 7px;
	background: url(../images/main-table/button_ordernow.jpg) no-repeat center top;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-decoration: none;
}
.orange_text a:hover{
	height: 22px;
	padding-top: 7px;
	background: url(../images/main-table/button_ordernow.jpg) no-repeat center top;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	display: block;
	text-decoration: none;
}

