/*
Name: Modern pricing table
Description: Modern pricing table is created by RedPencilMedia.
Version: 1.0.0
Author: RedPencilMedia
*/


/* Elements styles */
.pricing_table_row {
	list-style:none;
	float:left;
	width:230px;
	margin:0;
	padding:0px;
	text-align:center;
	background-color:none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
}

.pricing_table_row ul {
	list-style:none;
	float:left;
	width:230px;
	margin:3;
	padding:3px;
	text-align:center;
	background-color:none;
	font-family: 'Open Sans Condensed', sans-serif;
}

.pricing_table_row ul {
	list-style:none;
	float:left;
	width:230px;
	margin:0;
	padding:3px;
	text-align:center;
	background-color:none;
	font-family: 'Open Sans Condensed', sans-serif;
}

.pricing_table_row ul li {
	border:0px solid #cfd2d2;
	margin-top:6px;
	height: 60px;
	display: block;
	line-height: 30px;
	
}

.pricing_table_row ul li:nth-child(n+2) {
	font-size:18px;
	height: 60px;
}
.first_child{
	margin-top:6px; 
	border-bottom: 2px solid #cfd2d2;
	font-size:18px;
	font-weight:bold;
	height: 41px;
	background-color: none;
	text-align:center;
	width: 230px;
	margin: 4px;
}

.last_child{
	float:left;
	margin-top: 6px;
	margin-left: 3px; 
	border: 1px solid #cfd2d2;
	font-size:18px;
	font-weight:bold;
	height: 120px;
	width: 157px;
	background-color: #FFFFFF;
	text-align:center;
}

.charttitle{
	font-family: 'Open Sans Condensed', serif;
	font-weight: 600;
	height: 41px;
	width: 230px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 18px;
	background-color: none;
	background: none;
	color: #4d4d4d;
}
.title_first_colum{
	font-family: 'Open Sans Condensed', serif;
	font-weight: 300;
	color: #01b8e2;
	height: 159px;
	width: 180px;
	margin: 9px 9px 9px 9px;
	font-size: 28px;
}
.price{
	padding-top: 13px;
	color: #01b8e2;
	background-color: #f6f6f6;
	font-weight: 300;
	height: 75px;
	width: 139px;
	margin: 9px;
	font-size: 50px;
	line-height: 34px;
}
.price_small{
	color: #01b8e2;
	padding-top: 13px;
	font-weight: 700;
	height: 67px;
	width: 139px;
	margin: 10px;
	font-size: 25px;
	line-height: 18px;
}

.subprice{
	font-family: 'Open Sans Condensed', serif;
	font-weight: 300;
	font-size: 50px;
	color: #343434;
}
.subprice_small{
	font-family: 'Open Sans Condensed', serif;
	font-weight: 700;
	font-size: 25px;
	color: #343434;
}
.small{
	font-family: 'Open Sans Condensed', serif;
	font-weight: 300;
	font-size: 15px;
	color: #343434;
}
.list_check {
	background:url(http://bethel-church.org/wp-content/themes/majestics/images/icon_check_light.png) 0 0 no-repeat;
	background-position: center;
	}
.list_x {
	background:url(http://bethel-church.org/wp-content/themes/majestics/images/icon_x_light.png) 0 0 no-repeat;
	background-position: center;
	}
.button{
	font-family: 'Open Sans Condensed', serif;
	font-weight: 700;
	font-size: 17px;
	margin-top: 10px;
	border: none;
	height: 30px;
	width: 80px;
	color: #FFFFFF;
	background-color: #01b8e2;
}
.button:hover{
	font-family: 'Open Sans Condensed', serif;
	font-weight: 700;
	font-size: 17px;
	margin-top: 10px;
	border: none;
	background-color: #000000;
	height: 30px;
	width: 80px;
	color: #FFFFFF;
}
.first_colum{
	text-align: center;
}
.gray{
	 color: rgb(51,51,51)!important; background:#bebcad url(../../../uploads/2012/07/bttnbg.jpg) repeat!important; 
}