.pricing-column-inner{
-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5); 
}
/*Price Table VNS Style */
.price-style-vns{
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
}

.pricing-column .price-style-vns .pricing-column-cost{
	background: #45484d;
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%);
	background: -o-linear-gradient(top, #45484d 0%,#000000 100%);
	background: -ms-linear-gradient(top, #45484d 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
	background: linear-gradient(top, #45484d 0%,#000000 100%);
	margin-right: -5px;
	margin-left: -5px;
}
.pricing-column .price-style-vns .pricing-column-title{
	background: #066dab;
	background: -moz-linear-gradient(top, #066dab 0%, #8abbd7 69%, #c5deea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#066dab), color-stop(69%,#8abbd7), color-stop(100%,#c5deea));
	background: -webkit-linear-gradient(top, #066dab 0%,#8abbd7 69%,#c5deea 100%);
	background: -o-linear-gradient(top, #066dab 0%,#8abbd7 69%,#c5deea 100%);
	background: -ms-linear-gradient(top, #066dab 0%,#8abbd7 69%,#c5deea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066dab', endColorstr='#c5deea',GradientType=0 );
	background: linear-gradient(top, #066dab 0%,#8abbd7 69%,#c5deea 100%);	
}

/* Price Table Blue */
.price-style-blue{
	background: #6393c1;
	background: -moz-linear-gradient(left, #6393c1 0%, #256aaa 35%, #256aaa 49%, #256aaa 60%, #6393c1 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#6393c1), color-stop(35%,#256aaa), color-stop(49%,#256aaa), color-stop(60%,#256aaa), color-stop(100%,#6393c1));
	background: -webkit-linear-gradient(left, #6393c1 0%,#256aaa 35%,#256aaa 49%,#256aaa 60%,#6393c1 100%);
	background: -o-linear-gradient(left, #6393c1 0%,#256aaa 35%,#256aaa 49%,#256aaa 60%,#6393c1 100%);
	background: -ms-linear-gradient(left, #6393c1 0%,#256aaa 35%,#256aaa 49%,#256aaa 60%,#6393c1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6393c1', endColorstr='#6393c1',GradientType=1 );
	background: linear-gradient(left, #6393c1 0%,#256aaa 35%,#256aaa 49%,#256aaa 60%,#6393c1 100%);
}

.price-style-blue ul li{
	border-bottom-color:#CDCDCD;
	color: #CF0;	
}


.price-style-blue .pricing-column-button a{
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	color: #FFF; 
}

.price-style-blue .pricing-column-cost{
	background: #fac695;
	background: -moz-linear-gradient(top, #fac695 0%, #f5ab66 47%, #ef8d31 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fac695), color-stop(47%,#f5ab66), color-stop(100%,#ef8d31));
	background: -webkit-linear-gradient(top, #fac695 0%,#f5ab66 47%,#ef8d31 100%);
	background: -o-linear-gradient(top, #fac695 0%,#f5ab66 47%,#ef8d31 100%);
	background: -ms-linear-gradient(top, #fac695 0%,#f5ab66 47%,#ef8d31 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac695', endColorstr='#ef8d31',GradientType=0 );
	background: linear-gradient(top, #fac695 0%,#f5ab66 47%,#ef8d31 100%);	
}

.price-style-blue .pricing-column-title{
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
}

.price-style-blue .pricing-column-title h2{
	color: #FFFFFF;
}