/* ==================== FONT FACE  ==================== */	
/*@font-face 
	{
	font-family: 'YanoneKaffeesatzRegular';
	src: url('../font/YanoneKaffeesatz-Regular-webfont.eot');
	src: local('-'), url('../font/YanoneKaffeesatz-Regular-webfont.woff') format('woff'), url('../font/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'), url('../font/YanoneKaffeesatz-Regular-webfont.svg#webfontlKPF1zIT') format('svg');
	font-weight: normal;
	font-style: normal;
	}	*/

/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table_1
	{
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-family: arial, sans-serif;
    font-weight: normal;
    color: #444444;
    line-height: normal !important;
    visibility: visible;
    margin-top: 14px;
	}

/* --- hyperlinks --- */
div.p_table_1 a
	{
	color: #444444;
	text-decoration: none;
	}
	
/* --- lists --- */
div.p_table_1 ul
	{
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none;
	overflow: visible;
	}
	
div.p_table_1 li
	{
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
	list-style-image: none !important;
	font-size: 13px !important;
	line-height: normal !important;
	text-shadow: none !important;
	overflow: visible !important;
	text-indent: 0 !important;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	}
	
div.p_table_1 ul li img,
div.p_table_1 ul li span.skpricing_table_icon
	{
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	background: none !important;
	border: none !important;
	visibility: visible !important;
	}

/* --- div aligns --- */
div.p_table_1 .align_center
	{
	text-align: center;
	}
	
/* --- div rounded corners --- */
/* --- border radius 3px --- */	
div.p_table_1 .radius3
	{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
/* --- border radius 5px top left --- */	
div.p_table_1 .radius5_topleft
	{
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	}
	
/* --- border radius 5px top right --- */	
div.p_table_1 .radius5_topright
	{
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	}
	
/* ==================== HEADINGS  ==================== */
/* ------ common styles ------  */
div.p_table_1 h1,
div.p_table_1 h2,
div.p_table_1 h3
	{
	margin: 0px !important;
	padding: 0px !important;
	font-weight: normal !important;
	border: none !important;
	line-height: normal !important;
	letter-spacing: 0;
	text-transform: none;
	background: none;
	text-shadow: none !important;
	text-align: inherit !important;
	font-style: normal !important;
	width: auto !important;
	float: none !important;
	position: static !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	}
	
div.p_table_1 h1
	{
	font-family: 'Yanone Kaffeesatz', arial, sans-serif !important;
	font-size: 48px !important;
	}
	
div.p_table_1 h1 span
	{
	font-family: 'Yanone Kaffeesatz', arial, sans-serif !important;
	font-size: 59px !important;
	text-shadow: none !important;
	font-weight: normal !important;
	padding: 0 !important;
	background: none !important;
	}

div.p_table_1 h2
	{
	font-family: 'Yanone Kaffeesatz', arial, sans-serif !important;
	font-size: 30px !important;
	}

div.p_table_1 h2 span
	{
	font-family: 'Yanone Kaffeesatz', arial, sans-serif !important;
	font-size: 30px !important;
	border: none !important;
	font-weight: normal !important;
    padding: 0 !important;
	background: none !important;
	}
	
div.p_table_1 h3
	{
	font-family: arial, sans-serif !important;
	font-size: 13px !important;
	}	
	
/* ==================== COLUMNS  ==================== */
/* ------ common styles ------  */
div.p_table_1 div.column_1,
div.p_table_1 div.column_2,
div.p_table_1 div.column_3,
div.p_table_1 div.column_4
{
/* transitions */
-webkit-transition: box-shadow 0.25s ease;
-moz-transition: box-shadow 0.25s ease;
-o-transition: box-shadow 0.25s ease;
-ms-transition: box-shadow 0.25s ease;
transition: box-shadow 0.25s ease; 
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
/* --- header row 1 ---  */
div.p_table_1 div.caption_column li.header_row_1 ,
div.p_table_1 div.column_1 li.header_row_1,
div.p_table_1 div.column_2 li.header_row_1,
div.p_table_1 div.column_3 li.header_row_1,
div.p_table_1 div.column_4 li.header_row_1
	{
	height: 50px;
	width: 100%;
	padding: 0 !important;
	}

div.p_table_1 div.caption_column li.header_row_1 a,
div.p_table_1 div.column_1 li.header_row_1 a,
div.p_table_1 div.column_2 li.header_row_1 a,
div.p_table_1 div.column_3 li.header_row_1 a,
div.p_table_1 div.column_4 li.header_row_1 a
	{
	text-decoration: none !important;
	}
/* --- header row 2 ---  */
div.p_table_1 div.caption_column li.header_row_2,
div.p_table_1 div.column_1 li.header_row_2,
div.p_table_1 div.column_2 li.header_row_2,
div.p_table_1 div.column_3 li.header_row_2,
div.p_table_1 div.column_4 li.header_row_2
	{
	height: 96px;
	width: 100%;
	padding: 0 0 14px !important;
	}
	
div.p_table_1 div.caption_column li.header_row_2 a,
div.p_table_1 div.column_1 li.header_row_2 a,
div.p_table_1 div.column_2 li.header_row_2 a,
div.p_table_1 div.column_3 li.header_row_2 a,
div.p_table_1 div.column_4 li.header_row_2 a
	{
	text-decoration: none !important;
	}
/* --- caption correction --- */
div.p_table_1 div.caption_column li.header_row_2
	{	
	height: 96px;
	width: 100%;
	padding: 7px 0px 7px 0 !important;
	}
	
div.p_table_1 div.caption_column li.header_row_2 h2.caption
{
	padding-left: 10px !important;
}
	
/* ==================== CAPTION COLUMN  ==================== */
div.p_table_1 div.caption_column
	{
	/*position: relative;*/
	width: 180px;
	/*height: 100%;*/
	float: left;
	}

/* =================== COLUMN STYLE 1  ==================== */
div.p_table_1 div.column_1
	{
	/*position: relative;*/
	width: 160px;
	/*height: 100%;*/
	float: left !important;
	}
	
/* ==================== COLUMN STYLE 2  ==================== */
div.p_table_1 div.column_2
	{
	/*position: relative;*/
	width: 160px;
	/*height: 100%;*/
	float: left !important;
	}	
	
/* ==================== COLUMN STYLE 3  ==================== */
div.p_table_1 div.column_3
	{
	/*position: relative;*/
	width: 160px;
	/*height: 100%;*/
	float: left !important;
	}
	
/* ==================== COLUMN STYLE 4  ==================== */
div.p_table_1 div.column_4
	{
	/*position: relative;*/
	width: 160px;
	/*height: 100%;*/
	float: left !important;
	}
	
/* ========== COLUMN HOVERS ========== */
div.p_table_1.p_table_hover_light div.column_1:hover,
div.p_table_1.p_table_hover_light div.column_2:hover,
div.p_table_1.p_table_hover_light div.column_3:hover,
div.p_table_1.p_table_hover_light div.column_4:hover,
div.p_table_1.p_table_hover_disabled div.column_1:hover,
div.p_table_1.p_table_hover_disabled div.column_2:hover,
div.p_table_1.p_table_hover_disabled div.column_3:hover,
div.p_table_1.p_table_hover_disabled div.column_4:hover
	{
	left: 0;
	top: 0;
	}
	
div.p_table_1.p_table_hover_disabled div.column_1:hover,
div.p_table_1.p_table_hover_disabled div.column_2:hover,
div.p_table_1.p_table_hover_disabled div.column_3:hover,
div.p_table_1.p_table_hover_disabled div.column_4:hover
	{
	position: static;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	z-index: 0;
	}
	
div.p_table_1 div.column_1:hover,
div.p_table_1 div.column_2:hover,
div.p_table_1 div.column_3:hover,
div.p_table_1 div.column_4:hover,
div.p_table_1 div.active_column,
div.p_table_1.p_table_hover_light div.active_column:hover,
div.p_table_1.p_table_hover_disabled div.active_column:hover
	{
	position: relative;
	z-index: 100;
	left: -5px;
	top: -15px;
	/* shadow */
	box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
	}

div.p_table_1.p_table_hover_light div.active_column,
div.p_table_1.p_table_hover_light div.active_column:hover
	{
	left: 0;
	top: 0;
	}

div.p_table_1.p_table_hover_light div.column_1:hover,
div.p_table_1.p_table_hover_light div.column_2:hover,
div.p_table_1.p_table_hover_light div.column_3:hover,
div.p_table_1.p_table_hover_light div.column_4:hover,
div.p_table_1.p_table_hover_light div.active_column,
div.p_table_1.p_table_hover_light div.active_column:hover
	{
	/* shadow */
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	}

div.p_table_1 div.column_1:hover,
div.p_table_1 div.column_2:hover,
div.p_table_1 div.column_3:hover,
div.p_table_1 div.column_4:hover,
div.p_table_1 div.active_column:hover,
div.p_table_1.p_table_hover_light div.active_column:hover,
div.p_table_1.p_table_hover_disabled div.active_column:hover
	{
	z-index: 101;
	}
	
div.p_table_1.p_table_hover_light div.column_1:hover li.row_style_1,
div.p_table_1.p_table_hover_light div.column_2:hover li.row_style_1,
div.p_table_1.p_table_hover_light div.column_3:hover li.row_style_1,
div.p_table_1.p_table_hover_light div.column_4:hover li.row_style_1,
div.p_table_1.p_table_hover_light div.column_1:hover li.row_style_2,
div.p_table_1.p_table_hover_light div.column_2:hover li.row_style_2,
div.p_table_1.p_table_hover_light div.column_3:hover li.row_style_2,
div.p_table_1.p_table_hover_light div.column_4:hover li.row_style_2,
div.p_table_1.p_table_hover_light div.column_1:hover li.row_style_3,
div.p_table_1.p_table_hover_light div.column_2:hover li.row_style_3,
div.p_table_1.p_table_hover_light div.column_3:hover li.row_style_3,
div.p_table_1.p_table_hover_light div.column_4:hover li.row_style_3,
div.p_table_1.p_table_hover_light div.column_1:hover li.row_style_4,
div.p_table_1.p_table_hover_light div.column_2:hover li.row_style_4,
div.p_table_1.p_table_hover_light div.column_3:hover li.row_style_4,
div.p_table_1.p_table_hover_light div.column_4:hover li.row_style_4,
div.p_table_1.p_table_hover_light div.active_column li.row_style_1,
div.p_table_1.p_table_hover_light div.active_column li.row_style_2,
div.p_table_1.p_table_hover_light div.active_column li.row_style_3,
div.p_table_1.p_table_hover_light div.active_column li.row_style_4,
div.p_table_1.p_table_hover_disabled div.column_1:hover li.row_style_1,
div.p_table_1.p_table_hover_disabled div.column_2:hover li.row_style_1,
div.p_table_1.p_table_hover_disabled div.column_3:hover li.row_style_1,
div.p_table_1.p_table_hover_disabled div.column_4:hover li.row_style_1,
div.p_table_1.p_table_hover_disabled div.column_1:hover li.row_style_2,
div.p_table_1.p_table_hover_disabled div.column_2:hover li.row_style_2,
div.p_table_1.p_table_hover_disabled div.column_3:hover li.row_style_2,
div.p_table_1.p_table_hover_disabled div.column_4:hover li.row_style_2,
div.p_table_1.p_table_hover_disabled div.column_1:hover li.row_style_3,
div.p_table_1.p_table_hover_disabled div.column_2:hover li.row_style_3,
div.p_table_1.p_table_hover_disabled div.column_3:hover li.row_style_3,
div.p_table_1.p_table_hover_disabled div.column_4:hover li.row_style_3,
div.p_table_1.p_table_hover_disabled div.column_1:hover li.row_style_4,
div.p_table_1.p_table_hover_disabled div.column_2:hover li.row_style_4,
div.p_table_1.p_table_hover_disabled div.column_3:hover li.row_style_4,
div.p_table_1.p_table_hover_disabled div.column_4:hover li.row_style_4
	{
	height: 19px;
	padding: 9px 0 !important;
	}
	
div.p_table_1 div.column_1:hover li.row_style_1,
div.p_table_1 div.column_2:hover li.row_style_1,
div.p_table_1 div.column_3:hover li.row_style_1,
div.p_table_1 div.column_4:hover li.row_style_1,
div.p_table_1 div.column_1:hover li.row_style_2,
div.p_table_1 div.column_2:hover li.row_style_2,
div.p_table_1 div.column_3:hover li.row_style_2,
div.p_table_1 div.column_4:hover li.row_style_2,
div.p_table_1 div.column_1:hover li.row_style_3,
div.p_table_1 div.column_2:hover li.row_style_3,
div.p_table_1 div.column_3:hover li.row_style_3,
div.p_table_1 div.column_4:hover li.row_style_3,
div.p_table_1 div.column_1:hover li.row_style_4,
div.p_table_1 div.column_2:hover li.row_style_4,
div.p_table_1 div.column_3:hover li.row_style_4,
div.p_table_1 div.column_4:hover li.row_style_4,
div.p_table_1 div.active_column li.row_style_1,
div.p_table_1 div.active_column li.row_style_2,
div.p_table_1 div.active_column li.row_style_3,
div.p_table_1 div.active_column li.row_style_4,
div.p_table_1.p_table_hover_disabled div.active_column:hover li.row_style_1,
div.p_table_1.p_table_hover_disabled div.active_column:hover li.row_style_2,
div.p_table_1.p_table_hover_disabled div.active_column:hover li.row_style_3,
div.p_table_1.p_table_hover_disabled div.active_column:hover li.row_style_4
	{
	height: 19px;
	padding: 12px 5px !important;
	}

div.p_table_1.p_table_hover_light div.column_1:hover li.header_row_1,
div.p_table_1.p_table_hover_light div.column_2:hover li.header_row_1,
div.p_table_1.p_table_hover_light div.column_3:hover li.header_row_1,
div.p_table_1.p_table_hover_light div.column_4:hover li.header_row_1,
div.p_table_1.p_table_hover_light div.active_column li.header_row_1,
div.p_table_1.p_table_hover_disabled div.column_1:hover li.header_row_1,
div.p_table_1.p_table_hover_disabled div.column_2:hover li.header_row_1,
div.p_table_1.p_table_hover_disabled div.column_3:hover li.header_row_1,
div.p_table_1.p_table_hover_disabled div.column_4:hover li.header_row_1
	{
	padding: 0 !important;
	border-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	}
	
div.p_table_1.p_table_hover_light div.column_1:hover li.header_row_1.radius5_topright,
div.p_table_1.p_table_hover_light div.column_2:hover li.header_row_1.radius5_topright,
div.p_table_1.p_table_hover_light div.column_3:hover li.header_row_1.radius5_topright,
div.p_table_1.p_table_hover_light div.column_4:hover li.header_row_1.radius5_topright,
div.p_table_1.p_table_hover_disabled div.column_1:hover li.header_row_1.radius5_topright,
div.p_table_1.p_table_hover_disabled div.column_2:hover li.header_row_1.radius5_topright,
div.p_table_1.p_table_hover_disabled div.column_3:hover li.header_row_1.radius5_topright,
div.p_table_1.p_table_hover_disabled div.column_4:hover li.header_row_1.radius5_topright
	{
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	}

div.p_table_1 div.column_1:hover li.header_row_1,
div.p_table_1 div.column_2:hover li.header_row_1,
div.p_table_1 div.column_3:hover li.header_row_1,
div.p_table_1 div.column_4:hover li.header_row_1,
div.p_table_1 div.active_column li.header_row_1,
div.p_table_1.p_table_hover_disabled div.active_column:hover li.header_row_1
	{
	padding: 4px 5px 0 5px !important;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	}

div.p_table_1.p_table_hover_light div.column_1:hover li.header_row_2,
div.p_table_1.p_table_hover_light div.column_2:hover li.header_row_2,
div.p_table_1.p_table_hover_light div.column_3:hover li.header_row_2,
div.p_table_1.p_table_hover_light div.column_4:hover li.header_row_2,
div.p_table_1.p_table_hover_light div.active_column li.header_row_2,
div.p_table_1.p_table_hover_disabled div.column_1:hover li.header_row_2,
div.p_table_1.p_table_hover_disabled div.column_2:hover li.header_row_2,
div.p_table_1.p_table_hover_disabled div.column_3:hover li.header_row_2,
div.p_table_1.p_table_hover_disabled div.column_4:hover li.header_row_2
	{
	padding: 0 0 14px !important;
	}

div.p_table_1 div.column_1:hover li.header_row_2,
div.p_table_1 div.column_2:hover li.header_row_2,
div.p_table_1 div.column_3:hover li.header_row_2,
div.p_table_1 div.column_4:hover li.header_row_2,
div.p_table_1 div.active_column li.header_row_2,
div.p_table_1.p_table_hover_disabled div.active_column:hover li.header_row_2
	{
	padding: 5px 5px 15px !important;
	}
	
div.p_table_1.p_table_hover_light div.column_1:hover li.footer_row,
div.p_table_1.p_table_hover_light div.column_2:hover li.footer_row,
div.p_table_1.p_table_hover_light div.column_3:hover li.footer_row,
div.p_table_1.p_table_hover_light div.column_4:hover li.footer_row,
div.p_table_1.p_table_hover_light div.active_column li.footer_row,
div.p_table_1.p_table_hover_disabled div.column_1:hover li.footer_row,
div.p_table_1.p_table_hover_disabled div.column_2:hover li.footer_row,
div.p_table_1.p_table_hover_disabled div.column_3:hover li.footer_row,
div.p_table_1.p_table_hover_disabled div.column_4:hover li.footer_row
	{
	padding: 10px 0 !important;
	}
	
div.p_table_1 div.column_1:hover li.footer_row,
div.p_table_1 div.column_2:hover li.footer_row,
div.p_table_1 div.column_3:hover li.footer_row,
div.p_table_1 div.column_4:hover li.footer_row,
div.p_table_1 div.active_column li.footer_row,
div.p_table_1.p_table_hover_disabled div.active_column:hover li.footer_row
	{
    padding: 10px 5px !important;
	}
	
/*==================== DATA ROWS  ====================*/
/* ------ common styles ------  */
div.p_table_1 li.row_style_1,
div.p_table_1 li.row_style_2,
div.p_table_1 li.row_style_3,
div.p_table_1 li.row_style_4
	{	
	width: 100%;
	/*height: 100%;*/
	height: 19px;
	padding: 9px 0 !important;
	float: left;
	}

div.p_table_1 li.row_style_1 span,
div.p_table_1 li.row_style_2 span,
div.p_table_1 li.row_style_3 span,
div.p_table_1 li.row_style_4 span
	{
	display: block;
	padding: 0 10px !important;
	font-size: 13px !important;
	}
	
/* --- white ---  */
div.p_table_1 li.row_style_1
	{
	background: #ffffff !important;
	}
	
/* --- light gray ---  */
div.p_table_1 li.row_style_2
	{
	background: #f6f6f6 !important;
	}
	
/* --- mid gray ---  */
div.p_table_1 li.row_style_3
	{
	background: #ebebeb !important;
	}
	
/* --- dark gray ---  */
div.p_table_1 li.row_style_4
	{
	background: #e3e3e3 !important;
	}
	
/*========== FOOTER  ==========*/
/* ------ common styles ------  */
div.p_table_1 li.footer_row
	{
	width: 100%;
	height: 40px;
	padding: 10px 0 !important;
	float: left;
	text-align: center;
	border-top: 1px solid #d3d3d3;
	border-bottom: none;
	background-color: #e2e2e2 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #f6f6f6, #d0d0d0) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#d0d0d0') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#d0d0d0') !important; /* IE8 */
	background: -ms-linear-gradient(top, #f6f6f6, #d0d0d0) !important; /* IE9 */
	background: -moz-linear-gradient(top, #f6f6f6, #d0d0d0) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #f6f6f6, #d0d0d0) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #f6f6f6, #d0d0d0) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(1, #d0d0d0)) !important; /* Chrome 10, Safari */	
	}
	
/* --- button --- */
div.p_table_1 a.sign_up,
div.p_table_1 .skpricing_table_hidden_rows_control
	{
	width: 120px;
	height: 24px;
	padding: 6px 0px 0px 0px !important;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0px 1px 0px #ffffff; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #b5b5b5;
	background-color: #d8d8d8; /* background color for non-css3 browsers */
	outline: none;
	/* gradient */
	background-image: linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d8d8d8'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d8d8d8'); /* IE8 */
	background: -ms-linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* IE9 */
	background: -moz-linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* Firefox */ 
	background: -o-linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* Opera 11  */
	background: -webkit-linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.05, #efefef), color-stop(1, #d8d8d8)); /* Chrome 10, Safari */
	/* shadow */
	box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	/* font */
	font-weight: bold;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	}

/* --- button hover --- */
div.p_table_1 a.sign_up:hover,
div.p_table_1 .skpricing_table_hidden_rows_control:hover
	{
	height: 24px;
	padding: 6px 0px 0px 0px !important;
	text-shadow: 0px 1px 0px #ffffff; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #b5b5b5;
	background-color: #c9c9c9; /* background color for non-css3 browsers */
	outline: none;
	/* gradient */
	background-image: linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#c9c9c9'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#c9c9c9'); /* IE8 */
	background: -ms-linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* IE9 */
	background: -moz-linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* Firefox */ 
	background: -o-linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* Opera 11  */
	background: -webkit-linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d2d2d2), color-stop(0.05, #dedede), color-stop(1, #c9c9c9)); /* Chrome 10, Safari */
	/* shadow */
	box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	}

/* --- button orange --- */	
div.p_table_1 a.sign_up.sign_up_orange
	{
	text-shadow: 0px 1px 0px #b37328; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #da7411;
	color: #ffffff !important;
	/* gradient */
	background: #ef9a36; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4b873 0%, #f4b873 4%, #ef9a36 4%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4b873), color-stop(4%,#f4b873), color-stop(4%,#ef9a36)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4b873 0%,#f4b873 4%,#ef9a36 4%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4b873 0%,#f4b873 4%,#ef9a36 4%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4b873 0%,#f4b873 4%,#ef9a36 4%); /* IE10+ */
	background: linear-gradient(top,  #f4b873 0%,#f4b873 4%,#ef9a36 4%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4b873', endColorstr='#ef9a36',GradientType=0 ); /* IE6-9 */
	}

/* --- button hover --- */
div.p_table_1 a.sign_up.sign_up_orange:hover
	{
	text-shadow: 0px 1px 0px #a96310; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #cf5708;
	background-color: #c9c9c9; /* background color for non-css3 browsers */
	/* gradient */
	background: #e18416; /* Old browsers */
	background: -moz-linear-gradient(top,  #dc7612 0%, #dc7612 4%, #e18416 4%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dc7612), color-stop(4%,#dc7612), color-stop(4%,#e18416)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dc7612 0%,#dc7612 4%,#e18416 4%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dc7612 0%,#dc7612 4%,#e18416 4%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dc7612 0%,#dc7612 4%,#e18416 4%); /* IE10+ */
	background: linear-gradient(top,  #dc7612 0%,#dc7612 4%,#e18416 4%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc7612', endColorstr='#e18416',GradientType=0 ); /* IE6-9 */
	}
	
/* --- button --- */
div.p_table_1 a.sign_up.sign_up_yellow
	{
	text-shadow: 0px 1px 0px #b88b12; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #e49c00;
	color: #ffffff !important;
	/* gradient */
	background: #f6ba18; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9cf5e 0%, #f9cf5e 4%, #f6ba18 4%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9cf5e), color-stop(4%,#f9cf5e), color-stop(4%,#f6ba18)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9cf5e 0%,#f9cf5e 4%,#f6ba18 4%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9cf5e 0%,#f9cf5e 4%,#f6ba18 4%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9cf5e 0%,#f9cf5e 4%,#f6ba18 4%); /* IE10+ */
	background: linear-gradient(top,  #f9cf5e 0%,#f9cf5e 4%,#f6ba18 4%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9cf5e', endColorstr='#f6ba18',GradientType=0 ); /* IE6-9 */
	}

/* --- button hover --- */
div.p_table_1 a.sign_up.sign_up_yellow:hover
	{
	text-shadow: 0px 1px 0px #af7f00; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #db8200;
	/* gradient */
	background: #e9aa00; /* Old browsers */
	background: -moz-linear-gradient(top,  #e59e00 0%, #e59e00 4%, #e9aa00 4%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e59e00), color-stop(4%,#e59e00), color-stop(4%,#e9aa00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e59e00 0%,#e59e00 4%,#e9aa00 4%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e59e00 0%,#e59e00 4%,#e9aa00 4%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e59e00 0%,#e59e00 4%,#e9aa00 4%); /* IE10+ */
	background: linear-gradient(top,  #e59e00 0%,#e59e00 4%,#e9aa00 4%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59e00', endColorstr='#e9aa00',GradientType=0 ); /* IE6-9 */
	}
	
/* --- button --- */
div.p_table_1 a.sign_up.sign_up_lightgreen
	{
	text-shadow: 0px 1px 0px #6f811c; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #738d0b;
	color: #ffffff !important;
	/* gradient */
	background: #94ac26; /* Old browsers */
	background: -moz-linear-gradient(top,  #b4c568 0%, #b4c568 4%, #94ac26 4%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4c568), color-stop(4%,#b4c568), color-stop(4%,#94ac26)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b4c568 0%,#b4c568 4%,#94ac26 4%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b4c568 0%,#b4c568 4%,#94ac26 4%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b4c568 0%,#b4c568 4%,#94ac26 4%); /* IE10+ */
	background: linear-gradient(top,  #b4c568 0%,#b4c568 4%,#94ac26 4%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4c568', endColorstr='#94ac26',GradientType=0 ); /* IE6-9 */
	}

/* --- button hover --- */
div.p_table_1 a.sign_up.sign_up_lightgreen:hover
	{
	text-shadow: 0px 1px 0px #62750a; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #567105;
	/* gradient */
	background: #839c0e; /* Old browsers */
	background: -moz-linear-gradient(top,  #758f0b 0%, #758f0b 4%, #839c0e 4%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#758f0b), color-stop(4%,#758f0b), color-stop(4%,#839c0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #758f0b 0%,#758f0b 4%,#839c0e 4%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #758f0b 0%,#758f0b 4%,#839c0e 4%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #758f0b 0%,#758f0b 4%,#839c0e 4%); /* IE10+ */
	background: linear-gradient(top,  #758f0b 0%,#758f0b 4%,#839c0e 4%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#758f0b', endColorstr='#839c0e',GradientType=0 ); /* IE6-9 */
	}

/* --- button --- */
div.p_table_1 a.sign_up.sign_up_green
	{
	padding: 6px 0px 0px 0px !important;
	text-shadow: 0px 1px 0px #417627; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #357519;
	color: #ffffff !important;
	/* gradient */
	background: #579e34; /* Old browsers */
	background: -moz-linear-gradient(top,  #8abb71 0%, #8abb71 4%, #579e34 4%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8abb71), color-stop(4%,#8abb71), color-stop(4%,#579e34)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8abb71 0%,#8abb71 4%,#579e34 4%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8abb71 0%,#8abb71 4%,#579e34 4%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8abb71 0%,#8abb71 4%,#579e34 4%); /* IE10+ */
	background: linear-gradient(top,  #8abb71 0%,#8abb71 4%,#579e34 4%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8abb71', endColorstr='#579e34',GradientType=0 ); /* IE6-9 */
	}

/* --- button hover --- */
div.p_table_1 a.sign_up.sign_up_green:hover
	{
	text-shadow: 0px 1px 0px #316418; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #1f580c;
	/* gradient */
	background: #418520; /* Old browsers */
	background: -moz-linear-gradient(top,  #37771a 0%, #37771a 4%, #418520 4%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#37771a), color-stop(4%,#37771a), color-stop(4%,#418520)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #37771a 0%,#37771a 4%,#418520 4%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #37771a 0%,#37771a 4%,#418520 4%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #37771a 0%,#37771a 4%,#418520 4%); /* IE10+ */
	background: linear-gradient(top,  #37771a 0%,#37771a 4%,#418520 4%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37771a', endColorstr='#418520',GradientType=0 ); /* IE6-9 */
	}
	
/* ==================== COLUMN RIBBONS  ==================== */
/* --- base --- */
div.p_table_1 div.column_ribbon
	{
	float: right;
	width: 42px;
	height: 42px;
	position: relative;	
	margin-bottom: -42px;
	}
	
/* --- hover--- */	
div.p_table_1.p_table_hover_light div.column_1:hover div.column_ribbon,
div.p_table_1.p_table_hover_light div.column_2:hover div.column_ribbon,
div.p_table_1.p_table_hover_light div.column_3:hover div.column_ribbon,
div.p_table_1.p_table_hover_light div.column_4:hover div.column_ribbon,
div.p_table_1.p_table_hover_light div.active_column div.column_ribbon,
div.p_table_1.p_table_hover_disabled div.column_1:hover div.column_ribbon,
div.p_table_1.p_table_hover_disabled div.column_2:hover div.column_ribbon,
div.p_table_1.p_table_hover_disabled div.column_3:hover div.column_ribbon,
div.p_table_1.p_table_hover_disabled div.column_4:hover div.column_ribbon
	{
	right: 0px;
	}

div.p_table_1 div.column_1:hover div.column_ribbon,
div.p_table_1 div.column_2:hover div.column_ribbon,
div.p_table_1 div.column_3:hover div.column_ribbon,
div.p_table_1 div.column_4:hover div.column_ribbon,
div.p_table_1 div.active_column div.column_ribbon,
div.p_table_1.p_table_hover_disabled div.active_column:hover div.column_ribbon
	{
	right: -10px;
	}
	
/* ------ ribbon styles ------  */
/* --- style1--- */	
div.ribbon_style1_best { background: url(../img/ribbon_style1_best.png); }
div.ribbon_style1_buy { background: url(../img/ribbon_style1_buy.png); }
div.ribbon_style1_free { background: url(../img/ribbon_style1_free.png); }
div.ribbon_style1_free_caps { background: url(../img/ribbon_style1_free_caps.png); }
div.ribbon_style1_fresh { background: url(../img/ribbon_style1_fresh.png); }
div.ribbon_style1_gift_caps { background: url(../img/ribbon_style1_gift_caps.png); }
div.ribbon_style1_heart { background: url(../img/ribbon_style1_heart.png); }
div.ribbon_style1_hot { background: url(../img/ribbon_style1_hot.png); }
div.ribbon_style1_hot_caps { background: url(../img/ribbon_style1_hot_caps.png); }
div.ribbon_style1_new { background: url(../img/ribbon_style1_new.png); }
div.ribbon_style1_new_caps { background: url(../img/ribbon_style1_new_caps.png); }
div.ribbon_style1_no1 { background: url(../img/ribbon_style1_no1.png); }
div.ribbon_style1_off5 { background: url(../img/ribbon_style1_off5.png); }
div.ribbon_style1_off10 { background: url(../img/ribbon_style1_off10.png); }
div.ribbon_style1_off15 { background: url(../img/ribbon_style1_off15.png); }
div.ribbon_style1_off20 { background: url(../img/ribbon_style1_off20.png); }
div.ribbon_style1_off25 { background: url(../img/ribbon_style1_off25.png); }
div.ribbon_style1_off30 { background: url(../img/ribbon_style1_off30.png); }
div.ribbon_style1_off35 { background: url(../img/ribbon_style1_off35.png); }
div.ribbon_style1_off40 { background: url(../img/ribbon_style1_off40.png); }
div.ribbon_style1_off50 { background: url(../img/ribbon_style1_off50.png); }
div.ribbon_style1_off75 { background: url(../img/ribbon_style1_off75.png); }
div.ribbon_style1_pack { background: url(../img/ribbon_style1_pack.png); }
div.ribbon_style1_pro { background: url(../img/ribbon_style1_pro.png); }
div.ribbon_style1_sale { background: url(../img/ribbon_style1_sale.png); }
div.ribbon_style1_save { background: url(../img/ribbon_style1_save.png); }
div.ribbon_style1_save_caps { background: url(../img/ribbon_style1_save_caps.png); }
div.ribbon_style1_top { background: url(../img/ribbon_style1_top.png); }
div.ribbon_style1_top_caps { background: url(../img/ribbon_style1_top_caps.png); }
div.ribbon_style1_trial { background: url(../img/ribbon_style1_trial.png); }

/* --- style2--- */
div.ribbon_style2_best { background: url(../img/ribbon_style2_best.png); }
div.ribbon_style2_buy { background: url(../img/ribbon_style2_buy.png); }
div.ribbon_style2_free { background: url(../img/ribbon_style2_free.png); }
div.ribbon_style2_free_caps { background: url(../img/ribbon_style2_free_caps.png); }
div.ribbon_style2_fresh { background: url(../img/ribbon_style2_fresh.png); }
div.ribbon_style2_gift_caps { background: url(../img/ribbon_style2_gift_caps.png); }
div.ribbon_style2_heart { background: url(../img/ribbon_style2_heart.png); }
div.ribbon_style2_hot { background: url(../img/ribbon_style2_hot.png); }
div.ribbon_style2_hot_caps { background: url(../img/ribbon_style2_hot_caps.png); }
div.ribbon_style2_new { background: url(../img/ribbon_style2_new.png); }
div.ribbon_style2_new_caps { background: url(../img/ribbon_style2_new_caps.png); }
div.ribbon_style2_no1 { background: url(../img/ribbon_style2_no1.png); }
div.ribbon_style2_off5 { background: url(../img/ribbon_style2_off5.png); }
div.ribbon_style2_off10 { background: url(../img/ribbon_style2_off10.png); }
div.ribbon_style2_off15 { background: url(../img/ribbon_style2_off15.png); }
div.ribbon_style2_off20 { background: url(../img/ribbon_style2_off20.png); }
div.ribbon_style2_off25 { background: url(../img/ribbon_style2_off25.png); }
div.ribbon_style2_off30 { background: url(../img/ribbon_style2_off30.png); }
div.ribbon_style2_off35 { background: url(../img/ribbon_style2_off35.png); }
div.ribbon_style2_off40 { background: url(../img/ribbon_style2_off40.png); }
div.ribbon_style2_off50 { background: url(../img/ribbon_style2_off50.png); }
div.ribbon_style2_off75 { background: url(../img/ribbon_style2_off75.png); }
div.ribbon_style2_pack { background: url(../img/ribbon_style2_pack.png); }
div.ribbon_style2_pro { background: url(../img/ribbon_style2_pro.png); }
div.ribbon_style2_sale { background: url(../img/ribbon_style2_sale.png); }
div.ribbon_style2_save { background: url(../img/ribbon_style2_save.png); }
div.ribbon_style2_save_caps { background: url(../img/ribbon_style2_save_caps.png); }
div.ribbon_style2_top { background: url(../img/ribbon_style2_top.png); }
div.ribbon_style2_top_caps { background: url(../img/ribbon_style2_top_caps.png); }
div.ribbon_style2_trial { background: url(../img/ribbon_style2_trial.png); }

/* ==================== ICONS  ==================== */
/* --- base --- */
@font-face
{
	font-family: 'icons';
	src: url('../font/icons.eot?78084899');
	src: url('../font/icons.eot?78084899#iefix') format('embedded-opentype'),
	url('../font/icons.woff?78084899') format('woff'),
	url('../font/icons.ttf?78084899') format('truetype'),
	url('../font/icons.svg?78084899#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}
div.p_table_1 span.skpricing_table_icon
{
	
}
div.p_table_1 span.skpricing_table_icon::after
{
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 10px;
	margin-left: .2em;
	margin-top: 3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* --- yes icons --- */
div.p_table_1 span.skpricing_table_icon.icon_yes_01::after
{
	content: '\e80c';
	color: #56a600;
	font-size: 16px;
}
div.p_table_1 span.skpricing_table_icon.icon_yes_02::after
{
	content: '\e802';
	color: #56a600;
	font-size: 14px;
}
div.p_table_1 span.skpricing_table_icon.icon_yes_03::after
{
	content: '\e804';
	color: #56a600;
	font-size: 14px;
}
div.p_table_1 span.skpricing_table_icon.icon_yes_04::after
{
	content: '\e806';
	color: #56a600;
	font-size: 16px;
}
div.p_table_1 span.skpricing_table_icon.icon_yes_05::after
{
	content: '\e808';
	color: #56a600;
	font-size: 14px;
}
div.p_table_1 span.skpricing_table_icon.icon_yes_06::after
{
	content: '\e80a';
	color: #56a600;
	font-size: 14px;
}
div.p_table_1 span.skpricing_table_icon.icon_yes_07::after
{
	content: '\e812';
	color: #56a600;
	font-size: 13px;
}
div.p_table_1 span.skpricing_table_icon.icon_yes_08::after
{
	content: '\e80e';
	color: #56a600;
	font-size: 14px;
}
div.p_table_1 span.skpricing_table_icon.icon_yes_09::after
{
	content: '\e810';
	color: #56a600;
	font-size: 14px;
}
div.p_table_1 span.skpricing_table_icon.icon_yes_10::after
{
	content: '\e800';
	color: #ffa800;
	font-size: 15px;
}

/* --- no icons --- */
div.p_table_1 span.skpricing_table_icon.icon_no_01::after
{
	content: '\e80d';
	color: #d64747;
	font-size: 16px;
}
div.p_table_1 span.skpricing_table_icon.icon_no_02::after
{
	content: '\e803';
	color: #d64747;
	font-size: 14px;
}
div.p_table_1 span.skpricing_table_icon.icon_no_03::after
{
	content: '\e805';
	color: #d64747;
	font-size: 14px;
}
div.p_table_1 span.skpricing_table_icon.icon_no_04::after
{
	content: '\e807';
	color: #d64747;
	font-size: 16px;
}
div.p_table_1 span.skpricing_table_icon.icon_no_05::after
{
	content: '\e809';
	color: #d64747;
	font-size: 14px;
}
div.p_table_1 span.skpricing_table_icon.icon_no_06::after
{
	content: '\e80b';
	color: #d64747;
	font-size: 14px;
}
div.p_table_1 span.skpricing_table_icon.icon_no_07::after
{
	content: '\e813';
	color: #aaaaaa;
	font-size: 13px;
}
div.p_table_1 span.skpricing_table_icon.icon_no_08::after
{
	content: '\e80f';
	color: #aaaaaa;
	font-size: 14px;
}
div.p_table_1 span.skpricing_table_icon.icon_no_09::after
{
	content: '\e811';
	color: #aaaaaa;
	font-size: 14px;
}
div.p_table_1 span.skpricing_table_icon.icon_no_10::after
{
	content: '\e801';
	color: #aaaaaa;
	font-size: 15px;
}

/* ==================== TOOLTIP  ==================== */
/* --- base --- */
div.p_table_1 span.skpricing_table_tooltip
{
	position: relative !important;
	display: inline-block !important;
	border-bottom: 1px dotted #444444 !important;
	cursor: pointer;
}

div.p_table_1 li.row_style_1 span.skpricing_table_tooltip, 
div.p_table_1 li.row_style_2 span.skpricing_table_tooltip, 
div.p_table_1 li.row_style_3 span.skpricing_table_tooltip, 
div.p_table_1 li.row_style_4 span.skpricing_table_tooltip
{
	padding: 0 !important;
}

div.p_table_1 .header_row_1 span.skpricing_table_tooltip,
div.p_table_1 .header_row_2 span.skpricing_table_tooltip,
div.p_table_1 .footer_row span.skpricing_table_tooltip
{
	border-bottom: none !important;
}

div.p_table_1 span.skpricing_table_tooltip>span:first-child
{
	min-width: 180px; /* Tooltip Width */
	font-family: arial, sans-serif !important; /* Tooltip Base Font Family */
	font-size: 13px !important; /* Tooltip Base Font Size */
	line-height: normal !important;
	text-align: left !important;
	padding: 10px 10px 12px 10px !important;
	visibility: hidden;
    opacity: 0;
	position: absolute;
	z-index: 1000;

	/* CSS3 Transitions */
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	-ms-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-moz-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-o-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-ms-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	
	color: #ffffff !important;
	
	/* CSS3 Gradients */
	background: #404040 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #4e4e4e 0%, #404040 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4e4e), color-stop(100%,#404040)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4e4e4e 0%,#404040 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4e4e4e 0%,#404040 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4e4e4e 0%,#404040 100%) !important; /* IE10+ */
	background: linear-gradient(top,  #4e4e4e 0%,#404040 100%) !important; /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#404040',GradientType=0 ); IE6-9 - disabled due to lack of compatibility with pseudo-elements */

	/* CSS3 Borders */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	/* CSS3 Text-shadow */
	text-shadow: 0px 1px 0px rgba(0,0,0,0.4);
	
	left: -19px;
	bottom: 100%;
	margin-bottom: 30px; /* Start Position */
	
	/* CSS3 Transitions */
	-webkit-transition-property: opacity, margin-bottom, visibility;
	-moz-transition-property: opacity, margin-bottom, visibility;
	-o-transition-property: opacity, margin-bottom, visibility;
	-ms-transition-property: opacity, margin-bottom, visibility;
	transition-property: opacity, margin-bottom, visibility;
}

div.p_table_1.p_table_sliding span.skpricing_table_tooltip>span:first-child
{
	min-width: 95px;
	width: 95px;
	left: -54px;
}

div.p_table_1 span.skpricing_table_tooltip>span:first-child:before
{	
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
	border-top: 8px solid #000;
	border-bottom: 0 !important;
	bottom: -8px;
	left: 15px;
	border-color: #404040;
}

div.p_table_1.p_table_sliding span.skpricing_table_tooltip>span:first-child:before
{
	left: 50px;
}

/* --- On Hover --- */
div.p_table_1 span.skpricing_table_tooltip:hover>span:first-child
	{	
	margin-bottom: 10px; /* End Position */
	visibility: visible;
	opacity: 1;
	}

/* --- On Focus --- */
div.p_table_1 span.skpricing_table_tooltip input:focus + span:first-child,
div.p_table_1 span.skpricing_table_tooltip textarea:focus + span:first-child
	{	
	margin-bottom: 10px; /* End Position */
	visibility: visible;
	opacity: 1;
	}
	
/* --- Decorative Line --- */
div.p_table_1 span.skpricing_table_tooltip>span:first-child:after
	{
	content: "";
	display: block;
	border-top: 1px solid #BFBEBE;
	position: absolute;
	left: 0px;
	top: 1px;
	width: 100%;
	height: 10px;
	
	/* CSS3 Borders */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
/* --- misc --- */
.skpricing_table_clearfix:after
{
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
/* ============ Style 1 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_1 h1.col1,
div.p_table_1_1 h1.col2,
div.p_table_1_1 h1.col3,
div.p_table_1_1 h1.col4
	{
	color: #BFBEBE !important;
	}
	
div.p_table_1_1 h1 span
	{
	color: #5bc2d4 !important;
	}
	
div.p_table_1_1 h2.col1,
div.p_table_1_1 h2.col2,
div.p_table_1_1 h2.col3,
div.p_table_1_1 h2.col4
	{
	color: #BFBEBE !important;
	}
	
div.p_table_1_1 h2.caption
	{
	color: #BFBEBE !important;
	}		
	
div.p_table_1_1 h2.caption span
	{
	color: #5bc2d4 !important;
	text-shadow: none !important;
	}	
	
div.p_table_1_1 h3.col1,
div.p_table_1_1 h3.col2,
div.p_table_1_1 h3.col3,
div.p_table_1_1 h3.col4
	{
	color: #BFBEBE !important;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_1 div.caption_column li.header_row_1 
	{
	border-top: 1px solid #5f5f5f;
	border-bottom: 1px solid #331A15;
	background-color: #46211A !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #46211A, #65372F) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46211A', endColorstr='#65372F') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46211A', endColorstr='#65372F') !important; /* IE8 */
	background: -ms-linear-gradient(top, #46211A, #65372F) !important; /* IE9 */
	background: -moz-linear-gradient(top, #46211A, #65372F) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #46211A, #65372F) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #46211A, #65372F) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #46211A), color-stop(1, #65372F)) !important; /* Chrome 10, Safari */	
	}
	
/* --- header row 2 ---  */
div.p_table_1_1 div.caption_column li.header_row_2
	{
	border-top: 1px solid #49231C;
	border-bottom: 1px solid #65372F;
	background-color: #46211A !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #46211A, #65372F) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46211A', endColorstr='#65372F') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46211A', endColorstr='#65372F') !important; /* IE8 */
	background: -ms-linear-gradient(top, #46211A, #65372F) !important; /* IE9 */
	background: -moz-linear-gradient(top, #46211A, #65372F) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #46211A, #65372F) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #46211A, #65372F) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #46211A), color-stop(1, #65372F)) !important; /* Chrome 10, Safari */		
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_1 div.column_1 li.header_row_1
	{
	border-top: 1px solid #5f5f5f;
	border-bottom: 1px solid #331A15;
	background-color: #46211A !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #46211A, #65372F) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46211A', endColorstr='#65372F') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46211A', endColorstr='#65372F') !important; /* IE8 */
	background: -ms-linear-gradient(top, #46211A, #65372F) !important; /* IE9 */
	background: -moz-linear-gradient(top, #46211A, #65372F) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #46211A, #65372F) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #46211A, #65372F) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #46211A), color-stop(1, #65372F)) !important; /* Chrome 10, Safari */	
	}
	
/* --- header row 2 ---  */
div.p_table_1_1 div.column_1 li.header_row_2
	{
	border-top: 1px solid #49231C;
	border-bottom: 1px solid #65372F;
	background-color: #46211A !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #46211A, #65372F) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46211A', endColorstr='#65372F') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46211A', endColorstr='#65372F') !important; /* IE8 */
	background: -ms-linear-gradient(top, #46211A, #65372F) !important; /* IE9 */
	background: -moz-linear-gradient(top, #46211A, #65372F) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #46211A, #65372F) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #46211A, #65372F) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #46211A), color-stop(1, #65372F)) !important; /* Chrome 10, Safari */	
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_1 div.column_2 li.header_row_1
	{
	border-top: 1px solid #5f5f5f;
	border-bottom: 1px solid #331A15;
	background-color: #46211A !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #46211A, #65372F) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46211A', endColorstr='#65372F') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46211A', endColorstr='#65372F') !important; /* IE8 */
	background: -ms-linear-gradient(top, #46211A, #65372F) !important; /* IE9 */
	background: -moz-linear-gradient(top, #46211A, #65372F) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #46211A, #65372F) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #46211A, #65372F) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #46211A), color-stop(1, #65372F)) !important; /* Chrome 10, Safari */	
	}
	
/* --- header row 2 ---  */
div.p_table_1_1 div.column_2 li.header_row_2
	{
	border-top: 1px solid #49231C;
	border-bottom: 1px solid #65372F;
	background-color: #46211A !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #46211A, #65372F) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46211A', endColorstr='#65372F') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46211A', endColorstr='#65372F') !important; /* IE8 */
	background: -ms-linear-gradient(top, #46211A, #65372F) !important; /* IE9 */
	background: -moz-linear-gradient(top, #46211A, #65372F) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #46211A, #65372F) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #46211A, #65372F) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #46211A), color-stop(1, #65372F)) !important; /* Chrome 10, Safari */	
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_1 div.column_3 li.header_row_1
	{
	border-top: 1px solid #5f5f5f;
	border-bottom: 1px solid #331A15;
	background-color: #46211A !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #46211A, #65372F) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46211A', endColorstr='#65372F') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46211A', endColorstr='#65372F') !important; /* IE8 */
	background: -ms-linear-gradient(top, #46211A, #65372F) !important; /* IE9 */
	background: -moz-linear-gradient(top, #46211A, #65372F) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #46211A, #65372F) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #46211A, #65372F) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #46211A), color-stop(1, #65372F)) !important; /* Chrome 10, Safari */	
	}
	
/* --- header row 2 ---  */
div.p_table_1_1 div.column_3 li.header_row_2
	{
	border-top: 1px solid #49231C;
	border-bottom: 1px solid #65372F;
	background-color: #46211A !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #46211A, #65372F) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46211A', endColorstr='#65372F') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46211A', endColorstr='#65372F') !important; /* IE8 */
	background: -ms-linear-gradient(top, #46211A, #65372F) !important; /* IE9 */
	background: -moz-linear-gradient(top, #46211A, #65372F) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #46211A, #65372F) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #46211A, #65372F) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #46211A), color-stop(1, #65372F)) !important; /* Chrome 10, Safari */	
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_1 div.column_4 li.header_row_1
	{
	border-top: 1px solid #5f5f5f;
	border-bottom: 1px solid #331A15;
	background-color: #46211A !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #46211A, #65372F) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46211A', endColorstr='#65372F') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46211A', endColorstr='#65372F') !important; /* IE8 */
	background: -ms-linear-gradient(top, #46211A, #65372F) !important; /* IE9 */
	background: -moz-linear-gradient(top, #46211A, #65372F) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #46211A, #65372F) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #46211A, #65372F) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #46211A), color-stop(1, #65372F)) !important; /* Chrome 10, Safari */	
	}
	
/* --- header row 2 ---  */
div.p_table_1_1 div.column_4 li.header_row_2
	{
	border-top: 1px solid #49231C;
	border-bottom: 1px solid #65372F;
	background-color: #46211A !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #46211A, #65372F) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46211A', endColorstr='#65372F') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46211A', endColorstr='#65372F') !important; /* IE8 */
	background: -ms-linear-gradient(top, #46211A, #65372F) !important; /* IE9 */
	background: -moz-linear-gradient(top, #46211A, #65372F) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #46211A, #65372F) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #46211A, #65372F) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #46211A), color-stop(1, #65372F)) !important; /* Chrome 10, Safari */	
	}
/* ============ Style 2 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_2 h1.col1,
div.p_table_1_2 h1.col2,
div.p_table_1_2 h1.col3,
div.p_table_1_2 h1.col4
	{
	color: #da4300 !important;
	/* shadow */
	text-shadow: 0px 1px 0px #ffdd28;
	}
	
div.p_table_1_2 h1 span
	{
	color: #da4300;
	text-shadow: 0px 1px 0px #ffdd28;
	}
	
div.p_table_1_2 h2.col1,
div.p_table_1_2 h2.col2,
div.p_table_1_2 h2.col3,
div.p_table_1_2 h2.col4
	{
	color: #da4300 !important;
	text-shadow: 0px 1px 0px #ffdd28;
	}

div.p_table_1_2 h2.caption
	{
	color: #da4300 !important;
	text-shadow: 0px 1px 0px #ffdd28;
	}		
	
div.p_table_1_2 h2.caption span
	{
	color: #da4300 !important;
	text-shadow: 0px 1px 0px #ffdd28 !important;
	}	
	
div.p_table_1_2 h3.col1,
div.p_table_1_2 h3.col2,
div.p_table_1_2 h3.col3,
div.p_table_1_2 h3.col4
	{
	color: #da4300 !important;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_2 div.caption_column li.header_row_1 
	{
	border-top: 1px solid #ffe96d;
	border-bottom: 1px solid #ff8e00;
	background-color: #fcbb00 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #fbd601, #fdae00) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdae00') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdae00') !important; /* IE8 */
	background: -ms-linear-gradient(top, #fbd601, #fdae00) !important; /* IE9 */
	background: -moz-linear-gradient(top, #fbd601, #fdae00) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #fbd601, #fdae00) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #fbd601, #fdae00) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbd601), color-stop(1, #fdae00)) !important; /* Chrome 10, Safari */	
	}
	
/* --- header row 2 ---  */
div.p_table_1_2 div.caption_column li.header_row_2
	{
	border-top: 1px solid #ffec4a;
	border-bottom: 1px solid #ea8c00;
	background-color: #fcbb00 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #fbd601, #fdb200) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdb200') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdb200') !important; /* IE8 */
	background: -ms-linear-gradient(top, #fbd601, #fdb200) !important; /* IE9 */
	background: -moz-linear-gradient(top, #fbd601, #fdb200) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #fbd601, #fdb200) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #fbd601, #fdb200) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbd601), color-stop(1, #fdb200)) !important; /* Chrome 10, Safari */	
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_2 div.column_1 li.header_row_1
	{
	border-top: 1px solid #ffe96d;
	border-bottom: 1px solid #ff8e00;
	background-color: #fcbb00 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #fbd601, #fdae00) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdae00') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdae00') !important; /* IE8 */
	background: -ms-linear-gradient(top, #fbd601, #fdae00) !important; /* IE9 */
	background: -moz-linear-gradient(top, #fbd601, #fdae00) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #fbd601, #fdae00) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #fbd601, #fdae00) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbd601), color-stop(1, #fdae00)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_1_2 div.column_1 li.header_row_2
	{
	border-top: 1px solid #ffec4a;
	border-bottom: 1px solid #ea8c00;
	background-color: #fcbb00 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #fbd601, #fdb200) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdb200') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdb200') !important; /* IE8 */
	background: -ms-linear-gradient(top, #fbd601, #fdb200) !important; /* IE9 */
	background: -moz-linear-gradient(top, #fbd601, #fdb200) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #fbd601, #fdb200) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #fbd601, #fdb200) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbd601), color-stop(1, #fdb200)) !important; /* Chrome 10, Safari */
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_2 div.column_2 li.header_row_1
	{
	border-top: 1px solid #ffe96d;
	border-bottom: 1px solid #ff8e00;
	background-color: #fcbb00 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #fbd601, #fdae00) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdae00') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdae00') !important; /* IE8 */
	background: -ms-linear-gradient(top, #fbd601, #fdae00) !important; /* IE9 */
	background: -moz-linear-gradient(top, #fbd601, #fdae00) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #fbd601, #fdae00) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #fbd601, #fdae00) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbd601), color-stop(1, #fdae00)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_1_2 div.column_2 li.header_row_2
	{
	border-top: 1px solid #ffec4a;
	border-bottom: 1px solid #ea8c00;
	background-color: #fcbb00 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #fbd601, #fdb200) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdb200') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdb200') !important; /* IE8 */
	background: -ms-linear-gradient(top, #fbd601, #fdb200) !important; /* IE9 */
	background: -moz-linear-gradient(top, #fbd601, #fdb200) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #fbd601, #fdb200) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #fbd601, #fdb200) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbd601), color-stop(1, #fdb200)) !important; /* Chrome 10, Safari */
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_2 div.column_3 li.header_row_1
	{
	border-top: 1px solid #ffe96d;
	border-bottom: 1px solid #ff8e00;
	background-color: #fcbb00 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #fbd601, #fdae00) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdae00') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdae00') !important; /* IE8 */
	background: -ms-linear-gradient(top, #fbd601, #fdae00) !important; /* IE9 */
	background: -moz-linear-gradient(top, #fbd601, #fdae00) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #fbd601, #fdae00) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #fbd601, #fdae00) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbd601), color-stop(1, #fdae00)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_1_2 div.column_3 li.header_row_2
	{
	border-top: 1px solid #ffec4a;
	border-bottom: 1px solid #ea8c00;
	background-color: #fcbb00 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #fbd601, #fdb200) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdb200') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdb200') !important; /* IE8 */
	background: -ms-linear-gradient(top, #fbd601, #fdb200) !important; /* IE9 */
	background: -moz-linear-gradient(top, #fbd601, #fdb200) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #fbd601, #fdb200) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #fbd601, #fdb200) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbd601), color-stop(1, #fdb200)) !important; /* Chrome 10, Safari */
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_2 div.column_4 li.header_row_1
	{
	border-top: 1px solid #ffe96d;
	border-bottom: 1px solid #ff8e00;
	background-color: #fcbb00 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #fbd601, #fdae00) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdae00') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdae00') !important; /* IE8 */
	background: -ms-linear-gradient(top, #fbd601, #fdae00) !important; /* IE9 */
	background: -moz-linear-gradient(top, #fbd601, #fdae00) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #fbd601, #fdae00) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #fbd601, #fdae00) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbd601), color-stop(1, #fdae00)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_1_2 div.column_4 li.header_row_2
	{
	border-top: 1px solid #ffec4a;
	border-bottom: 1px solid #ea8c00;
	background-color: #fcbb00 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #fbd601, #fdb200) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdb200') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd601', endColorstr='#fdb200') !important; /* IE8 */
	background: -ms-linear-gradient(top, #fbd601, #fdb200) !important; /* IE9 */
	background: -moz-linear-gradient(top, #fbd601, #fdb200) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #fbd601, #fdb200) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #fbd601, #fdb200) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbd601), color-stop(1, #fdb200)) !important; /* Chrome 10, Safari */
	}
/* ============ Style 3 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_3 h1.col1,
div.p_table_1_3 h1.col2,
div.p_table_1_3 h1.col3,
div.p_table_1_3 h1.col4
	{
	color: #e3e3e3 !important;
	}
	
div.p_table_1_3 h1 span
	{
	color: #ffffff !important;
	}
	
div.p_table_1_3 h2.col1,
div.p_table_1_3 h2.col2,
div.p_table_1_3 h2.col3,
div.p_table_1_3 h2.col4
	{
	color: #ffffff !important;
	}
	
div.p_table_1_3 h2.caption
	{
	color: #e3e3e3 !important;
	}	
	
div.p_table_1_3 h2.caption span
	{
	color: #ffffff !important;
	text-shadow: none !important;
	}	
	
div.p_table_1_3 h3.col1,
div.p_table_1_3 h3.col2,
div.p_table_1_3 h3.col3,
div.p_table_1_3 h3.col4
	{
	color: #ffffff !important;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_3 div.caption_column li.header_row_1 
	{
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #8C8C8C;
	background-color: #A2A2A2 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #C0C0C0, #808080) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#808080') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#808080') !important; /* IE8 */
	background: -ms-linear-gradient(top, #C0C0C0, #808080) !important; /* IE9 */
	background: -moz-linear-gradient(top, #C0C0C0, #808080) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #C0C0C0, #808080) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #C0C0C0, #808080) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C0C0C0), color-stop(1, #808080)) !important; /* Chrome 10, Safari */	
	}
	
/* --- header row 2 ---  */
div.p_table_1_3 div.caption_column li.header_row_2
	{
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #8C8C8C;
	background-color: #A2A2A2 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #C0C0C0, #808080) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#808080') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#808080') !important; /* IE8 */
	background: -ms-linear-gradient(top, #C0C0C0, #808080) !important; /* IE9 */
	background: -moz-linear-gradient(top, #C0C0C0, #808080) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #C0C0C0, #808080) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #C0C0C0, #808080) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C0C0C0), color-stop(1, #808080)) !important; /* Chrome 10, Safari */	
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_3 div.column_1 li.header_row_1
	{
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #8C8C8C;
	background-color: #A2A2A2 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #C0C0C0, #808080) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#808080') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#808080') !important; /* IE8 */
	background: -ms-linear-gradient(top, #C0C0C0, #808080) !important; /* IE9 */
	background: -moz-linear-gradient(top, #C0C0C0, #808080) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #C0C0C0, #808080) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #C0C0C0, #808080) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C0C0C0), color-stop(1, #808080)) !important; /* Chrome 10, Safari */	
	}
	
/* --- header row 2 ---  */
div.p_table_1_3 div.column_1 li.header_row_2
	{
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #8C8C8C;
	background-color: #A2A2A2 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #C0C0C0, #808080) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#808080') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#808080') !important; /* IE8 */
	background: -ms-linear-gradient(top, #C0C0C0, #808080) !important; /* IE9 */
	background: -moz-linear-gradient(top, #C0C0C0, #808080) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #C0C0C0, #808080) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #C0C0C0, #808080) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C0C0C0), color-stop(1, #808080)) !important; /* Chrome 10, Safari */	
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_3 div.column_2 li.header_row_1
	{
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #8C8C8C;
	background-color: #A2A2A2 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #C0C0C0, #808080) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#808080') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#808080') !important; /* IE8 */
	background: -ms-linear-gradient(top, #C0C0C0, #808080) !important; /* IE9 */
	background: -moz-linear-gradient(top, #C0C0C0, #808080) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #C0C0C0, #808080) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #C0C0C0, #808080) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C0C0C0), color-stop(1, #808080)) !important; /* Chrome 10, Safari */	
	}
	
/* --- header row 2 ---  */
div.p_table_1_3 div.column_2 li.header_row_2
	{
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #8C8C8C;
	background-color: #A2A2A2 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #C0C0C0, #808080) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#808080') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#808080') !important; /* IE8 */
	background: -ms-linear-gradient(top, #C0C0C0, #808080) !important; /* IE9 */
	background: -moz-linear-gradient(top, #C0C0C0, #808080) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #C0C0C0, #808080) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #C0C0C0, #808080) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C0C0C0), color-stop(1, #808080)) !important; /* Chrome 10, Safari */	
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_3 div.column_3 li.header_row_1
	{
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #8C8C8C;
	background-color: #A2A2A2 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #C0C0C0, #808080) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#808080') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#808080') !important; /* IE8 */
	background: -ms-linear-gradient(top, #C0C0C0, #808080) !important; /* IE9 */
	background: -moz-linear-gradient(top, #C0C0C0, #808080) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #C0C0C0, #808080) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #C0C0C0, #808080) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C0C0C0), color-stop(1, #808080)) !important; /* Chrome 10, Safari */		
	}
	
/* --- header row 2 ---  */
div.p_table_1_3 div.column_3 li.header_row_2
	{
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #8C8C8C;
	background-color: #A2A2A2 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #C0C0C0, #808080) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#808080') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#808080') !important; /* IE8 */
	background: -ms-linear-gradient(top, #C0C0C0, #808080) !important; /* IE9 */
	background: -moz-linear-gradient(top, #C0C0C0, #808080) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #C0C0C0, #808080) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #C0C0C0, #808080) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C0C0C0), color-stop(1, #808080)) !important; /* Chrome 10, Safari */	
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_3 div.column_4 li.header_row_1
	{
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #8C8C8C;
	background-color: #A2A2A2 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #C0C0C0, #808080) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#808080') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#808080') !important; /* IE8 */
	background: -ms-linear-gradient(top, #C0C0C0, #808080) !important; /* IE9 */
	background: -moz-linear-gradient(top, #C0C0C0, #808080) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #C0C0C0, #808080) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #C0C0C0, #808080) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C0C0C0), color-stop(1, #808080)) !important; /* Chrome 10, Safari */	
	}
	
/* --- header row 2 ---  */
div.p_table_1_3 div.column_4 li.header_row_2
	{
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #8C8C8C;
	background-color: #A2A2A2 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #C0C0C0, #808080) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#808080') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C0C0', endColorstr='#808080') !important; /* IE8 */
	background: -ms-linear-gradient(top, #C0C0C0, #808080) !important; /* IE9 */
	background: -moz-linear-gradient(top, #C0C0C0, #808080) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #C0C0C0, #808080) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #C0C0C0, #808080) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C0C0C0), color-stop(1, #808080)) !important; /* Chrome 10, Safari */	
	}
/* ============ Style 4 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_4 h1.col1,
div.p_table_1_4 h1.col2,
div.p_table_1_4 h1.col3,
div.p_table_1_4 h1.col4
	{
	color: #d9513b !important;
	}
	
div.p_table_1_4 h1 span
	{
	color: #ffba58 !important;
	}

div.p_table_1_4 h2.col1,
div.p_table_1_4 h2.col2,
div.p_table_1_4 h2.col3,
div.p_table_1_4 h2.col4
	{
	color: #878787 !important;
	}
	
div.p_table_1_4 h2.caption
	{
	color: #d9513b !important;
	}
	
div.p_table_1_4 h2.caption span
	{
	color: #ffba58 !important;
	text-shadow: none !important;
	}	
	
div.p_table_1_4 h3.col1,
div.p_table_1_4 h3.col2,
div.p_table_1_4 h3.col3,
div.p_table_1_4 h3.col4
	{
	color: #ffba58 !important;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_4 div.caption_column li.header_row_1 
	{
	border-top: 0;
	border-bottom: 1px solid #822c2c;
	background-color: #E9E9E9 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ffffff, #d2d2d2) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2') !important; /* IE8 */
	background: -ms-linear-gradient(top, #ffffff, #d2d2d2) !important; /* IE9 */
	background: -moz-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #d2d2d2)) !important; /* Chrome 10, Safari */	
	}
	
/* --- header row 2 ---  */
div.p_table_1_4 div.caption_column li.header_row_2
	{
	border-top: 1px solid #c65757;
	border-bottom: 1px solid #451515;
	background-color: #812C2C !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ae3a3a, #5f2121) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae3a3a', endColorstr='#5f2121') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae3a3a', endColorstr='#5f2121') !important; /* IE8 */
	background: -ms-linear-gradient(top, #ae3a3a, #5f2121) !important; /* IE9 */
	background: -moz-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ae3a3a), color-stop(1, #5f2121)) !important; /* Chrome 10, Safari */	
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_4 div.column_1 li.header_row_1
	{
	border-top: 0;
	border-bottom: 1px solid #822c2c;
	background-color: #E9E9E9 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ffffff, #d2d2d2) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2') !important; /* IE8 */
	background: -ms-linear-gradient(top, #ffffff, #d2d2d2) !important; /* IE9 */
	background: -moz-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #d2d2d2)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_1_4 div.column_1 li.header_row_2
	{
	border-top: 1px solid #c65757;
	border-bottom: 1px solid #451515;
	background-color: #812C2C !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ae3a3a, #5f2121) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae3a3a', endColorstr='#5f2121') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae3a3a', endColorstr='#5f2121') !important; /* IE8 */
	background: -ms-linear-gradient(top, #ae3a3a, #5f2121) !important; /* IE9 */
	background: -moz-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ae3a3a), color-stop(1, #5f2121)) !important; /* Chrome 10, Safari */
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_4 div.column_2 li.header_row_1
	{
	border-top: 0;
	border-bottom: 1px solid #822c2c;
	background-color: #E9E9E9 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ffffff, #d2d2d2) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2') !important; /* IE8 */
	background: -ms-linear-gradient(top, #ffffff, #d2d2d2) !important; /* IE9 */
	background: -moz-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #d2d2d2)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_1_4 div.column_2 li.header_row_2
	{
	border-top: 1px solid #c65757;
	border-bottom: 1px solid #451515;
	background-color: #812C2C !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ae3a3a, #5f2121) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae3a3a', endColorstr='#5f2121') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae3a3a', endColorstr='#5f2121') !important; /* IE8 */
	background: -ms-linear-gradient(top, #ae3a3a, #5f2121) !important; /* IE9 */
	background: -moz-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ae3a3a), color-stop(1, #5f2121)) !important; /* Chrome 10, Safari */
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_4 div.column_3 li.header_row_1
	{
	border-top: 0;
	border-bottom: 1px solid #822c2c;
	background-color: #E9E9E9 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ffffff, #d2d2d2) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2') !important; /* IE8 */
	background: -ms-linear-gradient(top, #ffffff, #d2d2d2) !important; /* IE9 */
	background: -moz-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #d2d2d2)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_1_4 div.column_3 li.header_row_2
	{
	border-top: 1px solid #c65757;
	border-bottom: 1px solid #451515;
	background-color: #812C2C !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ae3a3a, #5f2121) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae3a3a', endColorstr='#5f2121') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae3a3a', endColorstr='#5f2121') !important; /* IE8 */
	background: -ms-linear-gradient(top, #ae3a3a, #5f2121) !important; /* IE9 */
	background: -moz-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ae3a3a), color-stop(1, #5f2121)) !important; /* Chrome 10, Safari */
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_4 div.column_4 li.header_row_1
	{
	border-top: 0;
	border-bottom: 1px solid #822c2c;
	background-color: #E9E9E9 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ffffff, #d2d2d2) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d2') !important; /* IE8 */
	background: -ms-linear-gradient(top, #ffffff, #d2d2d2) !important; /* IE9 */
	background: -moz-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #ffffff, #d2d2d2) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #d2d2d2)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_1_4 div.column_4 li.header_row_2
	{
	border-top: 1px solid #c65757;
	border-bottom: 1px solid #451515;
	background-color: #812C2C !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ae3a3a, #5f2121) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae3a3a', endColorstr='#5f2121') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae3a3a', endColorstr='#5f2121') !important; /* IE8 */
	background: -ms-linear-gradient(top, #ae3a3a, #5f2121) !important; /* IE9 */
	background: -moz-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #ae3a3a, #5f2121) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ae3a3a), color-stop(1, #5f2121)) !important; /* Chrome 10, Safari */
	}
/* ============ Style 5 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_5 h1.col1,
div.p_table_1_5 h1.col2,
div.p_table_1_5 h1.col3,
div.p_table_1_5 h1.col4
	{
	color: #ffffff !important;
	}
	
div.p_table_1_5 h1 span
	{
	color: #ffffff !important;
	}

div.p_table_1_5 h2.col1,
div.p_table_1_5 h2.col2,
div.p_table_1_5 h2.col3,
div.p_table_1_5 h2.col4
	{
	color: #ffffff !important;
	}
	
div.p_table_1_5 h2.caption
	{
	color: #ef9a36 !important;
	}
	
div.p_table_1_5 h2.caption span
	{
	color: #f6ba18 !important;
	text-shadow: none !important;
	}	
	
div.p_table_1_5 h3.col1,
div.p_table_1_5 h3.col2,
div.p_table_1_5 h3.col3,
div.p_table_1_5 h3.col4
	{
	color: #ffffff !important;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_5 div.caption_column li.header_row_1 
	{
	border-top: 0;
	background: #ffffff !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_5 div.caption_column li.header_row_2
	{
	background: #ffffff !important;
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_5 div.column_1 li.header_row_1
	{
	border-top: 0;
	background: #e18416 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_5 div.column_1 li.header_row_2
	{
	background: #ef9a36 !important;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_5 div.column_2 li.header_row_1
	{
	border-top: 0;
	background: #e9aa00 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_5 div.column_2 li.header_row_2
	{
	background: #f6ba18 !important;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_5 div.column_3 li.header_row_1
	{
	background: #839c0e !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_5 div.column_3 li.header_row_2
	{
	background: #94ac26 !important;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_5 div.column_4 li.header_row_1
	{
	background: #418520 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_5 div.column_4 li.header_row_2
	{
	background: #579e34 !important;
	}
/* ============ Style 6 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_6 h1.col1,
div.p_table_1_6 h1.col2,
div.p_table_1_6 h1.col3,
div.p_table_1_6 h1.col4
	{
	color: #da4300 !important;
	}
	
div.p_table_1_6 h1 span
	{
	color: #da4300 !important;
	}

div.p_table_1_6 h2.col1,
div.p_table_1_6 h2.col2,
div.p_table_1_6 h2.col3,
div.p_table_1_6 h2.col4
	{
	color: #ffffff !important;
	}
	
div.p_table_1_6 h2.caption
	{
	color: #da4300 !important;
	}
	
div.p_table_1_6 h2.caption span
	{
	color: #ffffff !important;
	text-shadow: none !important;
	}	
	
div.p_table_1_6 h3.col1,
div.p_table_1_6 h3.col2,
div.p_table_1_6 h3.col3,
div.p_table_1_6 h3.col4
	{
	color: #da4300 !important;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_6 div.caption_column li.header_row_1 
	{
	border-top: 0;
	background: #fcc601 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_6 div.caption_column li.header_row_2
	{
	background: #fcc601 !important;
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_6 div.column_1 li.header_row_1
	{
	border-top: 0;
	background: #da4300 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_6 div.column_1 li.header_row_2
	{
	background: #fcc601 !important;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_6 div.column_2 li.header_row_1
	{
	border-top: 0;
	background: #da4300 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_6 div.column_2 li.header_row_2
	{
	background: #fcc601 !important;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_6 div.column_3 li.header_row_1
	{
	border-top: 0;
	background: #da4300 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_6 div.column_3 li.header_row_2
	{
	background: #fcc601 !important;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_6 div.column_4 li.header_row_1
	{
	border-top: 0;
	background: #da4300 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_6 div.column_4 li.header_row_2
	{
	background: #fcc601 !important;
	}
/* ============ Style 7 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_7 h1.col1
	{
	color: #faab00 !important;
	}
	
div.p_table_1_7 h1.col2
	{
	color: #9bba0d !important;
	}
	
div.p_table_1_7 h1.col3
	{
	color: #539a2d !important;
	}
	
div.p_table_1_7 h1.col4
	{
	color: #268061 !important;
	}
	
div.p_table_1_7 h1.col1 span
	{
	color: #faab00 !important;
	}

div.p_table_1_7 h1.col2 span
	{
	color: #9bba0d !important;
	}
	
div.p_table_1_7 h1.col3 span
	{
	color: #539a2d !important;
	}
	
div.p_table_1_7 h1.col4 span
	{
	color: #268061 !important;
	}
	
div.p_table_1_7 h2.col1,
div.p_table_1_7 h2.col2,
div.p_table_1_7 h2.col3,
div.p_table_1_7 h2.col4
	{
	color: #ffffff !important;
	}
	
div.p_table_1_7 h2.caption
	{
	color: #faab00 !important;
	}
	
div.p_table_1_7 h2.caption span
	{
	color: #9bba0d !important;
	text-shadow: none !important;
	}	
	
div.p_table_1_7 h3.col1
	{
	color: #faab00 !important;
	}
	
div.p_table_1_7 h3.col2
	{
	color: #9bba0d !important;
	}
	
div.p_table_1_7 h3.col3
	{
	color: #539a2d !important;
	}
	
div.p_table_1_7 h3.col4
	{
	color: #268061 !important;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_7 div.caption_column li.header_row_1 
	{
	border-top: 0;
	background: #ffffff !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_7 div.caption_column li.header_row_2
	{
	background: #ffffff !important;
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_7 div.column_1 li.header_row_1
	{
	border-top: 0;
	background: #faab00 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_7 div.column_1 li.header_row_2
	{
	background: #ffffff !important;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_7 div.column_2 li.header_row_1
	{
	border-top: 0;
	background: #9bba0d !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_7 div.column_2 li.header_row_2
	{
	background: #ffffff !important;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_7 div.column_3 li.header_row_1
	{
	border-top: 0;
	background: #539a2d !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_7 div.column_3 li.header_row_2
	{
	background: #ffffff !important;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_7 div.column_4 li.header_row_1
	{
	border-top: 0;
	background: #268061 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_7 div.column_4 li.header_row_2
	{
	background: #ffffff !important;
	}
/* ============ Style 8 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_8 h1.col1,
div.p_table_1_8 h1.col2,
div.p_table_1_8 h1.col3,
div.p_table_1_8 h1.col4
	{
	color: #d9513b !important;
	}
	
div.p_table_1_8 h1 span
	{
	color: #ffba58 !important;
	}

div.p_table_1_8 h2.col1,
div.p_table_1_8 h2.col2,
div.p_table_1_8 h2.col3,
div.p_table_1_8 h2.col4
	{
	color: #d9513b !important;
	}
	
div.p_table_1_8 h2.caption
	{
	color: #d9513b !important;
	}
	
div.p_table_1_8 h2.caption span
	{
	color: #ffba58 !important;
	text-shadow: none !important;
	}	
	
div.p_table_1_8 h3.col1,
div.p_table_1_8 h3.col2,
div.p_table_1_8 h3.col3,
div.p_table_1_8 h3.col4
	{
	color: #ffba58 !important;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_8 div.caption_column li.header_row_1 
	{
	border-top: 0;
	background: #752828 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_8 div.caption_column li.header_row_2
	{
	background: #752828 !important;
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_8 div.column_1 li.header_row_1
	{
	border-top: 0;
	background: #ffca64 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_8 div.column_1 li.header_row_2
	{
	background: #802b2b !important;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_8 div.column_2 li.header_row_1
	{
	border-top: 0;
	background: #ffba58 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_8 div.column_2 li.header_row_2
	{
	background: #752828 !important;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_8 div.column_3 li.header_row_1
	{
	border-top: 0;
	background: #ffca64 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_8 div.column_3 li.header_row_2
	{
	background: #802b2b !important;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_8 div.column_4 li.header_row_1
	{
	border-top: 0;
	background: #ffba58 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_8 div.column_4 li.header_row_2
	{
	background: #752828 !important;
	}
/* ============ Style 9 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_9 h1.col1,
div.p_table_1_9 h1.col2,
div.p_table_1_9 h1.col3,
div.p_table_1_9 h1.col4
	{
	color: #ffffff !important;
	}
	
div.p_table_1_9 h1 span
	{
	color: #ffffff !important;
	}

div.p_table_1_9 h2.col1,
div.p_table_1_9 h2.col2,
div.p_table_1_9 h2.col3,
div.p_table_1_9 h2.col4
	{
	color: #ffffff !important;
	}
	
div.p_table_1_9 h2.caption
	{
	color: #999999 !important;
	}
	
div.p_table_1_9 h2.caption span
	{
	color: #999999 !important;
	text-shadow: none !important;
	}	
	
div.p_table_1_9 h3.col1,
div.p_table_1_9 h3.col2,
div.p_table_1_9 h3.col3,
div.p_table_1_9 h3.col4
	{
	color: #ffffff !important;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_9 div.caption_column li.header_row_1 
	{
	border-top: 0;
	background: #ffffff !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_9 div.caption_column li.header_row_2
	{
	background: #ffffff !important;
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_9 div.column_1 li.header_row_1
	{
	border-top: 0;
	background: #83c145 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_9 div.column_1 li.header_row_2
	{
	background: #96cd56 !important;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_9 div.column_2 li.header_row_1
	{
	border-top: 0;
	background: #44982b !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_9 div.column_2 li.header_row_2
	{
	background: #55a938 !important;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_9 div.column_3 li.header_row_1
	{
	border-top: 0;
	background: #186f32 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_9 div.column_3 li.header_row_2
	{
	background: #208240 !important;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_9 div.column_4 li.header_row_1
	{
	border-top: 0;
	background: #0a4945 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_9 div.column_4 li.header_row_2
	{
	background: #0e5b56 !important;
	}
/* ============ Style 10 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_10 h1.col1,
div.p_table_1_10 h1.col2,
div.p_table_1_10 h1.col3,
div.p_table_1_10 h1.col4
	{
	color: #ffffff !important;
	}
	
div.p_table_1_10 h1 span
	{
	color: #ffffff !important;
	}

div.p_table_1_10 h2.col1,
div.p_table_1_10 h2.col2,
div.p_table_1_10 h2.col3,
div.p_table_1_10 h2.col4
	{
	color: #ffffff !important;
	}
	
div.p_table_1_10 h2.caption
	{
	color: #999999 !important;
	}
	
div.p_table_1_10 h2.caption span
	{
	color: #999999 !important;
	text-shadow: none !important;
	}	
	
div.p_table_1_10 h3.col1,
div.p_table_1_10 h3.col2,
div.p_table_1_10 h3.col3,
div.p_table_1_10 h3.col4
	{
	color: #ffffff !important;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_10 div.caption_column li.header_row_1 
	{
	border-top: 0;
	background: #ffffff !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_10 div.caption_column li.header_row_2
	{
	background: #ffffff !important;
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_10 div.column_1 li.header_row_1
	{
	border-top: 0;
	background: #52b5d5 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_10 div.column_1 li.header_row_2
	{
	background: #64c3de !important;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_10 div.column_2 li.header_row_1
	{
	border-top: 0;
	background: #3591ca !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_10 div.column_2 li.header_row_2
	{
	background: #44a3d5 !important;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_10 div.column_3 li.header_row_1
	{
	border-top: 0;
	background: #1f5f9f !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_10 div.column_3 li.header_row_2
	{
	background: #2972b0 !important;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_10 div.column_4 li.header_row_1
	{
	border-top: 0;
	background: #1a3e7b !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_10 div.column_4 li.header_row_2
	{
	background: #234e8e !important;
	}
/* ============ Style 11 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_11 h1.col1,
div.p_table_1_11 h1.col2,
div.p_table_1_11 h1.col3,
div.p_table_1_11 h1.col4
	{
	color: #ffffff !important;
	}
	
div.p_table_1_11 h1 span
	{
	color: #ffffff !important;
	}

div.p_table_1_11 h2.col1,
div.p_table_1_11 h2.col2,
div.p_table_1_11 h2.col3,
div.p_table_1_11 h2.col4
	{
	color: #ffffff !important;
	}
	
div.p_table_1_11 h2.caption
	{
	color: #999999 !important;
	}
	
div.p_table_1_11 h2.caption span
	{
	color: #999999 !important;
	text-shadow: none !important;
	}	
	
div.p_table_1_11 h3.col1,
div.p_table_1_11 h3.col2,
div.p_table_1_11 h3.col3,
div.p_table_1_11 h3.col4
	{
	color: #ffffff !important;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_11 div.caption_column li.header_row_1 
	{
	border-top: 0;
	background: #ffffff !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_11 div.caption_column li.header_row_2
	{
	background: #ffffff !important;
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_11 div.column_1 li.header_row_1
	{
	border-top: 0;
	background: #f0b128 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_11 div.column_1 li.header_row_2
	{
	background: #f3bf34 !important;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_11 div.column_2 li.header_row_1
	{
	border-top: 0;
	background: #ed8000 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_11 div.column_2 li.header_row_2
	{
	background: #f19300 !important;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_11 div.column_3 li.header_row_1
	{
	border-top: 0;
	background: #d85200 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_11 div.column_3 li.header_row_2
	{
	background: #e06400 !important;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_11 div.column_4 li.header_row_1
	{
	border-top: 0;
	background: #b5280b !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_11 div.column_4 li.header_row_2
	{
	background: #c3350f !important;
	}
/* ============ Style 12 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_12 h1.col1,
div.p_table_1_12 h1.col2,
div.p_table_1_12 h1.col3,
div.p_table_1_12 h1.col4
	{
	color: #ffffff !important;
	}
	
div.p_table_1_12 h1 span
	{
	color: #ffffff !important;
	}

div.p_table_1_12 h2.col1,
div.p_table_1_12 h2.col2,
div.p_table_1_12 h2.col3,
div.p_table_1_12 h2.col4
	{
	color: #ffffff !important;
	}
	
div.p_table_1_12 h2.caption
	{
	color: #999999 !important;
	}
	
div.p_table_1_12 h2.caption span
	{
	color: #999999 !important;
	text-shadow: none !important;
	}	
	
div.p_table_1_12 h3.col1,
div.p_table_1_12 h3.col2,
div.p_table_1_12 h3.col3,
div.p_table_1_12 h3.col4
	{
	color: #ffffff !important;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_12 div.caption_column li.header_row_1 
	{
	border-top: 0;
	background: #ffffff !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_12 div.caption_column li.header_row_2
	{
	background: #ffffff !important;
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_12 div.column_1 li.header_row_1
	{
	border-top: 0;
	background: #957c45 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_12 div.column_1 li.header_row_2
	{
	background: #a78f56 !important;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_12 div.column_2 li.header_row_1
	{
	border-top: 0;
	background: #684b24 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_12 div.column_2 li.header_row_2
	{
	background: #7b5d2f !important;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_12 div.column_3 li.header_row_1
	{
	border-top: 0;
	background: #ce4e06 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_12 div.column_3 li.header_row_2
	{
	background: #d86008 !important;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_12 div.column_4 li.header_row_1
	{
	border-top: 0;
	background: #ab250f !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_12 div.column_4 li.header_row_2
	{
	background: #ba3114 !important;
	}
	
/* ============ MediCenter styles ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_13 h1.col1,
div.p_table_1_13 h1.col2,
div.p_table_1_13 h1.col3,
div.p_table_1_13 h1.col4,
div.p_table_1_14 h1.col1,
div.p_table_1_14 h1.col2,
div.p_table_1_14 h1.col3,
div.p_table_1_14 h1.col4,
div.p_table_1_15 h1.col1,
div.p_table_1_15 h1.col2,
div.p_table_1_15 h1.col3,
div.p_table_1_15 h1.col4,
div.p_table_1_16 h1.col1,
div.p_table_1_16 h1.col2,
div.p_table_1_16 h1.col3,
div.p_table_1_16 h1.col4,
div.p_table_1_17 h1.col1,
div.p_table_1_17 h1.col2,
div.p_table_1_17 h1.col3,
div.p_table_1_17 h1.col4,
div.p_table_1_18 h1.col1,
div.p_table_1_18 h1.col2,
div.p_table_1_18 h1.col3,
div.p_table_1_18 h1.col4
	{
	color: #ffffff !important;
	}
	
div.p_table_1_13 h1 span,
div.p_table_1_14 h1 span,
div.p_table_1_15 h1 span,
div.p_table_1_16 h1 span,
div.p_table_1_17 h1 span,
div.p_table_1_18 h1 span
	{
	color: #ffffff !important;
	}

div.p_table_1_13 h2.col1,
div.p_table_1_13 h2.col2,
div.p_table_1_13 h2.col3,
div.p_table_1_13 h2.col4,
div.p_table_1_14 h2.col1,
div.p_table_1_14 h2.col2,
div.p_table_1_14 h2.col3,
div.p_table_1_14 h2.col4,
div.p_table_1_15 h2.col1,
div.p_table_1_15 h2.col2,
div.p_table_1_15 h2.col3,
div.p_table_1_15 h2.col4,
div.p_table_1_16 h2.col1,
div.p_table_1_16 h2.col2,
div.p_table_1_16 h2.col3,
div.p_table_1_16 h2.col4,
div.p_table_1_17 h2.col1,
div.p_table_1_17 h2.col2,
div.p_table_1_17 h2.col3,
div.p_table_1_17 h2.col4,
div.p_table_1_18 h2.col1,
div.p_table_1_18 h2.col2,
div.p_table_1_18 h2.col3,
div.p_table_1_18 h2.col4
	{
	color: #ffffff !important;
	}
	
div.p_table_1_13 h2.caption,
div.p_table_1_14 h2.caption,
div.p_table_1_15 h2.caption,
div.p_table_1_16 h2.caption,
div.p_table_1_17 h2.caption,
div.p_table_1_18 h2.caption
	{
	color: #999999 !important;
	}
	
div.p_table_1_13 h2.caption span,
div.p_table_1_14 h2.caption span,
div.p_table_1_15 h2.caption span,
div.p_table_1_16 h2.caption span,
div.p_table_1_17 h2.caption span,
div.p_table_1_18 h2.caption span
	{
	color: #999999 !important;
	text-shadow: none !important;
	}	
	
div.p_table_1_13 h3.col1,
div.p_table_1_13 h3.col2,
div.p_table_1_13 h3.col3,
div.p_table_1_13 h3.col4,
div.p_table_1_14 h3.col1,
div.p_table_1_14 h3.col2,
div.p_table_1_14 h3.col3,
div.p_table_1_14 h3.col4,
div.p_table_1_15 h3.col1,
div.p_table_1_15 h3.col2,
div.p_table_1_15 h3.col3,
div.p_table_1_15 h3.col4,
div.p_table_1_16 h3.col1,
div.p_table_1_16 h3.col2,
div.p_table_1_16 h3.col3,
div.p_table_1_16 h3.col4,
div.p_table_1_17 h3.col1,
div.p_table_1_17 h3.col2,
div.p_table_1_17 h3.col3,
div.p_table_1_17 h3.col4,
div.p_table_1_18 h3.col1,
div.p_table_1_18 h3.col2,
div.p_table_1_18 h3.col3,
div.p_table_1_18 h3.col4
	{
	color: #ffffff !important;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_13 div.caption_column li.header_row_1,
div.p_table_1_14 div.caption_column li.header_row_1,
div.p_table_1_15 div.caption_column li.header_row_1,
div.p_table_1_16 div.caption_column li.header_row_1,
div.p_table_1_17 div.caption_column li.header_row_1,
div.p_table_1_18 div.caption_column li.header_row_1
	{
	border-top: 0;
	background: #ffffff !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_13 div.caption_column li.header_row_2,
div.p_table_1_14 div.caption_column li.header_row_2,
div.p_table_1_15 div.caption_column li.header_row_2,
div.p_table_1_16 div.caption_column li.header_row_2,
div.p_table_1_17 div.caption_column li.header_row_2,
div.p_table_1_18 div.caption_column li.header_row_2
	{
	background: #ffffff !important;
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_13 div.column_1 li.header_row_1,
div.p_table_1_14 div.column_1 li.header_row_1,
div.p_table_1_15 div.column_1 li.header_row_1,
div.p_table_1_16 div.column_1 li.header_row_1,
div.p_table_1_17 div.column_1 li.header_row_1,
div.p_table_1_18 div.column_1 li.header_row_1
{
	border-top: 0;
}
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_13 div.column_2 li.header_row_1,
div.p_table_1_14 div.column_2 li.header_row_1,
div.p_table_1_15 div.column_2 li.header_row_1
{
	border-top: 0;
}
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_13 div.column_3 li.header_row_1,
div.p_table_1_14 div.column_3 li.header_row_1,
div.p_table_1_15 div.column_3 li.header_row_1,
div.p_table_1_16 div.column_3 li.header_row_1,
div.p_table_1_17 div.column_3 li.header_row_1,
div.p_table_1_18 div.column_3 li.header_row_1
{
	border-top: 0;
}
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_13 div.column_4 li.header_row_1,
div.p_table_1_14 div.column_4 li.header_row_1,
div.p_table_1_15 div.column_4 li.header_row_1,
div.p_table_1_16 div.column_4 li.header_row_1,
div.p_table_1_17 div.column_4 li.header_row_1,
div.p_table_1_18 div.column_4 li.header_row_1
{
	border-top: 0;
}
/* --- footer row --- */
div.p_table_1_13 li.footer_row,
div.p_table_1_14 li.footer_row,
div.p_table_1_15 li.footer_row,
div.p_table_1_16 li.footer_row,
div.p_table_1_17 li.footer_row,
div.p_table_1_18 li.footer_row
{
	background: #F8F8F8 !important;
}

/* --- column hovers ---*/
div.p_table_1_13 div.column_1:hover li.header_row_1, div.p_table_1_13 div.column_2:hover li.header_row_1, div.p_table_1_13 div.column_3:hover li.header_row_1, div.p_table_1_13 div.column_4:hover li.header_row_1, div.p_table_1_13 div.active_column li.header_row_1, div.p_table_1_13.p_table_hover_disabled div.active_column:hover li.header_row_1,
div.p_table_1_14 div.column_1:hover li.header_row_1, div.p_table_1_14 div.column_2:hover li.header_row_1, div.p_table_1_14 div.column_3:hover li.header_row_1, div.p_table_1_14 div.column_4:hover li.header_row_1, div.p_table_1_14 div.active_column li.header_row_1, div.p_table_1_14.p_table_hover_disabled div.active_column:hover li.header_row_1,
div.p_table_1_15 div.column_1:hover li.header_row_1, div.p_table_1_15 div.column_2:hover li.header_row_1, div.p_table_1_15 div.column_3:hover li.header_row_1, div.p_table_1_15 div.column_4:hover li.header_row_1, div.p_table_1_15 div.active_column li.header_row_1, div.p_table_1_15.p_table_hover_disabled div.active_column:hover li.header_row_1,
div.p_table_1_16 div.column_1:hover li.header_row_1, div.p_table_1_16 div.column_2:hover li.header_row_1, div.p_table_1_16 div.column_3:hover li.header_row_1, div.p_table_1_16 div.column_4:hover li.header_row_1, div.p_table_1_16 div.active_column li.header_row_1, div.p_table_1_16.p_table_hover_disabled div.active_column:hover li.header_row_1,
div.p_table_1_17 div.column_1:hover li.header_row_1, div.p_table_1_17 div.column_2:hover li.header_row_1, div.p_table_1_17 div.column_3:hover li.header_row_1, div.p_table_1_17 div.column_4:hover li.header_row_1, div.p_table_1_17 div.active_column li.header_row_1, div.p_table_1_17.p_table_hover_disabled div.active_column:hover li.header_row_1,
div.p_table_1_18 div.column_1:hover li.header_row_1, div.p_table_1_18 div.column_2:hover li.header_row_1, div.p_table_1_18 div.column_3:hover li.header_row_1, div.p_table_1_18 div.column_4:hover li.header_row_1, div.p_table_1_18 div.active_column li.header_row_1, div.p_table_1_18.p_table_hover_disabled div.active_column:hover li.header_row_1
{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
div.p_table_1_13 div.column_1:hover, div.p_table_1_13 div.column_2:hover, div.p_table_1_13 div.column_3:hover, div.p_table_1_13 div.column_4:hover, div.p_table_1_13 div.active_column, div.p_table_1_13.p_table_hover_light div.active_column:hover, div.p_table_1_13.p_table_hover_disabled div.active_column:hover,
div.p_table_1_14 div.column_1:hover, div.p_table_1_14 div.column_2:hover, div.p_table_1_14 div.column_3:hover, div.p_table_1_14 div.column_4:hover, div.p_table_1_14 div.active_column, div.p_table_1_14.p_table_hover_light div.active_column:hover, div.p_table_1_14.p_table_hover_disabled div.active_column:hover,
div.p_table_1_15 div.column_1:hover, div.p_table_1_15 div.column_2:hover, div.p_table_1_15 div.column_3:hover, div.p_table_1_15 div.column_4:hover, div.p_table_1_15 div.active_column, div.p_table_1_15.p_table_hover_light div.active_column:hover, div.p_table_1_15.p_table_hover_disabled div.active_column:hover,
div.p_table_1_16 div.column_1:hover, div.p_table_1_16 div.column_2:hover, div.p_table_1_16 div.column_3:hover, div.p_table_1_16 div.column_4:hover, div.p_table_1_16 div.active_column, div.p_table_1_16.p_table_hover_light div.active_column:hover, div.p_table_1_16.p_table_hover_disabled div.active_column:hover
div.p_table_1_17 div.column_1:hover, div.p_table_1_17 div.column_2:hover, div.p_table_1_17 div.column_3:hover, div.p_table_1_17 div.column_4:hover, div.p_table_1_17 div.active_column, div.p_table_1_17.p_table_hover_light div.active_column:hover, div.p_table_1_17.p_table_hover_disabled div.active_column:hover
div.p_table_1_18 div.column_1:hover, div.p_table_1_18 div.column_2:hover, div.p_table_1_18 div.column_3:hover, div.p_table_1_18 div.column_4:hover, div.p_table_1_18 div.active_column, div.p_table_1_18.p_table_hover_light div.active_column:hover, div.p_table_1_18.p_table_hover_disabled div.active_column:hover
{
	box-shadow: 5px 0px 30px rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 0px 30px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 0px 30px rgba(0,0,0,0.3);
}
div.p_table_1_13.p_table_hover_light div.column_1:hover, div.p_table_1_13.p_table_hover_light div.column_2:hover, div.p_table_1_13.p_table_hover_light div.column_3:hover, div.p_table_1_13.p_table_hover_light div.column_4:hover, div.p_table_1_13.p_table_hover_light div.active_column, div.p_table_1_13.p_table_hover_light div.active_column:hover,
div.p_table_1_14.p_table_hover_light div.column_1:hover, div.p_table_1_14.p_table_hover_light div.column_2:hover, div.p_table_1_14.p_table_hover_light div.column_3:hover, div.p_table_1_14.p_table_hover_light div.column_4:hover, div.p_table_1_14.p_table_hover_light div.active_column, div.p_table_1_14.p_table_hover_light div.active_column:hover,
div.p_table_1_15.p_table_hover_light div.column_1:hover, div.p_table_1_15.p_table_hover_light div.column_2:hover, div.p_table_1_15.p_table_hover_light div.column_3:hover, div.p_table_1_15.p_table_hover_light div.column_4:hover, div.p_table_1_15.p_table_hover_light div.active_column, div.p_table_1_15.p_table_hover_light div.active_column:hover,
div.p_table_1_16.p_table_hover_light div.column_1:hover, div.p_table_1_16.p_table_hover_light div.column_2:hover, div.p_table_1_16.p_table_hover_light div.column_3:hover, div.p_table_1_16.p_table_hover_light div.column_4:hover, div.p_table_1_16.p_table_hover_light div.active_column, div.p_table_1_16.p_table_hover_light div.active_column:hover,
div.p_table_1_17.p_table_hover_light div.column_1:hover, div.p_table_1_17.p_table_hover_light div.column_2:hover, div.p_table_1_17.p_table_hover_light div.column_3:hover, div.p_table_1_17.p_table_hover_light div.column_4:hover, div.p_table_1_17.p_table_hover_light div.active_column, div.p_table_1_17.p_table_hover_light div.active_column:hover,
div.p_table_1_18.p_table_hover_light div.column_1:hover, div.p_table_1_18.p_table_hover_light div.column_2:hover, div.p_table_1_18.p_table_hover_light div.column_3:hover, div.p_table_1_18.p_table_hover_light div.column_4:hover, div.p_table_1_18.p_table_hover_light div.active_column, div.p_table_1_18.p_table_hover_light div.active_column:hover
{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
/* --- buttons --- */
div.p_table_1_13 a.sign_up,
div.p_table_1_13 a.sign_up:hover,
div.p_table_1_14 a.sign_up,
div.p_table_1_14 a.sign_up:hover,
div.p_table_1_15 a.sign_up,
div.p_table_1_15 a.sign_up:hover,
div.p_table_1_16 a.sign_up,
div.p_table_1_16 a.sign_up:hover,
div.p_table_1_17 a.sign_up,
div.p_table_1_17 a.sign_up:hover,
div.p_table_1_18 a.sign_up,
div.p_table_1_18 a.sign_up:hover
{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-shadow: none;
	font-weight: normal;
	color: #FFF;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
/* --- radius --- */
div.p_table_1_13 .radius5_topleft,
div.p_table_1_14 .radius5_topleft,
div.p_table_1_15 .radius5_topleft,
div.p_table_1_16 .radius5_topleft,
div.p_table_1_17 .radius5_topleft,
div.p_table_1_18 .radius5_topleft,
div.p_table_1_13 .radius5_topright,
div.p_table_1_14 .radius5_topright,
div.p_table_1_15 .radius5_topright,
div.p_table_1_16 .radius5_topright,
div.p_table_1_17 .radius5_topright,
div.p_table_1_18 .radius5_topright
{
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}
/* --- footer --- */
div.p_table_1_13 li.footer_row,
div.p_table_1_14 li.footer_row,
div.p_table_1_15 li.footer_row,
div.p_table_1_16 li.footer_row,
div.p_table_1_17 li.footer_row,
div.p_table_1_18 li.footer_row
{
	border-color: #E0E0E0;
}

/* ============ Style 13 ============= */
/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_13 div.column_1 li.header_row_1
	{
	background: #FF420E !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_13 div.column_1 li.header_row_2
	{
	background: #FF420E !important;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_13 div.column_2 li.header_row_1
	{
	background: #ec4111 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_13 div.column_2 li.header_row_2
	{
	background: #ec4111 !important;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_13 div.column_3 li.header_row_1
	{
	background: #e63c0d !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_13 div.column_3 li.header_row_2
	{
	background: #e63c0d !important;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_13 div.column_4 li.header_row_1
	{
	background: #d82f00 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_13 div.column_4 li.header_row_2
	{
	background: #d82f00 !important;
	}

/* --- buttons --- */
div.p_table_1_13 div.column_1 a.sign_up
{
    background: #ff420e;
    border-color: #ff420e;
}
div.p_table_1_13 div.column_2 a.sign_up
{
background: #ec4111;
    border-color: #ec4111;
}
div.p_table_1_13 div.column_3 a.sign_up
{
background: #e63c0d;
    border-color: #e63c0d;
}
div.p_table_1_13 div.column_4 a.sign_up
{
    background: #d82f00;
    border-color: #d82f00;
}

/* ============ Style 14 ============= */
/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_14 div.column_1 li.header_row_1
	{
	background: #063852 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_14 div.column_1 li.header_row_2
	{
	background: #fec110 !important;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_14 div.column_2 li.header_row_1
	{
	background: #063852 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_14 div.column_2 li.header_row_2
	{
	background: #7CBA3D !important;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_14 div.column_3 li.header_row_1
	{
	background: #063852 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_14 div.column_3 li.header_row_2
	{
	background: #f37548 !important;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_14 div.column_4 li.header_row_1
	{
	background: #063852 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_14 div.column_4 li.header_row_2
	{
	background: #00b6cc !important;
	}

/* --- buttons --- */
div.p_table_1_14 div.column_1 a.sign_up
{
	background: #fec110;
	border-color: #fec110;
}
div.p_table_1_14 div.column_2 a.sign_up
{
	background: #7CBA3D;
	border-color: #7CBA3D;
}
div.p_table_1_14 div.column_3 a.sign_up
{
	background: #f37548;
	border-color: #f37548;
}
div.p_table_1_14 div.column_4 a.sign_up
{
	background: #00b6cc;
	border-color: #00b6cc;
}

/* ============ Style 15 ============= */
/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_15 div.column_1 li.header_row_1
	{
	background: #FEB80D !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_15 div.column_1 li.header_row_2
	{
	background: #FEC110 !important;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_15 div.column_2 li.header_row_1
	{
	background: #FF9A00 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_15 div.column_2 li.header_row_2
	{
	background: #FFA800 !important;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_15 div.column_3 li.header_row_1
	{
	background: #EE6800 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_15 div.column_3 li.header_row_2
	{
	background: #F17800 !important;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_15 div.column_4 li.header_row_1
	{
	background: #C13815 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_15 div.column_4 li.header_row_2
	{
	background: #CB451B !important;
	}

/* --- buttons --- */
div.p_table_1_15 div.column_1 a.sign_up
{
	background: #FEC110;
	border-color: #FEC110;
}
div.p_table_1_15 div.column_2 a.sign_up
{
	background: #FFA800;
	border-color: #FFA800;
}
div.p_table_1_15 div.column_3 a.sign_up
{
	background: #F17800;
	border-color: #F17800;
}
div.p_table_1_15 div.column_4 a.sign_up
{
	background: #CB451B;
	border-color: #CB451B;
}

/* ============ Style 16 ============= */
/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_16 div.column_1 li.header_row_1
	{
	background: #c7c7c7 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_16 div.column_1 li.header_row_2
	{
	background: #c7c7c7 !important;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_16 div.column_2 li.header_row_1
	{
	background: #b8b9b9 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_16 div.column_2 li.header_row_2
	{
	background: #b8b9b9 !important;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_16 div.column_3 li.header_row_1
	{
	background: #a7a7a7 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_16 div.column_3 li.header_row_2
	{
	background: #a7a7a7 !important;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_16 div.column_4 li.header_row_1
	{
	background: #929292 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_16 div.column_4 li.header_row_2
	{
	background: #929292 !important;
	}

/* --- buttons --- */
div.p_table_1_16 div.column_1 a.sign_up
{
	background: #c7c7c7;
	border-color: #c7c7c7;
}
div.p_table_1_16 div.column_2 a.sign_up
{
	background: #b8b9b9;
	border-color: #b8b9b9;
}
div.p_table_1_16 div.column_3 a.sign_up
{
	background: #a7a7a7;
	border-color: #a7a7a7;
}
div.p_table_1_16 div.column_4 a.sign_up
{
	background: #929292;
	border-color: #929292;
}

/* ============ Style 17 ============= */
/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_17 div.column_1 li.header_row_1
	{
	background: #35BED0 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_17 div.column_1 li.header_row_2
	{
	background: #3EC7D7 !important;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_17 div.column_2 li.header_row_1
	{
	background: #00A9C2 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_17 div.column_2 li.header_row_2
	{
	background: #00B6CC !important;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_17 div.column_3 li.header_row_1
	{
	background: #0087A8 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_17 div.column_3 li.header_row_2
	{
	background: #0097B5 !important;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_17 div.column_4 li.header_row_1
	{
	background: #005778 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_17 div.column_4 li.header_row_2
	{
	background: #006688 !important;
	}

/* --- buttons --- */
div.p_table_1_17 div.column_1 a.sign_up
{
	background: #3EC7D7;
	border-color: #3EC7D7;
}
div.p_table_1_17 div.column_2 a.sign_up
{
	background: #00B6CC;
	border-color: #00B6CC;
}
div.p_table_1_17 div.column_3 a.sign_up
{
	background: #0097B5;
	border-color: #0097B5;
}
div.p_table_1_17 div.column_4 a.sign_up
{
	background: #006688;
	border-color: #006688;
}

/* ============ Style 18 ============= */
/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_18 div.column_1 li.header_row_1
	{
	background: #F47D4A !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_18 div.column_1 li.header_row_2
	{
	background: #F47D4A !important;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_18 div.column_2 li.header_row_1
	{
	background: #E1315B !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_18 div.column_2 li.header_row_2
	{
	background: #E1315B !important;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_18 div.column_3 li.header_row_1
	{
	background: #F9BA32 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_18 div.column_3 li.header_row_2
	{
	background: #F9BA32 !important;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_18 div.column_4 li.header_row_1
	{
	background: #008DCB !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_18 div.column_4 li.header_row_2
	{
	background: #008DCB !important;
	}

/* --- buttons --- */
div.p_table_1_18 div.column_1 a.sign_up
{
	background: #F47D4A;
	border-color: #F47D4A;
}
div.p_table_1_18 div.column_2 a.sign_up
{
	background: #E1315B;
	border-color: #E1315B;
}
div.p_table_1_18 div.column_3 a.sign_up
{
	background: #F9BA32;
	border-color: #F9BA32;
}
div.p_table_1_18 div.column_4 a.sign_up
{
	background: #008DCB;
	border-color: #008DCB;
}
	
/* --- vertical align --- */
div.p_table_1 li span.skpricing_table_vertical_align_table
{
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 !important;
}
div.p_table_1 li span.skpricing_table_vertical_align
{
	display: table-cell;
	vertical-align: middle;
	padding: 0 !important;
}
/* ========== NAVIGATION ARROWS  ========== */
.skpricing_table_slider_container
{
	/*display: table-row;*/
	border-collapse: collapse;
}
.skpricing_table_slider_container div.p_table_1, .skpricing_table_slider_container div.p_table_2
{
	display: table-cell;
}
.skpricing_table_arrow_area
{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	padding: 0 20px;
}
a.skpricing_table_slide_button_prev, a.skpricing_table_slide_button_next
{
	float: left;
	background-image: url("../img/navigation_map.png") !important;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
	outline: none;
}
a.skpricing_table_slide_button_prev:hover, a.skpricing_table_slide_button_next:hover
{
	text-decoration: none !important;
	border: none;
}
/* --- style 1 --- */
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style1,
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style1
{
	width: 21px;
	height: 21px;
}
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style1
{
	background-position: -21px 0;
}
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style1:hover
{
	background-position: 0 -21px;
}
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style1:hover
{
	background-position: -21px -21px;
}
/* --- style 2 --- */
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style2,
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style2,
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style4,
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style4
{
	width: 29px;
	height: 29px;
}
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style2
{
	background-position: 0 -52px;
}
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style2
{
	background-position: -29px -52px;
}
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style2:hover
{
	background-position: 0 -81px;
}
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style2:hover
{
	background-position: -29px -81px;
}
/* --- style 3 --- */
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style3,
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style3
{
	width: 25px;
	height: 49px;
}
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style3
{
	background-position: 0 -120px;
}
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style3
{
	background-position: -25px -120px;
}
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style3:hover
{
	background-position: 0 -169px;
}
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style3:hover
{
	background-position: -25px -169px;
}
/* --- style 4 --- */
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style4
{
	background-position: 0 -228px;
}
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style4
{
	background-position: -29px -228px;
}
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style4:hover
{
	background-position: 0 -257px;
}
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style4:hover
{
	background-position: -29px -257px;
}
/* --- style 5 --- */
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style5,
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style5
{
	width: 24px;
	height: 47px;
}
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style5
{
	background-position: 0 -296px;
}
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style5
{
	background-position: -24px -296px;
}
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style5:hover
{
	background-position: 0 -343px;
}
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style5:hover
{
	background-position: -24px -343px;
}
/* --- style 6 --- */
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style6,
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style6
{
	width: 41px;
	height: 41px;
}
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style6
{
	background-position: 0 -400px;
}
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style6
{
	background-position: -41px -400px;
}
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style6:hover
{
	background-position: 0 -441px;
}
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style6:hover
{
	background-position: -41px -441px;
}
/* --- style 7 --- */
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style7,
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style7,
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style8,
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style8,
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style9,
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style9,
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style10,
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style10
{
	width: 35px;
	height: 35px;
}
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style7
{
	background-position: 0 -492px;
}
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style7
{
	background-position: -35px -492px;
}
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style7:hover
{
	background-position: 0 -527px;
}
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style7:hover
{
	background-position: -35px -527px;
}
/* --- style 8 --- */
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style8
{
	background-position: 0 -572px;
}
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style8
{
	background-position: -35px -572px;
}
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style8:hover
{
	background-position: 0 -607px;
}
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style8:hover
{
	background-position: -35px -607px;
}
/* --- style 9 --- */
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style9
{
	background-position: 0 -652px;
}
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style9
{
	background-position: -35px -652px;
}
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style9:hover
{
	background-position: 0 -687px;
}
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style9:hover
{
	background-position: -35px -687px;
}
/* --- style 10 --- */
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style10
{
	background-position: 0 -732px;
}
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style10
{
	background-position: -35px -732px;
}
a.skpricing_table_slide_button_prev.skpricing_table_slide_button_style10:hover
{
	background-position: 0 -767px;
}
a.skpricing_table_slide_button_next.skpricing_table_slide_button_style10:hover
{
	background-position: -35px -767px;
}
/* ========== PAGINATION  ========== */
.skpricing_table_pagination
{
	text-align: center;
	padding: 20px 0;
}
.skpricing_table_pagination span
{
	display: none;
}
.skpricing_table_pagination a
{
	display: inline-block;
	background-image: url("../img/navigation_map.png") !important;
	background-repeat: no-repeat;
	margin-left: 3px;
	border: none;
}
.skpricing_table_pagination a:hover
{
	border: none;
}
.skpricing_table_pagination a:first-child
{
	margin-left: 0;
}
.skpricing_table_pagination.skpricing_table_pagination_style1 a
{
	width: 9px;
	height: 9px;
	background-position: 0 -812px;
}
.skpricing_table_pagination.skpricing_table_pagination_style1 a:hover,
.skpricing_table_pagination.skpricing_table_pagination_style1 a.selected
{
	background-position: 0 -821px;
}
.skpricing_table_pagination.skpricing_table_pagination_style2 a
{
	width: 11px;
	height: 11px;
	background-position: -19px -812px;
}
.skpricing_table_pagination.skpricing_table_pagination_style2 a:hover,
.skpricing_table_pagination.skpricing_table_pagination_style2 a.selected
{
	background-position: -19px -823px;
}
.skpricing_table_pagination.skpricing_table_pagination_style3 a
{
	width: 20px;
	height: 3px;
	background-position: -40px -812px;
}
.skpricing_table_pagination.skpricing_table_pagination_style3 a:hover,
.skpricing_table_pagination.skpricing_table_pagination_style3 a.selected
{
	background-position: -40px -815px;
}
/* ========== HIDDEN ROW  ========== */
div.p_table_1 li.skpricing_table_hidden_row
{
	opacity: 1;  
	-moz-transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1);  /* FF4+ */
	-o-transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1); /* Opera 10.5+ */
	-webkit-transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1);  /* Saf3.2+, Chrome */
	-ms-transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1);  /* IE9 */
	transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1);   /* W3C */
}
div.p_table_1.skpricing_table_clearfix div li.skpricing_table_hidden_row.skpricing_table_hide,
div.p_table_1.skpricing_table_clearfix div:hover li.skpricing_table_hidden_row.skpricing_table_hide
{
	opacity: 0;
	height: 0 !important;
	padding: 0 !important;
}
div.p_table_1 .skpricing_table_hidden_rows_control
{
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px !important;
}
.skpricing_table_hidden_rows_control .skpricing_table_hide
{
	display: none;
}
div.p_table_1 .skpricing_table_hidden_rows_control span
{
	font-family: arial;
	font-weight: bold !important;
	color: #444444 !important;
}
.skpricing_table_admin_info .p_table_1
{
	display: inline;
	float: left;
	width: 22px;
	visibility: hidden;
}





/* ==================== FONT FACE 2 ==================== */	
/*@font-face 
	{
	font-family: 'YanoneKaffeesatzRegular';
	src: url('../font/YanoneKaffeesatz-Regular-webfont.eot');
	src: local('-'), url('../font/YanoneKaffeesatz-Regular-webfont.woff') format('woff'), url('../font/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'), url('../font/YanoneKaffeesatz-Regular-webfont.svg#webfontlKPF1zIT') format('svg');
	font-weight: normal;
	font-style: normal;
	}	*/

/* ==================== PRICING TABLE 2 ==================== */
/* --- base --- */

/* ==================== FONT FACE  ==================== */	
/*@font-face 
	{
	font-family: 'YanoneKaffeesatzRegular';
	src: url('../font/YanoneKaffeesatz-Regular-webfont.eot');
	src: local('-'), url('../font/YanoneKaffeesatz-Regular-webfont.woff') format('woff'), url('../font/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'), url('../font/YanoneKaffeesatz-Regular-webfont.svg#webfontlKPF1zIT') format('svg');
	font-weight: normal;
	font-style: normal;
	}	*/

/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table_2 
	{
	width: 100%; /* --- width sum of div.caption_column, div.column_1, div.column_2, div.column_3, div.column_4 --- */
	/*height: 100%;*/
	font-size: 13px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #303030;
	margin-left: auto;
	margin-right: auto;
	line-height: normal !important;
	visibility: visible;
	}

/* --- main border --- */
div.p_table_2 .frame_border
	{
	background-color: #ffffff;
	padding: 10px !important;
	float: left;
	}
	
/* --- hyperlinks --- */
div.p_table_2 a
	{
	color: #303030;
	text-decoration: none;
	}
	
/* --- lists --- */
div.p_table_2 ul
	{
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none;
	overflow: visible;
	}
	
div.p_table_2 li
	{
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
	list-style-image: none !important;
	font-size: 13px !important;
	line-height: normal !important;
	text-shadow: none !important;
	overflow: visible !important;
	text-indent: 0 !important;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	}
	
div.p_table_2 ul li img,
div.p_table_2 ul li span.skpricing_table_icon
	{
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	background: none !important;
	border: none !important;
	visibility: visible !important;
	}

/* --- div aligns --- */
div.p_table_2 .align_center
	{
	text-align: center;
	}
	
/* --- div rounded corners --- */
/* --- border radius 3px --- */	
div.p_table_2 .radius3
	{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
/* --- border radius 5px --- */	
div.p_table_2 .radius5
	{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}	
	
/* --- border radius 5px top left --- */	
div.p_table_2 .radius5_topleft
	{
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	}
	
/* --- border radius 5px top right --- */	
div.p_table_2 .radius5_topright
	{
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	}
	
/* --- border radius 5px bottom right --- */	
div.p_table_2 .radius5_bottomright
	{
	border-radius: 0px 0px 5px 0px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	}
	
/* --- border radius 5px bottom left --- */	
div.p_table_2 .radius5_bottomleft
	{
	border-radius: 0px 0px 0px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	}
	
/* ==================== HEADINGS  ==================== */
/* ------ common styles ------  */
div.p_table_2 h1,
div.p_table_2 h2,
div.p_table_2 h3
	{
	margin: 0px !important;
	padding: 0px !important;
	font-weight: normal !important;
	color: #ffffff !important;
	border: none !important;
	line-height: normal !important;
	letter-spacing: 0;
	text-transform: none;
	background: none;
	text-shadow: none !important;
	text-align: inherit !important;
	font-style: normal !important;
	width: auto !important;
	float: none !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	}
	
div.p_table_2 h1
	{
	font-family: 'Yanone Kaffeesatz', arial, sans-serif !important;
	font-size: 48px !important;
	position: static !important;
	}

div.p_table_2 h2
	{
	font-family: 'Yanone Kaffeesatz', arial, sans-serif !important;
	font-size: 28px !important;
	}
	
div.p_table_2 h3
	{
	margin-top: 3px;
	font-size: 13px !important;
	}

/* ==================== COLUMNS  ==================== */
/* ------ common styles ------  */
div.p_table_2 div.caption_column li.header_row_1,
div.p_table_2 div.caption_column li.header_row_2
	{
	background: #ffffff !important;
	}
div.p_table_2 div.caption_column li.header_row_1
{
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
}
div.p_table_2 div.caption_column li.footer_row
{
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
}

/* --- header row 1 ---  */
div.p_table_2 div.caption_column li.header_row_1 ,
div.p_table_2 div.column_1 li.header_row_1,
div.p_table_2 div.column_2 li.header_row_1,
div.p_table_2 div.column_3 li.header_row_1,
div.p_table_2 div.column_4 li.header_row_1
	{
	height: 40px;
	width: 100%;
	padding: 0 !important;
	}
	
div.p_table_2 div.caption_column li.header_row_1 a,
div.p_table_2 div.column_1 li.header_row_1 a,
div.p_table_2 div.column_2 li.header_row_1 a,
div.p_table_2 div.column_3 li.header_row_1 a,
div.p_table_2 div.column_4 li.header_row_1 a
	{
	text-decoration: none !important;
	}
	
/* ------ decor light line ------  */
div.p_table_2 div.caption_column li.decor_line,
div.p_table_2 div.column_1 li.decor_line,
div.p_table_2 div.column_2 li.decor_line,
div.p_table_2 div.column_3 li.decor_line,
div.p_table_2 div.column_4 li.decor_line
	{
	height: 1px;
	width: 100%;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_2 div.caption_column li.header_row_2,
div.p_table_2 div.column_1 li.header_row_2,
div.p_table_2 div.column_2 li.header_row_2,
div.p_table_2 div.column_3 li.header_row_2,
div.p_table_2 div.column_4 li.header_row_2
	{
	height: 88px;
	width: 100%;
	padding: 5px 0px 7px 0px !important;
	}

div.p_table_2 div.caption_column li.header_row_2 a,
div.p_table_2 div.column_1 li.header_row_2 a,
div.p_table_2 div.column_2 li.header_row_2 a,
div.p_table_2 div.column_3 li.header_row_2 a,
div.p_table_2 div.column_4 li.header_row_2 a
	{
	text-decoration: none !important;
	}
	
/* --- caption correction --- */
div.p_table_2 h1.caption
	{
	line-height: 40px !important;
	}
div.p_table_2 div.caption_column li.header_row_2
	{	
	height: 88px;
	width: 100%;
	padding: 5px 0px 8px 10px !important;
	line-height: 40px;
	/* IE box model hack */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff'); /* IE8 */
	}	
	 
/* ==================== CAPTION COLUMN  ==================== */
div.p_table_2 div.caption_column
	{
	/*position: relative;*/
	width: 170px;
	/*height: 100%;*/
	float: left !important;
	}

/* =================== COLUMN STYLE 1  ==================== */
div.p_table_2 div.column_1
	{
	/*position: relative;*/
	width: 170px;
	/*height: 100%;*/
	float: left !important;
	}
	
/* ==================== COLUMN STYLE 2  ==================== */
div.p_table_2 div.column_2
	{
	/*position: relative;*/
	width: 170px;
	/*height: 100%;*/
	float: left !important;
	}	
	
/* ==================== COLUMN STYLE 3  ==================== */
div.p_table_2 div.column_3
	{
	/*position: relative;*/
	width: 170px;
	/*height: 100%;*/
	float: left !important;
	}
	
/* ==================== COLUMN STYLE 4  ==================== */
div.p_table_2 div.column_4
	{
	/*position: relative;*/
	width: 170px;
	/*height: 100%;*/
	float: left !important;
	}
	
/* ==================== COLUMN HOVERS ==================== */
/* ------ common styles ------  */
div.p_table_2.p_table_hover_disabled div.column_1:hover li.header_row_2.radius5_bottomleft,
div.p_table_2.p_table_hover_disabled div.column_2:hover li.header_row_2.radius5_bottomleft,
div.p_table_2.p_table_hover_disabled div.column_3:hover li.header_row_2.radius5_bottomleft,
div.p_table_2.p_table_hover_disabled div.column_4:hover li.header_row_2.radius5_bottomleft
	{
	border-radius: 0px 0px 0px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	}
	
div.p_table_2.p_table_hover_disabled div.column_1:hover li.header_row_2.radius5_bottomright,
div.p_table_2.p_table_hover_disabled div.column_2:hover li.header_row_2.radius5_bottomright,
div.p_table_2.p_table_hover_disabled div.column_3:hover li.header_row_2.radius5_bottomright,
div.p_table_2.p_table_hover_disabled div.column_4:hover li.header_row_2.radius5_bottomright
	{
	border-radius: 0px 0px 5px 0px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	}
	
div.p_table_2 div.column_1:hover li.header_row_2,
div.p_table_2 div.column_2:hover li.header_row_2,
div.p_table_2 div.column_3:hover li.header_row_2,
div.p_table_2 div.column_4:hover li.header_row_2,
div.p_table_2 div.active_column li.header_row_2,
div.p_table_2.p_table_hover_disabled div.active_column:hover li.header_row_2.radius5_bottomleft,
div.p_table_2.p_table_hover_disabled div.active_column:hover li.header_row_2.radius5_bottomright
	{
	/* removed border radiuses */
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	}
	
div.p_table_2 div.column_1:hover li.footer_row,
div.p_table_2 div.column_2:hover li.footer_row,
div.p_table_2 div.column_3:hover li.footer_row,
div.p_table_2 div.column_4:hover li.footer_row,
div.p_table_2 div.active_column li.footer_row
	{
	/* added border radiuses */
	border-radius: 0px 0px 5px 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	}
		
div.p_table_2 div.column_1:hover li.row_style_1 a,
div.p_table_2 div.column_2:hover li.row_style_1 a,
div.p_table_2 div.column_3:hover li.row_style_1 a,
div.p_table_2 div.column_4:hover li.row_style_1 a,
div.p_table_2 div.column_1:hover li.row_style_2 a,
div.p_table_2 div.column_2:hover li.row_style_3 a,
div.p_table_2 div.column_3:hover li.row_style_2 a,
div.p_table_2 div.column_4:hover li.row_style_3 a
	{
	color: #ffffff !important;
	}
	
div.p_table_2.p_table_hover_disabled div.column_1:hover li.row_style_1,
div.p_table_2.p_table_hover_disabled div.column_2:hover li.row_style_1,
div.p_table_2.p_table_hover_disabled div.column_3:hover li.row_style_1,
div.p_table_2.p_table_hover_disabled div.column_4:hover li.row_style_1,
div.p_table_2.p_table_hover_disabled div.column_1:hover li.row_style_2,
div.p_table_2.p_table_hover_disabled div.column_2:hover li.row_style_3,
div.p_table_2.p_table_hover_disabled div.column_3:hover li.row_style_2,
div.p_table_2.p_table_hover_disabled div.column_4:hover li.row_style_3,
div.p_table_2.p_table_hover_disabled div.column_1:hover li.row_style_1 a,
div.p_table_2.p_table_hover_disabled div.column_2:hover li.row_style_1 a,
div.p_table_2.p_table_hover_disabled div.column_3:hover li.row_style_1 a,
div.p_table_2.p_table_hover_disabled div.column_4:hover li.row_style_1 a,
div.p_table_2.p_table_hover_disabled div.column_1:hover li.row_style_2 a,
div.p_table_2.p_table_hover_disabled div.column_2:hover li.row_style_3 a,
div.p_table_2.p_table_hover_disabled div.column_3:hover li.row_style_2 a,
div.p_table_2.p_table_hover_disabled div.column_4:hover li.row_style_3 a
	{
	color: #303030 !important;
	}
	
div.p_table_2 div.column_1:hover li.row_style_1,
div.p_table_2 div.column_2:hover li.row_style_1,
div.p_table_2 div.column_3:hover li.row_style_1,
div.p_table_2 div.column_4:hover li.row_style_1,
div.p_table_2 div.column_1:hover li.row_style_2,
div.p_table_2 div.column_2:hover li.row_style_3,
div.p_table_2 div.column_3:hover li.row_style_2,
div.p_table_2 div.column_4:hover li.row_style_3,
div.p_table_2 div.active_column li.row_style_1,
div.p_table_2 div.active_column li.row_style_2,
div.p_table_2 div.active_column li.row_style_3,
div.p_table_2 div.active_column li a,
div.p_table_2 div.active_column li a,
div.p_table_2 div.active_column li a,
div.p_table_2.p_table_hover_disabled div.active_column:hover li.row_style_1,
div.p_table_2.p_table_hover_disabled div.active_column:hover li.row_style_2,
div.p_table_2.p_table_hover_disabled div.active_column:hover li.row_style_3,
div.p_table_2.p_table_hover_disabled div.active_column:hover li.row_style_1 a,
div.p_table_2.p_table_hover_disabled div.active_column:hover li.row_style_2 a,
div.p_table_2.p_table_hover_disabled div.active_column:hover li.row_style_3 a,
div.p_table_2.p_table_hover_disabled div.active_column:hover li a
	{
	color: #ffffff !important;
	}
	
/*==================== DATA ROWS  ====================*/
/* ------ common styles ------  */
div.p_table_2 li.row_style_1,
div.p_table_2 li.row_style_2,
div.p_table_2 li.row_style_3
	{
	width: 100%;
	/*height: 100%;*/
	height: 16px;
	padding: 12px 0 !important;
	float: left;
	/* transitions */
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	}

div.p_table_2 li.row_style_1 span,
div.p_table_2 li.row_style_2 span,
div.p_table_2 li.row_style_3 span
	{
	display: block;
	padding: 0 10px !important;
	font-size: 13px !important;
	background: none !important;
	}
	
/* --- white ---  */
div.p_table_2  li.row_style_1
	{
	background: #ffffff !important;
	}
	
/* --- lighter gray ---  */
div.p_table_2 li.row_style_2
	{
	background: #f6f6f6 !important;
	}
	
/* --- darker gray ---  */
div.p_table_2 li.row_style_3
	{
	background: #ebebeb !important;
	}

div.p_table_2.p_table_hover_disabled div.column_1:hover li.row_style_1,
div.p_table_2.p_table_hover_disabled div.column_2:hover li.row_style_1,
div.p_table_2.p_table_hover_disabled div.column_3:hover li.row_style_1,
div.p_table_2.p_table_hover_disabled div.column_4:hover li.row_style_1
	{
	background: #ffffff !important;
	}

div.p_table_2.p_table_hover_disabled div.column_1:hover li.row_style_2,
div.p_table_2.p_table_hover_disabled div.column_2:hover li.row_style_2,
div.p_table_2.p_table_hover_disabled div.column_3:hover li.row_style_2,
div.p_table_2.p_table_hover_disabled div.column_4:hover li.row_style_2
	{
	background: #f6f6f6 !important;
	}
	
div.p_table_2.p_table_hover_disabled div.column_1:hover li.row_style_3,
div.p_table_2.p_table_hover_disabled div.column_2:hover li.row_style_3,
div.p_table_2.p_table_hover_disabled div.column_3:hover li.row_style_3,
div.p_table_2.p_table_hover_disabled div.column_4:hover li.row_style_3
	{
	background: #ebebeb !important;
	}
	
/* ==================== FOOTER ==================== */
/* ------ common styles ------  */
div.p_table_2 li.footer_row
	{
	width: 100%;
	height: 40px;
	padding: 14px 0 6px 0 !important;
	float: left;
	text-align: center;
	background: #ffffff !important;
	/* transitions */
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	}

div.p_table_2.p_table_hover_disabled div.column_1:hover li.footer_row,
div.p_table_2.p_table_hover_disabled div.column_2:hover li.footer_row,
div.p_table_2.p_table_hover_disabled div.column_3:hover li.footer_row,
div.p_table_2.p_table_hover_disabled div.column_4:hover li.footer_row
	{
	background: #ffffff !important;
	}
	
/* ==================== BUTTONS ==================== */
/* ------ common styles ------  */
div.p_table_2 a.button_1,
div.p_table_2 a.button_2,
div.p_table_2 a.button_3,
div.p_table_2 a.button_4
	{
	width: 130px;
	height: 37px;
	padding: 3px 0px 0px 0px !important;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	outline: none;
	line-height: normal;
	/* shadow */
	box-shadow: 0px 1px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.15);
	/* font */
	font-family: 'Yanone Kaffeesatz', arial, sans-serif;
	color: #ffffff;
	font-size: 24px;
	/* poz correction */
	position: relative;
	top: 1px;
	/* transitions */
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	}
	
/* ------ hover common styles ------  */	
div.p_table_2.p_table_hover_disabled div.column_1:hover a.button_1,
div.p_table_2.p_table_hover_disabled div.column_2:hover a.button_2,
div.p_table_2.p_table_hover_disabled div.column_3:hover a.button_3,
div.p_table_2.p_table_hover_disabled div.column_4:hover a.button_4
	{
	/* shadow */
	box-shadow: 0px 1px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.15);
	/* poz correction */
	top: 1px;
	}

/* ==================== COLUMN RIBBONS  ==================== */
/* --- base --- */
div.p_table_2 div.column_ribbon
	{
	float: right;
	width: 42px;
	height: 42px;
	position: relative;	
	margin-bottom: -42px;
	}
	
/* ------ ribbon styles ------  */
/* --- style1--- */	
div.ribbon_style1_best { background: url(../img/ribbon_style1_best.png); }
div.ribbon_style1_buy { background: url(../img/ribbon_style1_buy.png); }
div.ribbon_style1_free { background: url(../img/ribbon_style1_free.png); }
div.ribbon_style1_free_caps { background: url(../img/ribbon_style1_free_caps.png); }
div.ribbon_style1_fresh { background: url(../img/ribbon_style1_fresh.png); }
div.ribbon_style1_gift_caps { background: url(../img/ribbon_style1_gift_caps.png); }
div.ribbon_style1_heart { background: url(../img/ribbon_style1_heart.png); }
div.ribbon_style1_hot { background: url(../img/ribbon_style1_hot.png); }
div.ribbon_style1_hot_caps { background: url(../img/ribbon_style1_hot_caps.png); }
div.ribbon_style1_new { background: url(../img/ribbon_style1_new.png); }
div.ribbon_style1_new_caps { background: url(../img/ribbon_style1_new_caps.png); }
div.ribbon_style1_no1 { background: url(../img/ribbon_style1_no1.png); }
div.ribbon_style1_off5 { background: url(../img/ribbon_style1_off5.png); }
div.ribbon_style1_off10 { background: url(../img/ribbon_style1_off10.png); }
div.ribbon_style1_off15 { background: url(../img/ribbon_style1_off15.png); }
div.ribbon_style1_off20 { background: url(../img/ribbon_style1_off20.png); }
div.ribbon_style1_off25 { background: url(../img/ribbon_style1_off25.png); }
div.ribbon_style1_off30 { background: url(../img/ribbon_style1_off30.png); }
div.ribbon_style1_off35 { background: url(../img/ribbon_style1_off35.png); }
div.ribbon_style1_off40 { background: url(../img/ribbon_style1_off40.png); }
div.ribbon_style1_off50 { background: url(../img/ribbon_style1_off50.png); }
div.ribbon_style1_off75 { background: url(../img/ribbon_style1_off75.png); }
div.ribbon_style1_pack { background: url(../img/ribbon_style1_pack.png); }
div.ribbon_style1_pro { background: url(../img/ribbon_style1_pro.png); }
div.ribbon_style1_sale { background: url(../img/ribbon_style1_sale.png); }
div.ribbon_style1_save { background: url(../img/ribbon_style1_save.png); }
div.ribbon_style1_save_caps { background: url(../img/ribbon_style1_save_caps.png); }
div.ribbon_style1_top { background: url(../img/ribbon_style1_top.png); }
div.ribbon_style1_top_caps { background: url(../img/ribbon_style1_top_caps.png); }
div.ribbon_style1_trial { background: url(../img/ribbon_style1_trial.png); }

/* --- style2--- */
div.ribbon_style2_best { background: url(../img/ribbon_style2_best.png); }
div.ribbon_style2_buy { background: url(../img/ribbon_style2_buy.png); }
div.ribbon_style2_free { background: url(../img/ribbon_style2_free.png); }
div.ribbon_style2_free_caps { background: url(../img/ribbon_style2_free_caps.png); }
div.ribbon_style2_fresh { background: url(../img/ribbon_style2_fresh.png); }
div.ribbon_style2_gift_caps { background: url(../img/ribbon_style2_gift_caps.png); }
div.ribbon_style2_heart { background: url(../img/ribbon_style2_heart.png); }
div.ribbon_style2_hot { background: url(../img/ribbon_style2_hot.png); }
div.ribbon_style2_hot_caps { background: url(../img/ribbon_style2_hot_caps.png); }
div.ribbon_style2_new { background: url(../img/ribbon_style2_new.png); }
div.ribbon_style2_new_caps { background: url(../img/ribbon_style2_new_caps.png); }
div.ribbon_style2_no1 { background: url(../img/ribbon_style2_no1.png); }
div.ribbon_style2_off5 { background: url(../img/ribbon_style2_off5.png); }
div.ribbon_style2_off10 { background: url(../img/ribbon_style2_off10.png); }
div.ribbon_style2_off15 { background: url(../img/ribbon_style2_off15.png); }
div.ribbon_style2_off20 { background: url(../img/ribbon_style2_off20.png); }
div.ribbon_style2_off25 { background: url(../img/ribbon_style2_off25.png); }
div.ribbon_style2_off30 { background: url(../img/ribbon_style2_off30.png); }
div.ribbon_style2_off35 { background: url(../img/ribbon_style2_off35.png); }
div.ribbon_style2_off40 { background: url(../img/ribbon_style2_off40.png); }
div.ribbon_style2_off50 { background: url(../img/ribbon_style2_off50.png); }
div.ribbon_style2_off75 { background: url(../img/ribbon_style2_off75.png); }
div.ribbon_style2_pack { background: url(../img/ribbon_style2_pack.png); }
div.ribbon_style2_pro { background: url(../img/ribbon_style2_pro.png); }
div.ribbon_style2_sale { background: url(../img/ribbon_style2_sale.png); }
div.ribbon_style2_save { background: url(../img/ribbon_style2_save.png); }
div.ribbon_style2_save_caps { background: url(../img/ribbon_style2_save_caps.png); }
div.ribbon_style2_top { background: url(../img/ribbon_style2_top.png); }
div.ribbon_style2_top_caps { background: url(../img/ribbon_style2_top_caps.png); }
div.ribbon_style2_trial { background: url(../img/ribbon_style2_trial.png); }

/* ==================== ICONS  ==================== */
/* --- base --- */
@font-face
{
	font-family: 'icons';
	src: url('../font/icons.eot?78084899');
	src: url('../font/icons.eot?78084899#iefix') format('embedded-opentype'),
	url('../font/icons.woff?78084899') format('woff'),
	url('../font/icons.ttf?78084899') format('truetype'),
	url('../font/icons.svg?78084899#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}
div.p_table_2 span.skpricing_table_icon::after
{
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 10px;
	margin-left: .2em;
	margin-top: 3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
div.p_table_2 div.column_1:hover .skpricing_table_icon::after,
div.p_table_2 div.column_2:hover .skpricing_table_icon::after,
div.p_table_2 div.column_3:hover .skpricing_table_icon::after,
div.p_table_2 div.column_4:hover .skpricing_table_icon::after,
div.p_table_2 div.active_column .skpricing_table_icon::after
{
	color: #ffffff;
}


/* --- yes icons --- */
div.p_table_2 span.skpricing_table_icon.icon_yes_01::after
{
	content: '\e80c';
	color: #56a600;
	font-size: 16px;
}
div.p_table_2 span.skpricing_table_icon.icon_yes_02::after
{
	content: '\e802';
	color: #56a600;
	font-size: 14px;
}
div.p_table_2 span.skpricing_table_icon.icon_yes_03::after
{
	content: '\e804';
	color: #56a600;
	font-size: 14px;
}
div.p_table_2 span.skpricing_table_icon.icon_yes_04::after
{
	content: '\e806';
	color: #56a600;
	font-size: 16px;
}
div.p_table_2 span.skpricing_table_icon.icon_yes_05::after
{
	content: '\e808';
	color: #56a600;
	font-size: 14px;
}
div.p_table_2 span.skpricing_table_icon.icon_yes_06::after
{
	content: '\e80a';
	color: #56a600;
	font-size: 14px;
}
div.p_table_2 span.skpricing_table_icon.icon_yes_07::after
{
	content: '\e812';
	color: #56a600;
	font-size: 13px;
}
div.p_table_2 span.skpricing_table_icon.icon_yes_08::after
{
	content: '\e80e';
	color: #56a600;
	font-size: 14px;
}
div.p_table_2 span.skpricing_table_icon.icon_yes_09::after
{
	content: '\e810';
	color: #56a600;
	font-size: 14px;
}
div.p_table_2 span.skpricing_table_icon.icon_yes_10::after
{
	content: '\e800';
	color: #ffa800;
	font-size: 15px;
}

/* --- no icons --- */
div.p_table_2 span.skpricing_table_icon.icon_no_01::after
{
	content: '\e80d';
	color: #d64747;
	font-size: 16px;
}
div.p_table_2 span.skpricing_table_icon.icon_no_02::after
{
	content: '\e803';
	color: #d64747;
	font-size: 14px;
}
div.p_table_2 span.skpricing_table_icon.icon_no_03::after
{
	content: '\e805';
	color: #d64747;
	font-size: 14px;
}
div.p_table_2 span.skpricing_table_icon.icon_no_04::after
{
	content: '\e807';
	color: #d64747;
	font-size: 16px;
}
div.p_table_2 span.skpricing_table_icon.icon_no_05::after
{
	content: '\e809';
	color: #d64747;
	font-size: 14px;
}
div.p_table_2 span.skpricing_table_icon.icon_no_06::after
{
	content: '\e80b';
	color: #d64747;
	font-size: 14px;
}
div.p_table_2 span.skpricing_table_icon.icon_no_07::after
{
	content: '\e813';
	color: #aaaaaa;
	font-size: 13px;
}
div.p_table_2 span.skpricing_table_icon.icon_no_08::after
{
	content: '\e80f';
	color: #aaaaaa;
	font-size: 14px;
}
div.p_table_2 span.skpricing_table_icon.icon_no_09::after
{
	content: '\e811';
	color: #aaaaaa;
	font-size: 14px;
}
div.p_table_2 span.skpricing_table_icon.icon_no_10::after
{
	content: '\e801';
	color: #aaaaaa;
	font-size: 15px;
}

/* ==================== TOOLTIP  ==================== */
/* --- base --- */
div.p_table_2 span.skpricing_table_tooltip
{
	position: relative !important;
	display: inline-block !important;
	border-bottom: 1px dotted !important;
	border-color: #303030 !important;
	cursor: pointer;
}

div.p_table_2 li.row_style_1 span.skpricing_table_tooltip, 
div.p_table_2 li.row_style_2 span.skpricing_table_tooltip, 
div.p_table_2 li.row_style_3 span.skpricing_table_tooltip, 
div.p_table_2 li.row_style_4 span.skpricing_table_tooltip
{
	padding: 0 !important;
}

div.p_table_2 .header_row_1 span.skpricing_table_tooltip,
div.p_table_2 .header_row_2 span.skpricing_table_tooltip,
div.p_table_2 .footer_row span.skpricing_table_tooltip
{
	border-bottom: none !important;
}

div.p_table_2.p_table_hover_disabled div.column_1:hover span.skpricing_table_tooltip,
div.p_table_2.p_table_hover_disabled div.column_2:hover span.skpricing_table_tooltip,
div.p_table_2.p_table_hover_disabled div.column_3:hover span.skpricing_table_tooltip,
div.p_table_2.p_table_hover_disabled div.column_4:hover span.skpricing_table_tooltip
{
	border-color: #303030 !important;
}

div.p_table_2.p_table_hover_disabled span.skpricing_table_tooltip:hover
{
	border-bottom-style: solid !important;
}

div.p_table_2.p_table_hover_disabled div.active_column span.skpricing_table_tooltip:hover
{
	border-bottom-style: dotted !important;
}

div.p_table_2 div.column_1:hover span.skpricing_table_tooltip,
div.p_table_2 div.column_2:hover span.skpricing_table_tooltip,
div.p_table_2 div.column_3:hover span.skpricing_table_tooltip,
div.p_table_2 div.column_4:hover span.skpricing_table_tooltip,
div.p_table_2 div.active_column span.skpricing_table_tooltip,
div.p_table_2.p_table_hover_disabled div.active_column:hover span.skpricing_table_tooltip,
div.p_table_2 span.skpricing_table_tooltip:hover
{
	border-color: #ffffff !important;
}

div.p_table_2 span.skpricing_table_tooltip>span:first-child
{
	min-width: 180px; /* Tooltip Width */
	font-family: arial, sans-serif !important; /* Tooltip Base Font Family */
	font-size: 13px !important; /* Tooltip Base Font Size */
	line-height: normal !important;
	text-align: left !important;
	padding: 10px 10px 12px 10px !important;
	visibility: hidden;
    opacity: 0;
	position: absolute;
	z-index: 1000;

	/* CSS3 Transitions */
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	-ms-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-moz-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-o-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-ms-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	
	color: #ffffff !important;
	
	/* CSS3 Gradients */
	background: #404040 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #4e4e4e 0%, #404040 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4e4e), color-stop(100%,#404040)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4e4e4e 0%,#404040 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4e4e4e 0%,#404040 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4e4e4e 0%,#404040 100%) !important; /* IE10+ */
	background: linear-gradient(top,  #4e4e4e 0%,#404040 100%) !important; /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#404040',GradientType=0 ); IE6-9 - disabled due to lack of compatibility with pseudo-elements */

	/* CSS3 Borders */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	/* CSS3 Text-shadow */
	text-shadow: 0px 1px 0px rgba(0,0,0,0.4);
	
	left: -19px;
	bottom: 100%;
	margin-bottom: 30px; /* Start Position */
	
	/* CSS3 Transitions */
	-webkit-transition-property: opacity, margin-bottom, visibility;
	-moz-transition-property: opacity, margin-bottom, visibility;
	-o-transition-property: opacity, margin-bottom, visibility;
	-ms-transition-property: opacity, margin-bottom, visibility;
	transition-property: opacity, margin-bottom, visibility;
}

div.p_table_2.p_table_sliding span.skpricing_table_tooltip>span:first-child
{
	min-width: 95px;
	width: 95px;
	left: -54px;
}

div.p_table_2 span.skpricing_table_tooltip>span:first-child:before
{	
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
	border-top: 8px solid #000;
	border-bottom: 0 !important;
	bottom: -8px;
	left: 15px;
	border-color: #404040;
}

div.p_table_2.p_table_sliding span.skpricing_table_tooltip>span:first-child:before
{
	left: 50px;
}

/* --- On Hover --- */
div.p_table_2 span.skpricing_table_tooltip:hover>span:first-child
	{	
	margin-bottom: 10px; /* End Position */
	visibility: visible;
	opacity: 1;
	}
	
/* --- On Focus --- */
div.p_table_2 span.skpricing_table_tooltip input:focus + span:first-child,
div.p_table_2 span.skpricing_table_tooltip textarea:focus + span:first-child
	{	
	margin-bottom: 10px; /* End Position */
	visibility: visible;
	opacity: 1;
	}
	
/* --- Decorative Line --- */
div.p_table_2 span.skpricing_table_tooltip>span:first-child:after
	{
	content: "";
	display: block;
	border-top: 1px solid #808080;
	position: absolute;
	left: 0px;
	top: 1px;
	width: 100%;
	height: 10px;
	
	/* CSS3 Borders */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

/* --- misc --- */
.skpricing_table_clearfix:after
{
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
/* ==================== STYLE 1 - ORANGE ==================== */
/* ==================== HEADINGS ==================== */
div.p_table_2_1 h1.caption
	{
	color: #d76431 !important;
	}
	
div.p_table_2_1 h1.caption span
	{
	color: #f5a13e;
	}

/* ==================== COLUMN STYLE 1 ==================== */
/* --- header row 1 ---  */
div.p_table_2_1 div.column_1 li.header_row_1
	{
	border-bottom: 1px solid #e8851e;
	background-color: #f0aa2d !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #f2bb34, #ec9a26) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2bb34', endColorstr='#ec9a26') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2bb34', endColorstr='#ec9a26') !important; /* IE8 */
	background: -ms-linear-gradient(top, #f2bb34, #ec9a26) !important; /* IE9 */
	background: -moz-linear-gradient(top, #f2bb34, #ec9a26) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #f2bb34, #ec9a26) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #f2bb34, #ec9a26) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2bb34), color-stop(1, #ec9a26)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_1 div.column_1 li.decor_line
	{
	background-color: #f7d149 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #f7d149, #fbe669 50%, #f7d149) !important; /* W3C */
	background: -ms-linear-gradient(left, #f7d149, #fbe669 50%, #f7d149) !important; /* IE9 */
	background: -moz-linear-gradient(left, #f7d149, #fbe669 50%, #f7d149) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #f7d149, #fbe669 50%, #f7d149) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #f7d149, #fbe669 50%, #f7d149) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #f7d149), color-stop(0.5, #fbe669), color-stop(1, #f7d149)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_1 div.column_1 li.header_row_2
	{
	background-color: #f0aa2d !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #f2b935, #ed9e28) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2b935', endColorstr='#ed9e28') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2b935', endColorstr='#ed9e28') !important; /* IE8 */
	background: -ms-linear-gradient(top, #f2b935, #ed9e28) !important; /* IE9 */
	background: -moz-linear-gradient(top, #f2b935, #ed9e28) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #f2b935, #ed9e28) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #f2b935, #ed9e28) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2b935), color-stop(1, #ed9e28)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 2 ==================== */
/* --- header row 1 ---  */
div.p_table_2_1 div.column_2 li.header_row_1
	{
	border-bottom: 1px solid #e16420;
	background-color: #ea932f !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #eea837, #e67e28) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea837', endColorstr='#e67e28') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea837', endColorstr='#e67e28') !important; /* IE8 */
	background: -ms-linear-gradient(top, #eea837, #e67e28) !important; /* IE9 */
	background: -moz-linear-gradient(top, #eea837, #e67e28) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #eea837, #e67e28) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #eea837, #e67e28) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eea837), color-stop(1, #e67e28)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_1 div.column_2 li.decor_line
	{
	background-color: #f4c64b !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #f4c64b, #f9e06c 50%, #f4c64b) !important; /* W3C */
	background: -ms-linear-gradient(left, #f4c64b, #f9e06c 50%, #f4c64b) !important; /* IE9 */
	background: -moz-linear-gradient(left, #f4c64b, #f9e06c 50%, #f4c64b) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #f4c64b, #f9e06c 50%, #f4c64b) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #f4c64b, #f9e06c 50%, #f4c64b) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #f4c64b), color-stop(0.5, #f9e06c), color-stop(1, #f4c64b)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_1 div.column_2 li.header_row_2
	{
	background-color: #ea932f !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #eea637, #e7832a) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea637', endColorstr='#e7832a') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea637', endColorstr='#e7832a') !important; /* IE8 */
	background: -ms-linear-gradient(top, #eea637, #e7832a) !important; /* IE9 */
	background: -moz-linear-gradient(top, #eea637, #e7832a) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #eea637, #e7832a) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #eea637, #e7832a) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eea637), color-stop(1, #e7832a)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 3 ==================== */
/* --- header row 1 ---  */
div.p_table_2_1 div.column_3 li.header_row_1
	{
	border-bottom: 1px solid #cf4d1e;
	background-color: #de712c !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #e48333, #d76125) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e48333', endColorstr='#d76125') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e48333', endColorstr='#d76125') !important; /* IE8 */
	background: -ms-linear-gradient(top, #e48333, #d76125) !important; /* IE9 */
	background: -moz-linear-gradient(top, #e48333, #d76125) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #e48333, #d76125) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #e48333, #d76125) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e48333), color-stop(1, #d76125)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_1 div.column_3 li.decor_line
	{
	background-color: #edad46 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #edad46, #f5d265 50%, #edad46) !important; /* W3C */
	background: -ms-linear-gradient(left, #edad46, #f5d265 50%, #edad46) !important; /* IE9 */
	background: -moz-linear-gradient(left, #edad46, #f5d265 50%, #edad46) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #edad46, #f5d265 50%, #edad46) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #edad46, #f5d265 50%, #edad46) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #edad46), color-stop(0.5, #f5d265), color-stop(1, #edad46)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_1 div.column_3 li.header_row_2
	{
	background-color: #de712c !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #e48534, #d96527) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e48534', endColorstr='#d96527') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e48534', endColorstr='#d96527') !important; /* IE8 */
	background: -ms-linear-gradient(top, #e48534, #d96527) !important; /* IE9 */
	background: -moz-linear-gradient(top, #e48534, #d96527) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #e48534, #d96527) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #e48534, #d96527) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e48534), color-stop(1, #d96527)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 4 ==================== */
/* --- header row 1 ---  */
div.p_table_2_1 div.column_4 li.header_row_1
	{
	border-bottom: 1px solid #bb3a1d;
	background-color: #d0562a !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #d96431, #c64a24) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d96431', endColorstr='#c64a24') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d96431', endColorstr='#c64a24') !important; /* IE8 */
	background: -ms-linear-gradient(top, #d96431, #c64a24) !important; /* IE9 */
	background: -moz-linear-gradient(top, #d96431, #c64a24) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #d96431, #c64a24) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #d96431, #c64a24) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d96431), color-stop(1, #c64a24)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_1 div.column_4 li.decor_line
	{
	background-color: #e68a45 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #e68a45, #f1bf63 50%, #e68a45) !important; /* W3C */
	background: -ms-linear-gradient(left, #e68a45, #f1bf63 50%, #e68a45) !important; /* IE9 */
	background: -moz-linear-gradient(left, #e68a45, #f1bf63 50%, #e68a45) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #e68a45, #f1bf63 50%, #e68a45) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #e68a45, #f1bf63 50%, #e68a45) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #e68a45), color-stop(0.5, #f1bf63), color-stop(1, #e68a45)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_1 div.column_4 li.header_row_2
	{
	background-color: #d0562a !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #d86533, #c94d26) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d86533', endColorstr='#c94d26') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d86533', endColorstr='#c94d26') !important; /* IE8 */
	background: -ms-linear-gradient(top, #d86533, #c94d26) !important; /* IE9 */
	background: -moz-linear-gradient(top, #d86533, #c94d26) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #d86533, #c94d26) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #d86533, #c94d26) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d86533), color-stop(1, #c94d26)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN HOVERS ==================== */
/* --- column 1 ---  */
div.p_table_2_1 div.column_1:hover li.row_style_1,
div.p_table_2_1 div.column_1.active_column li.row_style_1,
div.p_table_2_1.p_table_hover_disabled div.column_1.active_column li.row_style_1,
.skpricing_table_hidden_rows_control_p_table_2_1
	{
	background: #f0ae30 !important;
	}
	
div.p_table_2_1 div.column_1:hover li.row_style_2,
div.p_table_2_1 div.column_1.active_column li.row_style_2,
div.p_table_2_1.p_table_hover_disabled div.column_1.active_column li.row_style_2,
.skpricing_table_hidden_rows_control_p_table_2_1:hover
	{
	background: #ed9e28 !important;
	}
	
div.p_table_2_1 div.column_1:hover li.footer_row,
div.p_table_2_1 div.column_1.active_column li.footer_row,
div.p_table_2_1.p_table_hover_disabled div.column_1.active_column li.footer_row
	{
	background: #f0ae30 !important;
	}
	
/* --- column 2 ---  */	
div.p_table_2_1 div.column_2:hover li.row_style_1,
div.p_table_2_1 div.column_2.active_column li.row_style_1,
div.p_table_2_1.p_table_hover_disabled div.column_2.active_column li.row_style_1
	{
	background: #eb9732 !important;
	}
	
div.p_table_2_1 div.column_2:hover li.row_style_3,
div.p_table_2_1 div.column_2.active_column li.row_style_3,
div.p_table_2_1.p_table_hover_disabled div.column_2.active_column li.row_style_3
	{
	background: #e7832a !important;
	}
	
div.p_table_2_1 div.column_2:hover li.footer_row,
div.p_table_2_1 div.column_2.active_column li.footer_row,
div.p_table_2_1.p_table_hover_disabled div.column_2.active_column li.footer_row
	{
	background: #eb9732 !important;
	}
	
/* --- column 3 ---  */	
div.p_table_2_1 div.column_3:hover li.row_style_1,
div.p_table_2_1 div.column_3.active_column li.row_style_1,
div.p_table_2_1.p_table_hover_disabled div.column_3.active_column li.row_style_1
	{
	background: #df772e !important;
	}
	
div.p_table_2_1 div.column_3:hover li.row_style_2,
div.p_table_2_1 div.column_3.active_column li.row_style_2,
div.p_table_2_1.p_table_hover_disabled div.column_3.active_column li.row_style_2
	{
	background: #d96527 !important;
	}
	
div.p_table_2_1 div.column_3:hover li.footer_row,
div.p_table_2_1 div.column_3.active_column li.footer_row,
div.p_table_2_1.p_table_hover_disabled div.column_3.active_column li.footer_row
	{
	background: #df772e !important;
	}

/* --- column 4 ---  */	
div.p_table_2_1 div.column_4:hover li.row_style_1,
div.p_table_2_1 div.column_4.active_column li.row_style_1,
div.p_table_2_1.p_table_hover_disabled div.column_4.active_column li.row_style_1
	{
	background: #d25b2c !important;
	}
	
div.p_table_2_1 div.column_4:hover li.row_style_3,
div.p_table_2_1 div.column_4.active_column li.row_style_3,
div.p_table_2_1.p_table_hover_disabled div.column_4.active_column li.row_style_3
	{
	background: #c94d26 !important;
	}
	
div.p_table_2_1 div.column_4:hover li.footer_row,
div.p_table_2_1 div.column_4.active_column li.footer_row,
div.p_table_2_1.p_table_hover_disabled div.column_4.active_column li.footer_row
	{
	background: #d25b2c !important;
	}
	
/* ==================== BUTTONS ==================== */
div.p_table_2_1 a.button_1,
div.p_table_2_1.p_table_hover_disabled  div.column_1:hover a.button_1,
div.p_table_2_1.p_table_hover_disabled  div.column_2:hover a.button_1,
div.p_table_2_1.p_table_hover_disabled  div.column_3:hover a.button_1,
div.p_table_2_1.p_table_hover_disabled  div.column_4:hover a.button_1
	{
	border-bottom: 1px solid #e6861a;
	background-color: #f0aa2d; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #f4c538, #ed9f28); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4c538', endColorstr='#ed9f28'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4c538', endColorstr='#ed9f28'); /* IE8 */
	background: -ms-linear-gradient(top, #f4c538, #ed9f28); /* IE9 */
	background: -moz-linear-gradient(top, #f4c538, #ed9f28); /* Firefox */ 
	background: -o-linear-gradient(top, #f4c538, #ed9f28); /* Opera 11  */
	background: -webkit-linear-gradient(top, #f4c538, #ed9f28); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4c538), color-stop(1, #ed9f28)); /* Chrome 10, Safari */
	}
	
div.p_table_2_1 a.button_2,
div.p_table_2_1.p_table_hover_disabled  div.column_1:hover a.button_2,
div.p_table_2_1.p_table_hover_disabled  div.column_2:hover a.button_2,
div.p_table_2_1.p_table_hover_disabled  div.column_3:hover a.button_2,
div.p_table_2_1.p_table_hover_disabled  div.column_4:hover a.button_2
	{
	border-bottom: 1px solid #de691c;
	background-color: #ea932f; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #f1b53b, #e7842a); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1b53b', endColorstr='#e7842a'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1b53b', endColorstr='#e7842a'); /* IE8 */
	background: -ms-linear-gradient(top, #f1b53b, #e7842a); /* IE9 */
	background: -moz-linear-gradient(top, #f1b53b, #e7842a); /* Firefox */ 
	background: -o-linear-gradient(top, #f1b53b, #e7842a); /* Opera 11  */
	background: -webkit-linear-gradient(top, #f1b53b, #e7842a); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1b53b), color-stop(1, #e7842a)); /* Chrome 10, Safari */
	}	
	
div.p_table_2_1 a.button_3,
div.p_table_2_1.p_table_hover_disabled  div.column_1:hover a.button_3,
div.p_table_2_1.p_table_hover_disabled  div.column_2:hover a.button_3,
div.p_table_2_1.p_table_hover_disabled  div.column_3:hover a.button_3,
div.p_table_2_1.p_table_hover_disabled  div.column_4:hover a.button_3
	{
	border-bottom: 1px solid #cc4d1a;
	background-color: #de712c; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #e88d37, #d96627); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e88d37', endColorstr='#d96627'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e88d37', endColorstr='#d96627'); /* IE8 */
	background: -ms-linear-gradient(top, #e88d37, #d96627); /* IE9 */
	background: -moz-linear-gradient(top, #e88d37, #d96627); /* Firefox */ 
	background: -o-linear-gradient(top, #e88d37, #d96627); /* Opera 11  */
	background: -webkit-linear-gradient(top, #e88d37, #d96627); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e88d37), color-stop(1, #d96627)); /* Chrome 10, Safari */
	}
	
div.p_table_2_1 a.button_4,
div.p_table_2_1.p_table_hover_disabled  div.column_1:hover a.button_4,
div.p_table_2_1.p_table_hover_disabled  div.column_2:hover a.button_4,
div.p_table_2_1.p_table_hover_disabled  div.column_3:hover a.button_4,
div.p_table_2_1.p_table_hover_disabled  div.column_4:hover a.button_4
	{
	border-bottom: 1px solid #b83719;
	background-color: #d0562a; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #df6c35, #ca4e26); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df6c35', endColorstr='#ca4e26'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df6c35', endColorstr='#ca4e26'); /* IE8 */
	background: -ms-linear-gradient(top, #df6c35, #ca4e26); /* IE9 */
	background: -moz-linear-gradient(top, #df6c35, #ca4e26); /* Firefox */ 
	background: -o-linear-gradient(top, #df6c35, #ca4e26); /* Opera 11  */
	background: -webkit-linear-gradient(top, #df6c35, #ca4e26); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #df6c35), color-stop(1, #ca4e26)); /* Chrome 10, Safari */
	}
/* ==================== STYLE 2 - GREEN ==================== */
/* ==================== HEADINGS ==================== */
div.p_table_2_2 h1.caption
	{
	color: #449a28 !important;
	}
	
div.p_table_2_2 h1.caption span
	{
	color: #9dc25f;
	}

/* ==================== COLUMN STYLE 1 ==================== */
/* --- header row 1 ---  */
div.p_table_2_2 div.column_1 li.header_row_1
	{
	border-bottom: 1px solid #5e9737;
	background-color: #7cac49 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #a1c55f, #77a946) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1c55f', endColorstr='#77a946') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1c55f', endColorstr='#77a946') !important; /* IE8 */
	background: -ms-linear-gradient(top, #a1c55f, #77a946) !important; /* IE9 */
	background: -moz-linear-gradient(top, #a1c55f, #77a946) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #a1c55f, #77a946) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #a1c55f, #77a946) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a1c55f), color-stop(1, #77a946)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_2 div.column_1 li.decor_line
	{
	background-color: #c1d884 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #c1d884, #ddeabc 50%, #c1d884) !important; /* W3C */
	background: -ms-linear-gradient(left, #c1d884, #ddeabc 50%, #c1d884) !important; /* IE9 */
	background: -moz-linear-gradient(left, #c1d884, #ddeabc 50%, #c1d884) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #c1d884, #ddeabc 50%, #c1d884) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #c1d884, #ddeabc 50%, #c1d884) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #c1d884), color-stop(0.5, #ddeabc), color-stop(1, #c1d884)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_2 div.column_1 li.header_row_2
	{
	background-color: #7cac49 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #a0c461, #7cac49) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0c461', endColorstr='#7cac49') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0c461', endColorstr='#7cac49') !important; /* IE8 */
	background: -ms-linear-gradient(top, #a0c461, #7cac49) !important; /* IE9 */
	background: -moz-linear-gradient(top, #a0c461, #7cac49) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #a0c461, #7cac49) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #a0c461, #7cac49) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a0c461), color-stop(1, #7cac49)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 2 ==================== */
/* --- header row 1 ---  */
div.p_table_2_2 div.column_2 li.header_row_1
	{
	border-bottom: 1px solid #487d29;
	background-color: #5f9836 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #7cb746, #5b9433) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7cb746', endColorstr='#5b9433') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7cb746', endColorstr='#5b9433') !important; /* IE8 */
	background: -ms-linear-gradient(top, #7cb746, #5b9433) !important; /* IE9 */
	background: -moz-linear-gradient(top, #7cb746, #5b9433) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #7cb746, #5b9433) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #7cb746, #5b9433) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7cb746), color-stop(1, #5b9433)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_2 div.column_2 li.decor_line
	{
	background-color: #a5cf62 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #a5cf62, #cee58e 50%, #a5cf62) !important; /* W3C */
	background: -ms-linear-gradient(left, #a5cf62, #cee58e 50%, #a5cf62) !important; /* IE9 */
	background: -moz-linear-gradient(left, #a5cf62, #cee58e 50%, #a5cf62) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #a5cf62, #cee58e 50%, #a5cf62) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #a5cf62, #cee58e 50%, #a5cf62) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #a5cf62), color-stop(0.5, #cee58e), color-stop(1, #a5cf62)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_2 div.column_2 li.header_row_2
	{
	background-color: #5f9836 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #7eb548, #5f9836) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb548', endColorstr='#5f9836') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb548', endColorstr='#5f9836') !important; /* IE8 */
	background: -ms-linear-gradient(top, #7eb548, #5f9836) !important; /* IE9 */
	background: -moz-linear-gradient(top, #7eb548, #5f9836) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #7eb548, #5f9836) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #7eb548, #5f9836) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7eb548), color-stop(1, #5f9836)) !important; /* Chrome 10, Safari */
	}
	
/* ==================== COLUMN STYLE 3 ==================== */
/* --- header row 1 ---  */
div.p_table_2_2 div.column_3 li.header_row_1
	{
	border-bottom: 1px solid #356a1e;
	background-color: #468928 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #5bad34, #438426) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bad34', endColorstr='#438426') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bad34', endColorstr='#438426') !important; /* IE8 */
	background: -ms-linear-gradient(top, #5bad34, #438426) !important; /* IE9 */
	background: -moz-linear-gradient(top, #5bad34, #438426) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #5bad34, #438426) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #5bad34, #438426) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5bad34), color-stop(1, #438426)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_2 div.column_3 li.decor_line
	{
	background-color: #7ec849 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #7ec849, #b6e169 50%, #7ec849) !important; /* W3C */
	background: -ms-linear-gradient(left, #7ec849, #b6e169 50%, #7ec849) !important; /* IE9 */
	background: -moz-linear-gradient(left, #7ec849, #b6e169 50%, #7ec849) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #7ec849, #b6e169 50%, #7ec849) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #7ec849, #b6e169 50%, #7ec849) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #7ec849), color-stop(0.5, #b6e169), color-stop(1, #7ec849)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_2 div.column_3 li.header_row_2
	{
	background-color: #468928 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #5dab35, #468928) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5dab35', endColorstr='#468928') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5dab35', endColorstr='#468928') !important; /* IE8 */
	background: -ms-linear-gradient(top, #5dab35, #468928) !important; /* IE9 */
	background: -moz-linear-gradient(top, #5dab35, #468928) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #5dab35, #468928) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #5dab35, #468928) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5dab35), color-stop(1, #468928)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 4 ==================== */
/* --- header row 1 ---  */
div.p_table_2_2 div.column_4 li.header_row_1
	{
	border-bottom: 1px solid #275c17;
	background-color: #34791f !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #449e28, #31741d) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#449e28', endColorstr='#31741d') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#449e28', endColorstr='#31741d') !important; /* IE8 */
	background: -ms-linear-gradient(top, #449e28, #31741d) !important; /* IE9 */
	background: -moz-linear-gradient(top, #449e28, #31741d) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #449e28, #31741d) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #449e28, #31741d) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #449e28), color-stop(1, #31741d)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_2 div.column_4 li.decor_line
	{
	background-color: #5ebf37 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #5ebf37, #88dc50 50%, #5ebf37) !important; /* W3C */
	background: -ms-linear-gradient(left, #5ebf37, #88dc50 50%, #5ebf37) !important; /* IE9 */
	background: -moz-linear-gradient(left, #5ebf37, #88dc50 50%, #5ebf37) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #5ebf37, #88dc50 50%, #5ebf37) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #5ebf37, #88dc50 50%, #5ebf37) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #5ebf37), color-stop(0.5, #88dc50), color-stop(1, #5ebf37)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_2 div.column_4 li.header_row_2
	{
	background-color: #34791f !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #449c29, #34791f) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#449c29', endColorstr='#34791f') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#449c29', endColorstr='#34791f') !important; /* IE8 */
	background: -ms-linear-gradient(top, #449c29, #34791f) !important; /* IE9 */
	background: -moz-linear-gradient(top, #449c29, #34791f) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #449c29, #34791f) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #449c29, #34791f) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #449c29), color-stop(1, #34791f)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN HOVERS ==================== */
/* --- column 1 ---  */
div.p_table_2_2 div.column_1:hover li.row_style_1,
div.p_table_2_2 div.column_1.active_column li.row_style_1,
div.p_table_2_2.p_table_hover_disabled div.column_1.active_column li.row_style_1,
.skpricing_table_hidden_rows_control_p_table_2_2
	{
	background: #91b956 !important;
	}
	
div.p_table_2_2 div.column_1:hover li.row_style_2,
div.p_table_2_2 div.column_1.active_column li.row_style_2,
div.p_table_2_2.p_table_hover_disabled div.column_1.active_column li.row_style_2,
.skpricing_table_hidden_rows_control_p_table_2_2:hover
	{
	background: #7cac49 !important;
	}
	
div.p_table_2_2 div.column_1:hover li.footer_row,
div.p_table_2_2 div.column_1.active_column li.footer_row,
div.p_table_2_2.p_table_hover_disabled div.column_1.active_column li.footer_row
	{
	background: #91b956 !important;
	}
	
/* --- column 2 ---  */	
div.p_table_2_2 div.column_2:hover li.row_style_1,
div.p_table_2_2 div.column_2.active_column li.row_style_1,
div.p_table_2_2.p_table_hover_disabled div.column_2.active_column li.row_style_1
	{
	background: #70a940 !important;
	}
	
div.p_table_2_2 div.column_2:hover li.row_style_3,
div.p_table_2_2 div.column_2.active_column li.row_style_3,
div.p_table_2_2.p_table_hover_disabled div.column_2.active_column li.row_style_3
	{
	background: #5f9836 !important;
	}
	
div.p_table_2_2 div.column_2:hover li.footer_row,
div.p_table_2_2 div.column_2.active_column li.footer_row,
div.p_table_2_2.p_table_hover_disabled div.column_2.active_column li.footer_row
	{
	background: #70a940 !important;
	}
	
/* --- column 3 ---  */	
div.p_table_2_2 div.column_3:hover li.row_style_1,
div.p_table_2_2 div.column_3.active_column li.row_style_1,
div.p_table_2_2.p_table_hover_disabled div.column_3.active_column li.row_style_1
	{
	background: #539c30 !important;
	}
	
div.p_table_2_2 div.column_3:hover li.row_style_2,
div.p_table_2_2 div.column_3.active_column li.row_style_2,
div.p_table_2_2.p_table_hover_disabled div.column_3.active_column li.row_style_2
	{
	background: #468928 !important;
	}
	
div.p_table_2_2 div.column_3:hover li.footer_row,
div.p_table_2_2 div.column_3.active_column li.footer_row,
div.p_table_2_2.p_table_hover_disabled div.column_3.active_column li.footer_row
	{
	background: #539c30 !important;
	}

/* --- column 4 ---  */	
div.p_table_2_2 div.column_4:hover li.row_style_1,
div.p_table_2_2 div.column_4.active_column li.row_style_1,
div.p_table_2_2.p_table_hover_disabled div.column_4.active_column li.row_style_1
	{
	background: #3d8e25 !important;
	}
	
div.p_table_2_2 div.column_4:hover li.row_style_3,
div.p_table_2_2 div.column_4.active_column li.row_style_3,
div.p_table_2_2.p_table_hover_disabled div.column_4.active_column li.row_style_3
	{
	background: #34791f !important;
	}
	
div.p_table_2_2 div.column_4:hover li.footer_row,
div.p_table_2_2 div.column_4.active_column li.footer_row,
div.p_table_2_2.p_table_hover_disabled div.column_4.active_column li.footer_row
	{
	background: #3d8e25 !important;
	}
	
/* ==================== BUTTONS ==================== */
div.p_table_2_2 a.button_1,
div.p_table_2_2.p_table_hover_disabled  div.column_1:hover a.button_1,
div.p_table_2_2.p_table_hover_disabled  div.column_2:hover a.button_1,
div.p_table_2_2.p_table_hover_disabled  div.column_3:hover a.button_1,
div.p_table_2_2.p_table_hover_disabled  div.column_4:hover a.button_1
	{
	border-bottom: 1px solid #629634;
	background-color: #7cac49; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #aecd66, #7dad4a); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aecd66', endColorstr='#7dad4a'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aecd66', endColorstr='#7dad4a'); /* IE8 */
	background: -ms-linear-gradient(top, #aecd66, #7dad4a); /* IE9 */
	background: -moz-linear-gradient(top, #aecd66, #7dad4a); /* Firefox */ 
	background: -o-linear-gradient(top, #aecd66, #7dad4a); /* Opera 11  */
	background: -webkit-linear-gradient(top, #aecd66, #7dad4a); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aecd66), color-stop(1, #7dad4a)); /* Chrome 10, Safari */
	}
	
div.p_table_2_2 a.button_2,
div.p_table_2_2.p_table_hover_disabled  div.column_1:hover a.button_2,
div.p_table_2_2.p_table_hover_disabled  div.column_2:hover a.button_2,
div.p_table_2_2.p_table_hover_disabled  div.column_3:hover a.button_2,
div.p_table_2_2.p_table_hover_disabled  div.column_4:hover a.button_2
	{
	border-bottom: 1px solid #478025;
	background-color: #5f9836; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #85c14c, #609937); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85c14c', endColorstr='#609937'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85c14c', endColorstr='#609937'); /* IE8 */
	background: -ms-linear-gradient(top, #85c14c, #609937); /* IE9 */
	background: -moz-linear-gradient(top, #85c14c, #609937); /* Firefox */ 
	background: -o-linear-gradient(top, #85c14c, #609937); /* Opera 11  */
	background: -webkit-linear-gradient(top, #85c14c, #609937); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #85c14c), color-stop(1, #609937)); /* Chrome 10, Safari */
	}	
	
div.p_table_2_2 a.button_3,
div.p_table_2_2.p_table_hover_disabled  div.column_1:hover a.button_3,
div.p_table_2_2.p_table_hover_disabled  div.column_2:hover a.button_3,
div.p_table_2_2.p_table_hover_disabled  div.column_3:hover a.button_3,
div.p_table_2_2.p_table_hover_disabled  div.column_4:hover a.button_3
	{
	border-bottom: 1px solid #32701a;
	background-color: #468928; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #62b838, #478a28); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62b838', endColorstr='#478a28'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62b838', endColorstr='#478a28'); /* IE8 */
	background: -ms-linear-gradient(top, #62b838, #478a28); /* IE9 */
	background: -moz-linear-gradient(top, #62b838, #478a28); /* Firefox */ 
	background: -o-linear-gradient(top, #62b838, #478a28); /* Opera 11  */
	background: -webkit-linear-gradient(top, #62b838, #478a28); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #62b838), color-stop(1, #478a28)); /* Chrome 10, Safari */
	}
	
div.p_table_2_2 a.button_4,
div.p_table_2_2.p_table_hover_disabled  div.column_1:hover a.button_4,
div.p_table_2_2.p_table_hover_disabled  div.column_2:hover a.button_4,
div.p_table_2_2.p_table_hover_disabled  div.column_3:hover a.button_4,
div.p_table_2_2.p_table_hover_disabled  div.column_4:hover a.button_4
	{
	border-bottom: 1px solid #245f14;
	background-color: #34791f; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #49a92b, #357a1f); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49a92b', endColorstr='#357a1f'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49a92b', endColorstr='#357a1f'); /* IE8 */
	background: -ms-linear-gradient(top, #49a92b, #357a1f); /* IE9 */
	background: -moz-linear-gradient(top, #49a92b, #357a1f); /* Firefox */ 
	background: -o-linear-gradient(top, #49a92b, #357a1f); /* Opera 11  */
	background: -webkit-linear-gradient(top, #49a92b, #357a1f); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #49a92b), color-stop(1, #357a1f)); /* Chrome 10, Safari */
	}
/* ==================== STYLE 3 - BLUE ==================== */
/* ==================== HEADINGS ==================== */
div.p_table_2_3 h1.caption
	{
	color: #3171b5 !important;
	}
	
div.p_table_2_3 h1.caption span
	{
	color: #70b7d2;
	}

/* ==================== COLUMN STYLE 1 ==================== */
/* --- header row 1 ---  */
div.p_table_2_3 div.column_1 li.header_row_1
	{
	border-bottom: 1px solid #4283b2;
	background-color: #569dc2 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #70bbd4, #5399c0) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70bbd4', endColorstr='#5399c0') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70bbd4', endColorstr='#5399c0') !important; /* IE8 */
	background: -ms-linear-gradient(top, #70bbd4, #5399c0) !important; /* IE9 */
	background: -moz-linear-gradient(top, #70bbd4, #5399c0) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #70bbd4, #5399c0) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #70bbd4, #5399c0) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #70bbd4), color-stop(1, #5399c0)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_3 div.column_1 li.decor_line
	{
	background-color: #98d1e2 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #98d1e2, #c7e6ef 50%, #98d1e2) !important; /* W3C */
	background: -ms-linear-gradient(left, #98d1e2, #c7e6ef 50%, #98d1e2) !important; /* IE9 */
	background: -moz-linear-gradient(left, #98d1e2, #c7e6ef 50%, #98d1e2) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #98d1e2, #c7e6ef 50%, #98d1e2) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #98d1e2, #c7e6ef 50%, #98d1e2) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #98d1e2), color-stop(0.5, #c7e6ef), color-stop(1, #98d1e2)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_3 div.column_1 li.header_row_2
	{
	background-color: #569dc2 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #72b9d3, #569dc2) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b9d3', endColorstr='#569dc2') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b9d3', endColorstr='#569dc2') !important; /* IE8 */
	background: -ms-linear-gradient(top, #72b9d3, #569dc2) !important; /* IE9 */
	background: -moz-linear-gradient(top, #72b9d3, #569dc2) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #72b9d3, #569dc2) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #72b9d3, #569dc2) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #72b9d3), color-stop(1, #569dc2)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 2 ==================== */
/* --- header row 1 ---  */
div.p_table_2_3 div.column_2 li.header_row_1
	{
	border-bottom: 1px solid #2e639f;
	background-color: #3c82b3 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #4ea8ca, #397db0) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ea8ca', endColorstr='#397db0') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ea8ca', endColorstr='#397db0') !important; /* IE8 */
	background: -ms-linear-gradient(top, #4ea8ca, #397db0) !important; /* IE9 */
	background: -moz-linear-gradient(top, #4ea8ca, #397db0) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #4ea8ca, #397db0) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #4ea8ca, #397db0) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4ea8ca), color-stop(1, #397db0)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_3 div.column_2 li.decor_line
	{
	background-color: #6cc5db !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #6cc5db, #9ce0ec 50%, #6cc5db) !important; /* W3C */
	background: -ms-linear-gradient(left, #6cc5db, #9ce0ec 50%, #6cc5db) !important; /* IE9 */
	background: -moz-linear-gradient(left, #6cc5db, #9ce0ec 50%, #6cc5db) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #6cc5db, #9ce0ec 50%, #6cc5db) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #6cc5db, #9ce0ec 50%, #6cc5db) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #6cc5db), color-stop(0.5, #9ce0ec), color-stop(1, #6cc5db)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_3 div.column_2 li.header_row_2
	{
	background-color: #3c82b3 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #4fa5c8, #3c82b3) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fa5c8', endColorstr='#3c82b3') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fa5c8', endColorstr='#3c82b3') !important; /* IE8 */
	background: -ms-linear-gradient(top, #4fa5c8, #3c82b3) !important; /* IE9 */
	background: -moz-linear-gradient(top, #4fa5c8, #3c82b3) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #4fa5c8, #3c82b3) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #4fa5c8, #3c82b3) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4fa5c8), color-stop(1, #3c82b3)) !important; /* Chrome 10, Safari */
	}
	
/* ==================== COLUMN STYLE 3 ==================== */
/* --- header row 1 ---  */
div.p_table_2_3 div.column_3 li.header_row_1
	{
	border-bottom: 1px solid #244f8b;
	background-color: #2f68a3 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #3d87bf, #2d649f) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d87bf', endColorstr='#2d649f') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d87bf', endColorstr='#2d649f') !important; /* IE8 */
	background: -ms-linear-gradient(top, #3d87bf, #2d649f) !important; /* IE9 */
	background: -moz-linear-gradient(top, #3d87bf, #2d649f) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #3d87bf, #2d649f) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #3d87bf, #2d649f) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3d87bf), color-stop(1, #2d649f)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_3 div.column_3 li.decor_line
	{
	background-color: #55b3d4 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #55b3d4, #7bd5e8 50%, #55b3d4) !important; /* W3C */
	background: -ms-linear-gradient(left, #55b3d4, #7bd5e8 50%, #55b3d4) !important; /* IE9 */
	background: -moz-linear-gradient(left, #55b3d4, #7bd5e8 50%, #55b3d4) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #55b3d4, #7bd5e8 50%, #55b3d4) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #55b3d4, #7bd5e8 50%, #55b3d4) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #55b3d4), color-stop(0.5, #7bd5e8), color-stop(1, #55b3d4)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_3 div.column_3 li.header_row_2
	{
	background-color: #2f68a3 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #3e8abd, #2f68a3) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e8abd', endColorstr='#2f68a3') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e8abd', endColorstr='#2f68a3') !important; /* IE8 */
	background: -ms-linear-gradient(top, #3e8abd, #2f68a3) !important; /* IE9 */
	background: -moz-linear-gradient(top, #3e8abd, #2f68a3) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #3e8abd, #2f68a3) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #3e8abd, #2f68a3) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e8abd), color-stop(1, #2f68a3)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 4 ==================== */
/* --- header row 1 ---  */
div.p_table_2_3 div.column_4 li.header_row_1
	{
	border-bottom: 1px solid #1d4280;
	background-color: #26579a !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #3171b8, #245496) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3171b8', endColorstr='#245496') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3171b8', endColorstr='#245496') !important; /* IE8 */
	background: -ms-linear-gradient(top, #3171b8, #245496) !important; /* IE9 */
	background: -moz-linear-gradient(top, #3171b8, #245496) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #3171b8, #245496) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #3171b8, #245496) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3171b8), color-stop(1, #245496)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_3 div.column_4 li.decor_line
	{
	background-color: #4599cf !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #4599cf, #63c7e5 50%, #4599cf) !important; /* W3C */
	background: -ms-linear-gradient(left, #4599cf, #63c7e5 50%, #4599cf) !important; /* IE9 */
	background: -moz-linear-gradient(left, #4599cf, #63c7e5 50%, #4599cf) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #4599cf, #63c7e5 50%, #4599cf) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #4599cf, #63c7e5 50%, #4599cf) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #4599cf), color-stop(0.5, #63c7e5), color-stop(1, #4599cf)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_3 div.column_4 li.header_row_2
	{
	background-color: #26579a !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #3373b6, #26579a) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3373b6', endColorstr='#26579a') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3373b6', endColorstr='#26579a') !important; /* IE8 */
	background: -ms-linear-gradient(top, #3373b6, #26579a) !important; /* IE9 */
	background: -moz-linear-gradient(top, #3373b6, #26579a) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #3373b6, #26579a) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #3373b6, #26579a) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3373b6), color-stop(1, #26579a)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN HOVERS ==================== */
/* --- column 1 ---  */
div.p_table_2_3 div.column_1:hover li.row_style_1,
div.p_table_2_3 div.column_1.active_column li.row_style_1,
div.p_table_2_3.p_table_hover_disabled div.column_1.active_column li.row_style_1,
.skpricing_table_hidden_rows_control_p_table_2_3
	{
	background: #66adcc !important;
	}
	
div.p_table_2_3 div.column_1:hover li.row_style_2,
div.p_table_2_3 div.column_1.active_column li.row_style_2,
div.p_table_2_3.p_table_hover_disabled div.column_1.active_column li.row_style_2,
.skpricing_table_hidden_rows_control_p_table_2_3:hover
	{
	background: #569dc2 !important;
	}
	
div.p_table_2_3 div.column_1:hover li.footer_row,
div.p_table_2_3 div.column_1.active_column li.footer_row,
div.p_table_2_3.p_table_hover_disabled div.column_1.active_column li.footer_row
	{
	background: #66adcc !important;
	}
	
/* --- column 2 ---  */	
div.p_table_2_3 div.column_2:hover li.row_style_1,
div.p_table_2_3 div.column_2.active_column li.row_style_1,
div.p_table_2_3.p_table_hover_disabled div.column_2.active_column li.row_style_1
	{
	background: #4797c0 !important;
	}
	
div.p_table_2_3 div.column_2:hover li.row_style_3,
div.p_table_2_3 div.column_2.active_column li.row_style_3,
div.p_table_2_3.p_table_hover_disabled div.column_2.active_column li.row_style_3
	{
	background: #3c82b3 !important;
	}
	
div.p_table_2_3 div.column_2:hover li.footer_row,
div.p_table_2_3 div.column_2.active_column li.footer_row,
div.p_table_2_3.p_table_hover_disabled div.column_2.active_column li.footer_row
	{
	background: #4797c0 !important;
	}
	
/* --- column 3 ---  */	
div.p_table_2_3 div.column_3:hover li.row_style_1,
div.p_table_2_3 div.column_3.active_column li.row_style_1,
div.p_table_2_3.p_table_hover_disabled div.column_3.active_column li.row_style_1
	{
	background: #377bb2 !important;
	}
	
div.p_table_2_3 div.column_3:hover li.row_style_2,
div.p_table_2_3 div.column_3.active_column li.row_style_2,
div.p_table_2_3.p_table_hover_disabled div.column_3.active_column li.row_style_2
	{
	background: #2f68a3 !important;
	}
	
div.p_table_2_3 div.column_3:hover li.footer_row,
div.p_table_2_3 div.column_3.active_column li.footer_row,
div.p_table_2_3.p_table_hover_disabled div.column_3.active_column li.footer_row
	{
	background: #377bb2 !important;
	}

/* --- column 4 ---  */	
div.p_table_2_3 div.column_4:hover li.row_style_1,
div.p_table_2_3 div.column_4.active_column li.row_style_1,
div.p_table_2_3.p_table_hover_disabled div.column_4.active_column li.row_style_1
	{
	background: #2c67aa !important;
	}
	
div.p_table_2_3 div.column_4:hover li.row_style_3,
div.p_table_2_3 div.column_4.active_column li.row_style_3,
div.p_table_2_3.p_table_hover_disabled div.column_4.active_column li.row_style_3
	{
	background: #26579a !important;
	}
	
div.p_table_2_3 div.column_4:hover li.footer_row,
div.p_table_2_3 div.column_4.active_column li.footer_row,
div.p_table_2_3.p_table_hover_disabled div.column_4.active_column li.footer_row
	{
	background: #2c67aa !important;
	}
	
/* ==================== BUTTONS ==================== */
div.p_table_2_3 a.button_1,
div.p_table_2_3.p_table_hover_disabled  div.column_1:hover a.button_1,
div.p_table_2_3.p_table_hover_disabled  div.column_2:hover a.button_1,
div.p_table_2_3.p_table_hover_disabled  div.column_3:hover a.button_1,
div.p_table_2_3.p_table_hover_disabled  div.column_4:hover a.button_1
	{
	border-bottom: 1px solid #3f85b0;
	background-color: #569dc2; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #78c4da, #579ec3); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c4da', endColorstr='#579ec3'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c4da', endColorstr='#579ec3'); /* IE8 */
	background: -ms-linear-gradient(top, #78c4da, #579ec3); /* IE9 */
	background: -moz-linear-gradient(top, #78c4da, #579ec3); /* Firefox */ 
	background: -o-linear-gradient(top, #78c4da, #579ec3); /* Opera 11  */
	background: -webkit-linear-gradient(top, #78c4da, #579ec3); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #78c4da), color-stop(1, #579ec3)); /* Chrome 10, Safari */
	}
	
div.p_table_2_3 a.button_2,
div.p_table_2_3.p_table_hover_disabled  div.column_1:hover a.button_2,
div.p_table_2_3.p_table_hover_disabled  div.column_2:hover a.button_2,
div.p_table_2_3.p_table_hover_disabled  div.column_3:hover a.button_2,
div.p_table_2_3.p_table_hover_disabled  div.column_4:hover a.button_2
	{
	border-bottom: 1px solid #2a689e;
	background-color: #3c82b3; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #54b4d1, #3d83b4); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54b4d1', endColorstr='#3d83b4'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54b4d1', endColorstr='#3d83b4'); /* IE8 */
	background: -ms-linear-gradient(top, #54b4d1, #3d83b4); /* IE9 */
	background: -moz-linear-gradient(top, #54b4d1, #3d83b4); /* Firefox */ 
	background: -o-linear-gradient(top, #54b4d1, #3d83b4); /* Opera 11  */
	background: -webkit-linear-gradient(top, #54b4d1, #3d83b4); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #54b4d1), color-stop(1, #3d83b4)); /* Chrome 10, Safari */
	}	
	
div.p_table_2_3 a.button_3,
div.p_table_2_3.p_table_hover_disabled  div.column_1:hover a.button_3,
div.p_table_2_3.p_table_hover_disabled  div.column_2:hover a.button_3,
div.p_table_2_3.p_table_hover_disabled  div.column_3:hover a.button_3,
div.p_table_2_3.p_table_hover_disabled  div.column_4:hover a.button_3
	{
	border-bottom: 1px solid #204f8b;
	background-color: #2f68a3; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #4292c8, #3069a4); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4292c8', endColorstr='#3069a4'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4292c8', endColorstr='#3069a4'); /* IE8 */
	background: -ms-linear-gradient(top, #4292c8, #3069a4); /* IE9 */
	background: -moz-linear-gradient(top, #4292c8, #3069a4); /* Firefox */ 
	background: -o-linear-gradient(top, #4292c8, #3069a4); /* Opera 11  */
	background: -webkit-linear-gradient(top, #4292c8, #3069a4); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4292c8), color-stop(1, #3069a4)); /* Chrome 10, Safari */
	}
	
div.p_table_2_3 a.button_4,
div.p_table_2_3.p_table_hover_disabled  div.column_1:hover a.button_4,
div.p_table_2_3.p_table_hover_disabled  div.column_2:hover a.button_4,
div.p_table_2_3.p_table_hover_disabled  div.column_3:hover a.button_4,
div.p_table_2_3.p_table_hover_disabled  div.column_4:hover a.button_4
	{
	border-bottom: 1px solid #194082;
	background-color: #26579a; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #357ac2, #26589b); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#357ac2', endColorstr='#26589b'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#357ac2', endColorstr='#26589b'); /* IE8 */
	background: -ms-linear-gradient(top, #357ac2, #26589b); /* IE9 */
	background: -moz-linear-gradient(top, #357ac2, #26589b); /* Firefox */ 
	background: -o-linear-gradient(top, #357ac2, #26589b); /* Opera 11  */
	background: -webkit-linear-gradient(top, #357ac2, #26589b); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #357ac2), color-stop(1, #26589b)); /* Chrome 10, Safari */
	}
/* ==================== STYLE 4 - PURPLE ==================== */
/* ==================== HEADINGS ==================== */
div.p_table_2_4 h1.caption
	{
	color: #6a4d8f !important;
	}
	
div.p_table_2_4 h1.caption span
	{
	color: #a59dc4;
	}

/* ==================== COLUMN STYLE 1 ==================== */
/* --- header row 1 ---  */
div.p_table_2_4 div.column_1 li.header_row_1
	{
	border-bottom: 1px solid #675e9a;
	background-color: #867caf !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #aba1c7, #8177ac) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aba1c7', endColorstr='#8177ac') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aba1c7', endColorstr='#8177ac') !important; /* IE8 */
	background: -ms-linear-gradient(top, #aba1c7, #8177ac) !important; /* IE9 */
	background: -moz-linear-gradient(top, #aba1c7, #8177ac) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #aba1c7, #8177ac) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #aba1c7, #8177ac) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aba1c7), color-stop(1, #8177ac)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_4 div.column_1 li.decor_line
	{
	background-color: #c6c1d9 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #c6c1d9, #e0ddea 50%, #c6c1d9) !important; /* W3C */
	background: -ms-linear-gradient(left, #c6c1d9, #e0ddea 50%, #c6c1d9) !important; /* IE9 */
	background: -moz-linear-gradient(left, #c6c1d9, #e0ddea 50%, #c6c1d9) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #c6c1d9, #e0ddea 50%, #c6c1d9) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #c6c1d9, #e0ddea 50%, #c6c1d9) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #c6c1d9), color-stop(0.5, #e0ddea), color-stop(1, #c6c1d9)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_4 div.column_1 li.header_row_2
	{
	background-color: #867caf !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #a8a0c6, #867caf) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8a0c6', endColorstr='#867caf') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8a0c6', endColorstr='#867caf') !important; /* IE8 */
	background: -ms-linear-gradient(top, #a8a0c6, #867caf) !important; /* IE9 */
	background: -moz-linear-gradient(top, #a8a0c6, #867caf) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #a8a0c6, #867caf) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #a8a0c6, #867caf) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a8a0c6), color-stop(1, #867caf)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 2 ==================== */
/* --- header row 1 ---  */
div.p_table_2_4 div.column_2 li.header_row_1
	{
	border-bottom: 1px solid #554a81;
	background-color: #70619b !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #927eb9, #6b5d97) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#927eb9', endColorstr='#6b5d97') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#927eb9', endColorstr='#6b5d97') !important; /* IE8 */
	background: -ms-linear-gradient(top, #927eb9, #6b5d97) !important; /* IE9 */
	background: -moz-linear-gradient(top, #927eb9, #6b5d97) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #927eb9, #6b5d97) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #927eb9, #6b5d97) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #927eb9), color-stop(1, #6b5d97)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_4 div.column_2 li.decor_line
	{
	background-color: #b9a7d0 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #b9a7d0, #d9cfe6 50%, #b9a7d0) !important; /* W3C */
	background: -ms-linear-gradient(left, #b9a7d0, #d9cfe6 50%, #b9a7d0) !important; /* IE9 */
	background: -moz-linear-gradient(left, #b9a7d0, #d9cfe6 50%, #b9a7d0) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #b9a7d0, #d9cfe6 50%, #b9a7d0) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #b9a7d0, #d9cfe6 50%, #b9a7d0) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #b9a7d0), color-stop(0.5, #d9cfe6), color-stop(1, #b9a7d0)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_4 div.column_2 li.header_row_2
	{
	background-color: #70619b !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #9280b7, #70619b) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9280b7', endColorstr='#70619b') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9280b7', endColorstr='#70619b') !important; /* IE8 */
	background: -ms-linear-gradient(top, #9280b7, #70619b) !important; /* IE9 */
	background: -moz-linear-gradient(top, #9280b7, #70619b) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #9280b7, #70619b) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #9280b7, #70619b) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9280b7), color-stop(1, #70619b)) !important; /* Chrome 10, Safari */
	}
	
/* ==================== COLUMN STYLE 3 ==================== */
/* --- header row 1 ---  */
div.p_table_2_4 div.column_3 li.header_row_1
	{
	border-bottom: 1px solid #493a68;
	background-color: #604d87 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #7d64ab, #5c4a82) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d64ab', endColorstr='#5c4a82') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d64ab', endColorstr='#5c4a82') !important; /* IE8 */
	background: -ms-linear-gradient(top, #7d64ab, #5c4a82) !important; /* IE9 */
	background: -moz-linear-gradient(top, #7d64ab, #5c4a82) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #7d64ab, #5c4a82) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #7d64ab, #5c4a82) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7d64ab), color-stop(1, #5c4a82)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_4 div.column_3 li.decor_line
	{
	background-color: #a68ac7 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #a68ac7, #cebfe1 50%, #a68ac7) !important; /* W3C */
	background: -ms-linear-gradient(left, #a68ac7, #cebfe1 50%, #a68ac7) !important; /* IE9 */
	background: -moz-linear-gradient(left, #a68ac7, #cebfe1 50%, #a68ac7) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #a68ac7, #cebfe1 50%, #a68ac7) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #a68ac7, #cebfe1 50%, #a68ac7) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #a68ac7), color-stop(0.5, #cebfe1), color-stop(1, #a68ac7)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_4 div.column_3 li.header_row_2
	{
	background-color: #604d87 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #7f65a9, #604d87) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f65a9', endColorstr='#604d87') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f65a9', endColorstr='#604d87') !important; /* IE8 */
	background: -ms-linear-gradient(top, #7f65a9, #604d87) !important; /* IE9 */
	background: -moz-linear-gradient(top, #7f65a9, #604d87) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #7f65a9, #604d87) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #7f65a9, #604d87) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7f65a9), color-stop(1, #604d87)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 4 ==================== */
/* --- header row 1 ---  */
div.p_table_2_4 div.column_4 li.header_row_1
	{
	border-bottom: 1px solid #3e2e55;
	background-color: #523c70 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #6b4e92, #4f396b) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b4e92', endColorstr='#4f396b') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b4e92', endColorstr='#4f396b') !important; /* IE8 */
	background: -ms-linear-gradient(top, #6b4e92, #4f396b) !important; /* IE9 */
	background: -moz-linear-gradient(top, #6b4e92, #4f396b) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #6b4e92, #4f396b) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #6b4e92, #4f396b) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6b4e92), color-stop(1, #4f396b)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_4 div.column_4 li.decor_line
	{
	background-color: #926cb9 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #926cb9, #c39cd9 50%, #926cb9) !important; /* W3C */
	background: -ms-linear-gradient(left, #926cb9, #c39cd9 50%, #926cb9) !important; /* IE9 */
	background: -moz-linear-gradient(left, #926cb9, #c39cd9 50%, #926cb9) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #926cb9, #c39cd9 50%, #926cb9) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #926cb9, #c39cd9 50%, #926cb9) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #926cb9), color-stop(0.5, #c39cd9), color-stop(1, #926cb9)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_4 div.column_4 li.header_row_2
	{
	background-color: #523c70 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #6c4f92, #523c70) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c4f92', endColorstr='#523c70') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c4f92', endColorstr='#523c70') !important; /* IE8 */
	background: -ms-linear-gradient(top, #6c4f92, #523c70) !important; /* IE9 */
	background: -moz-linear-gradient(top, #6c4f92, #523c70) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #6c4f92, #523c70) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #6c4f92, #523c70) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6c4f92), color-stop(1, #523c70)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN HOVERS ==================== */
/* --- column 1 ---  */
div.p_table_2_4 div.column_1:hover li.row_style_1,
div.p_table_2_4 div.column_1.active_column li.row_style_1,
div.p_table_2_4.p_table_hover_disabled div.column_1.active_column li.row_style_1,
.skpricing_table_hidden_rows_control_p_table_2_4
	{
	background: #9a91bc !important;
	}
	
div.p_table_2_4 div.column_1:hover li.row_style_2,
div.p_table_2_4 div.column_1.active_column li.row_style_2,
div.p_table_2_4.p_table_hover_disabled div.column_1.active_column li.row_style_2,
.skpricing_table_hidden_rows_control_p_table_2_4:hover
	{
	background: #867caf !important;
	}
	
div.p_table_2_4 div.column_1:hover li.footer_row,
div.p_table_2_4 div.column_1.active_column li.footer_row,
div.p_table_2_4.p_table_hover_disabled div.column_1.active_column li.footer_row
	{
	background: #9a91bc !important;
	}
	
/* --- column 2 ---  */	
div.p_table_2_4 div.column_2:hover li.row_style_1,
div.p_table_2_4 div.column_2.active_column li.row_style_1,
div.p_table_2_4.p_table_hover_disabled div.column_2.active_column li.row_style_1
	{
	background: #8472ab !important;
	}
	
div.p_table_2_4 div.column_2:hover li.row_style_3,
div.p_table_2_4 div.column_2.active_column li.row_style_3,
div.p_table_2_4.p_table_hover_disabled div.column_2.active_column li.row_style_3
	{
	background: #70619b !important;
	}
	
div.p_table_2_4 div.column_2:hover li.footer_row,
div.p_table_2_4 div.column_2.active_column li.footer_row,
div.p_table_2_4.p_table_hover_disabled div.column_2.active_column li.footer_row
	{
	background: #8472ab !important;
	}
	
/* --- column 3 ---  */	
div.p_table_2_4 div.column_3:hover li.row_style_1,
div.p_table_2_4 div.column_3.active_column li.row_style_1,
div.p_table_2_4.p_table_hover_disabled div.column_3.active_column li.row_style_1
	{
	background: #715b9b !important;
	}
	
div.p_table_2_4 div.column_3:hover li.row_style_2,
div.p_table_2_4 div.column_3.active_column li.row_style_2,
div.p_table_2_4.p_table_hover_disabled div.column_3.active_column li.row_style_2
	{
	background: #604d87 !important;
	}
	
div.p_table_2_4 div.column_3:hover li.footer_row,
div.p_table_2_4 div.column_3.active_column li.footer_row,
div.p_table_2_4.p_table_hover_disabled div.column_3.active_column li.footer_row
	{
	background: #715b9b !important;
	}

/* --- column 4 ---  */	
div.p_table_2_4 div.column_4:hover li.row_style_1,
div.p_table_2_4 div.column_4.active_column li.row_style_1,
div.p_table_2_4.p_table_hover_disabled div.column_4.active_column li.row_style_1
	{
	background: #604784 !important;
	}
	
div.p_table_2_4 div.column_4:hover li.row_style_3,
div.p_table_2_4 div.column_4.active_column li.row_style_3,
div.p_table_2_4.p_table_hover_disabled div.column_4.active_column li.row_style_3
	{
	background: #523c70 !important;
	}
	
div.p_table_2_4 div.column_4:hover li.footer_row,
div.p_table_2_4 div.column_4.active_column li.footer_row,
div.p_table_2_4.p_table_hover_disabled div.column_4.active_column li.footer_row
	{
	background: #604784 !important;
	}
	
/* ==================== BUTTONS ==================== */
div.p_table_2_4 a.button_1,
div.p_table_2_4.p_table_hover_disabled  div.column_1:hover a.button_1,
div.p_table_2_4.p_table_hover_disabled  div.column_2:hover a.button_1,
div.p_table_2_4.p_table_hover_disabled  div.column_3:hover a.button_1,
div.p_table_2_4.p_table_hover_disabled  div.column_4:hover a.button_1
	{
	border-bottom: 1px solid #6c6299;
	background-color: #867caf; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #b6aecf, #877db0); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6aecf', endColorstr='#877db0'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6aecf', endColorstr='#877db0'); /* IE8 */
	background: -ms-linear-gradient(top, #b6aecf, #877db0); /* IE9 */
	background: -moz-linear-gradient(top, #b6aecf, #877db0); /* Firefox */ 
	background: -o-linear-gradient(top, #b6aecf, #877db0); /* Opera 11  */
	background: -webkit-linear-gradient(top, #b6aecf, #877db0); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b6aecf), color-stop(1, #877db0)); /* Chrome 10, Safari */
	}
	
div.p_table_2_4 a.button_2,
div.p_table_2_4.p_table_hover_disabled  div.column_1:hover a.button_2,
div.p_table_2_4.p_table_hover_disabled  div.column_2:hover a.button_2,
div.p_table_2_4.p_table_hover_disabled  div.column_3:hover a.button_2,
div.p_table_2_4.p_table_hover_disabled  div.column_4:hover a.button_2
	{
	border-bottom: 1px solid #574983;
	background-color: #70619b; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #9d88c3, #71629c); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d88c3', endColorstr='#71629c'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d88c3', endColorstr='#71629c'); /* IE8 */
	background: -ms-linear-gradient(top, #9d88c3, #71629c); /* IE9 */
	background: -moz-linear-gradient(top, #9d88c3, #71629c); /* Firefox */ 
	background: -o-linear-gradient(top, #9d88c3, #71629c); /* Opera 11  */
	background: -webkit-linear-gradient(top, #9d88c3, #71629c); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9d88c3), color-stop(1, #71629c)); /* Chrome 10, Safari */
	}	
	
div.p_table_2_4 a.button_3,
div.p_table_2_4.p_table_hover_disabled  div.column_1:hover a.button_3,
div.p_table_2_4.p_table_hover_disabled  div.column_2:hover a.button_3,
div.p_table_2_4.p_table_hover_disabled  div.column_3:hover a.button_3,
div.p_table_2_4.p_table_hover_disabled  div.column_4:hover a.button_3
	{
	border-bottom: 1px solid #48376d;
	background-color: #604d87; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #866cb7, #614e88); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#866cb7', endColorstr='#614e88'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#866cb7', endColorstr='#614e88'); /* IE8 */
	background: -ms-linear-gradient(top, #866cb7, #614e88); /* IE9 */
	background: -moz-linear-gradient(top, #866cb7, #614e88); /* Firefox */ 
	background: -o-linear-gradient(top, #866cb7, #614e88); /* Opera 11  */
	background: -webkit-linear-gradient(top, #866cb7, #614e88); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #866cb7), color-stop(1, #614e88)); /* Chrome 10, Safari */
	}
	
div.p_table_2_4 a.button_4,
div.p_table_2_4.p_table_hover_disabled  div.column_1:hover a.button_4,
div.p_table_2_4.p_table_hover_disabled  div.column_2:hover a.button_4,
div.p_table_2_4.p_table_hover_disabled  div.column_3:hover a.button_4,
div.p_table_2_4.p_table_hover_disabled  div.column_4:hover a.button_4
	{
	border-bottom: 1px solid #3c2a57;
	background-color: #523c70; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #73549d, #533d71); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73549d', endColorstr='#533d71'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73549d', endColorstr='#533d71'); /* IE8 */
	background: -ms-linear-gradient(top, #73549d, #533d71); /* IE9 */
	background: -moz-linear-gradient(top, #73549d, #533d71); /* Firefox */ 
	background: -o-linear-gradient(top, #73549d, #533d71); /* Opera 11  */
	background: -webkit-linear-gradient(top, #73549d, #533d71); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #73549d), color-stop(1, #533d71)); /* Chrome 10, Safari */
	}
/* ==================== STYLE 5 - PURPLE ==================== */
/* ==================== HEADINGS ==================== */
div.p_table_2_5 h1.caption
	{
	color: #e27500 !important;
	}
	
div.p_table_2_5 h1.caption span
	{
	color: #efbd00;
	}

/* ==================== COLUMN STYLE 1 ==================== */
/* --- header row 1 ---  */
div.p_table_2_5 div.column_1 li.header_row_1
	{
	border-bottom: 1px solid #e38c00;
	background-color: #e9a400 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #f0bf00, #e8a000) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0bf00', endColorstr='#e8a000') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0bf00', endColorstr='#e8a000') !important; /* IE8 */
	background: -ms-linear-gradient(top, #f0bf00, #e8a000) !important; /* IE9 */
	background: -moz-linear-gradient(top, #f0bf00, #e8a000) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #f0bf00, #e8a000) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #f0bf00, #e8a000) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0bf00), color-stop(1, #e8a000)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_5 div.column_1 li.decor_line
	{
	background-color: #f4d400 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #f4d400, #f9e800 50%, #f4d400) !important; /* W3C */
	background: -ms-linear-gradient(left, #f4d400, #f9e800 50%, #f4d400) !important; /* IE9 */
	background: -moz-linear-gradient(left, #f4d400, #f9e800 50%, #f4d400) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #f4d400, #f9e800 50%, #f4d400) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #f4d400, #f9e800 50%, #f4d400) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #f4d400), color-stop(0.5, #f9e800), color-stop(1, #f4d400)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_5 div.column_1 li.header_row_2
	{
	background-color: #e9a400 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #efbd00, #e9a400) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efbd00', endColorstr='#e9a400') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efbd00', endColorstr='#e9a400') !important; /* IE8 */
	background: -ms-linear-gradient(top, #efbd00, #e9a400) !important; /* IE9 */
	background: -moz-linear-gradient(top, #efbd00, #e9a400) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #efbd00, #e9a400) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #efbd00, #e9a400) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efbd00), color-stop(1, #e9a400)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 2 ==================== */
/* --- header row 1 ---  */
div.p_table_2_5 div.column_2 li.header_row_1
	{
	border-bottom: 1px solid #d45c03;
	background-color: #d77400 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #e79e05, #db7404) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e79e05', endColorstr='#db7404') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e79e05', endColorstr='#db7404') !important; /* IE8 */
	background: -ms-linear-gradient(top, #e79e05, #db7404) !important; /* IE9 */
	background: -moz-linear-gradient(top, #e79e05, #db7404) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #e79e05, #db7404) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #e79e05, #db7404) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e79e05), color-stop(1, #db7404)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_5 div.column_2 li.decor_line
	{
	background-color: #ecbc00 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #ecbc00, #f5da00 50%, #ecbc00) !important; /* W3C */
	background: -ms-linear-gradient(left, #ecbc00, #f5da00 50%, #ecbc00) !important; /* IE9 */
	background: -moz-linear-gradient(left, #ecbc00, #f5da00 50%, #ecbc00) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #ecbc00, #f5da00 50%, #ecbc00) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #ecbc00, #f5da00 50%, #ecbc00) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #ecbc00), color-stop(0.5, #f5da00), color-stop(1, #ecbc00)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_5 div.column_2 li.header_row_2
	{
	background-color: #d77400 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #e29700, #d77400) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e29700', endColorstr='#d77400') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e29700', endColorstr='#d77400') !important; /* IE8 */
	background: -ms-linear-gradient(top, #e29700, #d77400) !important; /* IE9 */
	background: -moz-linear-gradient(top, #e29700, #d77400) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #e29700, #d77400) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #e29700, #d77400) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e29700), color-stop(1, #d77400)) !important; /* Chrome 10, Safari */
	}
	
/* ==================== COLUMN STYLE 3 ==================== */
/* --- header row 1 ---  */
div.p_table_2_5 div.column_3 li.header_row_1
	{
	border-bottom: 1px solid #a42929;
	background-color: #b33333 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #cd4646, #b43333) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd4646', endColorstr='#b43333') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd4646', endColorstr='#b43333') !important; /* IE8 */
	background: -ms-linear-gradient(top, #cd4646, #b43333) !important; /* IE9 */
	background: -moz-linear-gradient(top, #cd4646, #b43333) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #cd4646, #b43333) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #cd4646, #b43333) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cd4646), color-stop(1, #b43333)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_5 div.column_3 li.decor_line
	{
	background-color: #db5b5b !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #db5b5b, #ec8383 50%, #db5b5b) !important; /* W3C */
	background: -ms-linear-gradient(left, #db5b5b, #ec8383 50%, #db5b5b) !important; /* IE9 */
	background: -moz-linear-gradient(left, #db5b5b, #ec8383 50%, #db5b5b) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #db5b5b, #ec8383 50%, #db5b5b) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #db5b5b, #ec8383 50%, #db5b5b) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #db5b5b), color-stop(0.5, #ec8383), color-stop(1, #db5b5b)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_5 div.column_3 li.header_row_2
	{
	background-color: #b33333 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #c84343, #b33333) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c84343', endColorstr='#b33333') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c84343', endColorstr='#b33333') !important; /* IE8 */
	background: -ms-linear-gradient(top, #c84343, #b33333) !important; /* IE9 */
	background: -moz-linear-gradient(top, #c84343, #b33333) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #c84343, #b33333) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #c84343, #b33333) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c84343), color-stop(1, #b33333)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 4 ==================== */
/* --- header row 1 ---  */
div.p_table_2_5 div.column_4 li.header_row_1
	{
	border-bottom: 1px solid #62212e;
	background-color: #7b2839 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #a7384f, #7c293a) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7384f', endColorstr='#7c293a') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7384f', endColorstr='#7c293a') !important; /* IE8 */
	background: -ms-linear-gradient(top, #a7384f, #7c293a) !important; /* IE9 */
	background: -moz-linear-gradient(top, #a7384f, #7c293a) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #a7384f, #7c293a) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #a7384f, #7c293a) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a7384f), color-stop(1, #7c293a)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_5 div.column_4 li.decor_line
	{
	background-color: #c04966 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #c04966, #dc6892 50%, #c04966) !important; /* W3C */
	background: -ms-linear-gradient(left, #c04966, #dc6892 50%, #c04966) !important; /* IE9 */
	background: -moz-linear-gradient(left, #c04966, #dc6892 50%, #c04966) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #c04966, #dc6892 50%, #c04966) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #c04966, #dc6892 50%, #c04966) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #c04966), color-stop(0.5, #dc6892), color-stop(1, #c04966)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_5 div.column_4 li.header_row_2
	{
	background-color: #7b2839 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #9f354b, #7b2839) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f354b', endColorstr='#7b2839') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f354b', endColorstr='#7b2839') !important; /* IE8 */
	background: -ms-linear-gradient(top, #9f354b, #7b2839) !important; /* IE9 */
	background: -moz-linear-gradient(top, #9f354b, #7b2839) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #9f354b, #7b2839) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #9f354b, #7b2839) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9f354b), color-stop(1, #7b2839)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN HOVERS ==================== */
/* --- column 1 ---  */
div.p_table_2_5 div.column_1:hover li.row_style_1,
div.p_table_2_5 div.column_1.active_column li.row_style_1,
div.p_table_2_5.p_table_hover_disabled div.column_1.active_column li.row_style_1,
.skpricing_table_hidden_rows_control_p_table_2_5
	{
	background: #ecb200 !important;
	}
	
div.p_table_2_5 div.column_1:hover li.row_style_2,
div.p_table_2_5 div.column_1.active_column li.row_style_2,
div.p_table_2_5.p_table_hover_disabled div.column_1.active_column li.row_style_2,
.skpricing_table_hidden_rows_control_p_table_2_5:hover
	{
	background: #e9a400 !important;
	}
	
div.p_table_2_5 div.column_1:hover li.footer_row,
div.p_table_2_5 div.column_1.active_column li.footer_row,
div.p_table_2_5.p_table_hover_disabled div.column_1.active_column li.footer_row
	{
	background: #ecb200 !important;
	}
	
/* --- column 2 ---  */	
div.p_table_2_5 div.column_2:hover li.row_style_1,
div.p_table_2_5 div.column_2.active_column li.row_style_1,
div.p_table_2_5.p_table_hover_disabled div.column_2.active_column li.row_style_1
	{
	background: #dd8800 !important;
	}
	
div.p_table_2_5 div.column_2:hover li.row_style_3,
div.p_table_2_5 div.column_2.active_column li.row_style_3,
div.p_table_2_5.p_table_hover_disabled div.column_2.active_column li.row_style_3
	{
	background: #d77400 !important;
	}
	
div.p_table_2_5 div.column_2:hover li.footer_row,
div.p_table_2_5 div.column_2.active_column li.footer_row,
div.p_table_2_5.p_table_hover_disabled div.column_2.active_column li.footer_row
	{
	background: #dd8800 !important;
	}
	
/* --- column 3 ---  */	
div.p_table_2_5 div.column_3:hover li.row_style_1,
div.p_table_2_5 div.column_3.active_column li.row_style_1,
div.p_table_2_5.p_table_hover_disabled div.column_3.active_column li.row_style_1
	{
	background: #c03c3c !important;
	}
	
div.p_table_2_5 div.column_3:hover li.row_style_2,
div.p_table_2_5 div.column_3.active_column li.row_style_2,
div.p_table_2_5.p_table_hover_disabled div.column_3.active_column li.row_style_2
	{
	background: #b33333 !important;
	}
	
div.p_table_2_5 div.column_3:hover li.footer_row,
div.p_table_2_5 div.column_3.active_column li.footer_row,
div.p_table_2_5.p_table_hover_disabled div.column_3.active_column li.footer_row
	{
	background: #c03c3c !important;
	}

/* --- column 4 ---  */	
div.p_table_2_5 div.column_4:hover li.row_style_1,
div.p_table_2_5 div.column_4.active_column li.row_style_1,
div.p_table_2_5.p_table_hover_disabled div.column_4.active_column li.row_style_1
	{
	background: #903043 !important;
	}
	
div.p_table_2_5 div.column_4:hover li.row_style_3,
div.p_table_2_5 div.column_4.active_column li.row_style_3,
div.p_table_2_5.p_table_hover_disabled div.column_4.active_column li.row_style_3
	{
	background: #7b2839 !important;
	}
	
div.p_table_2_5 div.column_4:hover li.footer_row,
div.p_table_2_5 div.column_4.active_column li.footer_row,
div.p_table_2_5.p_table_hover_disabled div.column_4.active_column li.footer_row
	{
	background: #903043 !important;
	}
	
/* ==================== BUTTONS ==================== */
div.p_table_2_5 a.button_1,
div.p_table_2_5.p_table_hover_disabled  div.column_1:hover a.button_1,
div.p_table_2_5.p_table_hover_disabled  div.column_2:hover a.button_1,
div.p_table_2_5.p_table_hover_disabled  div.column_3:hover a.button_1,
div.p_table_2_5.p_table_hover_disabled  div.column_4:hover a.button_1
	{
	border-bottom: 1px solid #e18c00;
	background-color: #edb600; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #f2c800, #e9a500); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2c800', endColorstr='#e9a500'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2c800', endColorstr='#e9a500'); /* IE8 */
	background: -ms-linear-gradient(top, #f2c800, #e9a500); /* IE9 */
	background: -moz-linear-gradient(top, #f2c800, #e9a500); /* Firefox */ 
	background: -o-linear-gradient(top, #f2c800, #e9a500); /* Opera 11  */
	background: -webkit-linear-gradient(top, #f2c800, #e9a500); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2c800), color-stop(1, #e9a500)); /* Chrome 10, Safari */
	}
	
div.p_table_2_5 a.button_2,
div.p_table_2_5.p_table_hover_disabled  div.column_1:hover a.button_2,
div.p_table_2_5.p_table_hover_disabled  div.column_2:hover a.button_2,
div.p_table_2_5.p_table_hover_disabled  div.column_3:hover a.button_2,
div.p_table_2_5.p_table_hover_disabled  div.column_4:hover a.button_2
	{
	border-bottom: 1px solid #c95b00;
	background-color: #df8d00; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #e7a200, #d77500); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7a200', endColorstr='#d77500'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7a200', endColorstr='#d77500'); /* IE8 */
	background: -ms-linear-gradient(top, #e7a200, #d77500); /* IE9 */
	background: -moz-linear-gradient(top, #e7a200, #d77500); /* Firefox */ 
	background: -o-linear-gradient(top, #e7a200, #d77500); /* Opera 11  */
	background: -webkit-linear-gradient(top, #e7a200, #d77500); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e7a200), color-stop(1, #d77500)); /* Chrome 10, Safari */
	}	
	
div.p_table_2_5 a.button_3,
div.p_table_2_5.p_table_hover_disabled  div.column_1:hover a.button_3,
div.p_table_2_5.p_table_hover_disabled  div.column_2:hover a.button_3,
div.p_table_2_5.p_table_hover_disabled  div.column_3:hover a.button_3,
div.p_table_2_5.p_table_hover_disabled  div.column_4:hover a.button_3
	{
	border-bottom: 1px solid #9e2323;
	background-color: #c23d3d; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #d14747, #b43434); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d14747', endColorstr='#b43434'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d14747', endColorstr='#b43434'); /* IE8 */
	background: -ms-linear-gradient(top, #d14747, #b43434); /* IE9 */
	background: -moz-linear-gradient(top, #d14747, #b43434); /* Firefox */ 
	background: -o-linear-gradient(top, #d14747, #b43434); /* Opera 11  */
	background: -webkit-linear-gradient(top, #d14747, #b43434); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d14747), color-stop(1, #b43434)); /* Chrome 10, Safari */
	}
	
div.p_table_2_5 a.button_4,
div.p_table_2_5.p_table_hover_disabled  div.column_1:hover a.button_4,
div.p_table_2_5.p_table_hover_disabled  div.column_2:hover a.button_4,
div.p_table_2_5.p_table_hover_disabled  div.column_3:hover a.button_4,
div.p_table_2_5.p_table_hover_disabled  div.column_4:hover a.button_4
	{
	border-bottom: 1px solid #611a27;
	background-color: #923044; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ac3850, #7c283a); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac3850', endColorstr='#7c283a'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac3850', endColorstr='#7c283a'); /* IE8 */
	background: -ms-linear-gradient(top, #ac3850, #7c283a); /* IE9 */
	background: -moz-linear-gradient(top, #ac3850, #7c283a); /* Firefox */ 
	background: -o-linear-gradient(top, #ac3850, #7c283a); /* Opera 11  */
	background: -webkit-linear-gradient(top, #ac3850, #7c283a); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ac3850), color-stop(1, #7c283a)); /* Chrome 10, Safari */
	}
/* ==================== STYLE 6 - PURPLE ==================== */
/* ==================== HEADINGS ==================== */
div.p_table_2_6 h1.caption
	{
	color: #39965e !important;
	}
	
div.p_table_2_6 h1.caption span
	{
	color: #aec357;
	}

/* ==================== COLUMN STYLE 1 ==================== */
/* --- header row 1 ---  */
div.p_table_2_6 div.column_1 li.header_row_1
	{
	border-bottom: 1px solid #749934;
	background-color: #90ad42 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #b2c659, #8cab42) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2c659', endColorstr='#8cab42') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2c659', endColorstr='#8cab42') !important; /* IE8 */
	background: -ms-linear-gradient(top, #b2c659, #8cab42) !important; /* IE9 */
	background: -moz-linear-gradient(top, #b2c659, #8cab42) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #b2c659, #8cab42) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #b2c659, #8cab42) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b2c659), color-stop(1, #8cab42)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_6 div.column_1 li.decor_line
	{
	background-color: #cbd877 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #cbd877, #e3eaac 50%, #cbd877) !important; /* W3C */
	background: -ms-linear-gradient(left, #cbd877, #e3eaac 50%, #cbd877) !important; /* IE9 */
	background: -moz-linear-gradient(left, #cbd877, #e3eaac 50%, #cbd877) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #cbd877, #e3eaac 50%, #cbd877) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #cbd877, #e3eaac 50%, #cbd877) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #cbd877), color-stop(0.5, #e3eaac), color-stop(1, #cbd877)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_6 div.column_1 li.header_row_2
	{
	background-color: #90ad42 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #afc457, #90ad42) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afc457', endColorstr='#90ad42') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afc457', endColorstr='#90ad42') !important; /* IE8 */
	background: -ms-linear-gradient(top, #afc457, #90ad42) !important; /* IE9 */
	background: -moz-linear-gradient(top, #afc457, #90ad42) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #afc457, #90ad42) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #afc457, #90ad42) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #afc457), color-stop(1, #90ad42)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 2 ==================== */
/* --- header row 1 ---  */
div.p_table_2_6 div.column_2 li.header_row_1
	{
	border-bottom: 1px solid #4c7532;
	background-color: #5f8d3d !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #82b355, #608d3e) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82b355', endColorstr='#608d3e') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82b355', endColorstr='#608d3e') !important; /* IE8 */
	background: -ms-linear-gradient(top, #82b355, #608d3e) !important; /* IE9 */
	background: -moz-linear-gradient(top, #82b355, #608d3e) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #82b355, #608d3e) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #82b355, #608d3e) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #82b355), color-stop(1, #608d3e)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_6 div.column_2 li.decor_line
	{
	background-color: #a5ca6d !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #a5ca6d, #cee29e 50%, #a5ca6d) !important; /* W3C */
	background: -ms-linear-gradient(left, #a5ca6d, #cee29e 50%, #a5ca6d) !important; /* IE9 */
	background: -moz-linear-gradient(left, #a5ca6d, #cee29e 50%, #a5ca6d) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #a5ca6d, #cee29e 50%, #a5ca6d) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #a5ca6d, #cee29e 50%, #a5ca6d) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #a5ca6d), color-stop(0.5, #cee29e), color-stop(1, #a5ca6d)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_6 div.column_2 li.header_row_2
	{
	background-color: #5f8d3d !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #7ead50, #5f8d3d) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ead50', endColorstr='#5f8d3d') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ead50', endColorstr='#5f8d3d') !important; /* IE8 */
	background: -ms-linear-gradient(top, #7ead50, #5f8d3d) !important; /* IE9 */
	background: -moz-linear-gradient(top, #7ead50, #5f8d3d) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #7ead50, #5f8d3d) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #7ead50, #5f8d3d) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7ead50), color-stop(1, #5f8d3d)) !important; /* Chrome 10, Safari */
	}
	
/* ==================== COLUMN STYLE 3 ==================== */
/* --- header row 1 ---  */
div.p_table_2_6 div.column_3 li.header_row_1
	{
	border-bottom: 1px solid #235d39;
	background-color: #2c7548 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #3c9f62, #2c7548) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c9f62', endColorstr='#2c7548') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c9f62', endColorstr='#2c7548') !important; /* IE8 */
	background: -ms-linear-gradient(top, #3c9f62, #2c7548) !important; /* IE9 */
	background: -moz-linear-gradient(top, #3c9f62, #2c7548) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #3c9f62, #2c7548) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #3c9f62, #2c7548) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3c9f62), color-stop(1, #2c7548)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_6 div.column_3 li.decor_line
	{
	background-color: #4fbd81 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #4fbd81, #72dbba 50%, #4fbd81) !important; /* W3C */
	background: -ms-linear-gradient(left, #4fbd81, #72dbba 50%, #4fbd81) !important; /* IE9 */
	background: -moz-linear-gradient(left, #4fbd81, #72dbba 50%, #4fbd81) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #4fbd81, #72dbba 50%, #4fbd81) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #4fbd81, #72dbba 50%, #4fbd81) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #4fbd81), color-stop(0.5, #72dbba), color-stop(1, #4fbd81)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_6 div.column_3 li.header_row_2
	{
	background-color: #2c7548 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #3a985f, #2c7548) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a985f', endColorstr='#2c7548') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a985f', endColorstr='#2c7548') !important; /* IE8 */
	background: -ms-linear-gradient(top, #3a985f, #2c7548) !important; /* IE9 */
	background: -moz-linear-gradient(top, #3a985f, #2c7548) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #3a985f, #2c7548) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #3a985f, #2c7548) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a985f), color-stop(1, #2c7548)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 4 ==================== */
/* --- header row 1 ---  */
div.p_table_2_6 div.column_4 li.header_row_1
	{
	border-bottom: 1px solid #0b4a46;
	background-color: #0e5b56 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #147e78, #0e5d58) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#147e78', endColorstr='#0e5d58') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#147e78', endColorstr='#0e5d58') !important; /* IE8 */
	background: -ms-linear-gradient(top, #147e78, #0e5d58) !important; /* IE9 */
	background: -moz-linear-gradient(top, #147e78, #0e5d58) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #147e78, #0e5d58) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #147e78, #0e5d58) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #147e78), color-stop(1, #0e5d58)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_6 div.column_4 li.decor_line
	{
	background-color: #199f98 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #199f98, #24cbc7 50%, #199f98) !important; /* W3C */
	background: -ms-linear-gradient(left, #199f98, #24cbc7 50%, #199f98) !important; /* IE9 */
	background: -moz-linear-gradient(left, #199f98, #24cbc7 50%, #199f98) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #199f98, #24cbc7 50%, #199f98) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #199f98, #24cbc7 50%, #199f98) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #199f98), color-stop(0.5, #24cbc7), color-stop(1, #199f98)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_6 div.column_4 li.header_row_2
	{
	background-color: #0e5b56 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #137872, #0e5b56) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#137872', endColorstr='#0e5b56') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#137872', endColorstr='#0e5b56') !important; /* IE8 */
	background: -ms-linear-gradient(top, #137872, #0e5b56) !important; /* IE9 */
	background: -moz-linear-gradient(top, #137872, #0e5b56) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #137872, #0e5b56) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #137872, #0e5b56) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #137872), color-stop(1, #0e5b56)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN HOVERS ==================== */
/* --- column 1 ---  */
div.p_table_2_6 div.column_1:hover li.row_style_1,
div.p_table_2_6 div.column_1.active_column li.row_style_1,
div.p_table_2_6.p_table_hover_disabled div.column_1.active_column li.row_style_1,
.skpricing_table_hidden_rows_control_p_table_2_6
	{
	background: #a3ba4e !important;
	}
	
div.p_table_2_6 div.column_1:hover li.row_style_2,
div.p_table_2_6 div.column_1.active_column li.row_style_2,
div.p_table_2_6.p_table_hover_disabled div.column_1.active_column li.row_style_2,
.skpricing_table_hidden_rows_control_p_table_2_6:hover
	{
	background: #90ad42 !important;
	}
	
div.p_table_2_6 div.column_1:hover li.footer_row,
div.p_table_2_6 div.column_1.active_column li.footer_row,
div.p_table_2_6.p_table_hover_disabled div.column_1.active_column li.footer_row
	{
	background: #a3ba4e !important;
	}
	
/* --- column 2 ---  */	
div.p_table_2_6 div.column_2:hover li.row_style_1,
div.p_table_2_6 div.column_2.active_column li.row_style_1,
div.p_table_2_6.p_table_hover_disabled div.column_2.active_column li.row_style_1
	{
	background: #70a048 !important;
	}
	
div.p_table_2_6 div.column_2:hover li.row_style_3,
div.p_table_2_6 div.column_2.active_column li.row_style_3,
div.p_table_2_6.p_table_hover_disabled div.column_2.active_column li.row_style_3
	{
	background: #5f8d3d !important;
	}
	
div.p_table_2_6 div.column_2:hover li.footer_row,
div.p_table_2_6 div.column_2.active_column li.footer_row,
div.p_table_2_6.p_table_hover_disabled div.column_2.active_column li.footer_row
	{
	background: #70a048 !important;
	}
	
/* --- column 3 ---  */	
div.p_table_2_6 div.column_3:hover li.row_style_1,
div.p_table_2_6 div.column_3.active_column li.row_style_1,
div.p_table_2_6.p_table_hover_disabled div.column_3.active_column li.row_style_1
	{
	background: #348955 !important;
	}
	
div.p_table_2_6 div.column_3:hover li.row_style_2,
div.p_table_2_6 div.column_3.active_column li.row_style_2,
div.p_table_2_6.p_table_hover_disabled div.column_3.active_column li.row_style_2
	{
	background: #2c7548 !important;
	}
	
div.p_table_2_6 div.column_3:hover li.footer_row,
div.p_table_2_6 div.column_3.active_column li.footer_row,
div.p_table_2_6.p_table_hover_disabled div.column_3.active_column li.footer_row
	{
	background: #348955 !important;
	}

/* --- column 4 ---  */	
div.p_table_2_6 div.column_4:hover li.row_style_1,
div.p_table_2_6 div.column_4.active_column li.row_style_1,
div.p_table_2_6.p_table_hover_disabled div.column_4.active_column li.row_style_1
	{
	background: #116c66 !important;
	}
	
div.p_table_2_6 div.column_4:hover li.row_style_3,
div.p_table_2_6 div.column_4.active_column li.row_style_3,
div.p_table_2_6.p_table_hover_disabled div.column_4.active_column li.row_style_3
	{
	background: #0e5b56 !important;
	}
	
div.p_table_2_6 div.column_4:hover li.footer_row,
div.p_table_2_6 div.column_4.active_column li.footer_row,
div.p_table_2_6.p_table_hover_disabled div.column_4.active_column li.footer_row
	{
	background: #116c66 !important;
	}
	
/* ==================== BUTTONS ==================== */
div.p_table_2_6 a.button_1,
div.p_table_2_6.p_table_hover_disabled  div.column_1:hover a.button_1,
div.p_table_2_6.p_table_hover_disabled  div.column_2:hover a.button_1,
div.p_table_2_6.p_table_hover_disabled  div.column_3:hover a.button_1,
div.p_table_2_6.p_table_hover_disabled  div.column_4:hover a.button_1
	{
	border-bottom: 1px solid #77972e;
	background-color: #a6bd4f; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #bcce5c, #91ae43); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcce5c', endColorstr='#91ae43'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcce5c', endColorstr='#91ae43'); /* IE8 */
	background: -ms-linear-gradient(top, #bcce5c, #91ae43); /* IE9 */
	background: -moz-linear-gradient(top, #bcce5c, #91ae43); /* Firefox */ 
	background: -o-linear-gradient(top, #bcce5c, #91ae43); /* Opera 11  */
	background: -webkit-linear-gradient(top, #bcce5c, #91ae43); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bcce5c), color-stop(1, #91ae43)); /* Chrome 10, Safari */
	}
	
div.p_table_2_6 a.button_2,
div.p_table_2_6.p_table_hover_disabled  div.column_1:hover a.button_2,
div.p_table_2_6.p_table_hover_disabled  div.column_2:hover a.button_2,
div.p_table_2_6.p_table_hover_disabled  div.column_3:hover a.button_2,
div.p_table_2_6.p_table_hover_disabled  div.column_4:hover a.button_2
	{
	border-bottom: 1px solid #47742b;
	background-color: #71a248; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #85bb55, #608e3e); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85bb55', endColorstr='#608e3e'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85bb55', endColorstr='#608e3e'); /* IE8 */
	background: -ms-linear-gradient(top, #85bb55, #608e3e); /* IE9 */
	background: -moz-linear-gradient(top, #85bb55, #608e3e); /* Firefox */ 
	background: -o-linear-gradient(top, #85bb55, #608e3e); /* Opera 11  */
	background: -webkit-linear-gradient(top, #85bb55, #608e3e); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #85bb55), color-stop(1, #608e3e)); /* Chrome 10, Safari */
	}	
	
div.p_table_2_6 a.button_3,
div.p_table_2_6.p_table_hover_disabled  div.column_1:hover a.button_3,
div.p_table_2_6.p_table_hover_disabled  div.column_2:hover a.button_3,
div.p_table_2_6.p_table_hover_disabled  div.column_3:hover a.button_3,
div.p_table_2_6.p_table_hover_disabled  div.column_4:hover a.button_3
	{
	border-bottom: 1px solid #1e5c33;
	background-color: #358c56; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #3ea465, #2d7649); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ea465', endColorstr='#2d7649'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ea465', endColorstr='#2d7649'); /* IE8 */
	background: -ms-linear-gradient(top, #3ea465, #2d7649); /* IE9 */
	background: -moz-linear-gradient(top, #3ea465, #2d7649); /* Firefox */ 
	background: -o-linear-gradient(top, #3ea465, #2d7649); /* Opera 11  */
	background: -webkit-linear-gradient(top, #3ea465, #2d7649); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3ea465), color-stop(1, #2d7649)); /* Chrome 10, Safari */
	}
	
div.p_table_2_6 a.button_4,
div.p_table_2_6.p_table_hover_disabled  div.column_1:hover a.button_4,
div.p_table_2_6.p_table_hover_disabled  div.column_2:hover a.button_4,
div.p_table_2_6.p_table_hover_disabled  div.column_3:hover a.button_4,
div.p_table_2_6.p_table_hover_disabled  div.column_4:hover a.button_4
	{
	border-bottom: 1px solid #09433f;
	background-color: #116c66; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #147f78, #0e5c57); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#147f78', endColorstr='#0e5c57'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#147f78', endColorstr='#0e5c57'); /* IE8 */
	background: -ms-linear-gradient(top, #147f78, #0e5c57); /* IE9 */
	background: -moz-linear-gradient(top, #147f78, #0e5c57); /* Firefox */ 
	background: -o-linear-gradient(top, #147f78, #0e5c57); /* Opera 11  */
	background: -webkit-linear-gradient(top, #147f78, #0e5c57); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #147f78), color-stop(1, #0e5c57)); /* Chrome 10, Safari */
	}
/* ==================== STYLE 7 - PURPLE ==================== */
/* ==================== HEADINGS ==================== */
div.p_table_2_7 h1.caption
	{
	color: #ea9629 !important;
	}
	
div.p_table_2_7 h1.caption span
	{
	color: #a89470;
	}

/* ==================== COLUMN STYLE 1 ==================== */
/* --- header row 1 ---  */
div.p_table_2_7 div.column_1 li.header_row_1
	{
	border-bottom: 1px solid #735e4a;
	background-color: #887255 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #b2a17e, #8b775d) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2a17e', endColorstr='#8b775d') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2a17e', endColorstr='#8b775d') !important; /* IE8 */
	background: -ms-linear-gradient(top, #b2a17e, #8b775d) !important; /* IE9 */
	background: -moz-linear-gradient(top, #b2a17e, #8b775d) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #b2a17e, #8b775d) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #b2a17e, #8b775d) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b2a17e), color-stop(1, #8b775d)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_7 div.column_1 li.decor_line
	{
	background-color: #c7bb97 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #c7bb97, #e1dac6 50%, #c7bb97) !important; /* W3C */
	background: -ms-linear-gradient(left, #c7bb97, #e1dac6 50%, #c7bb97) !important; /* IE9 */
	background: -moz-linear-gradient(left, #c7bb97, #e1dac6 50%, #c7bb97) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #c7bb97, #e1dac6 50%, #c7bb97) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #c7bb97, #e1dac6 50%, #c7bb97) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #c7bb97), color-stop(0.5, #e1dac6), color-stop(1, #c7bb97)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_7 div.column_1 li.header_row_2
	{
	background-color: #887255 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #aa9570, #887255) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa9570', endColorstr='#887255') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa9570', endColorstr='#887255') !important; /* IE8 */
	background: -ms-linear-gradient(top, #aa9570, #887255) !important; /* IE9 */
	background: -moz-linear-gradient(top, #aa9570, #887255) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #aa9570, #887255) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #aa9570, #887255) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aa9570), color-stop(1, #887255)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 2 ==================== */
/* --- header row 1 ---  */
div.p_table_2_7 div.column_2 li.header_row_1
	{
	border-bottom: 1px solid #db662d;
	background-color: #df8034 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ebaa4d, #e18038) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebaa4d', endColorstr='#e18038') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebaa4d', endColorstr='#e18038') !important; /* IE8 */
	background: -ms-linear-gradient(top, #ebaa4d, #e18038) !important; /* IE9 */
	background: -moz-linear-gradient(top, #ebaa4d, #e18038) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #ebaa4d, #e18038) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #ebaa4d, #e18038) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebaa4d), color-stop(1, #e18038)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_7 div.column_2 li.decor_line
	{
	background-color: #f0c45e !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #f0c45e, #f7df88 50%, #f0c45e) !important; /* W3C */
	background: -ms-linear-gradient(left, #f0c45e, #f7df88 50%, #f0c45e) !important; /* IE9 */
	background: -moz-linear-gradient(left, #f0c45e, #f7df88 50%, #f0c45e) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #f0c45e, #f7df88 50%, #f0c45e) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #f0c45e, #f7df88 50%, #f0c45e) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #f0c45e), color-stop(0.5, #f7df88), color-stop(1, #f0c45e)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_7 div.column_2 li.header_row_2
	{
	background-color: #df8034 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #e8a344, #df8034) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8a344', endColorstr='#df8034') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8a344', endColorstr='#df8034') !important; /* IE8 */
	background: -ms-linear-gradient(top, #e8a344, #df8034) !important; /* IE9 */
	background: -moz-linear-gradient(top, #e8a344, #df8034) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #e8a344, #df8034) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #e8a344, #df8034) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8a344), color-stop(1, #df8034)) !important; /* Chrome 10, Safari */
	}
	
/* ==================== COLUMN STYLE 3 ==================== */
/* --- header row 1 ---  */
div.p_table_2_7 div.column_3 li.header_row_1
	{
	border-bottom: 1px solid #9f3c1e;
	background-color: #ad4922 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ca6734, #ad4922) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca6734', endColorstr='#ad4922') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca6734', endColorstr='#ad4922') !important; /* IE8 */
	background: -ms-linear-gradient(top, #ca6734, #ad4922) !important; /* IE9 */
	background: -moz-linear-gradient(top, #ca6734, #ad4922) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #ca6734, #ad4922) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #ca6734, #ad4922) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ca6734), color-stop(1, #ad4922)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_7 div.column_3 li.decor_line
	{
	background-color: #d8843d !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #d8843d, #eabc59 50%, #d8843d) !important; /* W3C */
	background: -ms-linear-gradient(left, #d8843d, #eabc59 50%, #d8843d) !important; /* IE9 */
	background: -moz-linear-gradient(left, #d8843d, #eabc59 50%, #d8843d) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #d8843d, #eabc59 50%, #d8843d) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #d8843d, #eabc59 50%, #d8843d) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #d8843d), color-stop(0.5, #eabc59), color-stop(1, #d8843d)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_7 div.column_3 li.header_row_2
	{
	background-color: #ad4922 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #c4612d, #ad4922) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4612d', endColorstr='#ad4922') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4612d', endColorstr='#ad4922') !important; /* IE8 */
	background: -ms-linear-gradient(top, #c4612d, #ad4922) !important; /* IE9 */
	background: -moz-linear-gradient(top, #c4612d, #ad4922) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #c4612d, #ad4922) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #c4612d, #ad4922) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c4612d), color-stop(1, #ad4922)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 4 ==================== */
/* --- header row 1 ---  */
div.p_table_2_7 div.column_4 li.header_row_1
	{
	border-bottom: 1px solid #543032;
	background-color: #66383a !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #915255, #6a3c3e) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#915255', endColorstr='#6a3c3e') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#915255', endColorstr='#6a3c3e') !important; /* IE8 */
	background: -ms-linear-gradient(top, #915255, #6a3c3e) !important; /* IE9 */
	background: -moz-linear-gradient(top, #915255, #6a3c3e) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #915255, #6a3c3e) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #915255, #6a3c3e) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #915255), color-stop(1, #6a3c3e)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_7 div.column_4 li.decor_line
	{
	background-color: #af6469 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #af6469, #d39098 50%, #af6469) !important; /* W3C */
	background: -ms-linear-gradient(left, #af6469, #d39098 50%, #af6469) !important; /* IE9 */
	background: -moz-linear-gradient(left, #af6469, #d39098 50%, #af6469) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #af6469, #d39098 50%, #af6469) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #af6469, #d39098 50%, #af6469) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #af6469), color-stop(0.5, #d39098), color-stop(1, #af6469)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_7 div.column_4 li.header_row_2
	{
	background-color: #66383a !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #864a4d, #66383a) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#864a4d', endColorstr='#66383a') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#864a4d', endColorstr='#66383a') !important; /* IE8 */
	background: -ms-linear-gradient(top, #864a4d, #66383a) !important; /* IE9 */
	background: -moz-linear-gradient(top, #864a4d, #66383a) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #864a4d, #66383a) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #864a4d, #66383a) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #864a4d), color-stop(1, #66383a)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN HOVERS ==================== */
/* --- column 1 ---  */
div.p_table_2_7 div.column_1:hover li.row_style_1,
div.p_table_2_7 div.column_1.active_column li.row_style_1,
div.p_table_2_7.p_table_hover_disabled div.column_1.active_column li.row_style_1,
.skpricing_table_hidden_rows_control_p_table_2_7
	{
	background: #9c8665 !important;
	}
	
div.p_table_2_7 div.column_1:hover li.row_style_2,
div.p_table_2_7 div.column_1.active_column li.row_style_2,
div.p_table_2_7.p_table_hover_disabled div.column_1.active_column li.row_style_2,
.skpricing_table_hidden_rows_control_p_table_2_7:hover
	{
	background: #887255 !important;
	}
	
div.p_table_2_7 div.column_1:hover li.footer_row,
div.p_table_2_7 div.column_1.active_column li.footer_row,
div.p_table_2_7.p_table_hover_disabled div.column_1.active_column li.footer_row
	{
	background: #9c8665 !important;
	}
	
/* --- column 2 ---  */	
div.p_table_2_7 div.column_2:hover li.row_style_1,
div.p_table_2_7 div.column_2.active_column li.row_style_1,
div.p_table_2_7.p_table_hover_disabled div.column_2.active_column li.row_style_1
	{
	background: #e5963e !important;
	}
	
div.p_table_2_7 div.column_2:hover li.row_style_3,
div.p_table_2_7 div.column_2.active_column li.row_style_3,
div.p_table_2_7.p_table_hover_disabled div.column_2.active_column li.row_style_3
	{
	background: #df8034 !important;
	}
	
div.p_table_2_7 div.column_2:hover li.footer_row,
div.p_table_2_7 div.column_2.active_column li.footer_row,
div.p_table_2_7.p_table_hover_disabled div.column_2.active_column li.footer_row
	{
	background: #e5963e !important;
	}
	
/* --- column 3 ---  */	
div.p_table_2_7 div.column_3:hover li.row_style_1,
div.p_table_2_7 div.column_3.active_column li.row_style_1,
div.p_table_2_7.p_table_hover_disabled div.column_3.active_column li.row_style_1
	{
	background: #bc5728 !important;
	}
	
div.p_table_2_7 div.column_3:hover li.row_style_2,
div.p_table_2_7 div.column_3.active_column li.row_style_2,
div.p_table_2_7.p_table_hover_disabled div.column_3.active_column li.row_style_2
	{
	background: #ad4922 !important;
	}
	
div.p_table_2_7 div.column_3:hover li.footer_row,
div.p_table_2_7 div.column_3.active_column li.footer_row,
div.p_table_2_7.p_table_hover_disabled div.column_3.active_column li.footer_row
	{
	background: #bc5728 !important;
	}

/* --- column 4 ---  */	
div.p_table_2_7 div.column_4:hover li.row_style_1,
div.p_table_2_7 div.column_4.active_column li.row_style_1,
div.p_table_2_7.p_table_hover_disabled div.column_4.active_column li.row_style_1
	{
	background: #794345 !important;
	}
	
div.p_table_2_7 div.column_4:hover li.row_style_3,
div.p_table_2_7 div.column_4.active_column li.row_style_3,
div.p_table_2_7.p_table_hover_disabled div.column_4.active_column li.row_style_3
	{
	background: #66383a !important;
	}
	
div.p_table_2_7 div.column_4:hover li.footer_row,
div.p_table_2_7 div.column_4.active_column li.footer_row,
div.p_table_2_7.p_table_hover_disabled div.column_4.active_column li.footer_row
	{
	background: #794345 !important;
	}
	
/* ==================== BUTTONS ==================== */
div.p_table_2_7 a.button_1,
div.p_table_2_7.p_table_hover_disabled  div.column_1:hover a.button_1,
div.p_table_2_7.p_table_hover_disabled  div.column_2:hover a.button_1,
div.p_table_2_7.p_table_hover_disabled  div.column_3:hover a.button_1,
div.p_table_2_7.p_table_hover_disabled  div.column_4:hover a.button_1
	{
	border-bottom: 1px solid #6f593e;
	background-color: #a18a67; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #b8a077, #897356); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8a077', endColorstr='#897356'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8a077', endColorstr='#897356'); /* IE8 */
	background: -ms-linear-gradient(top, #b8a077, #897356); /* IE9 */
	background: -moz-linear-gradient(top, #b8a077, #897356); /* Firefox */ 
	background: -o-linear-gradient(top, #b8a077, #897356); /* Opera 11  */
	background: -webkit-linear-gradient(top, #b8a077, #897356); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b8a077), color-stop(1, #897356)); /* Chrome 10, Safari */
	}
	
div.p_table_2_7 a.button_2,
div.p_table_2_7.p_table_hover_disabled  div.column_1:hover a.button_2,
div.p_table_2_7.p_table_hover_disabled  div.column_2:hover a.button_2,
div.p_table_2_7.p_table_hover_disabled  div.column_3:hover a.button_2,
div.p_table_2_7.p_table_hover_disabled  div.column_4:hover a.button_2
	{
	border-bottom: 1px solid #d46624;
	background-color: #e5993e; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ecb349, #df8135); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecb349', endColorstr='#df8135'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecb349', endColorstr='#df8135'); /* IE8 */
	background: -ms-linear-gradient(top, #ecb349, #df8135); /* IE9 */
	background: -moz-linear-gradient(top, #ecb349, #df8135); /* Firefox */ 
	background: -o-linear-gradient(top, #ecb349, #df8135); /* Opera 11  */
	background: -webkit-linear-gradient(top, #ecb349, #df8135); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ecb349), color-stop(1, #df8135)); /* Chrome 10, Safari */
	}	
	
div.p_table_2_7 a.button_3,
div.p_table_2_7.p_table_hover_disabled  div.column_1:hover a.button_3,
div.p_table_2_7.p_table_hover_disabled  div.column_2:hover a.button_3,
div.p_table_2_7.p_table_hover_disabled  div.column_3:hover a.button_3,
div.p_table_2_7.p_table_hover_disabled  div.column_4:hover a.button_3
	{
	border-bottom: 1px solid #973416;
	background-color: #bc5728; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ce6630, #ae4a22); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce6630', endColorstr='#ae4a22'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce6630', endColorstr='#ae4a22'); /* IE8 */
	background: -ms-linear-gradient(top, #ce6630, #ae4a22); /* IE9 */
	background: -moz-linear-gradient(top, #ce6630, #ae4a22); /* Firefox */ 
	background: -o-linear-gradient(top, #ce6630, #ae4a22); /* Opera 11  */
	background: -webkit-linear-gradient(top, #ce6630, #ae4a22); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ce6630), color-stop(1, #ae4a22)); /* Chrome 10, Safari */
	}
	
div.p_table_2_7 a.button_4,
div.p_table_2_7.p_table_hover_disabled  div.column_1:hover a.button_4,
div.p_table_2_7.p_table_hover_disabled  div.column_2:hover a.button_4,
div.p_table_2_7.p_table_hover_disabled  div.column_3:hover a.button_4,
div.p_table_2_7.p_table_hover_disabled  div.column_4:hover a.button_4
	{
	border-bottom: 1px solid #4e2628;
	background-color: #7a4346; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #8f4e51, #67393b); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f4e51', endColorstr='#67393b'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f4e51', endColorstr='#67393b'); /* IE8 */
	background: -ms-linear-gradient(top, #8f4e51, #67393b); /* IE9 */
	background: -moz-linear-gradient(top, #8f4e51, #67393b); /* Firefox */ 
	background: -o-linear-gradient(top, #8f4e51, #67393b); /* Opera 11  */
	background: -webkit-linear-gradient(top, #8f4e51, #67393b); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8f4e51), color-stop(1, #67393b)); /* Chrome 10, Safari */
	}
/* ==================== STYLE 8 - PURPLE ==================== */
/* ==================== HEADINGS ==================== */
div.p_table_2_8 h1.caption
	{
	color: #a56949 !important;
	}
	
div.p_table_2_8 h1.caption span
	{
	color: #bfae71;
	}

/* ==================== COLUMN STYLE 1 ==================== */
/* --- header row 1 ---  */
div.p_table_2_8 div.column_1 li.header_row_1
	{
	border-bottom: 1px solid #977643;
	background-color: #a78f56 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #c5b474, #a98e55) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5b474', endColorstr='#a98e55') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5b474', endColorstr='#a98e55') !important; /* IE8 */
	background: -ms-linear-gradient(top, #c5b474, #a98e55) !important; /* IE9 */
	background: -moz-linear-gradient(top, #c5b474, #a98e55) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #c5b474, #a98e55) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #c5b474, #a98e55) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c5b474), color-stop(1, #a98e55)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_8 div.column_1 li.decor_line
	{
	background-color: #d6ca98 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #d6ca98, #e9e2c7 50%, #d6ca98) !important; /* W3C */
	background: -ms-linear-gradient(left, #d6ca98, #e9e2c7 50%, #d6ca98) !important; /* IE9 */
	background: -moz-linear-gradient(left, #d6ca98, #e9e2c7 50%, #d6ca98) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #d6ca98, #e9e2c7 50%, #d6ca98) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #d6ca98, #e9e2c7 50%, #d6ca98) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #d6ca98), color-stop(0.5, #e9e2c7), color-stop(1, #d6ca98)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_8 div.column_1 li.header_row_2
	{
	background-color: #a78f56 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #c0ae72, #a78f56) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0ae72', endColorstr='#a78f56') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0ae72', endColorstr='#a78f56') !important; /* IE8 */
	background: -ms-linear-gradient(top, #c0ae72, #a78f56) !important; /* IE9 */
	background: -moz-linear-gradient(top, #c0ae72, #a78f56) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #c0ae72, #a78f56) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #c0ae72, #a78f56) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c0ae72), color-stop(1, #a78f56)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 2 ==================== */
/* --- header row 1 ---  */
div.p_table_2_8 div.column_2 li.header_row_1
	{
	border-bottom: 1px solid #644b26;
	background-color: #7b5d2f !important; /* background color for non-css3 browsers */
	/* gradient */

	background-image: linear-gradient(top, #a88142, #7e5f30) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a88142', endColorstr='#7e5f30') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a88142', endColorstr='#7e5f30') !important; /* IE8 */
	background: -ms-linear-gradient(top, #a88142, #7e5f30) !important; /* IE9 */
	background: -moz-linear-gradient(top, #a88142, #7e5f30) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #a88142, #7e5f30) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #a88142, #7e5f30) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a88142), color-stop(1, #7e5f30)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_8 div.column_2 li.decor_line
	{
	background-color: #c0a355 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #c0a355, #ddcd7b 50%, #c0a355) !important; /* W3C */
	background: -ms-linear-gradient(left, #c0a355, #ddcd7b 50%, #c0a355) !important; /* IE9 */
	background: -moz-linear-gradient(left, #c0a355, #ddcd7b 50%, #c0a355) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #c0a355, #ddcd7b 50%, #c0a355) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #c0a355, #ddcd7b 50%, #c0a355) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #c0a355), color-stop(0.5, #ddcd7b), color-stop(1, #c0a355)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_8 div.column_2 li.header_row_2
	{
	background-color: #7b5d2f !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #9f7b3e, #7b5d2f) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f7b3e', endColorstr='#7b5d2f') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f7b3e', endColorstr='#7b5d2f') !important; /* IE8 */
	background: -ms-linear-gradient(top, #9f7b3e, #7b5d2f) !important; /* IE9 */
	background: -moz-linear-gradient(top, #9f7b3e, #7b5d2f) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #9f7b3e, #7b5d2f) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #9f7b3e, #7b5d2f) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9f7b3e), color-stop(1, #7b5d2f)) !important; /* Chrome 10, Safari */
	}
	
/* ==================== COLUMN STYLE 3 ==================== */
/* --- header row 1 ---  */
div.p_table_2_8 div.column_3 li.header_row_1
	{
	border-bottom: 1px solid #623a26;
	background-color: #71432c !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #a76341, #7c492f) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a76341', endColorstr='#7c492f') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a76341', endColorstr='#7c492f') !important; /* IE8 */
	background: -ms-linear-gradient(top, #a76341, #7c492f) !important; /* IE9 */
	background: -moz-linear-gradient(top, #a76341, #7c492f) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #a76341, #7c492f) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #a76341, #7c492f) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a76341), color-stop(1, #7c492f)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_8 div.column_3 li.decor_line
	{
	background-color: #bb784f !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #bb784f, #daae72 50%, #bb784f) !important; /* W3C */
	background: -ms-linear-gradient(left, #bb784f, #daae72 50%, #bb784f) !important; /* IE9 */
	background: -moz-linear-gradient(left, #bb784f, #daae72 50%, #bb784f) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #bb784f, #daae72 50%, #bb784f) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #bb784f, #daae72 50%, #bb784f) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #bb784f), color-stop(0.5, #daae72), color-stop(1, #bb784f)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_8 div.column_3 li.header_row_2
	{
	background-color: #71432c !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #94583a, #71432c) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94583a', endColorstr='#71432c') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94583a', endColorstr='#71432c') !important; /* IE8 */
	background: -ms-linear-gradient(top, #94583a, #71432c) !important; /* IE9 */
	background: -moz-linear-gradient(top, #94583a, #71432c) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #94583a, #71432c) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #94583a, #71432c) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #94583a), color-stop(1, #71432c)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 4 ==================== */
/* --- header row 1 ---  */
div.p_table_2_8 div.column_4 li.header_row_1
	{
	border-bottom: 1px solid #922b1d;
	background-color: #a33624 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #c24a31, #a53624) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c24a31', endColorstr='#a53624') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c24a31', endColorstr='#a53624') !important; /* IE8 */
	background: -ms-linear-gradient(top, #c24a31, #a53624) !important; /* IE9 */
	background: -moz-linear-gradient(top, #c24a31, #a53624) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #c24a31, #a53624) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #c24a31, #a53624) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c24a31), color-stop(1, #a53624)) !important; /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table_2_8 div.column_4 li.decor_line
	{
	background-color: #d46241 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #d46241, #e88e5d 50%, #d46241) !important; /* W3C */
	background: -ms-linear-gradient(left, #d46241, #e88e5d 50%, #d46241) !important; /* IE9 */
	background: -moz-linear-gradient(left, #d46241, #e88e5d 50%, #d46241) !important; /* Firefox */ 
	background: -o-linear-gradient(left, #d46241, #e88e5d 50%, #d46241) !important; /* Opera 11  */
	background: -webkit-linear-gradient(left, #d46241, #e88e5d 50%, #d46241) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #d46241), color-stop(0.5, #e88e5d), color-stop(1, #d46241)) !important; /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_2_8 div.column_4 li.header_row_2
	{
	background-color: #a33624 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #bd482f, #a33624) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd482f', endColorstr='#a33624') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd482f', endColorstr='#a33624') !important; /* IE8 */
	background: -ms-linear-gradient(top, #bd482f, #a33624) !important; /* IE9 */
	background: -moz-linear-gradient(top, #bd482f, #a33624) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #bd482f, #a33624) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #bd482f, #a33624) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bd482f), color-stop(1, #a33624)) !important; /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN HOVERS ==================== */
/* --- column 1 ---  */
div.p_table_2_8 div.column_1:hover li.row_style_1,
div.p_table_2_8 div.column_1.active_column li.row_style_1,
div.p_table_2_8.p_table_hover_disabled div.column_1.active_column li.row_style_1,
.skpricing_table_hidden_rows_control_p_table_2_8
	{
	background: #b6a266 !important;
	}
	
div.p_table_2_8 div.column_1:hover li.row_style_2,
div.p_table_2_8 div.column_1.active_column li.row_style_2,
div.p_table_2_8.p_table_hover_disabled div.column_1.active_column li.row_style_2,
.skpricing_table_hidden_rows_control_p_table_2_8:hover
	{
	background: #a78f56 !important;
	}
	
div.p_table_2_8 div.column_1:hover li.footer_row,
div.p_table_2_8 div.column_1.active_column li.footer_row,
div.p_table_2_8.p_table_hover_disabled div.column_1.active_column li.footer_row
	{
	background: #b6a266 !important;
	}
	
/* --- column 2 ---  */	
div.p_table_2_8 div.column_2:hover li.row_style_1,
div.p_table_2_8 div.column_2.active_column li.row_style_1,
div.p_table_2_8.p_table_hover_disabled div.column_2.active_column li.row_style_1
	{
	background: #906e37 !important;
	}
	
div.p_table_2_8 div.column_2:hover li.row_style_3,
div.p_table_2_8 div.column_2.active_column li.row_style_3,
div.p_table_2_8.p_table_hover_disabled div.column_2.active_column li.row_style_3
	{
	background: #7b5d2f !important;
	}
	
div.p_table_2_8 div.column_2:hover li.footer_row,
div.p_table_2_8 div.column_2.active_column li.footer_row,
div.p_table_2_8.p_table_hover_disabled div.column_2.active_column li.footer_row
	{
	background: #906e37 !important;
	}
	
/* --- column 3 ---  */	
div.p_table_2_8 div.column_3:hover li.row_style_1,
div.p_table_2_8 div.column_3.active_column li.row_style_1,
div.p_table_2_8.p_table_hover_disabled div.column_3.active_column li.row_style_1
	{
	background: #854f34 !important;
	}
	
div.p_table_2_8 div.column_3:hover li.row_style_2,
div.p_table_2_8 div.column_3.active_column li.row_style_2,
div.p_table_2_8.p_table_hover_disabled div.column_3.active_column li.row_style_2
	{
	background: #7c492f !important;
	}
	
div.p_table_2_8 div.column_3:hover li.footer_row,
div.p_table_2_8 div.column_3.active_column li.footer_row,
div.p_table_2_8.p_table_hover_disabled div.column_3.active_column li.footer_row
	{
	background: #854f34 !important;
	}

/* --- column 4 ---  */	
div.p_table_2_8 div.column_4:hover li.row_style_1,
div.p_table_2_8 div.column_4.active_column li.row_style_1,
div.p_table_2_8.p_table_hover_disabled div.column_4.active_column li.row_style_1
	{
	background: #b3402a !important;
	}
	
div.p_table_2_8 div.column_4:hover li.row_style_3,
div.p_table_2_8 div.column_4.active_column li.row_style_3,
div.p_table_2_8.p_table_hover_disabled div.column_4.active_column li.row_style_3
	{
	background: #a33624 !important;
	}
	
div.p_table_2_8 div.column_4:hover li.footer_row,
div.p_table_2_8 div.column_4.active_column li.footer_row,
div.p_table_2_8.p_table_hover_disabled div.column_4.active_column li.footer_row
	{
	background: #b3402a !important;
	}
	
/* ==================== BUTTONS ==================== */
div.p_table_2_8 a.button_1,
div.p_table_2_8.p_table_hover_disabled  div.column_1:hover a.button_1,
div.p_table_2_8.p_table_hover_disabled  div.column_2:hover a.button_1,
div.p_table_2_8.p_table_hover_disabled  div.column_3:hover a.button_1,
div.p_table_2_8.p_table_hover_disabled  div.column_4:hover a.button_1
	{
	border-bottom: 1px solid #90763f;
	background-color: #b9a567; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #cabc78, #a89057); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cabc78', endColorstr='#a89057'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cabc78', endColorstr='#a89057'); /* IE8 */
	background: -ms-linear-gradient(top, #cabc78, #a89057); /* IE9 */
	background: -moz-linear-gradient(top, #cabc78, #a89057); /* Firefox */ 
	background: -o-linear-gradient(top, #cabc78, #a89057); /* Opera 11  */
	background: -webkit-linear-gradient(top, #cabc78, #a89057); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cabc78), color-stop(1, #a89057)); /* Chrome 10, Safari */
	}
	
div.p_table_2_8 a.button_2,
div.p_table_2_8.p_table_hover_disabled  div.column_1:hover a.button_2,
div.p_table_2_8.p_table_hover_disabled  div.column_2:hover a.button_2,
div.p_table_2_8.p_table_hover_disabled  div.column_3:hover a.button_2,
div.p_table_2_8.p_table_hover_disabled  div.column_4:hover a.button_2
	{
	border-bottom: 1px solid #614520;
	background-color: #947038; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ac8242, #7c5e30); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac8242', endColorstr='#7c5e30'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac8242', endColorstr='#7c5e30'); /* IE8 */
	background: -ms-linear-gradient(top, #ac8242, #7c5e30); /* IE9 */
	background: -moz-linear-gradient(top, #ac8242, #7c5e30); /* Firefox */ 
	background: -o-linear-gradient(top, #ac8242, #7c5e30); /* Opera 11  */
	background: -webkit-linear-gradient(top, #ac8242, #7c5e30); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ac8242), color-stop(1, #7c5e30)); /* Chrome 10, Safari */
	}	
	
div.p_table_2_8 a.button_3,
div.p_table_2_8.p_table_hover_disabled  div.column_1:hover a.button_3,
div.p_table_2_8.p_table_hover_disabled  div.column_2:hover a.button_3,
div.p_table_2_8.p_table_hover_disabled  div.column_3:hover a.button_3,
div.p_table_2_8.p_table_hover_disabled  div.column_4:hover a.button_3
	{
	border-bottom: 1px solid #582f1e;
	background-color: #895135; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #9e5e3e, #72442d); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e5e3e', endColorstr='#72442d'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e5e3e', endColorstr='#72442d'); /* IE8 */
	background: -ms-linear-gradient(top, #9e5e3e, #72442d); /* IE9 */
	background: -moz-linear-gradient(top, #9e5e3e, #72442d); /* Firefox */ 
	background: -o-linear-gradient(top, #9e5e3e, #72442d); /* Opera 11  */
	background: -webkit-linear-gradient(top, #9e5e3e, #72442d); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9e5e3e), color-stop(1, #72442d)); /* Chrome 10, Safari */
	}
	
div.p_table_2_8 a.button_4,
div.p_table_2_8.p_table_hover_disabled  div.column_1:hover a.button_4,
div.p_table_2_8.p_table_hover_disabled  div.column_2:hover a.button_4,
div.p_table_2_8.p_table_hover_disabled  div.column_3:hover a.button_4,
div.p_table_2_8.p_table_hover_disabled  div.column_4:hover a.button_4
	{
	border-bottom: 1px solid #8b2518;
	background-color: #b6412c; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #c84c32, #a43724); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c84c32', endColorstr='#a43724'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c84c32', endColorstr='#a43724'); /* IE8 */
	background: -ms-linear-gradient(top, #c84c32, #a43724); /* IE9 */
	background: -moz-linear-gradient(top, #c84c32, #a43724); /* Firefox */ 
	background: -o-linear-gradient(top, #c84c32, #a43724); /* Opera 11  */
	background: -webkit-linear-gradient(top, #c84c32, #a43724); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c84c32), color-stop(1, #a43724)); /* Chrome 10, Safari */
	}

div.p_table_2 div.column_1:hover a.button_1,
div.p_table_2 div.column_2:hover a.button_2,
div.p_table_2 div.column_3:hover a.button_3,
div.p_table_2 div.column_4:hover a.button_4,
div.p_table_2 div.active_column a.button_1,
div.p_table_2 div.active_column a.button_2,
div.p_table_2 div.active_column a.button_3,
div.p_table_2 div.active_column a.button_4,
div.p_table_2.p_table_hover_disabled div.active_column:hover a.button_1,
div.p_table_2.p_table_hover_disabled div.active_column:hover a.button_2,
div.p_table_2.p_table_hover_disabled div.active_column:hover a.button_3,
div.p_table_2.p_table_hover_disabled div.active_column:hover a.button_4
	{
	background: 0;
	filter: 0; /* IE5.5 - 7 */
	-ms-filter: 0; /* IE8 */
	border: 0;
	color: #ffffff;
	position: relative;
	top: -5px;
	/* shadow */
	box-shadow: 0px 0px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.15);
	}
	
/* --- vertical align --- */
div.p_table_2 li span.skpricing_table_vertical_align_table
{
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 !important;
}
div.p_table_2 li span.skpricing_table_vertical_align
{
	display: table-cell;
	vertical-align: middle;
	padding: 0 !important;
}
/* ========== HIDDEN ROW  ========== */
div.p_table_2 li.skpricing_table_hidden_row
{
	opacity: 1;
	-moz-transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1);  /* FF4+ */
	-o-transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1); /* Opera 10.5+ */
	-webkit-transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1);  /* Saf3.2+, Chrome */
	-ms-transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1);  /* IE9 */
	transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1);   /* W3C */
}
div.p_table_2.skpricing_table_clearfix div li.skpricing_table_hidden_row.skpricing_table_hide,
div.p_table_2.skpricing_table_clearfix div:hover li.skpricing_table_hidden_row.skpricing_table_hide
{
	opacity: 0;
	height: 0 !important;
	padding: 0 !important;
}
div.p_table_2 .skpricing_table_hidden_rows_control
{
	display: block;
	clear: both;
	float: left;
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 0 !important;
	font-size: 13px !important;
	color: #FFF !important;
	text-align: center !important;
	font-weight: bold !important;
	margin-top: 20px !important;
}
div.p_table_2 .skpricing_table_hidden_rows_control:hover
{
	text-decoration: none !important;
}
.skpricing_table_hidden_rows_control .skpricing_table_hide
{
	display: none;
}
div.p_table_2 .skpricing_table_hidden_rows_control span
{
	font-family: arial;
	font-weight: bold !important;
	color: #FFF !important;
}

div,p,strong,small,button{
margin:0;
padding:0;
box-sizing:border-box;
}


/* ==================== FONT FACE 3 ==================== */	
/*@font-face 
	{
	font-family: 'YanoneKaffeesatzRegular';
	src: url('../font/YanoneKaffeesatz-Regular-webfont.eot');
	src: local('-'), url('../font/YanoneKaffeesatz-Regular-webfont.woff') format('woff'), url('../font/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'), url('../font/YanoneKaffeesatz-Regular-webfont.svg#webfontlKPF1zIT') format('svg');
	font-weight: normal;
	font-style: normal;
	}	*/

/* ==================== PRICING TABLE  3==================== */
/* --- base --- */
div.p_table_3_1
	{
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: arial, sans-serif;
    font-weight: normal;
    color: #444444;
    line-height: normal !important;
    visibility: visible;
    padding: 1%;
	text-align: center;
	}


/* =================== COLUMN STYLE 1  ==================== */
div.p_table_3_1 div.column_0
	{
	position: relative;
	width: 18% ;
	/*height: 100%;*/
	margin-right:2% ;
	}
	

/* =================== COLUMN STYLE 1  ==================== */
div.p_table_3_1 div.column_1
	{
	position: relative;
	width: 18% ;
	/*height: 100%;*/
	margin-right:2% ;
	}
	
/* ==================== COLUMN STYLE 2  ==================== */
div.p_table_3_1 div.column_2
	{
	position: relative;
	width: 18%;
	/*height: 100%;*/
	margin-right:2% ;
	}	
	
/* ==================== COLUMN STYLE 3  ==================== */
div.p_table_3_1 div.column_3
	{
	position: relative;
	width: 18% ;
	/*height: 100%;*/
	margin-right:2% ;
	}
	
/* ==================== COLUMN STYLE 4  ==================== */
div.p_table_3_1 div.column_4
	{
	position: relative;
	width: 18%;
	/*height: 100%;*/
	margin-right:2% ;
	}

/* ==================== COLUMN RIBBONS  ==================== */

/* ------ ribbon styles ------  */
/* --- style1--- */	
div.ribbon_style1_best { background: url(../img/ribbon_style1_best.png); }
div.ribbon_style1_buy { background: url(../img/ribbon_style1_buy.png); }
div.ribbon_style1_free { background: url(../img/ribbon_style1_free.png); }
div.ribbon_style1_free_caps { background: url(../img/ribbon_style1_free_caps.png); }
div.ribbon_style1_fresh { background: url(../img/ribbon_style1_fresh.png); }
div.ribbon_style1_gift_caps { background: url(../img/ribbon_style1_gift_caps.png); }
div.ribbon_style1_heart { background: url(../img/ribbon_style1_heart.png); }
div.ribbon_style1_hot { background: url(../img/ribbon_style1_hot.png); }
div.ribbon_style1_hot_caps { background: url(../img/ribbon_style1_hot_caps.png); }
div.ribbon_style1_new { background: url(../img/ribbon_style1_new.png); }
div.ribbon_style1_new_caps { background: url(../img/ribbon_style1_new_caps.png); }
div.ribbon_style1_no1 { background: url(../img/ribbon_style1_no1.png); }
div.ribbon_style1_off5 { background: url(../img/ribbon_style1_off5.png); }
div.ribbon_style1_off10 { background: url(../img/ribbon_style1_off10.png); }
div.ribbon_style1_off15 { background: url(../img/ribbon_style1_off15.png); }
div.ribbon_style1_off20 { background: url(../img/ribbon_style1_off20.png); }
div.ribbon_style1_off25 { background: url(../img/ribbon_style1_off25.png); }
div.ribbon_style1_off30 { background: url(../img/ribbon_style1_off30.png); }
div.ribbon_style1_off35 { background: url(../img/ribbon_style1_off35.png); }
div.ribbon_style1_off40 { background: url(../img/ribbon_style1_off40.png); }
div.ribbon_style1_off50 { background: url(../img/ribbon_style1_off50.png); }
div.ribbon_style1_off75 { background: url(../img/ribbon_style1_off75.png); }
div.ribbon_style1_pack { background: url(../img/ribbon_style1_pack.png); }
div.ribbon_style1_pro { background: url(../img/ribbon_style1_pro.png); }
div.ribbon_style1_sale { background: url(../img/ribbon_style1_sale.png); }
div.ribbon_style1_save { background: url(../img/ribbon_style1_save.png); }
div.ribbon_style1_save_caps { background: url(../img/ribbon_style1_save_caps.png); }
div.ribbon_style1_top { background: url(../img/ribbon_style1_top.png); }
div.ribbon_style1_top_caps { background: url(../img/ribbon_style1_top_caps.png); }
div.ribbon_style1_trial { background: url(../img/ribbon_style1_trial.png); }

/* --- style2--- */
div.ribbon_style2_best { background: url(../img/ribbon_style2_best.png); }
div.ribbon_style2_buy { background: url(../img/ribbon_style2_buy.png); }
div.ribbon_style2_free { background: url(../img/ribbon_style2_free.png); }
div.ribbon_style2_free_caps { background: url(../img/ribbon_style2_free_caps.png); }
div.ribbon_style2_fresh { background: url(../img/ribbon_style2_fresh.png); }
div.ribbon_style2_gift_caps { background: url(../img/ribbon_style2_gift_caps.png); }
div.ribbon_style2_heart { background: url(../img/ribbon_style2_heart.png); }
div.ribbon_style2_hot { background: url(../img/ribbon_style2_hot.png); }
div.ribbon_style2_hot_caps { background: url(../img/ribbon_style2_hot_caps.png); }
div.ribbon_style2_new { background: url(../img/ribbon_style2_new.png); }
div.ribbon_style2_new_caps { background: url(../img/ribbon_style2_new_caps.png); }
div.ribbon_style2_no1 { background: url(../img/ribbon_style2_no1.png); }
div.ribbon_style2_off5 { background: url(../img/ribbon_style2_off5.png); }
div.ribbon_style2_off10 { background: url(../img/ribbon_style2_off10.png); }
div.ribbon_style2_off15 { background: url(../img/ribbon_style2_off15.png); }
div.ribbon_style2_off20 { background: url(../img/ribbon_style2_off20.png); }
div.ribbon_style2_off25 { background: url(../img/ribbon_style2_off25.png); }
div.ribbon_style2_off30 { background: url(../img/ribbon_style2_off30.png); }
div.ribbon_style2_off35 { background: url(../img/ribbon_style2_off35.png); }
div.ribbon_style2_off40 { background: url(../img/ribbon_style2_off40.png); }
div.ribbon_style2_off50 { background: url(../img/ribbon_style2_off50.png); }
div.ribbon_style2_off75 { background: url(../img/ribbon_style2_off75.png); }
div.ribbon_style2_pack { background: url(../img/ribbon_style2_pack.png); }
div.ribbon_style2_pro { background: url(../img/ribbon_style2_pro.png); }
div.ribbon_style2_sale { background: url(../img/ribbon_style2_sale.png); }
div.ribbon_style2_save { background: url(../img/ribbon_style2_save.png); }
div.ribbon_style2_save_caps { background: url(../img/ribbon_style2_save_caps.png); }
div.ribbon_style2_top { background: url(../img/ribbon_style2_top.png); }
div.ribbon_style2_top_caps { background: url(../img/ribbon_style2_top_caps.png); }
div.ribbon_style2_trial { background: url(../img/ribbon_style2_trial.png); }

/* ==================== ICONS  ==================== */
/* --- base --- */
@font-face
{
	font-family: 'icons';
	src: url('../font/icons.eot?78084899');
	src: url('../font/icons.eot?78084899#iefix') format('embedded-opentype'),
	url('../font/icons.woff?78084899') format('woff'),
	url('../font/icons.ttf?78084899') format('truetype'),
	url('../font/icons.svg?78084899#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}
div.p_table_3_1 span.skpricing_table_icon
{
	
}
div.p_table_3_1 span.skpricing_table_icon::after
{
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 10px;
	margin-left: .2em;
	margin-top: 3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* --- yes icons --- */
div.p_table_3_1 span.skpricing_table_icon.icon_yes_01::after
{
	content: '\e80c';
	color: #56a600;
	font-size: 100%;
}
div.p_table_3_1 span.skpricing_table_icon.icon_yes_02::after
{
	content: '\e802';
	color: #56a600;
	font-size: 14px;
}
div.p_table_3_1 span.skpricing_table_icon.icon_yes_03::after
{
	content: '\e804';
	color: #56a600;
	font-size: 14px;
}
div.p_table_3_1 span.skpricing_table_icon.icon_yes_04::after
{
	content: '\e806';
	color: #56a600;
	font-size: 16px;
}
div.p_table_3_1 span.skpricing_table_icon.icon_yes_05::after
{
	content: '\e808';
	color: #56a600;
	font-size: 14px;
}
div.p_table_3_1 span.skpricing_table_icon.icon_yes_06::after
{
	content: '\e80a';
	color: #56a600;
	font-size: 14px;
}
div.p_table_3_1 span.skpricing_table_icon.icon_yes_07::after
{
	content: '\e812';
	color: #56a600;
	font-size: 13px;
}
div.p_table_3_1 span.skpricing_table_icon.icon_yes_08::after
{
	content: '\e80e';
	color: #56a600;
	font-size: 14px;
}
div.p_table_3_1 span.skpricing_table_icon.icon_yes_09::after
{
	content: '\e810';
	color: #56a600;
	font-size: 14px;
}
div.p_table_3_1 span.skpricing_table_icon.icon_yes_10::after
{
	content: '\e800';
	color: #ffa800;
	font-size: 15px;
}

/* --- no icons --- */
div.p_table_3_1 span.skpricing_table_icon.icon_no_01::after
{
	content: '\e80d';
	color: #d64747;
	font-size: 16px;
}
div.p_table_3_1 span.skpricing_table_icon.icon_no_02::after
{
	content: '\e803';
	color: #d64747;
	font-size: 14px;
}
div.p_table_3_1 span.skpricing_table_icon.icon_no_03::after
{
	content: '\e805';
	color: #d64747;
	font-size: 14px;
}
div.p_table_3_1 span.skpricing_table_icon.icon_no_04::after
{
	content: '\e807';
	color: #d64747;
	font-size: 16px;
}
div.p_table_3_1 span.skpricing_table_icon.icon_no_05::after
{
	content: '\e809';
	color: #d64747;
	font-size: 14px;
}
div.p_table_3_1 span.skpricing_table_icon.icon_no_06::after
{
	content: '\e80b';
	color: #d64747;
	font-size: 14px;
}
div.p_table_3_1 span.skpricing_table_icon.icon_no_07::after
{
	content: '\e813';
	color: #aaaaaa;
	font-size: 13px;
}
div.p_table_3_1 span.skpricing_table_icon.icon_no_08::after
{
	content: '\e80f';
	color: #aaaaaa;
	font-size: 14px;
}
div.p_table_3_1 span.skpricing_table_icon.icon_no_09::after
{
	content: '\e811';
	color: #aaaaaa;
	font-size: 14px;
}
div.p_table_3_1 span.skpricing_table_icon.icon_no_10::after
{
	content: '\e801';
	color: #aaaaaa;
	font-size: 15px;
}

/* ==================== TOOLTIP  ==================== */
/* --- base --- */
div.p_table_3_1 span.skpricing_table_tooltip
{
	position: relative !important;
	display: inline-block !important;
	border-bottom: 1px dotted #444444 !important;
	cursor: pointer;
}

div.p_table_3_1 li.row_style_1 span.skpricing_table_tooltip, 
div.p_table_3_1 li.row_style_2 span.skpricing_table_tooltip, 
div.p_table_3_1 li.row_style_3 span.skpricing_table_tooltip, 
div.p_table_3_1 li.row_style_4 span.skpricing_table_tooltip
{
	padding: 0 !important;
}
/*
div.p_table_3 .header_row_1 span.skpricing_table_tooltip,
div.p_table_3 .header_row_2 span.skpricing_table_tooltip,
div.p_table_3 .footer_row span.skpricing_table_tooltip
{
	border-bottom: none !important;
} */

div.p_table_3_1 span.skpricing_table_tooltip>span:first-child
{
	min-width: 180px; /* Tooltip Width */
	font-family: arial, sans-serif !important; /* Tooltip Base Font Family */
	font-size: 13px !important; /* Tooltip Base Font Size */
	line-height: normal !important;
	text-align: left !important;
	padding: 10px 10px 12px 10px !important;
	visibility: hidden;
    opacity: 0;
	position: absolute;
	z-index: 1000;

	/* CSS3 Transitions */
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	-ms-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-moz-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-o-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-ms-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	
	color: #ffffff !important;
	
	/* CSS3 Gradients */
	background: #404040 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #4e4e4e 0%, #404040 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4e4e), color-stop(100%,#404040)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4e4e4e 0%,#404040 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4e4e4e 0%,#404040 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4e4e4e 0%,#404040 100%) !important; /* IE10+ */
	background: linear-gradient(top,  #4e4e4e 0%,#404040 100%) !important; /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#404040',GradientType=0 ); IE6-9 - disabled due to lack of compatibility with pseudo-elements */

	/* CSS3 Borders */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	/* CSS3 Text-shadow */
	text-shadow: 0px 1px 0px rgba(0,0,0,0.4);
	
	left: -19px;
	bottom: 100%;
	margin-bottom: 30px; /* Start Position */
	
	/* CSS3 Transitions */
	-webkit-transition-property: opacity, margin-bottom, visibility;
	-moz-transition-property: opacity, margin-bottom, visibility;
	-o-transition-property: opacity, margin-bottom, visibility;
	-ms-transition-property: opacity, margin-bottom, visibility;
	transition-property: opacity, margin-bottom, visibility;
}

div.p_table_3_1.p_table_sliding span.skpricing_table_tooltip>span:first-child
{
	min-width: 95px;
	width: 95px;
	left: -54px;
}

div.p_table_3_1 span.skpricing_table_tooltip>span:first-child:before
{	
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
	border-top: 8px solid #000;
	border-bottom: 0 !important;
	bottom: -8px;
	left: 15px;
	border-color: #404040;
}

div.p_table_3_1.p_table_sliding span.skpricing_table_tooltip>span:first-child:before
{
	left: 50px;
}

/* --- On Hover --- */
div.p_table_3_1 span.skpricing_table_tooltip:hover>span:first-child
	{	
	margin-bottom: 10px; /* End Position */
	visibility: visible;
	opacity: 1;
	}

/* --- On Focus --- */
div.p_table_3_1 span.skpricing_table_tooltip input:focus + span:first-child,
div.p_table_3_1 span.skpricing_table_tooltip textarea:focus + span:first-child
	{	
	margin-bottom: 10px; /* End Position */
	visibility: visible;
	opacity: 1;
	}
	
/* --- Decorative Line --- */
div.p_table_3_1 span.skpricing_table_tooltip>span:first-child:after
	{
	content: "";
	display: block;
	border-top: 1px solid #BFBEBE;
	position: absolute;
	left: 0px;
	top: 1px;
	width: 100%;
	height: 10px;
	
	/* CSS3 Borders */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
/* --- misc --- */
.skpricing_table_clearfix:after
{
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

/* start custom styling */





 .skt3_host_plans {
    width: 100%;
    padding: 32px 0px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    background: #fff;
	display:inline-block;
	vertical-align: middle;
	}
   
/*div    {margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}*/

.skt3_host_plans .skt3_planbox {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}
.skt3_host_plans .skt3_planbox .skt3_title {
  width: 100%;
    padding: 20px 0px 10px 0px;
}
.skt3_caps {
    text-transform: uppercase;
}
.skt3_host_plans .skt3_planbox .skt3_prices {
    background: #5f686f;
    display: inline-block;
    margin-bottom: 35px;
    position: relative;
    width: 100%;
    padding: 27px 0px 23px 0px;
    color: #fff;
}
.skt3_host_plans .skt3_planbox {
    overflow-x: hidden;
}
.skt3_host_plans .skt3_planbox .skt3_prices:before {
    border-top: 20px solid #5f686f;
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    margin-left: -200px;
    margin-right: -200px;
    content: "";
    height: 0;
    position: absolute;
    bottom: -19px;
    width: 0;
    left: 50%;
}
.skt3_host_plans .skt3_planbox .skt3_prices strong {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    display: block;
}
.skt3_host_plans .skt3_planbox .skt3_prices strong i {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
}
.skt3_host_plans .skt3_planbox .skt3_prices b {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    display: block;
    margin-bottom: 20px;
}
.skt3_host_plans .skt3_planbox .skt3_prices a {
    color: #5f686f;
    font-size: 14px;
    background: #fff;
    padding: 11px 32px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease;
        text-decoration: none;
}
.skt3_host_plans .skt3_planbox .skt3_prices a:hover {
    color: #fff;
    background: #86c724;
}
.skt3_host_plans .skt3_planbox ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}
.skt3_host_plans .skt3_planbox li {
    float: left;
    width: 100%;
    padding: 9px 0px;
    color: #2a363f;
    border-bottom: 1px solid #f3f3f3;
    list-style: none;
	margin-bottom: 0;
}
.skt3_planbox img {
    max-width: 100%;
    max-height: 100%;
}

.skt3_hiimg {
    display: block;
    position: absolute;
    top: 10px;
    margin-left: -67px;
    left: 50%;

}
.skt3_host_plans .skt3_planbox.skt3_highlight .skt3_prices {
    background: #86c724;
}
.skt3_host_plans .skt3_planbox.skt3_highlight .skt3_prices a {
    color: #86c724;
    background: #fff;
}
.skt3_host_plans .skt3_planbox.skt3_highlight .skt3_prices:before {
    border-top: 20px solid #86c724;
}
.skt3_host_plans .skt3_planbox.skt3_highlight .skt3_prices a {
    color: #86c724;
    background: #fff;
}
.skt3_host_plans .skt3_planbox .skt3_highlight .skt3_prices a:hover {
    color: #5f686f;
}


/* /////////////////////////////////////////// Style 2 Table 3 ////////////////////////////// */


div.p_table_3_2 {
  width: 1170px;
  overflow: hidden;
  font: 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #404040;
}

div.p_table_3_2.skt3_plan {
  width: 150px;
  margin: 20px 2px;
  padding: 15px 25px;
  text-align: center;
  background: white;
  background-clip: padding-box;
  border: 2px solid #e5ded6;
  border-color: rgba(black, .1);
  border-radius: 5px;
}

div.p_table_3_2 h3.skt3_plan-title {
  margin: 0 0 12px 0;
  font-size: 24px;
  color: #36bce6;
}

div.p_table_3_2 p.skt3_plan-price {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
  color: #fd935a;
}

div.p_table_3_2 span.skt3_plan-unit{
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: normal;
  color: #aaa;
}

div.p_table_3_2 div.skt3_plan-features {
/*  width: 120px;
  margin: 20px auto 15px;
  padding: 15px 0 0 15px;
  border-top: 1px solid #e5ded6; */
      list-style: none;
}

div.p_table_3_2 li.skt3_plan-feature {
  line-height: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  text-align:left;
  padding: 10px 0px 0px 25px;
}
div.p_table_3_2 li.skt3_plan-feature-last {
  padding-top: 15px;
}

div.p_table_3_2.skt3_plan-feature-unit {
  margin-left: 2px;
  font-size: 16px;
}
.p_table_3_2 span.skt3_plan-feature-name {
  font-size: 13px;
  font-weight: normal;
  color: #aaa;
}

div.p_table_3_2  a.skt3_plan-button {
  position: relative;
  display: block;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px rgba(black, .1);
  background: #fd935c;
  border-bottom: 2px solid #cf7e3b;
  border-color: rgba(black, .15);
  border-radius: 4px;
}
  div.p_table_3_2  a.skt3_plan-button:active {
    top: 2px;
    margin-bottom: 2px;
    border-bottom: 0;
 }

div.p_table_3_2 div.skt3_plan-highlight {
  margin-top: 0 ;
  margin-bottom: 0 ;
  padding-left: 15px ;
  padding-right: 15px ;
  border: 4px solid #37bbe6 !important;
}
div.skt3_plan-highlight a.skt3_plan-button {
    font-size: 18px;
    line-height: 49px;
    background: #37bce5;
    border-color: #3996b3;
    border-color: rgba(black, .15);
  }


div.p_table_3_2 p.skt3_plan-recommended {
  margin: -16px auto 15px;
  padding-bottom: 2px;
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-shadow: 0 1px rgba(black, .05);
  background: #37bbe6;
  border-radius: 0 0 4px 4px;
}


/* =================== COLUMN STYLE 1  ==================== */
div.p_table_3_2 div.column_0
	{
 float:left;
   width: 18%;
  margin: 20px 2px;
  padding: 15px 25px;
  text-align: center;
  background: white;
  background-clip: padding-box;
  border: 2px solid #e5ded6;
  border-color: rgba(black, .1);
  border-radius: 5px;
	}
	

/* =================== COLUMN STYLE 1  ==================== */
div.p_table_3_2 div.column_1
	{
		float:left;
   width: 18%;
  margin: 20px 2px;
  padding: 15px 25px;
  text-align: center;
  background: white;
  background-clip: padding-box;
  border: 2px solid #e5ded6;
  border-color: rgba(black, .1);
  border-radius: 5px;
	}
	
/* ==================== COLUMN STYLE 2  ==================== */
div.p_table_3_2 div.column_2
	{
		float:left;
  width: 18%;
  margin: 20px 2px;
  padding: 15px 25px;
  text-align: center;
  background: white;
  background-clip: padding-box;
  border: 2px solid #e5ded6;
  border-color: rgba(black, .1);
  border-radius: 5px;
	}	
	
/* ==================== COLUMN STYLE 3  ==================== */
div.p_table_3_2 div.column_3
	{
		float:left;
  width: 18%;
  margin: 20px 2px;
  padding: 15px 25px;
  text-align: center;
  background: white;
  background-clip: padding-box;
  border: 2px solid #e5ded6;
  border-color: rgba(black, .1);
  border-radius: 5px;
	}
	
/* ==================== COLUMN STYLE 4  ==================== */
div.p_table_3_2 div.column_4
	{
		float:left;
   width: 18%;
  margin: 20px 2px;
  padding: 15px 25px;
  text-align: center;
  background: white;
  background-clip: padding-box;
  border: 2px solid #e5ded6;
  border-color: rgba(black, .1);
  border-radius: 5px;
	}
/* /////////////////////////////////////////// Style 2 Table 3 ////////////////////////////// */


div.p_table_3_3 {
  width: 1170px;
  margin: 50px auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;  
}

div.p_table_3_3 .skt3_deal {
  padding: 10px 0 0 0;
}
div.p_table_3_3 .skt3_deal span {
  display: block;
  text-align: center;
}
div.p_table_3_3  .skt3_deal span:first-of-type {
  font-size: 23px;  
}
div.p_table_3_3 .skt3_deal span:last-of-type {
  font-size: 13px;
}

div.p_table_3_3 div.skt3_features {
  display: block;
  margin: 20px 0 10px 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  color: #f9f9f9;
}


div.p_table_3_3 .skt3_price {
  display: block;
  width: 100%; 
  background: #292b2e;
  margin: 15px 0 20px 0;
  text-align: center;
  font-size: 23px;
  padding: 17px 0 17px 0;
}

div.p_table_3_3 li {
  display: block;
  margin: 10px 0 0 0;
  color: #999999;
}
div.p_table_3_3 li.skt3_plan-feature-last {
    padding: 10px;
}

div.p_table_3_3 button {
  border: none;
  border-radius: 40px;
  background: #292b2e;
  color: #f9f9f9;
  padding: 10px 37px;
}

div.p_table_3_3 .skt3_scale {
  transform: scale(1.2);
  box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
}
div.p_table_3_3 .skt3_scale button {
  background: #64AAA4;
}
div.p_table_3_3 .skt3_scale .skt3_price {
  color: #64AAA4;
}


/* =================== COLUMN STYLE 1  ==================== */
div.p_table_3_3 div.column_0
	{
  width: 18%;
  background: #0F1012; 
  color: #f9f9f9;
  float: left;
	}
	

/* =================== COLUMN STYLE 1  ==================== */
div.p_table_3_3 div.column_1
	{
  width: 18%;
  background: #0F1012; 
  color: #f9f9f9;
  float: left;
	}
	
/* ==================== COLUMN STYLE 2  ==================== */
div.p_table_3_3 div.column_2
	{
  width: 18%;
  background: #0F1012; 
  color: #f9f9f9;
  float: left;
	}	
	
/* ==================== COLUMN STYLE 3  ==================== */
div.p_table_3_3 div.column_3
	{
  width:18%;
  background: #0F1012; 
  color: #f9f9f9;
  float: left;
	}
	
/* ==================== COLUMN STYLE 4  ==================== */
div.p_table_3_3 div.column_4
	{
  width: 18%;
  background: #0F1012; 
  color: #f9f9f9;
  float: left;
	}

 /*Testing for New Style Layout CSS///////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*-----ACTIVE----*/  

.skt3_active{
    width: 100%;
	padding:0 4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
}
  
  .skt3_active-inset {
    width: 100%;
	padding:0 4px;
	box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.7);
  }


  /*Testing for New tables  Style CSS//////////////////////////////////////////////////////////////////////////////////////////////////////////// */


/*--------------------style4-----------------------------*/

div,p,strong,small,button{
margin:0;
padding:0;
box-sizing:border-box;
}



/*--------------------style4-----------------------------*/



/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table_3_4
	{
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: 'Arimo', sans-serif;
    font-weight: normal;
    color: #444444;
    line-height: normal !important;
    visibility: visible;
    padding: 1%;
	text-align: center;
	}

div.p_table_3_4 div.column_0,div.p_table_3_4 div.column_1,div.p_table_3_4 div.column_2,div.p_table_3_4 div.column_3{
float: left;
}


div.p_table_3_4 div.column_0,div.p_table_3_4 div.column_1,div.p_table_3_4 div.column_2,div.p_table_3_4 div.column_3{
  width: 24%;
  padding:0 4px;
}	

	
/* ===================================Responsive-Layout-Table5--Style6==================================*/

@media only screen and (max-width:1400px){
	
div.p_table_3_4 div.column_0,div.p_table_3_4 div.column_1,div.p_table_3_4  div.column_2,div.p_table_3_4 div.column_3{
float: left;
}


div.p_table_3_4  div.column_0,div.p_table_3_4  div.column_1,div.p_table_3_4  div.column_2,div.p_table_3_4  div.column_3{
  width: 24%;
  padding:0 4px;
}
	
}


@media only screen and (max-width:1025px) and (min-width:600px){

div.p_table_3_4 div.column_0,div.p_table_3_4 div.column_1,div.p_table_3_4  div.column_2,div.p_table_3_4 div.column_3{
float: left;
}


div.p_table_3_4  div.column_0,div.p_table_3_4  div.column_1,div.p_table_3_4  div.column_2,div.p_table_3_4  div.column_3{
  width: 48%;
  padding:0 4px;
}	
}

@media only screen and (max-width:599px){
	
div.p_table_3_4  div.column_0,div.p_table_3_4  div.column_1,div.p_table_3_4  div.column_2,div.p_table_3_4  div.column_3{
float: left;
}


div.p_table_3_4  div.column_0,div.p_table_3_4  div.column_1,div.p_table_3_4 div.column_2,div.p_table_3_4  div.column_3{
  width: 99%;
  padding:0 4px;
}		
}	

div.p_table_3_4  div.skt3_features-sty-4{
	border:2px solid #292B2E;
	margin:60px 0 0 0;
	background:rgba(15,16,18,0.8);
	color:#FFFFFF;
	height:auto;
	padding:20px 0 15px 0;
	border-radius:8px;
	box-shadow:inset 0 0 20px #879988;
	transform:scale(1,1);
	transition:all 0.3s ease-in-out;
}

div.p_table_3_4  div.skt3_features-sty-4:hover{transform:scale(0.9,0.9); box-shadow: 0 0 20px #879988;}

div.p_table_3_4  div.skt3_features-sty-4 .skt3_deal-sty-4 .skt3_deal-text-sty-4{
	font-size:28px;
	padding:40px 0 18px 0;
	color:#DD5044;
}

div.p_table_3_4  div.skt3_features-sty-4 .skt3_deal-sty-4 p{
	font-size:13px;
	line-height:4px;
}

div.p_table_3_4  div.skt3_features-sty-4 .skt3_price-sty-4{
	background:#DD5044;
	padding:12px 0;
	width:100%;
	margin:34px 0 22px 0;
	font-size:24px;
	border-radius:40px 0 40px 0;
}

div.p_table_3_4  div.skt3_features-sty-4 .skt3_plan-feature-sty-4{
	color:#FFFFFF;
	line-height:30px;
	height:30px;
	font-size:14px;
	text-align:center;
}


div.p_table_3_4  div.skt3_features-sty-4 .skt3_plan-feature-last-sty-4 button{
	background:#292B2E;
	border:1px solid #292B2E;
	width:50%;
	height:34px;
	border-radius:6px;
	letter-spacing:2px;
	color:#FFFFFF;
	cursor:pointer;
	margin:20px 25%;
}

div.p_table_3_4  div.skt3_features-sty-4:hover .skt3_plan-feature-last-sty-4 button{
	background:#DD5044;
	border:1px solid #DD5044;
	color:rgba(15,16,18,1);
}


/*--------------------style5-----------------------------*/


/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table_3_5
	{
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: 'Oxygen', sans-serif;
    font-weight: normal;
    color: #444444;
    line-height: normal !important;
    visibility: visible;
    padding: 1%;
	text-align: center;
	}


	
/* =================== COLUMN STYLE 1  ==================== */
div.p_table_3_5 div.column_0
	{
	position: relative;
	width:  24% ;
	/*height: 100%;*/
	}

div.p_table_3_5 div.column_0,div.p_table_3_5 div.column_1,div.p_table_3_5 div.column_2,div.p_table_3_5 div.column_3{
float: left;
}


div.p_table_3_5 div.column_0,div.p_table_3_5 div.column_1,div.p_table_3_5 div.column_2,div.p_table_3_5 div.column_3{
  width: 24%;
  padding:0 4px;
}		

/* ===================================Responsive-Layout-Table5--Style6==================================*/

@media only screen and (max-width:1400px){
	
div.p_table_3_5 div.column_0,div.p_table_3_5 div.column_1,div.p_table_3_5  div.column_2,div.p_table_3_5 div.column_3{
float: left;
}


div.p_table_3_5  div.column_0,div.p_table_3_5  div.column_1,div.p_table_3_5  div.column_2,div.p_table_3_5  div.column_3{
  width: 24%;
  padding:0 4px;
}
	
}


@media only screen and (max-width:1025px) and (min-width:600px){

div.p_table_3_5 div.column_0,div.p_table_3_5 div.column_1,div.p_table_3_5  div.column_2,div.p_table_3_5 div.column_3{
float: left;
}


div.p_table_3_5  div.column_0,div.p_table_3_5  div.column_1,div.p_table_3_5  div.column_2,div.p_table_3_5  div.column_3{
  width: 48%;
  padding:0 4px;
}	
}

@media only screen and (max-width:599px){
	
div.p_table_3_5  div.column_0,div.p_table_3_5  div.column_1,div.p_table_3_5  div.column_2,div.p_table_3_5  div.column_3{
float: left;
}


div.p_table_3_5  div.column_0,div.p_table_3_5  div.column_1,div.p_table_3_5 div.column_2,div.p_table_3_5  div.column_3{
  width: 99%;
  padding:0 4px;
}		
}	


div.p_table_3_5  div.package-row-sty-5{
	overflow:hidden;
}

div.p_table_3_5  div.skt3_features-sty-5{
	color:#FFFFFF;
	height:auto;
	border-radius:50px 0 50px 0;
	margin:30px 0 0 0;
	overflow:hidden;
	list-style:none;
	box-shadow:0 0 10px #879988;
	transform:scale(0.9,0.9);
	transition:all 0.4s cubic-bezier(.36,.37,.55,1.91);
}

div.p_table_3_5  div.skt3_features-sty-5:hover{
	transform:scale(1,1);
}


div.p_table_3_5  div.skt3_features-sty-5 .skt3_deal-sty-5{
	width:100%;
	height:260px;
	float:left;
}



div.p_table_3_5  div.skt3_features-sty-5 .skt3_deal-sty-5 .skt3_deal-text-sty-5{
	font-size:30px;
	margin:30px 0 10px 0;
}

div.p_table_3_5  div.skt3_features-sty-5 .skt3_deal-sty-5 p{font-size:14px; margin-top:-12px;}

div.p_table_3_5  div.skt3_features-sty-5 .skt3_deal-sty-5 .skt3_price-sty-5{
	font-size:30px;
	background:#FFFFFF !important;
	margin:25px auto 0 auto;
	width:120px;
	height:120px;
	border-radius:100%;
	line-height:120px;
	color:#424340 !important;
	
}

div.p_table_3_5  div.skt3_features-sty-5 .skt3_plan-feature-sty-5{
    width:100%;
	float:left;
	line-height:42px;
	height:42px;
	color:#37373C;
	font-size:14px;
	background:#F2F2FD;
	margin:0;
}

div.p_table_3_5  div.skt3_features-sty-5 .skt3_plan-feature-sty-5:nth-child(odd){
	background:#E4E4FA;
	
}

div.p_table_3_5  div.skt3_features-sty-5 .skt3_plan-feature-sty-5:nth-child(even){
	background:#F2F2FD;
}

div.p_table_3_5  div.skt3_plan-feature-sty-5{font-size:13px;}

div.p_table_3_5  div.skt3_features-sty-5 .skt3_plan-feature-last-sty-5{
	padding:12px 46px;
	margin:59px 20% 0 20%;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	font-size:13px;
	cursor:pointer;
	width:60%;
	height:40px;
	background:#FFFFFF !important;
	border:1px solid #FFFFFF !important;
	color:#424340 !important;
	float:left;
	font-weight:600;
}


div.p_table_3_5  div.skt3_features-sty-5:hover .skt3_plan-feature-last-sty-5{
	background:#E4E4FA !important;
	border:1px solid #E4E4FA !important;
}


/*--------------------style6-----------------------------*/


/* ==================== PRICING TABLE  ==================== */



/* --- base --- */
div.p_table_3_6
	{
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: 'Catamaran', sans-serif;
    font-weight: normal;
    color: #444444;
    line-height: normal !important;
    visibility: visible;
    padding: 1%;
	text-align: center;
	}
	
div.p_table_3_6 div.column_0,div.p_table_3_6 div.column_1,div.p_table_3_6 div.column_2,div.p_table_3_6 div.column_3{
float: left;
}


div.p_table_3_6 div.column_0,div.p_table_3_6 div.column_1,div.p_table_3_6 div.column_2,div.p_table_3_6 div.column_3{
  width: 24%;
  padding:0 4px;
}	

/* ===================================Responsive-Layout-Table3--Style6==================================*/

@media only screen and (max-width:1400px){
	
div.p_table_3_6 div.column_0,div.p_table_3_6 div.column_1,div.p_table_3_6 div.column_2,div.p_table_3_6 div.column_3{
float: left;
}


div.p_table_3_6 div.column_0,div.p_table_3_6 div.column_1,div.p_table_3_6 div.column_2,div.p_table_3_6 div.column_3{
  width: 24%;
  padding:0 4px;
}	
	
}	

@media only screen and (max-width:1200px) and (min-width:600px){

div.p_table_3_6 div.column_0,div.p_table_3_6 div.column_1,div.p_table_3_6 div.column_2,div.p_table_3_6 div.column_3{
float: left;
}


div.p_table_3_6 div.column_0,div.p_table_3_6 div.column_1,div.p_table_3_6 div.column_2,div.p_table_3_6 div.column_3{
  width: 40%;
  padding:0 4px;
}	
}

@media only screen and (max-width:599px){
	
div.p_table_3_6 div.column_0,div.p_table_3_6 div.column_1,div.p_table_3_6 div.column_2,div.p_table_3_6 div.column_3{
float: left;
}


div.p_table_3_6 div.column_0,div.p_table_3_6 div.column_1,div.p_table_3_6 div.column_2,div.p_table_3_6 div.column_3{
  width: 99%;
  padding:0 4px;
}		
}	
	

/* ==================== ICONS  ==================== */
/* --- base --- */
@font-face
{
	font-family: 'icons';
	src: url('../font/icons.eot?78084899');
	src: url('../font/icons.eot?78084899#iefix') format('embedded-opentype'),
	url('../font/icons.woff?78084899') format('woff'),
	url('../font/icons.ttf?78084899') format('truetype'),
	url('../font/icons.svg?78084899#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}		

div.p_table_3_6 {
	width:80%;
	height:auto;
	margin:0 10%;
	box-sizing:border-box;
}	


div.p_table_3_6 div.package-container-sty-6{
	perspective:600px;
}

div.p_table_3_6 div.package-row-sty-6{
	margin:20px 0;
}

div.p_table_3_6 div.skt3_features-sty-6{
	background:#F5F5F6;
	color:#FFFFFF;
	height:auto;
	margin:10px 0;
	transform-style:preserve-3d;
	transform-origin:50% 50%;
	transition:all 0.7s;
	float:left;
}


div.p_table_3_6 div.skt3_package-content-sty-6{
	width:100%;
	height:auto;
	float:left;
	box-sizing:border-box;
	border:1px solid #313A44;
}

div.p_table_3_6 .skt3_deal-sty-6{
	width:100%;
	height:220px;
	float:left;
}


div.p_table_3_6  div.skt3_deal-sty-6 p{
	font-size:25px;
	margin-top:45px;
	margin-bottom:22px;
	font-weight:600;
}

div.p_table_3_6  div.skt3_deal-sty-6 small{font-size:28px;position:relative;top:-20px;}

div.p_table_3_6  div.skt3_deal-sty-6  strong{font-size:60px;margin-top:20px;font-weight:100;}


div.p_table_3_6 div.skt3_features-sty-6 .skt3_plan-feature-sty-6 span{
color:#8494AF;
float:left;
text-align:center;
width:76%;
margin:0 12% 10px 12%;
padding:26px 0 15px 0;
border:0px;
border-bottom:1px solid #4C5A67;
}

div.p_table_3_6 div.skt3_features-sty-6 .skt3_plan-feature-sty-6{
    width:100%;
	float:left;
	list-style:none;
	margin:0;
	padding:6px 0;
	color:#7B8BA3;
	font-size:15px;
}

div.p_table_3_6  div.skt3_features-sty-6 .skt3_plan-feature-sty-6 .white-sty-6{color:#FFFFFF;}

div.skt3_features-sty-6 .skt3_plan-feature-last-sty-6{
	border:2px solid #00C5AA;
	background:transparent;
	text-transform:uppercase;
	border-radius:5px;
	color:#00C5AA;
	font-size:17px;
	cursor:pointer;
	width:54%;
	height:46px;
	margin:40px 23% 40px 23%;
	line-height:46px;
	float:left;
}




/*--------------------style7-----------------------------*/

	
/* ===================================Responsive-Layout-Table5--Style6==================================*/

/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table_3_7 
	{
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    color: #444444;
    line-height: normal !important;
    visibility: visible;
    padding: 1%;
	text-align: center;
}



div.p_table_3_7 div.column_0,div.p_table_3_7 div.column_1,div.p_table_3_7 div.column_2,div.p_table_3_7 div.column_3{
float: left;
}


div.p_table_3_7 div.column_0,div.p_table_3_7 div.column_1,div.p_table_3_7 div.column_2,div.p_table_3_7 div.column_3{
  width: 24%;
  padding:0 4px;
}	


@media only screen and (max-width:1400px){

div.p_table_3_7  div.column_0,div.p_table_3_7  div.column_1,div.p_table_3_7  div.column_2,div.p_table_3_7  div.column_3{
float: left;
}


div.p_table_3_7  div.column_0,div.p_table_3_7  div.column_1,div.p_table_3_7  div.column_2,div.p_table_3_7  div.column_3{
  width: 24%;
  padding:0 4px;
}	
}


@media only screen and (max-width:1025px) and (min-width:600px){

div.p_table_3_7  div.column_0,div.p_table_3_7  div.column_1,div.p_table_3_7  div.column_2,div.p_table_3_7  div.column_3{
float: left;
}


div.p_table_3_7  div.column_0,div.p_table_3_7  div.column_1,div.p_table_3_7  div.column_2,div.p_table_3_7  div.column_3{
  width: 48%;
  padding:0 4px;
}	
}

@media only screen and (max-width:599px){
	
div.p_table_3_7  div.column_0,div.p_table_3_7  div.column_1,div.p_table_3_7  div.column_2,div.p_table_3_7  div.column_3{
float: left;
}


div.p_table_3_7  div.column_0,div.p_table_3_7  div.column_1,div.p_table_3_7  div.column_2,div.p_table_3_7  div.column_3{
  width: 99%;
  padding:0 4px;
}		
}	

div.p_table_3_7 {
	width:100%;
	height:auto;
	margin:0 10%;
}	


div.p_table_3_7  div.package-row-sty-7{
	margin:40px 0;
}

div.p_table_3_7  div.skt3_features-sty-7{
	width:100%;
	margin:10px 0 20px 0;
	float:left;
	overflow:hidden;
	transform:scale(1,1);
	transition:all 0.4s cubic-bezier(.36,.37,.55,1.21);
}

div.p_table_3_7  div.skt3_features-sty-7:hover{
	transform:scale(1.1,1.1);
	position:relative;
	z-index:100;
}

div.p_table_3_7  div.skt3_features-sty-7:hover  .skt3_deal-sty-7{
	transform:scale(1,1);
}

div.p_table_3_7  div.column_1 .skt3_features-sty-7{background:#F7B205;}
div.p_table_3_7  div.column_2 .skt3_features-sty-7{background:#89BF43;}
div.p_table_3_7  div.column_3 .skt3_features-sty-7{background:#289EE3;}


div.p_table_3_7  div.skt3_features-sty-7 .skt3_deal-sty-7{
	width:100%;
	height:220px;
	background:#333333 !important;
	float:left;
	margin-bottom:30px;
}

div.p_table_3_7  div.skt3_features-sty-7 .skt3_deal-sty-7 i img{
	padding-top:30px;
	
}

div.p_table_3_7  div.skt3_features-sty-7 .skt3_deal-sty-7 i{
	font-size:90px;
	margin-top:30px;
}



div.p_table_3_7  div.skt3_features-sty-7 .skt3_deal-sty-7 strong{
	font-size:30px;
	font-weight:600;
	text-align:center;
	margin-top:16px;
	margin-bottom:2px;
	float:left;
	width:100%;
}


div.p_table_3_7  div.skt3_features-sty-7 .skt3_deal-sty-7 small{
	font-size:22px;
	position:relative;
	top:-15px;
}



div.p_table_3_7  div.skt3_features-sty-7 .skt3_deal-sty-7 p{
	font-weight:600;
	font-size:17px;
	text-align:center;
}

.column_0 .skt3_features-sty-7 .skt3_deal-sty-7  .skt3-para-sty-7{color:#F7CBCB;}
.column_1 .skt3_features-sty-7 .skt3_deal-sty-7  .skt3-para-sty-7{color:#F4E0AF;}
.column_2 .skt3_features-sty-7 .skt3_deal-sty-7  .skt3-para-sty-7{color:#D7EBBE;}
.column_3 .skt3_features-sty-7 .skt3_deal-sty-7  .skt3-para-sty-7{color:#D4EFFF;}



div.p_table_3_7  .skt3_plan-feature-para-sty-7{
	padding:10px 15px;
	line-height:18px;
	font-size:15px;
	color:#0c0c0c !important;
}

div.p_table_3_7  div.skt3_features-sty-7 product{
	color:#333333;
	line-height:27px;
	font-size:15px;
	font-weight:600;
}

div.p_table_3_7  div.skt3_features-sty-7  .skt3_plan-feature-last-sty-7{
	border-radius:4px;
	background:#333333 !important;
	border:1px solid #333333 !important; 
	color:#FFFFFF;
	font-size:13px;
	font-weight:600;
	cursor:pointer;
	width:46%;
	height:36px;
	margin:20px 27% 30px 27%;
	line-height:36px;
}


/*--------------------style8-----------------------------*/

/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table_3_8 
	{
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: 'Cabin', sans-serif;
    font-weight: normal;
    color: #444444;
    line-height: normal !important;
    visibility: visible;
    padding: 1%;
	text-align: center;
	}

	

div.p_table_3_8 div.column_0,div.p_table_3_8 div.column_1,div.p_table_3_8 div.column_2,div.p_table_3_8 div.column_3{
float: left;
}


div.p_table_3_8 div.column_0,div.p_table_3_8 div.column_1,div.p_table_3_8 div.column_2,div.p_table_3_8 div.column_3{
  width: 24%;
  padding:0 4px;
}	
	


@media only screen and (max-width:1400px){

div.p_table_3_8  div.column_0,div.p_table_3_8  div.column_1,div.p_table_3_8  div.column_2,div.p_table_3_8  div.column_3{
float: left;
}


div.p_table_3_8  div.column_0,div.p_table_3_8  div.column_1,div.p_table_3_8  div.column_2,div.p_table_3_8  div.column_3{
  width: 24%;
  padding:0 4px;
}	
}


@media only screen and (max-width:1025px) and (min-width:600px){

div.p_table_3_8  div.column_0,div.p_table_3_8  div.column_1,div.p_table_3_8  div.column_2,div.p_table_3_8  div.column_3{
float: left;
}


div.p_table_3_8  div.column_0,div.p_table_3_8  div.column_1,div.p_table_3_8  div.column_2,div.p_table_3_8  div.column_3{
  width: 48%;
  padding:0 4px;
}	
}

@media only screen and (max-width:599px){
	
div.p_table_3_8  div.column_0,div.p_table_3_8  div.column_1,div.p_table_3_8  div.column_2,div.p_table_3_8  div.column_3{
float: left;
}


div.p_table_3_8  div.column_0,div.p_table_3_8  div.column_1,div.p_table_3_8  div.column_2,div.p_table_3_8  div.column_3{
  width: 99%;
  padding:0 4px;
}		
}

div.p_table_3_8 {
	width:80%;
	height:auto;
	margin:0 10%;
	box-sizing:border-box;
}	

div.p_table_3_8  div.package-row-sty-8{
	margin:40px 0;
}

div.p_table_3_8  div.skt3_features-sty-8{
	margin:0 0 20px 0;
	color:#FFFFFF;
}


div.p_table_3_8  div.skt3_features-sty-8 .skt3_package-sty-8{
	background:#585858;
	padding:20px 0 10px 0;
	float:left;
	width:100%;
	text-align:center;
}


div.p_table_3_8  div.skt3_features-sty-8 .skt3_deal-sty-8 .skt3_package-img-icon-standard-sty-8{
	width:80px;
	height:80px;
	margin:0 auto;
}

.column_0 .skt3_package-img-icon-standard-sty-8{background:url("../img/cloud.png"); background-size:cover;}
.column_1 .skt3_package-img-icon-standard-sty-8{background:url("../img/internet.png"); background-size:cover;}
.column_2 .skt3_package-img-icon-standard-sty-8{background:url("../img/storage.png"); background-size:cover;}
.column_3 .skt3_package-img-icon-standard-sty-8{background:url("../img/cylinder.png"); background-size:cover;}

.column_0 .skt3_features-sty-8:hover .skt3_package-img-icon-standard-sty-8{background:url("../img/gr-cloud.png"); background-size:cover;}
.column_1 .skt3_features-sty-8:hover .skt3_package-img-icon-standard-sty-8{background:url("../img/gr-internet.png"); background-size:cover;}
.column_2 .skt3_features-sty-8:hover .skt3_package-img-icon-standard-sty-8{background:url("../img/gr-storage.png"); background-size:cover;}
.column_3 .skt3_features-sty-8:hover .skt3_package-img-icon-standard-sty-8{background:url("../img/gr-cylinder.png"); background-size:cover;}


div.p_table_3_8  .column_0 .skt3_features-sty-8 .skt3_deal-sty-8{background:#FFCE43;}
div.p_table_3_8  .column_1 .skt3_features-sty-8 .skt3_deal-sty-8{background:#32B1EE;}
div.p_table_3_8  .column_2 .skt3_features-sty-8 .skt3_deal-sty-8{background:#E1655A;}
div.p_table_3_8  .column_3 .skt3_features-sty-8 .skt3_deal-sty-8{background:#72C69D;}

div.p_table_3_8  .column_0 .skt3_features-sty-8 price{background:#FFCE43;}
div.p_table_3_8  .column_1 .skt3_features-sty-8 price{background:#32B1EE;}
div.p_table_3_8  .column_2 .skt3_features-sty-8 price{background:#E1655A;}
div.p_table_3_8  .column_3 .skt3_features-sty-8 price{background:#72C69D;}



div.p_table_3_8  div.skt3_features-sty-8 price{
	height:80px;
	width:100%;
	background:#87BB43;
	float:left;
	box-shadow:0 0 4px 0 rgba(0,0,0,0.8);
	font-size:47px;
	color:#FFFFFF;
	padding:15px 0;
	text-align:center;
    transition:all 0.4s ease-in-out;
}

div.p_table_3_8  div.skt3_features-sty-8 price month{
	font-size:14px;
	font-weight:600;
	position:relative;
	top:-40px;
}

div.p_table_3_8  div.skt3_features-sty-8 .skt3_deal-sty-8{
	background:#585858;
	height:210px;
}


div.p_table_3_8  div.skt3_features-sty-8 .skt3_deal-sty-8 i img{
	margin-top:30px;
}

div.p_table_3_8  div.skt3_features-sty-8 .skt3_deal-sty-8 i{
	font-size:90px;
	margin-top:30px;
	margin-bottom:10px;
}


div.p_table_3_8  div.skt3_features-sty-8:hover price{
	background:#585858;
	box-sizing:border-box;
    height:100px;
}

div.p_table_3_8  div.skt3_features-sty-8 price span{
	font-weight:600;
	font-size:30px;
	position:relative;
	top:-20px;
	text-align:center;
}

div.p_table_3_8  sticker{
	width:0;
	height:0;
	border-top:18px solid #87BB43;
	border-left:12px solid transparent;
	border-right:12px solid transparent;
	position: relative;
    top: 18px;
}

div.p_table_3_8  .column_0 .skt3_features-sty-8  sticker{border-top:18px solid #FFCE43;}
div.p_table_3_8  .column_1 .skt3_features-sty-8  sticker{border-top:18px solid #32B1EE;}
div.p_table_3_8  .column_2 .skt3_features-sty-8  sticker{border-top:18px solid #E1655A;}
div.p_table_3_8  .column_3 .skt3_features-sty-8  sticker{border-top:18px solid #72C69D;}


div.p_table_3_8  div.skt3_features-sty-8:hover sticker{
	border-top:18px solid #585858;
}


div.p_table_3_8  div.skt3_features-sty-8  .skt3_deal-sty-8 heading{
	font-size:27px;
}

div.p_table_3_8  div.skt3_features-sty-8 .skt3_deal-sty-8 p{
	font-size:14px;
	line-height:10px;
	font-weight:600;
}


div.p_table_3_8  div.skt3_features-sty-8 .skt3_plan-feature-sty-8{
	color:#879988;
	line-height:16px;
}

div.p_table_3_8  .skt3_package-list-sty-8{
	margin:13px 0 0 0;
	color:#777777;
	font-size:13px;
	list-style:none;
	text-align:center;
	font-family: 'Cabin', sans-serif;
}

div.p_table_3_8  div.skt3_features-sty-8 .skt3_plan-feature-last-sty-8 {
	width:100%;
	height:30px;
	margin-top:36px;
}


div.p_table_3_8  div.skt3_features-sty-8  .skt3_pkg-features-sty-8{
	padding-bottom:15px;
	margin-top:-20px;
	padding-top:25px;
}

div.p_table_3_8  div.skt3_features-sty-8 .skt3_plan-feature-last-sty-8{
	background:#585858;
	border:1px solid transparent;
	border-radius:4px;
	text-transform:uppercase;
	font-weight:600;
	font-size:17px;
	line-height:30px;
	cursor:pointer;
	color:#FFFFFF;
	width:48%;
	height:30px;
	margin:40px 27% 20px 27%;
}


div.p_table_3_8  div.skt3_features-sty-8:hover .skt3_plan-feature-last-sty-8{
	background:#87BB43;
}


/*--------------------style9-----------------------------*/


/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table_3_9 
	{
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    color: #444444;
    line-height: normal !important;
    visibility: visible;
    padding: 1%;
	text-align: center;
}


div.p_table_3_9 div.column_0,div.p_table_3_9 div.column_1,div.p_table_3_9 div.column_2,div.p_table_3_9 div.column_3{
float: left;
}


div.p_table_3_9 div.column_0,div.p_table_3_9 div.column_1,div.p_table_3_9 div.column_2,div.p_table_3_9 div.column_3{
  width: 24%;
  padding:0 4px;
}	



@media only screen and (max-width:1400px){

div.p_table_3_9  div.column_0,div.p_table_3_9  div.column_1,div.p_table_3_9  div.column_2,div.p_table_3_9  div.column_3{
float: left;
}


div.p_table_3_9  div.column_0,div.p_table_3_9  div.column_1,div.p_table_3_9  div.column_2,div.p_table_3_9  div.column_3{
  width: 24%;
  padding:0 4px;
}	
}


@media only screen and (max-width:1025px) and (min-width:600px){

div.p_table_3_9  div.column_0,div.p_table_3_9  div.column_1,div.p_table_3_9  div.column_2,div.p_table_3_9  div.column_3{
float: left;
}


div.p_table_3_9  div.column_0,div.p_table_3_9  div.column_1,div.p_table_3_9  div.column_2,div.p_table_3_9  div.column_3{
  width: 48%;
  padding:0 4px;
}	
}

@media only screen and (max-width:599px){
	
div.p_table_3_9  div.column_0,div.p_table_3_9  div.column_1,div.p_table_3_9  div.column_2,div.p_table_3_9  div.column_3{
float: left;
}


div.p_table_3_9  div.column_0,div.p_table_3_9  div.column_1,div.p_table_3_9  div.column_2,div.p_table_3_9  div.column_3{
  width: 99%;
  padding:0 4px;
}		
}


div.p_table_3_9 {
	width:80%;
	height:auto;
	margin:0 10%;
}	

div.p_table_3_9  p{margin:0;padding:0;}


div.p_table_3_9  div.package-row-sty-9{
	margin:40px 0;
}

div.p_table_3_9  div.skt3_features-sty-9 {
	padding:20px 0;
	background:#DDDDDD;
	transition:all 0.2s ease-in-out;
}


div.p_table_3_9  div.skt3_features-sty-9:hover{
	background:#F0F0F0;
}

div.p_table_3_9  div.skt3_features-sty-9 .skt3_deal-sty-9{
	height:120px;
	width:100%;
	background:#BABABA;
	float:left;
	box-shadow:0 4px 4px 0 rgba(0,0,0,0.3);
	margin-bottom:30px;
}

div.p_table_3_9  div.skt3_features-sty-9  sticker{
	width:0;
	height:0;
	border-top:18px solid #BABABA;
	border-left:12px solid transparent;
	border-right:12px solid transparent;
	position:relative;
	top:-12px;
}


div.p_table_3_9  div.skt3_features-sty-9 package big{
	font-size:26px;
	color:#585858;
	padding:40px 0 0 0;
	margin-bottom:20px;
	text-align:center;
}

div.p_table_3_9  div.skt3_features-sty-9 package p{
	font-size:15px;
	line-height:10px;
	margin:1px 0 20px 0;
	color:#585858;
	font-weight:600;
	text-align:center;
}

div.p_table_3_9  div.skt3_features-sty-9  .skt3_deal-sty-9 p{
	font-size:45px;
	color:#FFFFFF;
	text-align:center;
	margin-top:14px;
}

div.p_table_3_9  div.skt3_features-sty-9  .skt3_deal-sty-9 span{
	font-size:30px;
	position:relative;
	top:-16px;
}

div.p_table_3_9  div.skt3_features-sty-9 .skt3_deal-sty-9 month{
	color:#FFFFFF;
	font-size:17px;
	font-weight:600;
}

div.p_table_3_9  div.skt3_features-sty-9 .skt3_plan-feature-sty-9{
	color:#879988;
	line-height:16px;
}

div.p_table_3_9  div.skt3_features-sty-9 .skt3_package-list-sty-9{
	color:#777777;
	font-size:18px;
	list-style:none;
	text-align:center;
	font-weight:100;
	margin-top:10px;
}


div.p_table_3_9  div.skt3_features-sty-9 .skt3_plan-feature-last-sty-9{
	background:#585858;
	border:1px solid transparent;
	width:50%;
	height:36px;
	border-radius:4px;
	margin:40px 25% 0 25%;
	text-transform:uppercase;
	color:#FFFFFF;
	cursor:pointer;
	line-height:36px;
	font-size:14px;
	overflow:hidden;
	padding:0 2px;
}



/*--------------------style10-----------------------------*/


/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table_3_10 
	{
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    color: #444444;
    line-height: normal !important;
    visibility: visible;
    padding: 1%;
	text-align: center;
}

	
div.p_table_3_10 div.column_0,div.p_table_3_10 div.column_1,div.p_table_3_10 div.column_2,div.p_table_3_10 div.column_3{
float: left;
}


div.p_table_3_10 div.column_0,div.p_table_3_10 div.column_1,div.p_table_3_10 div.column_2,div.p_table_3_10 div.column_3{
  width: 24%;
  padding:0 4px;
}	


@media only screen and (max-width:1400px){

div.p_table_3_10  div.column_0,div.p_table_3_10  div.column_1,div.p_table_3_10  div.column_2,div.p_table_3_10  div.column_3{
float: left;
}


div.p_table_3_10  div.column_0,div.p_table_3_10  div.column_1,div.p_table_3_10  div.column_2,div.p_table_3_10  div.column_3{
  width: 24%;
  padding:0 4px;
}	
}


@media only screen and (max-width:1025px) and (min-width:600px){

div.p_table_3_10  div.column_0,div.p_table_3_10  div.column_1,div.p_table_3_10  div.column_10,div.p_table_3_10  div.column_3{
float: left;
}


div.p_table_3_10  div.column_0,div.p_table_3_10  div.column_1,div.p_table_3_10  div.column_2,div.p_table_3_10  div.column_3{
  width: 48%;
  padding:0 4px;
}	
}

@media only screen and (max-width:599px){
	
div.p_table_3_10  div.column_0,div.p_table_3_10  div.column_1,div.p_table_3_10  div.column_2,div.p_table_3_10  div.column_3{
float: left;
}


div.p_table_3_10  div.column_0,div.p_table_3_10  div.column_1,div.p_table_3_10  div.column_2,div.p_table_3_10  div.column_3{
  width: 99%;
  padding:0 4px;
}		
}


div.p_table_3_10 {
	width:80%;
	height:auto;
	margin:0 10%;
}	


div.p_table_3_10  div.package-row-sty-10{
	margin:40px 0;
}

div.p_table_3_10  div.skt3_features-sty-10{
	border:1px solid #D9D9D9;
	margin:10px 0 20px 0;
	background:#F3F3F3;
	color:#FFFFFF;
	transform:scale(0.9,0.9);
	float:left;
}

div.p_table_3_10  div.skt3_features-sty-10:hover{background:#FFFFFF; transform:scale(1,1);}

div.p_table_3_10  div.skt3_features-premium-sty-10{transform:scale(1,1);background:#FFFFFF;}

div.p_table_3_10 .skt3_deal-sty-10{
	height:auto;
	width:100%;
	float:left;
	text-align:center;
}

div.p_table_3_10  div.skt3_features-sty-10 .skt3_deal-sty-10 big{
	font-size:21px;
	color:#25AE8D;
	font-weight:600;
	line-height:90px;
}

div.p_table_3_10  div.column_1 .skt3_features-sty-10 .skt3_deal-sty-10 .skt3_deal-heading-sty-10{color:#2BC2D5;}
div.p_table_3_10  div.column_2 .skt3_features-sty-10 .skt3_deal-sty-10 .skt3_deal-heading-sty-10{color:#FF612A;}
div.p_table_3_10  div.column_3 .skt3_features-sty-10 .skt3_deal-sty-10 .skt3_deal-heading-sty-10{color:#323B44;}

div.p_table_3_10  div.column_0 .skt3_features-sty-10:hover .skt3_deal-sty-10 .skt3_deal-heading-sty-10,
div.p_table_3_10  div.column_1 .skt3_features-sty-10:hover .skt3_deal-sty-10 .skt3_deal-heading-sty-10,
div.p_table_3_10  div.column_2 .skt3_features-sty-10:hover .skt3_deal-sty-10 .skt3_deal-heading-sty-10,
div.p_table_3_10  div.column_3 .skt3_features-sty-10:hover .skt3_deal-sty-10 .skt3_deal-heading-sty-10{color:#FFFFFF;}

div.p_table_3_10  div.skt3_features-sty-10 .skt3_deal-sty-10  p{
	background:#25AE8D;
	padding:20px 0;
	float:left;
	width:100%;
	height:130px;
	font-size:60px;
	font-weight:600;
	float:left;
}


div.p_table_3_10  div.skt3_features-sty-10 .skt3_deal-sty-10 p span{
	font-size:34px;
	position:relative;
	top:-20px;
}
div.p_table_3_10  div.skt3_features-sty-10 .skt3_deal-sty-10 month{
	font-size:17px;
	font-weight:100;
    position:relative;
    top:-48px;
}

div.p_table_3_10  div.skt3_features-sty-10 .skt3_plan-feature-sty-10{
	color:#879988;
	line-height:47px;
	border-bottom:1px dotted #C9C9C9;
	float:left;
	width:96%;
	height:47px;
	margin:0 2%;
	text-align:center;
}

div.p_table_3_10  div.skt3_features-sty-10 .skt3_plan-feature-last-sty-10{
	background:#666666;
	border:2px solid #666666;
	width:26%;
	height:46px;
	margin:24px 37%;
	text-transform:uppercase;
	font-size:15px;
	font-weight:600;
	color:#FFFFFF;
	cursor:pointer;
	float:left;
	line-height:46px;
}

div.p_table_3_10  div.skt3_features-sty-10:hover .skt3_plan-feature-last-sty-10{
	border:2px solid #666666;
	background:#FFFFFF;
	color:#666666;
}

div.p_table_3_10  div.skt3_features-sty-10 .skt3_btn-premium-sty-10{
	background:#FF612A;
	border:2px solid #FF612A;
}

div.p_table_3_10  div.skt3_features-sty-10:hover .skt3_btn-premium-sty-10{
	background:#FFFFFF;
	color:#FF612A;
	border:2px solid #FF612A;
}



/*--------------------style11-----------------------------*/



/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table_3_11 
	{
    width: 100%;
    height: 100%;
    font-size: 100%;
     font-family: 'Raleway', sans-serif;
    font-weight: normal;
    color: #444444;
    line-height: normal !important;
    visibility: visible;
    padding: 1%;
	text-align: center;
}


div.p_table_3_11 div.column_0,div.p_table_3_11 div.column_1,div.p_table_3_11 div.column_2,div.p_table_3_11 div.column_3{
float: left;
}


div.p_table_3_11 div.column_0,div.p_table_3_11 div.column_1,div.p_table_3_11 div.column_2,div.p_table_3_11 div.column_3{
  width: 24%;
  padding:0 4px;
}	


@media only screen and (max-width:1400px){

div.p_table_3_11  div.column_0,div.p_table_3_11  div.column_1,div.p_table_3_11  div.column_2,div.p_table_3_11  div.column_3{
float: left;
}


div.p_table_3_11  div.column_0,div.p_table_3_11  div.column_1,div.p_table_3_11  div.column_2,div.p_table_3_11  div.column_3{
  width: 24%;
  padding:0 4px;
}	
}


@media only screen and (max-width:1025px) and (min-width:600px){

div.p_table_3_11  div.column_0,div.p_table_3_11  div.column_1,div.p_table_3_11  div.column_10,div.p_table_3_11  div.column_3{
float: left;
}


div.p_table_3_11  div.column_0,div.p_table_3_11  div.column_1,div.p_table_3_11  div.column_2,div.p_table_3_11  div.column_3{
  width: 48%;
  padding:0 4px;
}	
}

@media only screen and (max-width:599px){
	
div.p_table_3_11  div.column_0,div.p_table_3_11  div.column_1,div.p_table_3_11  div.column_2,div.p_table_3_11  div.column_3{
float: left;
}


div.p_table_3_11  div.column_0,div.p_table_3_11  div.column_1,div.p_table_3_11  div.column_2,div.p_table_3_11  div.column_3{
  width: 99%;
  padding:0 4px;
}		
}


div.p_table_3_11{
	width:84%;
	height:auto;
	margin:0 8%;
}	


div.p_table_3_11  div.package-row-sty-11{
	margin:60px 0;
}

div.p_table_3_11  div.skt3_features-sty-11{
	border:1px solid #D5D5D5;
	margin:10px 0 20px 0;
	background:#FFFFFF;
	color:#707070;
}

div.p_table_3_11  div.skt3_features-sty-11 .skt3_deal-sty-11{
	width:100%;
	height:100px;
	float:left;
}

div.p_table_3_11  div.skt3_features-sty-11:hover{background:#939393;} 
div.p_table_3_11  div.skt3_features-sty-11:hover .skt3_deal-sty-11{background:#939393;}
div.p_table_3_11  div.skt3_features-sty-11:hover .skt3_deal-sty-11 .skt3_deal-heading-sty-11{color:#FFFFFF;}

div.p_table_3_11  div.skt3_features-sty-11 .skt3_deal-sty-11 .skt3_deal-heading-sty-11{
	font-size:27px;
	margin-top:13px;
}

div.p_table_3_11  div.skt3_features-sty-11 .skt3_price-sty-11{
	margin:57px auto 0 auto;
	width:85px;
	height:85px;
	border-radius:100%;
	background:#FFFFFF;
	border:1px solid #707070;
	box-shadow:inset 2px 2px 10px #DEDEDE;
	position:relative;
	z-index:20;
	text-align:center;
}
div.p_table_3_11  div.skt3_features-sty-11 .skt3_price-sty-11 strong{
	font-size:30px;
	position:relative;
	top:-26px;
    color:#707070;
}

div.p_table_3_11  div.skt3_features-sty-11 .skt3_price-sty-11 span{
	font-size:12px;
	position:relative;
	top:-30px;
}

div.p_table_3_11  div.skt3_features-sty-11 .skt3_line-sty-11{
	background:#F5F5F5;
	width:100%;
	height:60px;
	margin-top:-45px;
}

div.p_table_3_11  div.skt3_features-sty-11 .skt3_plan-feature-sty-11{
	color:#879988;
	background:#EBEBEB;
	width:100%;
	height:44px;
	margin:0;
	line-height:44px;
	font-size:12px;
}

div.p_table_3_11  div.skt3_features-sty-11 .skt3_plan-feature-light-bg-sty-11{background:#F5F5F5;}

div.p_table_3_11  div..skt3_features-sty-11 .skt3_plan-feature-last-sty-11 {
	width:100%;
	height:60px;
}

div.p_table_3_11  div.skt3_features-sty-11 .skt3_plan-feature-last-sty-11 button{
	background:#A7A7A7;
	border:1px solid #A7A7A7;
	width:40%;
	height:30px;
	border-radius:4px;
	margin:15px 30%;
	color:#FFFFFF;
	cursor:pointer;
}

div.p_table_3_11  div.skt3_features-sty-11:hover button{background:#333333; border:1px solid #333333;}




/*--------------------style12-----------------------------*/




/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table_3_12 
	{
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: 'Pontano Sans', sans-serif;
    font-weight: normal;
    color: #444444;
    line-height: normal !important;
    visibility: visible;
    padding: 1%;
	text-align: center;
	}

div.p_table_3_12  div.column_0,div.p_table_3_12  div.column_1,div.p_table_3_12  div.column_2,div.p_table_3_12  div.column_3{
float: left;
}


div.p_table_3_12  div.column_0,div.p_table_3_12  div.column_1,div.p_table_3_12  div.column_2,div.p_table_3_12  div.column_3{
  width: 24%;
  padding:0 4px;
}	

@media only screen and (max-width:1400px){

div.p_table_3_12  div.column_0,div.p_table_3_12  div.column_1,div.p_table_3_12  div.column_2,div.p_table_3_12  div.column_3{
float: left;
}


div.p_table_3_12  div.column_0,div.p_table_3_12  div.column_1,div.p_table_3_12  div.column_2,div.p_table_3_12  div.column_3{
  width: 24%;
  padding:0 4px;
}	
}


@media only screen and (max-width:1025px) and (min-width:600px){

div.p_table_3_12  div.column_0,div.p_table_3_12 div.column_1,div.p_table_3_12  div.column_10,div.p_table_3_12  div.column_3{
float: left;
}


div.p_table_3_12  div.column_0,div.p_table_3_12  div.column_1,div.p_table_3_12  div.column_2,div.p_table_3_12  div.column_3{
  width: 48%;
  padding:0 4px;
}	
}

@media only screen and (max-width:599px){
	
div.p_table_3_12  div.column_0,div.p_table_3_12  div.column_1,div.p_table_3_12 div.column_2,div.p_table_3_12  div.column_3{
float: left2
}


div.p_table_3_12  div.column_0,div.p_table_3_12  div.column_1,div.p_table_3_12  div.column_2,div.p_table_3_12  div.column_3{
  width: 99%;
  padding:0 4px;
}		
}


div.p_table_3_12{
	width:84%;
	height:auto;
	margin:0 8%;
}	


div.p_table_3_12  div.skt3_features-sty-12{
	background:#383F47;
	color:#FFFFFF;
	margin:40px 0;
	height: auto;
    width: 100%;
    float: left;
	padding-bottom:40px;
}


div.p_table_3_12  div.column_0 .skt3_features-sty-12:hover packages,
div.p_table_3_12  div.column_1 .skt3_features-sty-12:hover packages,
div.p_table_3_12  div.column_2 .skt3_features-sty-12:hover packages,
div.p_table_3_12  div.column_3 .skt3_features-sty-12:hover packages{background:#383F47;}


div.p_table_3_12  div.column_0 .skt3_features-sty-12:hover packages strong{color:#8DCCE0;}
div.p_table_3_12  div.column_1 .skt3_features-sty-12:hover packages strong{color:#9DF3E2;}
div.p_table_3_12  div.column_2 .skt3_features-sty-12:hover packages strong{color:#E5EC7F;}
div.p_table_3_12  div.column_3 .skt3_features-sty-12:hover packages strong{color:#F7DA74;}


div.p_table_3_12  div.column_0 .skt3_features-sty-12 packages{background:#9DF3E2;}
div.p_table_3_12  div.column_1 .skt3_features-sty-12 packages{background:#9DF3E2;}
div.p_table_3_12  div.column_2 .skt3_features-sty-12 packages{background:#E5EC7F;}
div.p_table_3_12  div.column_3 .skt3_features-sty-12 packages{background:#F7DA74;}

div.p_table_3_12  div.skt3_features-sty-12 .skt3_deal-sty-12{
	width:100%;
	height:240px;
	background:url("../img/galaxy.jpeg");
	background-size:cover;
	background-attachment:fixed;
}

div.p_table_3_12  div.skt3_features-sty-12 .skt3_deal-sty-12 img{
	margin-top:60px;
}

div.p_table_3_12  div.skt3_features-sty-12 packages{
	padding:12px 0;
	float:left;
	width:100%;
	height:100px;
	font-size:75px;
	font-weight:600;
    color:#383F47;
	background:#8DCCE0;
}

div.p_table_3_12  div.skt3_features-sty-12 packages span{
	font-size:30px;
	position:relative;
	top:-30px;
}

div.p_table_3_12  div.skt3_features-sty-12 packages strong{color:#383F47;}

div.p_table_3_12  div.skt3_features-sty-12 packages small{
	font-size:15px;
	position:relative;
	top:-68px;
	font-weight:100;
}

div.p_table_3_12  div.column_0 trail,div.column_0 .skt3_plan-feature-para-sty-12{color:#8DCCE0;}
div.p_table_3_12  div.column_1 trail,div.column_1 .skt3_plan-feature-para-sty-12{color:#9DF3E2;}
div.p_table_3_12  div.column_2 trail,div.column_2 .skt3_plan-feature-para-sty-12{color:#E5EC7F;}
div.p_table_3_12  div.column_3 trail,div.column_3 .skt3_plan-feature-para-sty-12{color:#F7DA74;}

div.p_table_3_12  div.skt3_features-sty-12 trail{
	font-size:16px;
	margin-top:20px;
	width:100%;
	float:left;
}

div.p_table_3_12  div.skt3_features-sty-12 .skt3_plan-feature-para-sty-12{
	font-size:14px;
	padding:0 30px;
	margin:7px 0 20px 0;
	width:100%;
	float:left;
}

div.p_table_3_12  div.skt3_features-sty-12 .skt3_plan-feature-last-sty-12{
	background:#8DCCE0;
	border:2px solid #8DCCE0;
	width:100%;
	height:46px;
	font-size:15px;
	letter-spacing:1px;
	color:#0F1012;
	cursor:pointer;
	float:left;
	line-height:46px;
}

div.p_table_3_12  div.column_1 .skt3_features-sty-12 .skt3_plan-feature-last-sty-1{background:#9DF3E2; border:2px solid #9DF3E2;}
div.p_table_3_12  div.column_2 .skt3_features-sty-12 .skt3_plan-feature-last-sty-12{background:#E5EC7F;  border:2px solid #E5EC7F;}
div.p_table_3_12  div.column_3 .skt3_features-sty-12 .skt3_plan-feature-last-sty-12{background:#F7DA74;  border:2px solid #F7DA74;}

div.p_table_3_12  div.column_0:hover   .skt3_plan-feature-last-sty-12{background:#383F47; color:#8DCCE0;}
div.p_table_3_12  div.column_1:hover   .skt3_plan-feature-last-sty-12{background:#383F47; color:#9DF3E2;}
div.p_table_3_12  div.column_2:hover   .skt3_plan-feature-last-sty-12{background:#383F47; color:#E5EC7F;}
div.p_table_3_12  div.column_3:hover   .skt3_plan-feature-last-sty-12{background:#383F47; color:#F7DA74;}

div.p_table_3_12  div.skt3_features-sty-12 footer{
	height:50px;
	line-height:40px;
	color:#5F808E;
	background:#8DCCE0;
}


/*--------------------style13-----------------------------*/


/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table_3_13 
	{
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #444444;
    line-height: normal !important;
    visibility: visible;
    padding: 1%;
	text-align: center;
	}



@media only screen and (max-width:1400px){

div.p_table_3_13  div.column_0,div.p_table_3_13  div.column_1,div.p_table_3_13  div.column_2,div.p_table_3_13  div.column_3{
float: left;
}


div.p_table_3_13  div.column_0,div.p_table_3_13  div.column_1,div.p_table_3_13  div.column_2,div.p_table_3_13  div.column_3{
  width: 24%;
  padding:0;
}	
}


@media only screen and (max-width:1025px) and (min-width:600px){

div.p_table_3_13  div.column_0,div.p_table_3_13 div.column_1,div.p_table_3_13  div.column_10,div.p_table_3_13  div.column_3{
float: left;
}


div.p_table_3_13  div.column_0,div.p_table_3_13  div.column_1,div.p_table_3_13  div.column_2,div.p_table_3_13  div.column_3{
  width: 48%;
  padding:0 4px;
}	
}

@media only screen and (max-width:599px){
	
div.p_table_3_13  div.column_0,div.p_table_3_13  div.column_1,div.p_table_3_13 div.column_2,div.p_table_3_13  div.column_3{
float: left;
}


div.p_table_3_13  div.column_0,div.p_table_3_13  div.column_1,div.p_table_3_13  div.column_2,div.p_table_3_13  div.column_3{
  width: 99%;
  padding:0 4px;
}		
}


div.p_table_3_13{
	width:80%;
	height:auto;
	margin:0 10%;
}	



div.p_table_3_13  div.package-row-sty-13{
	margin:30px 0;
}

div.p_table_3_13  div.skt3_features-sty-13{
	margin:10px 0 20px 0;
	background:url("../img/e.jpg");
	background-size:cover;
	background-attachment:fixed;
	color:#FFFFFF;
	padding:40px 0;
	//background:#32D1B5;
	transition:all 0.4s;
}


div.p_table_3_13  div.skt3_features-sty-13:hover{
	background:url("../img/e-2.jpg");
	background-position:20% 50%;
	background-attachment:fixed;
	box-shadow:0 0 20px 0 rgba(0,0,0,0.2);
	//background:#CFCFCF;
	transform:scaleY(1.1);
}


div.p_table_3_13  div.skt3_features-sty-13 .skt3_deal-sty-13 title{
	font-size:36px;
	padding:22px 0 0 0;
}

div.p_table_3_13  div.skt3_features-sty-13 .skt3_deal-sty-13 span{
	font-size:38px;
	position:relative;
	top:-40px;
}

div.p_table_3_13  div.skt3_features-sty-13 div.skt3_deal-sty-13 p{
	font-size:96px;
	font-weight:600;
}

div.p_table_3_13  div.skt3_features-sty-13 .skt3_deal-sty-13 detail{
	font-size:12px;
	color:#616E78;
	text-align:center;
	font-weight:600;
	margin-top:6px;
}

div.p_table_3_13  div.skt3_features-sty-13 .skt3_plan-feature-last-sty-13{
	background:#5D6B75;
	border:2px solid #5D6B75;
	padding:8px 12px;
	border-radius:4px;
	margin:28px 20% 20px 20%;
	color:#FFFFFF;
	font-weight:600;
	width:60%;
}

div.p_table_3_13  div.skt3_features-sty-13 .skt3_plan-feature-last-sty-13:hover{
	background:transparent;
	cursor:pointer;
	border:2px solid #5D6B75;
	color: #5D6B75;
}

div.p_table_3_13  div.skt3_features-sty-13 .skt3_plan-feature-sty-13{
	color:#5D6B75;
	line-height:18px;
	font-size:14px;
	font-weight:600;
	margin:12px 0;
	
}

/*--------------------style14-----------------------------*/



/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table_3_14 
	{
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #444444;
    line-height: normal !important;
    visibility: visible;
    padding: 1%;
	text-align: center;
	}



@media only screen and (max-width:1400px){

div.p_table_3_14  div.column_0,div.p_table_3_14  div.column_1,div.p_table_3_14  div.column_2,div.p_table_3_14  div.column_3{
float: left;
}


div.p_table_3_14  div.column_0,div.p_table_3_14  div.column_1,div.p_table_3_14  div.column_2,div.p_table_3_14  div.column_3{
  width: 24%;
  padding:0 4px;
}	
}


@media only screen and (max-width:1025px) and (min-width:600px){

div.p_table_3_14  div.column_0,div.p_table_3_14 div.column_1,div.p_table_3_14  div.column_10,div.p_table_3_14  div.column_3{
float: left;
}


div.p_table_3_14  div.column_0,div.p_table_3_14  div.column_1,div.p_table_3_14  div.column_2,div.p_table_3_14  div.column_3{
  width: 48%;
  padding:0 4px;
}	
}

@media only screen and (max-width:599px){
	
div.p_table_3_14  div.column_0,div.p_table_3_14  div.column_1,div.p_table_3_14 div.column_2,div.p_table_3_14  div.column_3{
float: left;
}


div.p_table_3_14  div.column_0,div.p_table_3_14  div.column_1,div.p_table_3_14  div.column_2,div.p_table_3_14  div.column_3{
  width: 99%;
  padding:0 4px;
}		
}


div.p_table_3_14{
	width:80%;
	height:auto;
	margin:0 10%;
}	

div.p_table_3_14  div.package-row-sty-14{margin:40px 0;}

div.p_table_3_14  div.skt3_features-sty-14{
	margin:10px 0 20px 0;
	background:#0F1012;
	color:#FFFFFF;
}

div.p_table_3_14  div.skt3_features-sty-14 .skt3_deal-sty-14{
	width:100%;
	height:120px;
}


div.p_table_3_14  price{
	width:100%;
	height:160px;
	background:#FFFFFF;
	color:#8C9D8D;
	font-size:75px;
	padding-top:30px;
	float:left;
	border:1px solid #E3E3E3;
}

div.p_table_3_14  price small{
	font-size:20px;
	position:relative;
	top:-44px;
}

div.p_table_3_14  price span{font-size:40px;position:relative;top:-24px;}


div.p_table_3_14  div.skt3_features-sty-14 .skt3_deal-sty-14 big{
	font-size:44px;
	width:100%;
	float:left;
	margin-top:24px;
	font-style:normal;
}

div.p_table_3_14  div.skt3_features-sty-14 .skt3_deal-sty-14 p{
	font-size:16px;
	font-style:italic;
}

div.p_table_3_14  div.skt3_features-sty-14 .skt3_btn-sty-14{height:150px;}


div.p_table_3_14  div.skt3_features-sty-14 .skt3_plan-feature-last-sty-14 span{
	border:2px solid #28C1CB;
	padding:10px 30px;
	border-radius:4px;
	margin:0px 0 20px 0;
	color:#FFFFFF;
	background:#28C1CB;
	font-size:14px;
	font-weight:600;
	cursor:pointer;
}


div.p_table_3_14  div.column_0 .skt3_features-sty-14  .skt3_plan-feature-last-sty-14  span{background:#28C1CB; border:2px solid transparent;}
div.p_table_3_14  div.column_1 .skt3_features-sty-14  .skt3_plan-feature-last-sty-14  span{background:#7A7EEF; border:2px solid transparent;}
div.p_table_3_14  div.column_2 .skt3_features-sty-14  .skt3_plan-feature-last-sty-14  span{background:#D275FB; border:2px solid transparent;}
div.p_table_3_14  div.column_3 .skt3_features-sty-14  .skt3_plan-feature-last-sty-14  span{background:#F96F76; border:2px solid transparent;}


div.p_table_3_14  div.skt3_features-sty-14 .skt3_btn-sty-14 .skt3_btn-detail-sty-14 tr td{
	color:#B3B5F6;
	font-size:15px;
}

div.p_table_3_14  div.skt3_features-sty-14 price{
	background:transparent;
	padding:26px 0 0 0;
	float:left;
	width:100%;
	margin:0 0 22px 0;
	font-size:60px;
	box-sizing:border-box;
}

div.p_table_3_14  .skt3_plan-feature-last-sty-14{background:#FFFFFF;border:1px solid #E3E3E3;border-top:0px;padding-bottom:20px;}

div.p_table_3_14  div.skt3_features-sty-14 .skt3_plan-feature-sty-14{
	color:#879988;
	line-height:44px;
	list-style:none;
	height:44px;
	font-size:15px;
	background:#FFFFFF;
	border:1px solid #E3E3E3;
	border-top:0px;
	font-family: 'Armata', sans-serif;
}


div.p_table_3_14  footer{
	font-size:13px;
	padding:20px 30px;
	color:#989898;
	height:40px;
	margin-bottom:40px;
	background:#FFFFFF;
	border:1px solid #E3E3E3;
	border-top:0px;
}




/*--------------------style15-----------------------------*/



/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table_3_15 
	{
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: 'Philosopher', sans-serif;
    font-weight: normal;
    color: #444444;
    line-height: normal !important;
    visibility: visible;
    padding: 1%;
	text-align: center;
}

div.p_table_3_15 div.column_0,div.p_table_3_15 div.column_1,div.p_table_3_15 div.column_2,div.p_table_3_15 div.column_3{
float: left;
}


div.p_table_3_15 div.column_0,div.p_table_3_15 div.column_1,div.p_table_3_15 div.column_2,div.p_table_3_15 div.column_3{
  width: 24%;
  padding:0 4px;
}	



@media only screen and (max-width:1400px){

div.p_table_3_15  div.column_0,div.p_table_3_15  div.column_1,div.p_table_3_15  div.column_2,div.p_table_3_15  div.column_3{
float: left;
}


div.p_table_3_15  div.column_0,div.p_table_3_15  div.column_1,div.p_table_3_15  div.column_2,div.p_table_3_15  div.column_3{
  width: 24%;
  padding:0 4px;
}	
}


@media only screen and (max-width:1025px) and (min-width:600px){

div.p_table_3_15  div.column_0,div.p_table_3_15 div.column_1,div.p_table_3_15  div.column_10,div.p_table_3_15  div.column_3{
float: left;
}


div.p_table_3_15  div.column_0,div.p_table_3_15  div.column_1,div.p_table_3_15  div.column_2,div.p_table_3_15  div.column_3{
  width: 48%;
  padding:0 4px;
}	
}

@media only screen and (max-width:599px){
	
div.p_table_3_15  div.column_0,div.p_table_3_15  div.column_1,div.p_table_3_15 div.column_2,div.p_table_3_15  div.column_3{
float: left;
}


div.p_table_3_15  div.column_0,div.p_table_3_15  div.column_1,div.p_table_3_15  div.column_2,div.p_table_3_15  div.column_3{
  width: 99%;
  padding:0 4px;
}		
}


div.p_table_3_15{
	width:80%;
	height:auto;
	margin:0 10%;
}


div.p_table_3_15  div.package-row-sty-15{
	margin:100px 0;
	perspective:1000px;
}

div.p_table_3_15  div.skt3_features-sty-15{
	color:#FFFFFF;
	padding-top:6px;
	margin-bottom:20px;
}

div.p_table_3_15  div.skt3_features-sty-15:hover{background:#666666; transform:scaleY(1.1);}

div.p_table_3_15  div.skt3_features-sty-15 .skt3_deal-sty-15 p{
	font-size:18px;
	padding:30px 0 0 0;
	font-weight:600;
}

div.p_table_3_15  div.skt3_features-sty-15 .skt3_price-sty-15{
	padding:56px 0 0 0;
	font-size:73px;
}

div.p_table_3_15  div.skt3_features-sty-15 .skt3_price-sty-15 small{
	font-size:37px;
	position:relative;
	top:-34px;
}

div.p_table_3_15  div.skt3_features-sty-15 .skt3_monthly-sty-15{
	font-size:37px;
	position:relative;
	top:-10px;
	font-size:16px;
	color:#CBCBCB;
}

div.p_table_3_15  div.skt3_features-sty-15 .skt3_star-img-sty-15{
	margin-top:40px;
}


div.p_table_3_15  div.skt3_features-sty-15 .skt3_plan-feature-last-sty-15 button{
	background:transparent;
	border:2px solid #FFFFFF;
	padding:8px 14px;
	color:#FFFFFF;
	font-weight:600;
	font-size:15px;
	margin:35px 0;
	cursor:pointer;
}


/*--------------------style16-----------------------------*/


/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table_3_16 
	{
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: 'Philosopher', sans-serif;
    font-weight: normal;
    color: #444444;
    line-height: normal !important;
    visibility: visible;
    padding: 1%;
	text-align: center;
}

div.p_table_3_16 div.column_0,div.p_table_3_16 div.column_1,div.p_table_3_16 div.column_2,div.p_table_3_16 div.column_3{
float: left;
}


div.p_table_3_16 div.column_0,div.p_table_3_16 div.column_1,div.p_table_3_16 div.column_2,div.p_table_3_16 div.column_3{
  width: 24%;
  padding:0 4px;
}	



@media only screen and (max-width:1400px){

div.p_table_3_16  div.column_0,div.p_table_3_16  div.column_1,div.p_table_3_16  div.column_2,div.p_table_3_16  div.column_3{
float: left;
}


div.p_table_3_16  div.column_0,div.p_table_3_16  div.column_1,div.p_table_3_16  div.column_2,div.p_table_3_16  div.column_3{
  width: 24%;
  padding:0 4px;
}	
}


@media only screen and (max-width:1025px) and (min-width:600px){

div.p_table_3_16  div.column_0,div.p_table_3_16 div.column_1,div.p_table_3_16  div.column_10,div.p_table_3_16  div.column_3{
float: left;
}


div.p_table_3_16  div.column_0,div.p_table_3_16  div.column_1,div.p_table_3_16  div.column_2,div.p_table_3_16  div.column_3{
  width: 48%;
  padding:0 4px;
}	
}

@media only screen and (max-width:599px){
	
div.p_table_3_16  div.column_0,div.p_table_3_16  div.column_1,div.p_table_3_16 div.column_2,div.p_table_3_16  div.column_3{
float: left;
}


div.p_table_3_16  div.column_0,div.p_table_3_16  div.column_1,div.p_table_3_16  div.column_2,div.p_table_3_16  div.column_3{
  width: 99%;
  padding:0 4px;
}		
}


div.p_table_3_16{
	width:80%;
	height:auto;
	margin:0 10%;
}


div.p_table_3_16  div.package-row-sty-16{
	margin:20px 0;
	perspective:1000px;
}

div.p_table_3_16  div.skt3_features-sty-16{
	margin:10px 0 20px 0;
	background:#FFFFFF;
	color:#FFFFFF;
	box-shadow:1px 1px 10px #D5D5D5;
	transform-style:preserve-3d;
}

div.p_table_3_16  div.skt3_features-sty-16 .skt3_line-sty-16{
	width:100%;
	height:10px;
}

div .column_0 .skt3_features-sty-16 .skt3_line-sty-16{background:#71BA12;}
div .column_1 .skt3_features-sty-16 .skt3_line-sty-16{background:#FF3864;}
div .column_2 .skt3_features-sty-16 .skt3_line-sty-16{background:#FF3864;}
div .column_3 .skt3_features-sty-16 .skt3_line-sty-16{background:#FF3864;}


div.p_table_3_16  div.skt3_features-sty-16 .skt3_deal-sty-16{
	background:#FFFFFF;
	width:100%;
	height:106px;
	color:#6F6F6F;
	border:1px solid #E3E3E3;
	border-bottom:0px;
}

div.p_table_3_16  div.skt3_features-sty-16 .skt3_deal-sty-16 .skt3_deal-text-sty-16{
	font-size:43px;
	padding:26px 0 12px 0;
	font-style:normal;
}


div.p_table_3_16  div.skt3_features-sty-16 .skt3_dollar-sty-16{
	width:100%;
	height:180px;
	background:#FFFFFF;
	float:left;
	border:1px solid #E3E3E3;
	margin-bottom:18px;
    padding-top:30px;
}

div.p_table_3_16  div.skt3_features-sty-16 .skt3_dollar-sty-16 strong{
	color:#636363;
	font-weight:100;
	text-align:center;
	font-size:70px;
}

div.p_table_3_16  div.skt3_features-sty-16 .skt3_dollar-sty-16 small{
	font-size:20px;
	position:relative;
	top:-50px;
}


div.p_table_3_16  div.skt3_features-sty-16 .skt3_plan-feature-sty-16{
	color:#879988;
	line-height:44px;
	font-size:15px;
}

div.p_table_3_16  div.skt3_features-sty-16  .skt3_features-content-sty-16{border:1px solid #E3E3E3;}

div.p_table_3_16  div.skt3_features-sty-16 .skt3_plan-feature-sty-16  .skt3_plan-feature-right-sty-16{
	font-family: 'Patua One', cursive;
}

div.p_table_3_16  div.skt3_features-sty-16  .skt3_btn-sty-16{background:#FFFFFF;}

div.p_table_3_16  div.skt3_features-sty-16 .skt3_plan-feature-last-sty-16 button{
	background:#71BA12;
	border:2px solid #71BA12;
	border-radius:5px;
	margin:25px 0;
	width:170px;
	height:34px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:600;
	cursor:pointer;
}

div.p_table_3_16  div.skt3_features-sty-16 .skt3_plan-feature-last-sty-16 button:hover{
	background:#FFFFFF;
	border:2px solid #71BA12;
	color:#71BA12;
}

div.p_table_3_16  div.column_1 .skt3_features-sty-16 .skt3_plan-feature-last-sty-16 button,
div.p_table_3_16  div.column_2 .skt3_features-sty-16 .skt3_plan-feature-last-sty-16 button,
div.p_table_3_16  div.column_3 .skt3_features-sty-16 .skt3_plan-feature-last-sty-16 button
{background:#FF3864; border:2px solid #FF3864;}

div.p_table_3_16  div.column_1 .skt3_features-sty-16 .skt3_plan-feature-last-sty-16 button:hover,
div.p_table_3_16  div.column_2 .skt3_features-sty-16 .skt3_plan-feature-last-sty-16 button:hover,
div.p_table_3_16  div.column_3 .skt3_features-sty-16 .skt3_plan-feature-last-sty-16 button:hover{
	background:#FFFFFF;
	border:2px solid #FF3864;
	color:#FF3864;
}


/*--------------------style17-----------------------------*/


/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table_3_17 
	{
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: 'Ruda', sans-serif;
    font-weight: normal;
    color: #444444;
    line-height: normal !important;
    visibility: visible;
    padding: 1%;
	text-align: center;
}

div.p_table_3_17 div.column_0,div.p_table_3_17 div.column_1,div.p_table_3_17 div.column_2,div.p_table_3_17 div.column_3{
float: left;
}


div.p_table_3_17 div.column_0,div.p_table_3_17 div.column_1,div.p_table_3_17 div.column_2,div.p_table_3_17 div.column_3{
  width: 24%;
  padding:0 4px;
}	


@media only screen and (max-width:1400px){

div.p_table_3_17  div.column_0,div.p_table_3_17  div.column_1,div.p_table_3_17  div.column_2,div.p_table_3_17  div.column_3{
float: left;
}


div.p_table_3_17  div.column_0,div.p_table_3_17  div.column_1,div.p_table_3_17  div.column_2,div.p_table_3_17  div.column_3{
  width: 24%;
  padding:0 4px;
}	
}


@media only screen and (max-width:1025px) and (min-width:600px){

div.p_table_3_17  div.column_0,div.p_table_3_17 div.column_1,div.p_table_3_17  div.column_10,div.p_table_3_17  div.column_3{
float: left;
}


div.p_table_3_17  div.column_0,div.p_table_3_17  div.column_1,div.p_table_3_17  div.column_2,div.p_table_3_17  div.column_3{
  width: 48%;
  padding:0 4px;
}	
}

@media only screen and (max-width:599px){
	
div.p_table_3_17  div.column_0,div.p_table_3_17  div.column_1,div.p_table_3_17 div.column_2,div.p_table_3_17  div.column_3{
float: left;
}


div.p_table_3_17  div.column_0,div.p_table_3_17  div.column_1,div.p_table_3_17  div.column_2,div.p_table_3_17  div.column_3{
  width: 99%;
  padding:0 4px;
}		
}


div.p_table_3_17{
	width:80%;
	height:auto;
	margin:0 10%;
}


div.p_table_3_17  div.package-row-sty-17{
	margin:60px 0;
}

div.p_table_3_17  div.skt3_features-sty-17{
	margin:10px 0 20px 0;
	background:#0F1012;
	color:#FFFFFF;
	box-shadow:1px 1px 20px #D5D5D5;
	transition:all 0.2s ease-in-out;
}

div.p_table_3_17  div.skt3_features-sty-17:hover{transform:scaleY(1.1);}


div.p_table_3_17  div.skt3_features-sty-17 .skt3_deal-sty-17{
	width:100%;
	height:80px;
	color:#FFFFFF;
}



div.p_table_3_17  div.skt3_features-sty-17 .skt3_deal-sty-17 .skt3_deal-heading-sty-17{
	font-size:22px;
	padding:20px 0 0 0;
}

div.p_table_3_17  div.skt3_features-sty-17 .skt3_deal-sty-17 .skt3_deal-text-sty-17{
	font-size:14px;
}

div.p_table_3_17  div.skt3_features-sty-17 .skt3_dollar-sty-17{
	width:100%;
	height:80px;
	float:left;
}

div.column_0 .skt3_features-sty-17 .skt3_dollar-sty-17{background:#28ADA1;}
div.column_1 .skt3_features-sty-17 .skt3_dollar-sty-17{background:#3F82B8;}
div.column_2 .skt3_features-sty-17 .skt3_dollar-sty-17{background:#E66245;}
div.column_3 .skt3_features-sty-17 .skt3_dollar-sty-17{background:#EBB63D;}

div.p_table_3_17  div.skt3_features-sty-17 .skt3_dollar-sty-17 strong{
	color:#FFFFFF;
	font-size:37px;
	line-height:80px;
	font-weight:100;
}

div.p_table_3_17  div.skt3_features-sty-17 .skt3_dollar-sty-17 small{
	font-size:20px;
	position:relative;
	top:-15px;
}

div.p_table_3_17  div.skt3_features-sty-17 .skt3_price-sty-17{
	background:#292B2E;
	float:left;
	width:100%;
	margin:12px 0 0 0;
	font-size:24px;
}

div.p_table_3_17  div.skt3_features-sty-17 .skt3_plan-feature-sty-17{
	color:#879988;
	line-height:50px;
	list-style:none;
	background:#FFFFFF;
	width:100%;
	height:50px;
	float:left;
	font-size:14px;
}

div.p_table_3_17  div.skt3_features-sty-17 .skt3_plan-feature-sty-17:nth-child(even){background:#F5F7F7;}

div.p_table_3_17  div.skt3_features-sty-17  .skt3_btn-sty-17{background:#FFFFFF;}

div.p_table_3_17  div.skt3_features-sty-17 .skt3_line-sty-17{
	width:100%;
	height:11px;
	float:left;
}

div.column_0 .skt3_features-sty-17 .skt3_line-sty-17{background:#2BBBAE;}
div.column_1 .skt3_features-sty-17 .skt3_line-sty-17{background:#3A89C9;}
div.column_2 .skt3_features-sty-17 .skt3_line-sty-17{background:#F26E51;}
div.column_3 .skt3_features-sty-17 .skt3_line-sty-17{background:#F7BF40;}

div.p_table_3_17  div.skt3_features-sty-17 .skt3_plan-feature-last-sty-17{background:#FFFFFF;}

div.p_table_3_17  div.skt3_features-sty-17 .skt3_plan-feature-last-sty-17 button{
	border-radius:2px;
	margin:34px 0;
	width:120px;
	height:36px;
	color:#FFFFFF;
	font-size:15px;
	cursor:pointer;
}

div .column_0 .skt3_features-sty-17 .skt3_plan-feature-last-sty-17 button{background:#2BBBAE;border:2px solid #2BBBAE;}
div .column_1 .skt3_features-sty-17 .skt3_plan-feature-last-sty-17 button{background:#3A89C9;border:2px solid #3A89C9;}
div .column_2 .skt3_features-sty-17 .skt3_plan-feature-last-sty-17 button{background:#F26E51;border:2px solid #F26E51;}
div .column_3 .skt3_features-sty-17 .skt3_plan-feature-last-sty-17 button{background:#F7BF40;border:2px solid #F7BF40;}


/*----------------------style18-----------------------*/




/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table_3_18 
	{
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    color: #444444;
    line-height: normal !important;
    visibility: visible;
    padding: 1%;
	text-align: center;
	}

div.p_table_3_18  div.column_0,div.p_table_3_18  div.column_1,div.p_table_3_18  div.column_2,div.p_table_3_18  div.column_3{
float: left;
}


div.p_table_3_18  div.column_0,div.p_table_3_18  div.column_1,div.p_table_3_18  div.column_2,div.p_table_3_18  div.column_3{
  width: 24%;
  padding:0;
}	


@media only screen and (max-width:1400px){

div.p_table_3_18  div.column_0,div.p_table_3_18  div.column_1,div.p_table_3_18  div.column_2,div.p_table_3_18  div.column_3{
float: left;
}


div.p_table_3_18  div.column_0,div.p_table_3_18  div.column_1,div.p_table_3_18  div.column_2,div.p_table_3_18  div.column_3{
  width: 24%;
  padding:0;
}	
}


@media only screen and (max-width:1025px) and (min-width:600px){

div.p_table_3_18  div.column_0,div.p_table_3_18 div.column_1,div.p_table_3_18  div.column_10,div.p_table_3_18  div.column_3{
float: left;
}


div.p_table_3_18  div.column_0,div.p_table_3_18  div.column_1,div.p_table_3_18  div.column_2,div.p_table_3_18  div.column_3{
  width: 48%;
  padding:0;
}	
}

@media only screen and (max-width:599px){
	
div.p_table_3_18  div.column_0,div.p_table_3_18  div.column_1,div.p_table_3_18 div.column_2,div.p_table_3_18  div.column_3{
float: left;
}


div.p_table_3_18  div.column_0,div.p_table_3_18  div.column_1,div.p_table_3_18  div.column_2,div.p_table_3_18  div.column_3{
  width: 99%;
  padding:0 4px;
}		
}


div.p_table_3_18{
	width:90%;
	height:auto;
	margin:0 5%;
}

div.p_table_3_18  div.package-row-sty-18{
	margin:30px 0;
}

div.p_table_3_18  div.skt3_features-sty-18{
	margin:10px 0 20px 0;
	background:#0F1012;
	color:#FFFFFF;
	background:transparent;
	
}

div.p_table_3_18  div.skt3_features-sty-18 .skt3_deal-sty-18{
	background:#2BBBAE;
	width:100%;
	height:80px;
	color:#FFFFFF;
}


div.p_table_3_18  div.skt3_features-sty-18 .skt3_deal-sty-18 .skt3_deal-heading-sty-18{
	font-size:22px;
	padding:20px 0 0 0;
}

div.p_table_3_18  div.skt3_features-sty-18 .skt3_deal-sty-18 .skt3_deal-text-sty-18{
	font-size:14px;
}

div.p_table_3_18  div.skt3_features-sty-18 .skt3_blank-sty-18 img{margin-top:20px;}

div.p_table_3_18  div.skt3_features-sty-18 .skt3_dollar-sty-18{
	width:100%;
	height:80px;
	background:#28ADA1;
	float:left;
}

div.p_table_3_18  div.skt3_features-sty-18 .skt3_dollar-sty-18 p{
	color:#FFFFFF;
	font-size:37px;
	line-height:80px;
}

div.p_table_3_18  div.skt3_features-sty-18 .skt3_dollar-sty-18 small{
	font-size:20px;
	position:relative;
	top:-15px;
}

div.p_table_3_18  div.skt3_features-sty-18 .skt3_price-sty-18{
	background:#292B2E;
	float:left;
	width:100%;
	margin:12px 0 0 0;
	font-size:24px;
}

div.p_table_3_18  div.skt3_features-sty-18 .skt3_plan-feature-sty-18 li{
	color:#A2A2A2;
	list-style:none;
	background:#F1F1F1;
	font-size:14px;
	border-bottom:1px solid #FFFFFF;
	text-align:right;
	font-weight:600;
	padding-right:16px;
}

div.p_table_3_18  div.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_blank-sty-18{height:160px;}
div.p_table_3_18  div.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_product-sty-18{height:130px; line-height:130px;}
div.p_table_3_18  div.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_rating-sty-18{height:90px; line-height:90px;}
div.p_table_3_18  div.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_description-sty-18{height:180px; line-height:180px;}
div.p_table_3_18  div.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_availability-sty-18{height:40px; line-height:40px;}
div.p_table_3_18  div.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_prices-sty-18{height:80px; line-height:80px;}
div.p_table_3_18  div.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_availability-sty-18{height:40px; line-height:40px;}
div.p_table_3_18  div.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_empty-sty-18{height:130px;}

div.p_table_3_18  div.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_blank-sty-18 .skt3_blank-mac-img-sty-18{margin-top:-16px;}

div.p_table_3_18  div.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_product-heading-sty-18{
	font-weight:100;
	color:#9DA3AC;
	height:80px;
	background:#FFFFFF;
	font-size:22px;
	padding:50px 30px;
	border:1px solid #EBEBEB;
	border-top:0px;
	text-align:center;
}

div.p_table_3_18  div.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_star-rating-sty-18{height:90px;}
div.p_table_3_18  div.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_star-rating-sty-18 p{margin-top:0px;text-align:center;padding-top:30px;}

div.p_table_3_18  div.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_description-text-sty-18,.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_availability-out-of-stock-sty-18,
div.p_table_3_18  div.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_dollar-sty-18,.skt3_features-sty-18  .skt3_plan-feature-sty-18 .skt3_empty-footer-sty-18,.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_star-rating-sty-18{
	background:#FFFFFF;
	border:1px solid #EBEBEB;
	border-top:0px;
}

div.p_table_3_18  div.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_description-text-sty-18{height:auto;}

div.p_table_3_18  div.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_description-text-sty-18 p{
	font-weight:100;
	font-size:13px;
	padding:20px 10px;
	text-align:center;
}

div.p_table_3_18  div.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_availability-out-of-stock-sty-18{height:20px; padding:20px 0;}

div.p_table_3_18  div.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_availability-out-of-stock-sty-18 a{
	text-decoration:none;
	background:#E17478;
	font-size:12px;
	color:#FFFFFF;
	padding:5px 14px;
	border-radius:4px;
}

div.p_table_3_18  div.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_availability-out-of-stock-sty-18 .stk3_instock-btn-sty-18{background:#7691E9;}

div.p_table_3_18  div.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_dollar-sty-18{height:80px;border:0px;width:80%;margin:2px 6%;}

div.p_table_3_18  div.skt3_features-sty-18 .skt3_plan-feature-sty-18 .skt3_dollar-sty-18 p{
	font-weight:100;
	color:#90C820;
	font-size:28px;
	text-align:center;
}

div.p_table_3_18  div.skt3_features-sty-18  .skt3_plan-feature-sty-18 .skt3_empty-footer-sty-18{height:160px;border:1px solid #EBEBEB;border-top:0px; margin-top:0;}

div.p_table_3_18  div.skt3_features-sty-18  .skt3_plan-feature-sty-18 .skt3_empty-footer-sty-18 button{
	background:#90C820;
	border:2px solid #90C820;
	border-radius:4px;
	margin:0 0 8px 0;
	width:104px;
	height:32px;
	color:#FFFFFF;
	font-size:15px;
	cursor:pointer;
}

div.p_table_3_18  div.skt3_features-sty-18  .skt3_plan-feature-sty-18 .skt3_empty-footer-sty-18 button:hover{background:#A6D34C; border:2px solid #A6D34C;}

div.p_table_3_18  div.skt3_features-sty-18  .skt3_plan-feature-sty-18 .skt3_empty-footer-sty-18 .skt3_center-btn-sty-18{margin-top:-14px;}

div.p_table_3_18  div.skt3_features-sty-18  .skt3_plan-feature-sty-18 .skt3_empty-footer-sty-18 p{font-weight:100; margin-top:10px;}

div.p_table_3_18  div.skt3_features-sty-18  .skt3_plan-feature-sty-18 .skt3_empty-footer-sty-18 table{
	font-weight:100;
	font-size:12px;
}



/*------------------------style19--------------------------*/

/* --- base --- */
div.p_table_3_19 
	{
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: 'Arimo', sans-serif;
    font-weight: normal;
    color: #444444;
    line-height: normal !important;
    visibility: visible;
    padding: 1%;
	text-align: center;
}

div.p_table_3_19 div.column_0,div.p_table_3_19 div.column_1,div.p_table_3_19 div.column_2,div.p_table_3_19 div.column_3{
float: left;
}


div.p_table_3_19 div.column_0,div.p_table_3_19 div.column_1,div.p_table_3_19 div.column_2,div.p_table_3_19 div.column_3{
  width: 24%;
  padding:0 4px;
}	


@media only screen and (max-width:1400px){

div.p_table_3_19  div.column_0,div.p_table_3_19  div.column_1,div.p_table_3_19  div.column_2,div.p_table_3_19  div.column_3{
float: left;
}


div.p_table_3_19  div.column_0,div.p_table_3_19  div.column_1,div.p_table_3_19  div.column_2,div.p_table_3_19  div.column_3{
  width: 24%;
  padding:0 4px;
}	
}


@media only screen and (max-width:1025px) and (min-width:600px){

div.p_table_3_19  div.column_0,div.p_table_3_19 div.column_1,div.p_table_3_19  div.column_10,div.p_table_3_19  div.column_3{
float: left;
}


div.p_table_3_19  div.column_0,div.p_table_3_19  div.column_1,div.p_table_3_19  div.column_2,div.p_table_3_19  div.column_3{
  width: 48%;
  padding:0 4px;
}	
}

@media only screen and (max-width:599px){
	
div.p_table_3_19  div.column_0,div.p_table_3_19  div.column_1,div.p_table_3_19 div.column_2,div.p_table_3_19  div.column_3{
float: left;
}


div.p_table_3_19  div.column_0,div.p_table_3_19  div.column_1,div.p_table_3_19  div.column_2,div.p_table_3_19  div.column_3{
  width: 99%;
  padding:0 4px;
}		
}

div.p_table_3_19{
	width:80%;
	height:auto;
	margin:0 10%;
}

div.p_table_3_19  div.package-row-sty-19{
	margin:60px 0;
	perspective:1500px;
}

div.p_table_3_19  div.skt3_features-sty-19{
	width:100%;
	margin:10px 0 20px 0;
	background:#FFFFFF;
	color:#FFFFFF;
	float:left;
	border-radius:10px;
	box-shadow:2px 2px 10px #D7D7D7;
	transform-style:preserve-3d;
	animation:personal 1s forwards;
}

div.p_table_3_19  div.package-row-sty-19{
	margin:60px 0;
	perspective:1500px;
}

div.p_table_3_19  div.skt3_features-sty-19{
	width:100%;
	margin:10px 0 20px 0;
	background:#FFFFFF;
	color:#FFFFFF;
	float:left;
	border-radius:10px;
	box-shadow:2px 2px 10px #D7D7D7;
	transform-style:preserve-3d;
	animation:personal 1s forwards;
}

div.p_table_3_19  div.skt3_features-sty-19 .skt3_deal-sty-19 .skt3_deal-text-sty-19{
	font-size:15px;
	color:#5D5D5D;
	font-weight:600;
	padding:14px 0 8px 0;
	text-align:center;
}


div.p_table_3_19  div.skt3_features-sty-19 .skt3_price-sty-19{
	float:left;
	width:100%;
	height:126px;
	margin:0 0 22px 0;
	font-size:43px;
	line-height:126px;
	text-align:center;
}

div.p_table_3_19  div.skt3_features-sty-19 .skt3_plan-feature-sty-19{
	color:#333333;
	line-height:30px;
	font-size:15px;
	text-align:center;
}


div.p_table_3_19  div.skt3_features-sty-19 .skt3_plan-feature-last-sty-19 button{
	width:40%;
	height:40px;
	border-radius:5px;
	margin:16px 30% 32px 30%;
	cursor:pointer;
	color:#FFFFFF;
	padding:2px 4px;
}

div.p_table_3_19  div.skt3_features-sty-19 button:hover{opacity:0.8;}

div.column_0 .skt3_features-sty-19 .skt3_plan-feature-last-sty-19 button{background:#E2665B;border:1px solid #E2665B;}
div.column_1 .skt3_features-sty-19 .skt3_plan-feature-last-sty-19 button{background:#FF9555;border:1px solid #FF9555;}
div.column_2 .skt3_features-sty-19 .skt3_plan-feature-last-sty-19 button{background:#2cd26c;border:1px solid #2cd26c;}



/*-----------------------style20----------------------------------*/


/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table_3_20 
	{
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: 'Ruda', sans-serif;
    font-weight: normal;
    color: #444444;
    line-height: normal !important;
    visibility: visible;
    padding: 1%;
	text-align: center;
}


div.p_table_3_20 div.column_0,div.p_table_3_20 div.column_1,div.p_table_3_20 div.column_2,div.p_table_3_20 div.column_3{
float: left;
}


div.p_table_3_20 div.column_0,div.p_table_3_20 div.column_1,div.p_table_3_20 div.column_2,div.p_table_3_20 div.column_3{
  width: 24%;
  padding:0 4px;
}	


@media only screen and (max-width:1400px){

div.p_table_3_20  div.column_0,div.p_table_3_20  div.column_1,div.p_table_3_20  div.column_2,div.p_table_3_20  div.column_3{
float: left;
}


div.p_table_3_20  div.column_0,div.p_table_3_20  div.column_1,div.p_table_3_20  div.column_2,div.p_table_3_20  div.column_3{
  width: 24%;
  padding:0 4px;
}	
}


@media only screen and (max-width:1025px) and (min-width:600px){

div.p_table_3_20  div.column_0,div.p_table_3_20 div.column_1,div.p_table_3_20  div.column_10,div.p_table_3_20  div.column_3{
float: left;
}


div.p_table_3_20  div.column_0,div.p_table_3_20  div.column_1,div.p_table_3_20  div.column_2,div.p_table_3_20  div.column_3{
  width: 48%;
  padding:0 4px;
}	
}

@media only screen and (max-width:599px){
	
div.p_table_3_20  div.column_0,div.p_table_3_20  div.column_1,div.p_table_3_20 div.column_2,div.p_table_3_20  div.column_3{
float: left;
}


div.p_table_3_20  div.column_0,div.p_table_3_20  div.column_1,div.p_table_3_20  div.column_2,div.p_table_3_20  div.column_3{
  width: 99%;
  padding:0 4px;
}		
}


div.p_table_3_20{
	width:80%;
	height:auto;
	margin:0 10%;
}

div.p_table_3_20  div.package-row-sty-20{
	margin:40px 0;
}

div.p_table_3_20  div.skt3_features-sty-20{
	margin:10px 0 20px 0;
	color:#FFFFFF;
	padding:40px 0;
	border:10px solid transparent;
}

div.p_table_3_20  div.skt3_features-sty-20:hover{border:10px solid #CF82D4;}


div.p_table_3_20  div.skt3_features-sty-20 .skt3_deal-sty-20 {
	padding:20px 0;
}

div.p_table_3_20  div.skt3_features-sty-20 .skt3_deal-sty-20 .skt3_deal-heading-sty-20{
	font-size:21px;
	margin-top:36px;
}

div.p_table_3_20  div.skt3_features-sty-20 .skt3_price-sty-20{
	font-size:66px;
	margin-bottom:20px;
}

div.p_table_3_20  div.skt3_features-sty-20 .skt3_price-sty-20 span{
	font-size:34px;
	position:relative;
	top:-20px;
}

div.p_table_3_20  div.skt3_features-sty-20 .skt3_plan-feature-sty-20{
	color:#FFFFFF;
	font-size:16px;
	line-height:24px;
}

div.p_table_3_20  div.skt3_features-sty-20 .skt3_icon-sty-20{
	margin-top:10px;
	width:100%;
	float:left;
}

div.p_table_3_20  div.skt3_features-sty-20 .skt3_plan-feature-last-sty-20 button{
	background:transparent;
	border:2px solid #CF82D4;
	padding:12px 20px;
	margin:50px 0 10px 0;
	text-transform:uppercase;
	font-weight:600;
	color:#FFFFFF;
	cursor:pointer;
	transition:all 0.7s;
}

div.p_table_3_20  div.skt3_features-sty-20 .skt3_plan-feature-last-sty-20 button:hover{
	background:#D37ED3;
}

/*--------------------------------style21---------------------------*/


/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table_3_21 
	{
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: normal;
    color: #444444;
    line-height: normal !important;
    visibility: visible;
    padding: 1%;
	text-align: center;
	}

div.p_table_3_21  div.column_0,div.p_table_3_21  div.column_1,div.p_table_3_21  div.column_2,div.p_table_3_21  div.column_3{
float: left;
}


div.p_table_3_21  div.column_0,div.p_table_3_21  div.column_1,div.p_table_3_21  div.column_2,div.p_table_3_21  div.column_3{
  width: 33%;
  padding:0 6px;
}
	

@media only screen and (max-width:1400px){

div.p_table_3_21  div.column_0,div.p_table_3_21  div.column_1,div.p_table_3_21  div.column_2,div.p_table_3_21  div.column_3{
float: left;
}


div.p_table_3_21  div.column_0,div.p_table_3_21  div.column_1,div.p_table_3_21  div.column_2,div.p_table_3_21  div.column_3{
  width: 33%;
  padding:0 6px;
}	
}


@media only screen and (max-width:1025px) and (min-width:600px){

div.p_table_3_21  div.column_0,div.p_table_3_21 div.column_1,div.p_table_3_21  div.column_10,div.p_table_3_21  div.column_3{
float: left;
}


div.p_table_3_21  div.column_0,div.p_table_3_21  div.column_1,div.p_table_3_21  div.column_2,div.p_table_3_21  div.column_3{
  width: 48%;
  padding:0 4px;
}	
}

@media only screen and (max-width:599px){
	
div.p_table_3_21  div.column_0,div.p_table_3_21  div.column_1,div.p_table_3_21 div.column_2,div.p_table_3_21  div.column_3{
float: left;
}


div.p_table_3_21  div.column_0,div.p_table_3_21  div.column_1,div.p_table_3_21  div.column_2,div.p_table_3_21  div.column_3{
  width: 99%;
  padding:0 4px;
}		
}

div.p_table_3_21{
	width:80%;
	height:auto;
	margin:0 10%;
}

.package-row-sty-21{
	margin:40px 0;
}

.skt3_features-sty-21{
	border:1px solid #D3D3D3;
	margin:30px 0 20px 0;
	background:#FFFFFF;
	color:#707070;
	border-radius:10px;
	overflow:hidden;
	transition:all 0.3s ease-in-out;
}

.skt3_features-sty-21:hover{transform:scaleY(1.1);}

.skt3_features-sty-21 .skt3_deal-sty-21{
	width:100%;
	height:100px;
	float:left;
}

.skt3_features-sty-21:hover .skt3_deal-sty-21{background:#00B57F;}
.skt3_features-sty-21:hover .skt3_deal-sty-21 .skt3_deal-heading-sty-21{color:#FFFFFF;}

.skt3_features-sty-21 .skt3_deal-sty-21 .skt3_deal-heading-sty-21{
	font-size:20px;
	margin-top:20px;
	text-align:center;
}

.skt3_features-sty-21 .skt3_price-sty-21{
	margin:57px 0 0 0;
	width:87px;
	height:87px;
	border-radius:100%;
	background:#FFFFFF;
	color:#707070;
	border:2px solid #C9C9C9;
	box-shadow:inset 2px 2px 10px #DEDEDE;
	position:relative;
	z-index:20;
}

.skt3_features-sty-21 .skt3_price-sty-21 small{
	font-size:18px;
	position:relative;
	top:-5px;
}

.skt3_features-sty-21 .skt3_price-sty-21 p{
	font-size:31px;
	position:relative;
	top:-21px;
	color:#17B57F;
}

.skt3_features-sty-21 .skt3_price-sty-21 span{
	font-size:12px;
	position:relative;
	top:-18px;
	color:#585858;
}

.skt3_line-sty-21{
	background:#DCF5ED;
	width:100%;
	height:60px;
	margin-top:-48px;
}

div.p_table_3_21  div.skt3_features-sty-21 .skt3_price-sty-21{
	margin:57px auto 0 auto;
	width:85px;
	height:85px;
	border-radius:100%;
	background:#FFFFFF;
	border:1px solid #707070;
	box-shadow:inset 2px 2px 10px #DEDEDE;
	position:relative;
	z-index:20;
	text-align:center;
}
div.p_table_3_21  div.skt3_features-sty-21 .skt3_price-sty-21 strong{
	font-size:32px;
	position:relative;
	top:-26px;
    color:#00B57F;
}

div.p_table_3_21  div.skt3_features-sty-21 .skt3_price-sty-21 span{
	font-size:12px;
	position:relative;
	top:-30px;
}


div.p_table_3_21  div.skt3_features-sty-21 .skt3_plan-feature-sty-21{
	color:#879988;
    background:#EEFAF6;
	width:100%;
	height:44px;
	margin:0;
	line-height:44px;
	font-size:14px;
	text-align:center;
}

div.p_table_3_21  div.skt3_features-sty-21:hover .skt3_plan-feature-sty-21{color:#333333;}

div.p_table_3_21  div.skt3_features-sty-21 .skt3_plan-feature-sty-21:nth-child(odd){background:#DCF5ED;}

div.p_table_3_21  div.skt3_features-sty-21 .skt3_plan-feature-last-sty-21 button{
	background:#00B57F;
	border:1px solid #00B57F;
	width:40%;
	height:34px;
	border-radius:4px;
	margin:22px 30%;
	color:#FFFFFF;
	font-size:15px;
	cursor:pointer;
}

div.p_table_3_21  div.skt3_features-sty-21 button:hover{
	background:#333333;
	border:1px solid #333333;
}

/*--------------------------------style22---------------------------*/


/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table_3_22 
	{
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: 'Play', sans-serif;
    font-weight: normal;
    color: #444444;
    line-height: normal !important;
    visibility: visible;
    padding: 1%;
	text-align: center;
	}

div.p_table_3_22  div.column_0,div.p_table_3_22  div.column_1,div.p_table_3_22  div.column_2,div.p_table_3_22  div.column_3{
float: left;
}


div.p_table_3_22  div.column_0,div.p_table_3_22  div.column_1,div.p_table_3_22  div.column_2,div.p_table_3_22  div.column_3{
  width: 24%;
  padding:0;
}
	

@media only screen and (max-width:1400px){

div.p_table_3_22  div.column_0,div.p_table_3_22  div.column_1,div.p_table_3_22  div.column_2,div.p_table_3_22  div.column_3{
float: left;
}


div.p_table_3_22  div.column_0,div.p_table_3_22  div.column_1,div.p_table_3_22  div.column_2,div.p_table_3_22  div.column_3{
  width: 24%;
  padding:0;
}	
}


@media only screen and (max-width:1025px) and (min-width:600px){

div.p_table_3_22  div.column_0,div.p_table_3_22 div.column_1,div.p_table_3_22  div.column_10,div.p_table_3_22  div.column_3{
float: left;
}


div.p_table_3_22  div.column_0,div.p_table_3_22  div.column_1,div.p_table_3_22  div.column_2,div.p_table_3_22  div.column_3{
  width: 48%;
  padding:0 4px;
}	
}

@media only screen and (max-width:599px){
	
div.p_table_3_22  div.column_0,div.p_table_3_22  div.column_1,div.p_table_3_22 div.column_2,div.p_table_3_22  div.column_3{
float: left;
}


div.p_table_3_22  div.column_0,div.p_table_3_22  div.column_1,div.p_table_3_22  div.column_2,div.p_table_3_22  div.column_3{
  width: 99%;
  padding:0 4px;
}		
}

div.p_table_3_22{
	width:100%;
	height:auto;
	margin:0;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22 .skt3_perfect-pla-sty-22{
	width:100%;
	height:240px;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22 .skt3_perfect-plan-sty-22 .skt3_perfect-plan-wpsupport-sty-22{
	width:70%;
	height:90px;
	background:#5F686F;
	margin:152px 0 4px 0;
	float:left;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22 .skt3_perfect-plan-sty-22 .skt3_perfect-plan-wpsupport-sty-22 p{
	text-align:right;
	color:#FFFFFF;
	padding:16px 16px 0 0;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22 .skt3_perfect-plan-sty-22 .skt3_perfect-plan-wpsupport-sty-22 .skt3_plan-text-sty-22{
	text-align:right;
	margin-top:-8px;
	font-weight:600;
	font-size:20px;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22 .skt3_perfect-plan-sty-22 .skt3_perfect-plan-wpsupport-sty-22 .skt3_perfect-plan-triangle-sty-22{
	border-left:24px solid #5F686F;
	border-top:20px solid transparent;
	border-bottom:20px solid transparent;
	float:right;
	margin:-52px -24px 0 0;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_plan-feature-sty-22 {
	border:1px solid #FFFFFF;
	height:47px;
	background:#F3F3F3;
	line-height:46px;
	padding-left:20px;
	font-size:14px;
	font-weight:600;
	color:#2A3655;
	float:left;
	width:100%;
	text-align:left;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22{
	height:240px;
	background:#EEEEEE;
	float:left;
	width:100%;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	margin-bottom:6px;
}

div.skt3_start-up-sty-22 .skt3_start-plan-row-sty-22 .skt3_heading-sty-22{
	font-size:20px;
	padding:40px 0 0 0;
	color:#2A3655;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22 .skt3_dollar-sty-22{
	font-size:42px;
	font-weight:600;
	color:#86C724;
	padding-top:12px;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22 .skt3_dollar-sty-22 small{
	font-size:13px;
	color:#000;
	font-weight:100;
}

div.p_table_3_22 div.skt3_features-sty-22  .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22  .skt3_regularly-moderate-sty-22{color:#757272;}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22 .skt3_dollar-moderate-sty-22 small{color:#FFFFFF;}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22  .skt3_btn-moderate-sty-22{background:#FFFFFF; color:#2A363F;}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22 .skt3_regularly-sty-22{
	font-size:12px;
	color:#727272;
	padding:10px 0 26px 0;
}

div.p_table_3_22 div.skt3_features-sty-22  .skt3_start-up-sty-22 .skt3_moderate-sty-22 {
	height:266px;
	margin-top:-26px;
	background:#2A363F;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_moderate-sty-22  .skt3_moderate-bestvalue-sty-22{
	font-size:14px;
	font-weight:600;
	background:#86C724;
	padding:6px 0;
 }
 
div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 img{width:20px;margin-top:14px;}


div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22 button{
	padding:10px 26px;
	background:#2A363F;
	border:1px solid #2A363F;
	color:#FFFFFF;
	border-radius:4px;
	font-weight:600;
	cursor:pointer;
	transition:all 0.4s;
}	

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22 button:hover{background:#86C724; border:1px solid #86C724;}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_plan-mark-sty-22{
	height:47px;
	background:#F3F3F3;
	line-height:46px;
	font-size:14px;
	float:left;
	width:100%;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_moderate-sty-22 p strong{color:#FFFFFF;}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_plan-mark-sty-22:nth-child(even){background:#F9F9F9;}
div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22 .skt3_plan-feature-sty-22:nth-child(even){background:#F9F9F9;}

.sp-text-center-sty-22{text-align:center;}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-footer-sty-22,.skt3_moderate-footer-sty-22{
	height:190px !important;
	padding-top:10px;
	margin-top:4px;
}

div.p_table_3_22 div.skt3_features-sty-22  .skt3_moderate-footer-sty-22{
	background:#2A363F !important;
}

div.p_table_3_22 div.skt3_features-sty-22  .skt3_moderate-footer-sty-22 .skt3_dollar-moderate-sty-22{color:#FFFFFF;}



@media screen and (max-width:1060px){
	div.p_table_3_22 div.skt3_features-sty-22.skt3_choose-plan-sty-22 .skt3_perfect-plan-sty-22 .skt3_perfect-plan-wpsupport-sty-22{
	width:70%;
	height:108px;
	background:#5F686F;
	margin:134px 0 10px 0;
	float:left;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22{
	height:240px;
	background:#EEEEEE;
	float:left;
	width:100%;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	margin-bottom:12px;
}

div.p_table_3_22 div.skt3_features-sty-22.skt3_choose-plan-sty-22 .skt3_perfect-plan-sty-22 .skt3_perfect-plan-wpsupport-sty-22 .skt3_perfect-plan-triangle-sty-22{
	border-left:24px solid #5F686F;
	border-top:20px solid transparent;
	border-bottom:20px solid transparent;
	float:right;
	margin:-74px -24px 0 0;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_moderate-sty-22 {
	height:266px;
	margin-top:-26px;
	background:#2A363F;
}
}


@media screen and (max-width:900px){
	div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22 .skt3_perfect-plan-sty-22 .skt3_perfect-plan-wpsupport-sty-22{
	width:72%;
	height:140px;
	background:#5F686F;
	margin:100px 0 5px 0;
	float:left;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22{
	height:240px;
	background:#EEEEEE;
	float:left;
	width:100%;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	margin-bottom:6px;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_plan-feature-sty-22 {
	border:2px solid #FFFFFF;
	height:47px;
	background:#F3F3F3;
	line-height:20px;
	padding:6px 0 0 10px;
	font-size:13px;
	font-weight:600;
	color:#2A3655;
	float:left;
	width:100%;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22 .skt3_perfect-plan-sty-22 .skt3_perfect-plan-wpsupport-sty-22 .skt3_perfect-plan-triangle-sty-22{
	border-left:24px solid #5F686F;
	border-top:20px solid transparent;
	border-bottom:20px solid transparent;
	float:right;
	margin:-54px -24px 0 0;
}

div.p_table_3_22 div.skt3_features-sty-22  .skt3_start-up-sty-22 .skt3_moderate-sty-22 {
	height:266px;
	margin-top:-26px;
	background:#2A363F;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22 button{
	padding:10px 20px;
	background:#2A363F;
	border:1px solid #2A363F;
	color:#FFFFFF;
	border-radius:4px;
	font-weight:600;
	cursor:pointer;
	transition:all 0.4s;
}
}

@media screen and (max-width:656px){
div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22 .skt3_perfect-plan-sty-22 .skt3_perfect-plan-wpsupport-sty-22{
	width:72%;
	height:140px;
	background:#5F686F;
	margin:100px 0 10px 0;
	float:left;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22{
	height:240px;
	background:#EEEEEE;
	float:left;
	width:100%;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	margin-bottom:12px;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_plan-feature-sty-22 {
	border:2px solid #FFFFFF;
	height:50px;
	background:#F3F3F3;
	line-height:12px;
	padding-left:10px;
	font-size:12px;
	font-weight:600;
	color:#2A3655;
	float:left;
	width:100%;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22 .skt3_perfect-plan-sty-22 .skt3_perfect-plan-wpsupport-sty-22 .skt3_perfect-plan-triangle-sty-22{
	border-left:24px solid #5F686F;
	border-top:20px solid transparent;
	border-bottom:20px solid transparent;
	float:right;
	margin:-74px -24px 0 0;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_moderate-sty-22 {
	height:266px;
	margin-top:-26px;
	background:#2A363F;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22 button{
	padding:10px;
	background:#2A363F;
	border:1px solid #2A363F;
	color:#FFFFFF;
	border-radius:4px;
	font-weight:600;
	cursor:pointer;
	transition:all 0.4s;
}


div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22 .skt3_heading-sty-22{
	font-size:14px;
	padding:40px 0 0 0;
	color:#2A3655;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22 .skt3_dollar-sty-22{
	font-size:34px;
	font-weight:600;
	color:#86C724;
	padding-top:12px;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_moderate-footer-sty-22 .skt3_dollar-sty-22{
	font-size:30px;
	color:#FFFFFF;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-up-footer-sty-22 .skt3_dollar-sty-22{font-size:30px;}

div.p_table_3_22 div.skt3_features-sty-22  .skt3_start-up-footer-sty-22,.skt3_moderate-footer-sty-22{
	height:180px !important;
	margin-top:8px;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_plan-mark-sty-22{
	height:50px;
	background:#F3F3F3;
	line-height:46px;
	font-size:14px;
	float:left;
	width:100%;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
}
}


@media screen and (max-width:540px){
div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22 .skt3_perfect-plan-sty-22 .skt3_perfect-plan-wpsupport-sty-22{
	width:64%;
	height:160px;
	background:#5F686F;
	margin:80px 0 10px 0;
	float:left;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22{
	height:240px;
	background:#EEEEEE;
	float:left;
	width:100%;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	margin-bottom:12px;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_plan-feature-sty-22 {
	border:1px solid #FFFFFF;
	height:46px;
	background:#F3F3F3;
	line-height:15px;
	padding:10px 0 0 10px;
	font-size:11px;
	font-weight:600;
	color:#2A3655;
	float:left;
	width:100%;
	margin-top:2px;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22 .skt3_perfect-plan-sty-22 .skt3_perfect-plan-wpsupport-sty-22 p{
	text-align:left;
	color:#FFFFFF;
	padding:16px 16px 0 10px;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22 .skt3_perfect-plan-sty-22 .skt3_perfect-plan-wpsupport-sty-22 .skt3_plan-text-sty-22{
	text-align:left;
	margin-top:4px;
	font-weight:600;
	font-size:17px;
	
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22 .skt3_perfect-plan-sty-22 .skt3_perfect-plan-wpsupport-sty-22 .skt3_perfect-plan-triangle-sty-22{
	border-left:24px solid #5F686F;
	border-top:20px solid transparent;
	border-bottom:20px solid transparent;
	float:right;
	margin:-90px -24px 0 0;
}

div.p_table_3_22 div.skt3_features-sty-22  .skt3_start-up-sty-22 .skt3_moderate-sty-22 {
	height:266px;
	margin-top:-26px;
	background:#2A363F;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22 button{
	padding:10px 6px;
	background:#2A363F;
	border:1px solid #2A363F;
	color:#FFFFFF;
	border-radius:4px;
	font-weight:600;
	cursor:pointer;
	font-size:12px;
	transition:all 0.4s;
}


div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22 .skt3_heading-sty-22{
	font-size:13px;
	padding:40px 0 0 0;
	color:#2A3655;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22 .skt3_dollar-sty-22{
	font-size:29px;
	font-weight:600;
	color:#86C724;
	padding-top:12px;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_moderate-footer-sty-22 .skt3_dollar-sty-22{
	font-size:25px;
	color:#FFFFFF;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_moderate-sty-22  .skt3_moderate-bestvalue-sty-22{
	font-size:12px;
	font-weight:600;
	background:#86C724;
	padding:6px 0;
 }

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-up-footer-sty-22 .skt3_dollar-sty-22{font-size:30px;}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-footer-sty-22,.skt3_moderate-footer-sty-22{
	height:180px !important;
	margin-top:8px;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_plan-mark-sty-22{
	height:46px;
	background:#F3F3F3;
	line-height:46px;
	font-size:12px;
	float:left;
	width:100%;
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
	border:1px solid #FFFFFF;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_plan-mark-sty-22{
	height:50px;
	background:#F3F3F3;
	line-height:46px;
	font-size:14px;
	float:left;
	width:100%;
	border:3px solid #FFFFFF;
	margin-top:-2px;
}
}

@media screen and (max-width:430px){
div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22 .skt3_perfect-plan-sty-22 .skt3_perfect-plan-wpsupport-sty-22{
	width:70%;
	height:160px;
	background:#5F686F;
	margin:80px 0 10px 0;
	float:left;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22{
	height:240px;
	background:#EEEEEE;
	float:left;
	width:100%;
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
	margin-bottom:12px;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_plan-feature-sty-22 {
	border:1px solid #FFFFFF;
	height:46px;
	background:#F3F3F3;
	line-height:14px;
	padding-left:6px;
	font-size:10px;
	font-weight:600;
	color:#2A3655;
	float:left;
	width:100%;
	margin-top:2px;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22 .skt3_perfect-plan-sty-22 .skt3_perfect-plan-wpsupport-sty-22 p{
	text-align:left;
	color:#FFFFFF;
	padding:16px 16px 0 10px;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22 .skt3_perfect-plan-sty-22 .skt3_perfect-plan-wpsupport-sty-22 .skt3_plan-text-sty-22{
	text-align:left;
	margin-top:4px;
	font-weight:600;
	font-size:15px;
	
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22 .skt3_perfect-plan-sty-22 .skt3_perfect-plan-wpsupport-sty-22 .skt3_perfect-plan-triangle-sty-22{
	border-left:24px solid #5F686F;
	border-top:20px solid transparent;
	border-bottom:20px solid transparent;
	float:right;
	margin:-90px -24px 0 0;
}

div.p_table_3_22 div.skt3_features-sty-22  .skt3_start-up-sty-22 .skt3_moderate-sty-22 {
	height:266px;
	margin-top:-26px;
	background:#2A363F;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22 button{
	padding:8px 6px;
	background:#2A363F;
	border:1px solid #2A363F;
	color:#FFFFFF;
	border-radius:4px;
	font-weight:600;
	cursor:pointer;
	font-size:10px;
	transition:all 0.4s;
}


div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22 .skt3_heading-sty-22{
	font-size:10px;
	padding:40px 0 0 0;
	color:#2A3655;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22 .skt3_dollar-sty-22{
	font-size:22px;
	font-weight:600;
	color:#86C724;
	padding-top:12px;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_moderate-footer-sty-22 .skt3_dollar-sty-22{
	font-size:20px;
	color:#FFFFFF;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up .skt3_moderate-sty-22  .skt3_moderate-bestvalue-sty-22{
	font-size:11px;
	font-weight:600;
	background:#86C724;
	padding:0;
 }

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-up-footer-sty-22 .skt3_dollar-sty-22{font-size:20px;}

div.p_table_3_22 div.skt3_features-sty-22  .skt3_start-up-footer-sty-22,.skt3_moderate-footer-sty-22{
	height:180px !important;
	margin-top:8px;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_plan-mark-sty-22{
	height:46px;
	background:#F3F3F3;
	line-height:46px;
	font-size:12px;
	float:left;
	width:100%;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	border:1px solid #FFFFFF;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_plan-mark-sty-22{
	height:50px;
	background:#F3F3F3;
	line-height:46px;
	font-size:14px;
	float:left;
	width:100%;
	border:3px solid #FFFFFF;
	margin-top:-2px;
}
}


@media screen and (max-width:340px){
div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22 .skt3_perfect-plan-sty-22 .skt3_perfect-plan-wpsupport-sty-22{
	width:78%;
	height:160px;
	background:#5F686F;
	margin:80px 0 10px 0;
	float:left;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22{
	height:240px;
	background:#EEEEEE;
	float:left;
	width:100%;
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
	margin-bottom:12px;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_plan-feature-sty-22 {
	border:1px solid #FFFFFF;
	height:46px;
	background:#F3F3F3;
	line-height:13px;
	padding-left:6px;
	font-size:9px;
	font-weight:600;
	color:#2A3655;
	float:left;
	width:100%;
	margin-top:2px;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22 .skt3_perfect-plan-sty-22 .skt3_perfect-plan-wpsupport-sty-22 p{
	text-align:left;
	color:#FFFFFF;
	padding:16px 16px 0 10px;
	font-size:12px;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22 .skt3_perfect-plan-sty-22 .skt3_perfect-plan-wpsupport-sty-22 .skt3_plan-text-sty-22{
	text-align:left;
	margin-top:4px;
	font-weight:600;
	font-size:13px;
	
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22 .skt3_regularly-sty-22{
	font-size:10px;
	color:#727272;
	padding:30px 0 26px 0;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22 .skt3_perfect-plan-sty-22 .skt3_perfect-plan-wpsupport-sty-22 .skt3_perfect-plan-triangle-sty-22{
	border-left:16px solid #5F686F;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	float:right;
	margin:-60px -15px 0 0;
}

div.p_table_3_22 div.skt3_features-sty-22  .skt3_start-up-sty-22 .skt3_moderate-sty-22 {
	height:266px;
	margin-top:-26px;
	background:#2A363F;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22 button{
	padding:5px 3px;
	background:#2A363F;
	border:1px solid #2A363F;
	color:#FFFFFF;
	border-radius:4px;
	font-weight:600;
	cursor:pointer;
	font-size:9px;
	transition:all 0.4s;
}


div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22 .skt3_heading-sty-22{
	font-size:8px;
	padding:40px 0 0 0;
	color:#2A3655;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-plan-row-sty-22 .skt3_dollar-sty-22{
	font-size:15px;
	font-weight:600;
	color:#86C724;
	padding-top:12px;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_moderate-footer-sty-22 .skt3_dollar-sty-22{
	font-size:15px;
	color:#FFFFFF;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_moderate-sty-22  .skt3_moderate-bestvalue-sty-22{
	font-size:11px;
	font-weight:600;
	background:#86C724;
	padding:0;
 }

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22 .skt3_start-up-footer-sty-22 .skt3_dollar-sty-22{font-size:15px;}

div.p_table_3_22 div.skt3_features-sty-22  .skt3_start-up-footer-sty-22,.skt3_moderate-footer-sty-22{
	height:180px !important;
	margin-top:8px;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_plan-mark-sty-22{
	height:50px;
	background:#F3F3F3;
	line-height:46px;
	font-size:14px;
	float:left;
	width:100%;
	border:3px solid #FFFFFF;
	margin-top:-2px;
}
}


/*=============================Responsive-Layout=========================================*/


@media (min-width: 1200px) {
/*----choose--perfect--plans--packages---*/

div.p_table_3_22 div.skt3_features-sty-22{
	width:90%;
	margin:40px 5%;
    float:left;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22{
    width:40%;
	float:left;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22{
    width:20%;
	float:left;
}
}

@media (min-width: 992px) {
/*----choose--perfect--plans--packages---*/

div.p_table_3_22 div.skt3_features-sty-22{
	width:90%;
	margin:40px 5%;
    float:left;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22{
    width:40%;
	float:left;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22{
    width:20%;
	float:left;
}
}


@media (min-width: 768px) {
/*----choose--perfect--plans--packages---*/

div.p_table_3_22 div.skt3_features-sty-22{
	width:90%;

	margin:40px 5%;
    float:left;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22{
    width:40%;
	float:left;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22{
    width:20%;
	float:left;
}
}

@media (min-width: 500px) {
/*----choose--perfect--plans--packages---*/

div.p_table_3_22 div.skt3_features-sty-22{
	width:90%;
	margin:40px 5%;
    float:left;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22{
    width:40%;
	float:left;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22{
    width:20%;
	float:left;
}
}

@media (min-width: 300px) {
/*----choose--perfect--plans--packages---*/

div.p_table_3_22 div.skt3_features-sty-22{
	width:90%;
	margin:40px 5%;
    float:left;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_choose-plan-sty-22{
    width:40%;
	float:left;
}

div.p_table_3_22 div.skt3_features-sty-22 .skt3_start-up-sty-22{
    width:20%;
	float:left;
}	
}

