﻿/*	-------------------------------------------------------------
	TABLES (PRICING)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

table#plans {
  	border: 1px solid #cfcfcf;
  	margin: 20px 0 10px 0; }

table#plans thead {
  	background-color: #ececec;
  	border-bottom: 2px solid #cfcfcf; }

table#plans th {
  	border-right: 1px solid;
  	font-size: .925em;
  	padding: 20px 0 20px 20px;
  	text-align: left;
}

table#plans td {
  	border-right: 1px solid;
  	font-size: .925em;
  	padding: 2px 2px 20px 20px;
  	text-align: center;
}

.plan_column 
{
    width:285px;
}
.feature_list 
{
    width:350px;
}
table#plans th {
	border-right-color: #cfcfcf; 
	}

table#plans td {
  	border-right-color: #cfcfcf; }

table#plans td.last {
  	border-right: 0 none; }

table#plans td sup {
	font-style: italic;
	vertical-align:top;
	color:#666; }

table#plans th.most_popular {
  	border-left:8px solid #cfcfcf;
  	border-right:8px solid #cfcfcf;
  	border-top:8px solid #cfcfcf;
  	border-bottom:none;
  	}

table#plans thead th h4 {
	color: #000;
	text-shadow: 1px 1px 0 #fff;
	font-size: 24px;
	line-height: 20px;
	margin-bottom: 0;
	text-align: left; }

table#plans thead th h4 em {
	color: #000;
	text-shadow: 1px 1px 0 #fff; }

table#plans thead th em.tagline {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-align: left; }

table#plans thead th h5 {
	text-shadow: 1px 1px 0 #fff;
	font-size: 48px;
	font-weight: lighter;
	line-height: 45px;
	text-align: left; }

table#plans thead th h5 em {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  	color: #666;
  	font-size: 11px;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 15px;
  	vertical-align: top; }

table#plans td.most_popular {
  	border-left:8px solid #cfcfcf;
  	border-right:8px solid #cfcfcf;
  	border-top:none;
  	border-bottom:none;
     }

table#plans td.border {
	border-bottom:8px solid #cfcfcf; }

table#plans th img,
table#plans td img {
  	margin-right: 8px;
  	text-align:center;
  	 }

table#plans th li img,
table#plans td li img {
  	margin-left: 78px;
  	margin-right: 8px;
  	text-align:center;
  	 }
  	 
table#plans td p {
  	margin-right: 10px; }

table#plans td  {
  	list-style: none;
  	}

table#plans td  {
  	font-size: 1.2em;
  	}
  	
  	
table#plans td strong {
  	text-align:right; }

.meta { 
	font-size: 11px }

.meta sup { 
	color: #000; 
	font-size: small }
	
	sup {
	font-style: italic;
	font-size:small; 
	vertical-align:top;
	color: #000; }
	


.odd_row 
{
    background-color:#eeeeee;
}
.even_row 
{
    background-color:#ffffff;
}

a.btn 
{
    font-size:1.1em;
    background: url("/Content/theme/quadro/images/bg_buttons2.png") no-repeat scroll 0 0 transparent
}

a.btn:hover
{
    font-size:1.1em;
}

