/******************************************************************/
/*** Copyright (c) 2007-2008 Webplus, Inc. All rights reserved. ***/
/******************************************************************/

/*
  Description: style for script of same filename
                  as well as scripts prefixed with filename_
*/

#tbl_plans {
  cursor: default;
  margin: 5.5pt auto;
}

#tbl_plans tr {
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}

#tbl_plans td {
  font-size: 12pt;
  padding: 5pt 8pt 5pt 5pt;
  vertical-align: middle;
}
#tbl_plans td.icon a:link,
#tbl_plans td.icon a:visited {
  border-right: 3px solid #fff;
  padding-right: 3px;
  display: block;
}
#tbl_plans td.icon a:active,
#tbl_plans td.icon a:hover {
  border-right: 3px solid #06c;
}
#tbl_plans td.price {
  font-weight: bold;
  text-align: center;
}

.features {
  background: transparent url('/media/stock-girl-laptop-card.png') 555px center no-repeat;
}
.features h2 {
  margin-left: 145px;
}
.features ul {
  margin: 0 0 0 165px; /* pseudo-center */
}
.features ul li {
  color: #090;
  font-size: 12pt;
  font-weight: bold;
  line-height: 18pt;
}
.features ul li span {
  color: #000;
}
