/* ================ */
/* === Tab Body === */
.tab_content {
  position: absolute;
  background: url(../img/bg_tab_body.png) repeat-y;
  *background: url(../img/bg_tab_body.jpg) repeat-y;
  padding: 0 20px;
  margin-left: 35px;
  min-height: 230px;
  width: 633px;
}

/* == Personal Tab == */
.tab_content .personal {
  background: url(../img/main.jpg) no-repeat;
  height: 154px;
  padding: 101px 15px 0 320px;
  margin: 10px 0;
}

.tab_content .personal h3 {
  background: url(../img/title_tech_personal.png) no-repeat;
  text-indent: -6000px;
  height: 61px; width: 256px;
}

.tab_content .personal p {
  margin: 8px 0 15px 6px;
}

.tab_content .personal ul {
  padding-left: 22px;
}

.tab_content .personal li {
  color: #0065b2;
  font-size: 20px;
  font-weight: bold;
  vertical-align: top;
}

.tab_content .personal li span {
  font-weight: normal;
  color: #333;
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
  padding-top: 0px;
}

/* == Business Tab == */
.tab_content .business {
  background: url(../img/businesses.jpg) no-repeat;
  height: 130px;
  padding: 125px 15px 0 284px;
  margin: 10px 0 7px;
}

.tab_content .business h3 {
  /* background: url(../img/title_tech_business.png) no-repeat; */
  text-indent: -6000px;
  height: 69px; width: 312px;
}

.tab_content .business p {
  margin: 8px 0 15px 46px;
  color: #333;
  line-height: 18px;
}

.tab_content .business a {
  display: block;
  text-align: right;
  margin-right: 20px;
}

/* == Group Tab == */
.tab_content .group {
  background: url(../img/group.jpg) no-repeat;
  height: 108px;
  padding: 147px 15px 0 284px;
  margin: 10px 0 7px;
}



.tab_content .group p {
  margin: 8px 0 15px 46px;
  color: #333;
  line-height: 18px;
}

.tab_content .group a {
  display: block;
  text-align: right;
  margin-right: 20px;
}

/* == Individuals Tab == */
.tab_content .individual {
  background: url(../img/individual.jpg) no-repeat;
  height: 140px;
  padding: 115px 15px 0 284px;
  margin: 10px 0 7px;
}

.tab_content .individual img {
	margin-left:150px;
}

/* == HD Solutions Tab == */
.tab_content .helpdesk {
  background: url(../img/hdsolutions.jpg) no-repeat;
  height: 115px;
  padding: 140px 15px 0 284px;
  margin: 10px 0 7px;
}

.tab_content .helpdesk img {
	margin-left:130px;
}

/* == Placeholder Tab == */
.tab_content .placeholder {
  padding: 130px 0;
  text-align: center;
  font-size: 21px;
  color: #555;
  border: 1px solid #ccc;
}


/* == Plans footer == */
.tab_footer {
  background: url(../img/bg_tab_btm.png) bottom left no-repeat;
  *background: url(../img/bg_tab_btm.jpg) bottom left no-repeat;;
  padding: 0 20px;
  margin: 0 -20px -14px;
  position: relative;
}

.tab_content .plans {
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
}

.tab_content .plans p {
  font-weight: bold;
  padding: 0 0 5px 9px;
  color: #7a7a7a;
}

.tab_content .plans ul {
  overflow: hidden;
  position: absolute;
  top: -5px; left: 170px;
}

.tab_content .plans li {
  background: url(../img/bg_navspace.png) left 3px no-repeat;
  float: left;
  padding: 5px 12px;
  list-style: none;
}

.tab_content .plans li.first {
  background: none;
}
