/*	24. Pricing Table
/*-----------------------------------------------------------------------------------*/

.pricing-table .table-column {
	float: left;
	position: relative;
	margin-bottom: 10px;
	padding: 10px 0;
}

.pricing-table.two-cols .table-column { width: 50%; }
.pricing-table.three-cols .table-column { width: 33.33%; }
.pricing-table.four-cols .table-column { width: 25%; }

#sidebar .pricing-table .table-column { width: 100%; margin: 0; padding: 0; }
#sidebar .pricing-table { border: 1px solid #e3c7b4; }
#sidebar .pricing-table .featured { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

/* Column's header
--------------------------------------------------- */
.pricing-table .header {
	background-color: #eaeaea;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.pricing-table .table-column:first-child .header { border-left: none; }

.pricing-table .title {
	margin: 0;
	padding: 10px 10px 0;
}
.pricing-table .header.short .title { padding-top: 7px; }

.pricing-table .description {
	display: block;
	line-height: 18px;
	padding: 1px 10px 0;
}

.pricing-table .price {
	color: #666;
	line-height: 24px;
	background-color: #fafafa;
	border-top: 1px solid #fff;
	margin: 10px 0 0;
	padding: 7px 10px;
}
.pricing-table .header.short .price { margin-top: 7px; }
.pricing-table h2.price {
	font-family: "Open Sans";
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
}
.pricing-table .price span {
	font-size: 13px;
	font-weight: 400;
	color: #666;
}
.ie .pricing-table h2.price { font-family: OpenSansBold; }
.ie .pricing-table h2.price span { font-family: "Open Sans"; }

/* Column's content
--------------------------------------------------- */
.pricing-table .features {
	border-left: 1px solid #e5e5e5;
	margin: 0 !important;
}
.pricing-table .table-column:first-child .features { border-left: none; }
.pricing-table .features li {
	background-color: #fff;
	margin: 0;
	padding: 10px 10px;
	text-align: center;
}
.pricing-table .features li:nth-child(even) { background-color: #fafafa; }

/* Column's footer
--------------------------------------------------- */
.pricing-table .footer {
	background-color: #eaeaea;
	border-left: 1px solid #dedede;
	padding: 15px 10px;
	text-align: center;
}
.pricing-table .table-column:first-child .footer { border-left: none; }
