html{-webkit-font-smoothing:antialiased;}
body{font: 12px Arial, Helvetica, sans-serif, "Arial Narrow";color:#656565;}
img{border:0;}
ul, li { list-style:none;margin: 0px;padding: 0px;}
a{text-decoration:none;}
div { position:relative } 



a.go{font-size:15px;}
a.go:hover{ text-decoration:underline;}
#home{margin-top:20px;}
.column-clear{clear:both;}


/***** PRICING TABLE *****/

.price-subtitle {
	color:#FF4B01;	
		}

.price-rs {
	color:#fff; font-size:28px !important; font-weight:bold; top:0px;	
		}

.price_table {
	font-size: 13px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #626262;line-height: 23px;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
	}
.price_table a{color: #444444;}
.price_table .align_center{text-align: center;}

.price_table .pack-title{font-family:"Myriad Pro", "Trebuchet MS", Arial;
	font-size: 25px;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);
	margin-top:5px;}

.price_table .price{
font-family: 'Viga', arial, sans-serif;
	font-size: 50px;
color: #217515;
	text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);
	margin:30px 0px 20px 0px;
	}
.price_table .time{font-size: 14px;color: #217515;
	text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);}	
	
/* --- header row 1 ---  */
.price_table .column_1 .header_row_1{
	height: 30px;
	width: 100%;
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #37752B;
	background: #de0009;
	background: -webkit-gradient(linear, left top, left bottom, from(#db2129), to(#f71c26));
	background: -moz-linear-gradient(top, #db2129,  #46f71c269436);
	background: linear-gradient(#db2129, #f71c26);
	}
.price_table .column_1 .header_row_orange{
	height: 40px;
	width: 100%;
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #cf7000;

	background: #ff8a00;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff8a00), to(#d87d12));
	background: -moz-linear-gradient(top, #ff8a00,  #d87d12);
	background: linear-gradient(#ff8a00, #d87d12);
	}
	
.price_table .column_1 .header_row_red{
	height: 40px;
	width: 100%;
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #a90303;
	
	background: #cb0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#cb0000), to(#af0101));
	background: -moz-linear-gradient(top, #cb0000,  #af0101);
	background: linear-gradient(#cb0000, #af0101);
	}
	
.price_table .column_1 .header_row_green{
	height: 40px;
	width: 100%;
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #3e8111;
	
	background: #50991f;
	background: -webkit-gradient(linear, left top, left bottom, from(#50991f), to(#3d8a0a));
	background: -moz-linear-gradient(top, #50991f,  #3d8a0a);
	background: linear-gradient(#50991f, #3d8a0a);
	}


/* --- header row 2 ---  */
.price_table .column_1 .header_row_2{
	height: 100px;
	width: 100%;
	padding: 5px 0px;
	border-top: 1px solid #a30007;
	background: #a30007;
	background: -webkit-gradient(linear, left top, left bottom, from(#7DCF3D), to(#52A93E));
	background: -moz-linear-gradient(top, #7DCF3D,  #52A93E);
	background: linear-gradient(#7DCF3D, #52A93E);
	}
	
.price_table .column_1{
	float: left;
	width:215px;
   -webkit-transform: translate(0px, 0px);
   -moz-transform: translate(0px, 0px);
   -o-transform: translate(0px, 0px);
   -ms-transform: translate(0px, 0px);
   transform: translate(0px, 0px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
	}	

/**** COLUMN HOVERS ****/
.price_table .column_1:hover{
	position: relative;
	z-index: 100;
	box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
	-webkit-box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
	-moz-box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
	-webkit-transform: translate(-5px,-15px);
   -moz-transform: translate(-5px,-15px);
   -o-transform: translate(-5px,-15px);
   -ms-transform: translate(-5px,-15px);
   transform: translate(-5px,-15px);
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
	}

.price_table .column_1:hover .header_row_orange,	
.price_table .column_1:hover .header_row_red,
.price_table .column_1:hover .header_row_green,
.price_table .column_1:hover .row_style_f,
.price_table .column_1:hover .row_style_f1,
.price_table .column_1:hover .row_style_f2,
.price_table .column_1:hover .row_style_1,
.price_table .column_1:hover .row_style_2,
.price_table .column_1:hover .row_style_footer_1,
.price_table .column_1:hover .row_style_footer_2
{	padding-left: 5px;
	padding-right: 5px;
	
	}

	
/**** DATA ROWS  ****/
.price_table .row_style_1,
.price_table .row_style_f,
.price_table .row_style_f1,
.price_table .row_style_f2,
.price_table .row_style_2,
.price_table .row_style_footer_1,
.price_table .row_style_footer_2
	{width: 100%;
	
	padding-top: 9px;
	padding-bottom:10px;
	float: left;
	}
.price_table .row_style_footer_1, .price_table .row_style_footer_2{padding: 10px 0px;}
	
.price_table .row_style_f{border-bottom:0px dashed #c9c9c9; /*padding: 13px 0px;*/ color:#fff; height: 5px;
background: #ff8a00;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff8a00), to(#d87d12));
	background: -moz-linear-gradient(top, #ff8a00,  #d87d12);
	background: linear-gradient(#ff8a00, #d87d12);
}
.price_table .row_style_f1{border-bottom:0px dashed #c9c9c9; /*padding: 13px 0px;*/ height: 5px; color:#fff;
	background: #50991f;
	background: -webkit-gradient(linear, left top, left bottom, from(#50991f), to(#3d8a0a));
	background: -moz-linear-gradient(top, #50991f,  #3d8a0a);
	background: linear-gradient(#50991f, #3d8a0a);
}
.price_table .row_style_f2{border-bottom:0px dashed #c9c9c9; /*padding: 13px 0px;*/ height: 5px; color:#fff;
	background: #cb0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#cb0000), to(#af0101));
	background: -moz-linear-gradient(top, #cb0000,  #af0101);
	background: linear-gradient(#cb0000, #af0101);

}

.price_table .row_style_1, .price_table .row_style_footer_1{background-color: #fff; border-bottom:1px dashed #c9c9c9;}
.price_table .row_style_2, .price_table .row_style_footer_2{background-color: #f7f7f6; border-bottom:1px dashed #c9c9c9;}

.price_table .row_style_1 span, .price_table .row_style_2 span{position:relative;font-size:15px;}
.price_table .row_style_1 span:before, .price_table .row_style_2 span:before{
background: url("../images/icon-yes.gif") no-repeat 0 0;
	width: 24px;
    height: 24px;
	left: -30px;
    position: absolute;
    top: -3px;
	content: "";
    }
.price_table .no-option span:before{
background: url("../images/icon-no.gif") no-repeat 0 0;
	width: 24px;
    height: 24px;
	left: -30px;
    position: absolute;
    top: -3px;
	content: "";
    }

/**** BUY NOW BUTTON ****/
.buy_now
	{
	width: 100px;
	height: 20px;
	padding: 5px 16px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	border-style: solid;
    border-width: 1px;font-size: 15px;
	color: #513b26;
	border-color: #ddb385 #dca36c #db904f;
	background: #fab778;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcca94), to(#f9a55c));
	background: -moz-linear-gradient(top, #fcca94,  #f9a55c);
	background: linear-gradient(#fcca94, #f9a55c);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	 }
.buy_now:hover
	{
	border-color: #d2aa7e #d19c68 #d0894b;
	background: #fbca98;
	background: -webkit-gradient(linear, left top, left bottom, from(#fddfba), to(#fab371));
	background: -moz-linear-gradient(top, #fddfba,  #fab371);
	background: linear-gradient(#fddfba, #fab371);
	}
	
