/**
 * @package     Joomla.Site
 * @subpackage  mod_pri_pricing_table
 * @version     1.0
 *
 * @copyright   Copyright (C) 2010 - 2014 Devpri. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Items */
.pri-pricing-table-style3 .pri-pricing-table-items{
	position:relative;
}
/* Item */
.pri-pricing-table-style3 .pri-pricing-table-item{
	text-align:center;
}
/* Name */
.pri-pricing-table-style3 .pri-pricing-table-item-name{
	padding:15px;
	font-size:24px;
	line-height:24px;
	text-transform:uppercase;
}
/* Price */
.pri-pricing-table-style3 .pri-pricing-table-item-price{
	padding:15px;
	font-size:18px;
}
/* Time */
.pri-pricing-table-style3 .pri-pricing-table-item-price .pri-time{
	position:relative;
	padding-left:10px;
}
.pri-pricing-table-style3 .pri-pricing-table-item-price .pri-time:after{
	content:'/';
	position:absolute;
	left:0;
	top:2px;
}
/* Options */
.pri-pricing-table-style3 .pri-pricing-table-item-options{
	list-style:none;
	margin:0;
	padding:15px;
	border-left:2px solid;
	border-right:2px solid;
}
.pri-pricing-table-style3 .pri-pricing-table-item-options li{
	line-height:30px;
	border-bottom:1px solid;
}
.pri-pricing-table-style3 .pri-pricing-table-item-options li:last-child{
	border-bottom:none;
}
/* Button */
.pri-pricing-table-style3 .pri-pricing-table-item-link a{
	display:block;
	font-size:20px;
	text-decoration:none;
	padding:15px
}