/* RESET */

span,h1,h2,h3,h4,p,a,table,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#tablewrap ol, #tablewrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

#tablewrap table {
	border-collapse: separate;
	border-spacing: 0;
}

#tablewrap th, #tablewrap td {
	text-align: left;
	font-weight: normal;
}

/* BASE */

/*body {
	background: #fff;
	color: #444;
	font: normal 14px/20px Verdana,'Helvetica Neue', Helvetica, Arial, sans-serif; 
}*/
 

 
/* TABLE STYLES  */
#tablewrap {
background: #fff;
color: #444;
font: normal 14px/20px Verdana,'Helvetica Neue', Helvetica, Arial, sans-serif; 
overflow: auto;

}
#tablewrap a, #tablewrap a:visited {
	font-weight: bold;
	text-decoration: none;
}
 
#tablewrap a {
	color: #6b8d94;
}
 
#tablewrap a:visited {
	color: #666;
}
 
#tablewrap a:hover, #tablewrap a:active {
	background: #610179;
	border-color: #610179;
	color: #fff;
}
#tablewrap ol, #tablewrap ul {
	list-style: none;
}

#tablewrap table {
	border-collapse: separate;
	border-spacing: 0;
}

#tablewrap th, #tablewrap td {
	text-align: left;
	font-weight: normal;
}


div.column {
	float: left;
} 
 
table.plans {
	border: 1px solid #b089b9;
	margin: 10px 2px;
	  width: 235px;
	font-size: 15px;
}

table.plans thead {
	background-color: #ddd;
}

table.plans thead th {
	padding:10px 5px 0;
}

table.plans thead td {
	padding: 0 3px 3px;
}

table.plans thead td.mid {
	border: 1px solid #666;
	border-width: 0 1px 0 1px;
}

table.plans thead th h2 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	text-shadow: 0 1px 1px #eee;
	margin: 0;
	padding: 0;
}

table.plans thead th p.tagline {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}


.tabbutton {
	line-height: 18px;
	background: #fff url(../../../../images/bg_button.png) repeat-x bottom left;
	border: 1px solid #b4b4b4;
	display: block;
	text-align: center;
}

table.plans h3 a{
	display: block;
	padding: 5px 1px;
}

table.plans thead h3 strong{
	color: #610179;
	font-size: 21px;
	display: block;
}

table.plans thead h3 small{
	display: block;
	padding: 2px 0 0;
	color: #444;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
}

table.plans thead h3 em{
	display: block;
	font-size: 13px;
	font-style: normal;
	color: #6b8d94;
}


table.plans thead a:hover strong, thead a:hover small, thead h3:hover em {
	color: white!important;	
} 


/*------------------------------tbody*/
table.plans tbody tr.services td {
	padding:10px 15px 10px 10px;
	background-color: r;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #b089b9;
}

table.plans tbody tr.services td ul {
	font-size:90%; 
}

table.plans tbody tr.services td ul li {
	background:url(../../../../images/tick.gif) no-repeat top left; 
	padding-left:25px;
	padding-bottom: 5px;
}

table.plans tbody tr.services td ul li span{
	font-weight: bold;
	color: #6b8d94;
	border-bottom: #6b8d94 dotted 1px;
}

table.plans tbody tr.services td ul li.feature {
	background: none;
	padding-left: 0;
	padding-bottom: 5px;
	text-shadow: 0 1px 1px #fff;
}

table.plans tbody tr.services td ul li.feature strong{
	font-weight: bold;
	font-size: 18px;
}

tfoot tr th{
	font-weight: bold;
	background: #ddd;
	padding: 5px;
}
tfoot tr th a {
	font-size:14px !important;
	color: #333 !important;
	padding: 3px;
}

tfoot tr th a:hover {
	color: #fff !important;
	opacity: 0.8;
}
