.pricetable-clear{
	clear:both;
	position:absolute;
	background:url(../images/shadow_table.png) bottom no-repeat;
	height:16px;
	width:100%;
	bottom:0;
}

.pricetable{
	position:relative;
	margin:30px auto;
}

.pricetable .pricetable-inner{
	position: relative;
	display:table;
	width:100%;
}

.pricetable .pricetable-column{
	float: left;
	line-height: 1em;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.pricetable .pricetable-column.pricetable-featured{
	margin:-30px 0 0 0;
	position:relative;
}

.pricetable .pricetable-column.pricetable-featured .pricetable-column-inner{
	padding:0 0 30px 0;
}

/* @group Borders */
.pricetable .pricetable-column.pricetable-standard.pricetable-last,
.pricetable .pricetable-column.pricetable-standard.pricetable-before-featured{
	border-right: none;
}
.pricetable-column-inner{
	margin:0 10px;
	background:#e4e8ec;
	border:solid 1px #cecdcd;
	border-radius:5px 5px 0 0;
	border-bottom:none;
	position:relative;
}

/* @end */

/* @group Headers */

.pricetable h3.pricetable-name,
.pricetable h4.pricetable-price{
	/* Override the post content height */
	font-family: "Fjord One", Georgia, Times, serif;
}
.pricetable h4.pricetable-price{
	font-family: "Fjord One", Georgia, Times, serif;
	font-size:55px;
	height:120px;
	color:#fff;
	text-shadow:2px 2px 2px rgba(0,0,0,0.5);
	line-height:120px;
	box-shadow:0 0 80px rgba(255,255,255,0.3) inset;
	margin: 0 !important;
}
.pricetable h3.pricetable-name{
	margin: 0 0 10px 0 !important;
	padding:0;
	font-family:'RobotoLight',Arial, Helvetica, sans-serif !important;
	font-size: 18px;
	text-align: center;
	text-transform: none;
}
.pricetable-first h4.pricetable-price{
	background:url(../images/light.png) no-repeat #003A72 center;
}
.pricetable-first h3.pricetable-name{
	color:#000000;
}
.pricetable-column:nth-child(2) h4.pricetable-price{
	background:url(../images/light.png) no-repeat #00809e center;
}
.pricetable-column:nth-child(2) h3.pricetable-name{
	color:#00809e;
}
.pricetable-column:nth-child(3) h4.pricetable-price{
	background:url(../images/light.png) no-repeat #67a02b center;
}
.pricetable-column:nth-child(3) h3.pricetable-name{
	color:#67a02b;
}
.pricetable-column:nth-child(4) h4.pricetable-price{
	background:url(../images/light.png) no-repeat #e2b313 center;
}
.pricetable-column:nth-child(4) h3.pricetable-name{
	color:#e2b313;
}
.pricetable-column:nth-child(5) h4.pricetable-price{
	background:url(../images/light.png) no-repeat #e67914 center;
}
.pricetable-column:nth-child(5) h3.pricetable-name{
	color:#e67914;
}
.pricetable .pricetable-featured h3.pricetable-name{
	padding: 0;
	font-family:'RobotoLight',Arial, Helvetica, sans-serif !important;
}
.pricetable .pricetable-header{
	text-align:center;
	padding:15px 0;
}

.pricetable .pricetable-header p{
	margin: 0;
	color: #444444;
	font-weight: bold;
}

/* @end */

/* @group Features */

.pricetable .pricetable-features{
	position: relative;
}

.pricetable .pricetable-feature,.pricetable-subtitle {
	position: relative;
	color: #444;
	font-family:'RobotoLight',Arial, Helvetica, sans-serif !important;
	margin: 0 15px;
	padding: 10px 0;
	text-align:center;
}
.pricetable .pricetable-feature{
	font-size:24px;
	font-weight:bold;
}
.pricetable-subtitle{
	border-top:solid 1px #fff;
}
.pricetable-subtitle p{
	margin:0;
}
.pricetable .pricetable-feature small{
	color: #888;
	display: block;
	margin-top: 0.5em;
	font-size:12px;
	font-weight:normal;
}

.pricetable .pricetable-feature:last-child{
	border:none;
	border-bottom:solid 1px #c2c5c8;
}

.pricetable .pricetable-feature h4{
	line-height: 1;
	margin: 0px;
	color: #333;
}

.pricetable .pricetable-feature p{
	margin: 0.5em 0em 0em 0em;
	color: #555;
}

/* @end */

/* @group Button */

.pricetable .pricetable-button-container{
	padding: 15px;
}

.pricetable .pricetable-button-container a,
.pricetable .pricetable-button-container a .pricetable-gradient,
.pricetable .pricetable-button-container a .pricetable-noise{
    display: block;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pricetable .pricetable-button-container a{
	background:#333;
    width: 75%;
    margin: 0 auto;
    color: #fff;
	font-family:'RobotoLight',Arial, Helvetica, sans-serif !important;
    text-decoration: none;
    display: block;
    overflow: hidden;
	font-weight:normal;
    /* Soften the border */
}

.pricetable .pricetable-button-container a .pricetable-gradient{
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	text-align: center;
	opacity:0.7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pricetable .pricetable-button-container a:hover .pricetable-gradient{
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	opacity:1;
}

.pricetable .pricetable-button-container .pricetable-noise{
	display: block;
	padding: 8px 0px;
	width: 100%;
}
.pricetable-featured .best-value{
	background:url(../images/best-value.png) no-repeat;
	position:absolute;
	top:-11px;
	right:-11px;
	width:90px; height:81px;
}

/* Some themes add breaks to the pricetable, we dont want those */
.pricetable br{
    display: none;
}

/* @end */