/* Pricing Tables
=================================================================== */
.five-tables .pricing-table {
  width: 20%;
}
  
.four-tables .pricing-table {
  width: 25%;
}
  
.three-tables .pricing-table {
  width: 33%;
}

.two-tables .pricing-table {
  width: 50%;
}

.pricing-table {
  float: left;
  margin: 1px 0 0 1px;
}

.pricing-table h3 {
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 6px 0;
  margin: 0;
}

.pricing-table li {
  color: #888;
  background: #fff;
  text-align: center;
  padding: 11px 0;
  border-bottom: 1px solid #fff;
}
.pricing-table li.firstCol{
  	text-align: left;
} 

.pricing-table li:nth-child(2n) {
  background: #f6f6f6;
}
  
.pricing-table h4 {
  padding:0 0 10px
}

a.buy {
  text-align: center;
  display: block;
  color: #fff;
  padding: 12px 0;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

a.buy:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

/* Table
=================================================================== */
.pricing-table h3,
.pricing-table h4 {
  color: #fff;
  margin: 0;
}

.pricing-table h4 {
  padding: 5px 0;
}

.price,
.time {
  display: block;
  text-align: center;
  line-height: 24px;
}

.price {
  font-size: 24px;
  font-weight: normal;
}

.time {
  font-size: 12px;
  font-weight: normal;
}

/* Color Schemes
=================================================================== */

/* Color - 1 */
.pricing-table .color-cccddd h3, .color-cccddd .buy {background-color: #ccc;}
.pricing-table .color-cccddd h4 {background-color: #ddd;}

/* Color - 2 */
.pricing-table .color-666777 h3, .color-666777 .buy {background-color: #666;}
.pricing-table .color-666777 h4 {background-color: #777;}

/* Color - 3 */
.pricing-table .color-custom h3, .color-custom .buy {background-color: #111; padding: 15px 0;}
.pricing-table .color-custom h4 {background-color: #222; padding: 25px 0;}

.color-custom {
  margin-top:-57px;
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.5);
    box-shadow: 0px 2px 5px rgba(0,0,0,.5);
}

.pricing-table {
  position: relative !important;
  z-index: 5 !important;
  margin: 60px 0px;
}

.pricing-table.best-option {
  position: relative !important;
  z-index: 6 !important;
}
.pricing-table ul{list-style: none outside;margin-left: 0px;}
.pricing-table .color-custom h3, .color-custom .buy {background-color: #1d7ea7;}
.pricing-table .color-custom h4 {background-color: #29a9df;}
.pricing-table .color-custom {
margin-top: -57px;
-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.5);
box-shadow: 0px 2px 5px rgba(0,0,0,.5);
}
.pricing-table .sprite-drills{
  background-image:url(../img/imgSpr.png);
  background-position: -24px -46px;
  width:22px;
  height:22px;
  display:inline-block;
	margin-top: -7px;
}