/* CSS Document */
	
/* Plan table style */	
.techplantable{
	border:#069 0px solid;
	width:100%;
	border-collapse: separate;
	border-spacing:0px;
	background:#f7f7f7;
	}
.techplantable th{
	font-family:Impact;
	font-size:28px;
	text-align:center;
	border-spacing:0px;
	line-height:60px;
	height:60px;
	}
.techplantable td{
	height:45px;
	line-height:45px;
	padding-left:5px;
	padding-right:5px;
	border-bottom:#e8e8e8 1px solid;
	}

.techplantable td.heading{
	font-size:12px;
	color:#000;
	background:url(images/tech_support_plan_td_head_bg.png) repeat-x;
	padding-left:10px;
	line-height:18px;
	vertical-align:middle;
	}
	
/*////////////// Signup button style starts////////////////////////*/
.techplantable td.heading div.signup_btn{
	background:url(images/signup_btn_center.png) repeat-x;
	height:27px;
	width:100px;
	position:relative;
	top: -3px;
	text-align:center;
	float:right;
	margin-right:20px;
	color:#8E5900;
	font-weight:bold;
	line-height:27px;
	}
.techplantable td.heading div.signup_btn div.left{
	background:#fff url(images/signup_btn_left.png) repeat-x;
	height:27px;
	width:6px;
	float:left;
	}
.techplantable td.heading div.signup_btn div.right{
	background:#fff url(images/signup_btn_right.png) repeat-x;
	height:27px;
	width:6px;
	float:right;
	}
/*////////////// Signup button style ends////////////////////////*/



.techplantable td.subheading{
	font-size:20px;
	color:#2C2C2C;
	border-top:none;
	padding-left:10px;
	background:url(images/subheadingbg.png) repeat-x;
	}
.techplantable td.val{
	color:#444;
	background:url(images/tech_support_plan_td_head_bg.png) repeat-x;
	text-align:center;
	font-size:15px;
	}

.techplantable td.val div{
	width:170px;
	height:45px;
	margin:0 auto;
	border:#000000 0px solid;
	background: url(images/tech_support_plan_td_bg.png) repeat-x;
	}
.techplantable td.top div.plantabtop{
	width:170px;
	height:68px;
	margin:0 auto;
	line-height:68px;
	font-family:'Impact';
	font-size:34px;
	color:#fff;
	text-shadow:0px 0px 3px #999;
	text-align:center;
	border:#000000 0px solid;
	}
.techplantable td div.plantabtop span{
	font-size:12px;
	}
.techplantable td.top div.lite{
	background:url(images/lite_top_header.png) no-repeat center;
	}
.techplantable td.top div.value{
	background:url(images/value_top_header.png) no-repeat center;
	}
.techplantable td.top div.silver{
	background:url(images/silver_top_header.png) no-repeat center;
	}
.techplantable td.top div.gold{
	background:url(images/gold_top_header.png) no-repeat center;
	}
.techplantable td.top div.gold a{
	text-decoration:none;
	margin:0;
	color:#fff;
	padding:0;
	}


/* Plan table bottom style */
.techplantable td.bottom{ border-bottom:none; }
.techplantable td.bottom a{text-decoration:none;}
.techplantable td.bottom div.plantabbottom{
	width:170px;
	height:68px;
	margin:0 auto;
	line-height:68px;
	font-family:'Impact';
	font-size:34px;
	color:#fff;
	text-shadow:0px 0px 3px #999;
	text-align:center;
	border:#000000 0px solid;
	}
.techplantable td.bottom div.lite {
	background:url(images/lite_bottom_center.png) repeat-x;
	}
.techplantable td.bottom div.value {
	background:url(images/value_bottom_center.png) repeat-x;
	}
.techplantable td.bottom div.silver {
	background:url(images/silver_bottom_center.png) repeat-x;
	}
.techplantable td.bottom div.gold {
	background:url(images/gold_bottom_center.png) repeat-x;
	}
.techplantable td.bottom div.lite div.left,
.techplantable td.bottom div.value div.left,
.techplantable td.bottom div.silver div.left,
.techplantable td.bottom div.gold div.left{
	height:68px;
	width:19px;
	border:#990033 0px solid;
	float:left;
	}
.techplantable td.bottom div.lite div.left{
	background:url(images/lite_bottom_left.png) no-repeat center;
	}
.techplantable td.bottom div.value div.left{
	background:url(images/value_bottom_left.png) no-repeat center;
	}
.techplantable td.bottom div.silver div.left{
	background:url(images/silver_bottom_left.png) no-repeat center;
	}
.techplantable td.bottom div.gold div.left{
	background:url(images/gold_bottom_left.png) no-repeat center;
	}

.techplantable td.bottom div.lite div.right,
.techplantable td.bottom div.value div.right,
.techplantable td.bottom div.silver div.right,
.techplantable td.bottom div.gold div.right{
	height:68px;
	width:19px;
	border:#990033 0px solid;
	float:right;
	}
.techplantable td.bottom div.lite div.right{
	background:url(images/lite_bottom_right.png) no-repeat center;
	}
.techplantable td.bottom div.value div.right{
	background:url(images/value_bottom_right.png) no-repeat center;
	}
.techplantable td.bottom div.silver div.right{
	background:url(images/silver_bottom_right.png) no-repeat center;
	}
.techplantable td.bottom div.gold div.right{
	background:url(images/gold_bottom_right.png) no-repeat center;
	}
.techplantable td.bottom div.plantabbottom:hover{
	color:#f1f1f1;
	}


