﻿/* ==================== 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;
	}

/* --- 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 li img
	{
	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,
div.p_table_1 h4
	{
	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: 'Open Sans', arial, sans-serif !important;
/*	font-family: 'Yanone Kaffeesatz', arial, sans-serif !important;
*/	font-size: 30px !important;
	}
	
div.p_table_1 h1 span
	{
	font-family: 'Open Sans', arial, sans-serif !important;
/*	font-family: 'Yanone Kaffeesatz', arial, sans-serif !important;
*/
	font-size: 32px !important;
	text-shadow: none !important;
	font-weight: normal !important;
	padding: 0 !important;
	background: none !important;
	}

div.p_table_1 h2
	{
	font-family: 'Open Sans', arial, sans-serif !important;
/*	font-family: 'Yanone Kaffeesatz', arial, sans-serif !important;
*/	font-size: 24px !important;
	}

div.p_table_1 h2 span
	{
	font-family: 'Open Sans', arial, sans-serif !important;
/*	font-family: 'Yanone Kaffeesatz', arial, sans-serif !important;
*/
	font-size: 24px !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;
	}	

	
div.p_table_1 h4
	{
	font-family: 'Open Sans', arial, sans-serif !important;
/*	font-family: 'Yanone Kaffeesatz', arial, sans-serif !important;
*/
	font-size: 20px !important;
	text-shadow: none !important;
	font-weight: normal !important;
	padding: 0 !important;
	background: none !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,
div.p_table_1 div.column_5

{
/* 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; 
}
/* --- 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,
div.p_table_1 div.column_5 li.header_row_1
	{
	height: 48px;
	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,
div.p_table_1 div.column_5 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,
div.p_table_1 div.column_5 li.header_row_2
	{
	height: 72px;
	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,
div.p_table_1 div.column_5 li.header_row_2 a
	{
	text-decoration: none !important;
	}
/* --- caption correction --- */
div.p_table_1 div.caption_column li.header_row_2
	{	
	height: 72px;
	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: 200px;
	/*height: 100%;*/
	float: left;
	}

/* =================== COLUMN STYLE 1  ==================== */
div.p_table_1 div.column_1
	{
	/*position: relative;*/
	width: 130px;
	/*height: 100%;*/
	float: left !important;
	}
	
/* ==================== COLUMN STYLE 2  ==================== */
div.p_table_1 div.column_2
	{
	/*position: relative;*/
	width: 130px;
	/*height: 100%;*/
	float: left !important;
	}	
	
/* ==================== COLUMN STYLE 3  ==================== */
div.p_table_1 div.column_3
	{
	/*position: relative;*/
	width: 130px;
	/*height: 100%;*/
	float: left !important;
	}
	
/* ==================== COLUMN STYLE 4  ==================== */
div.p_table_1 div.column_4
	{
	/*position: relative;*/
	width: 130px;
	/*height: 100%;*/
	float: left !important;
	}
	
/* ==================== COLUMN STYLE 5  ==================== */
div.p_table_1 div.column_5
	{
	/*position: relative;*/
	width: 130px;
	/*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_light div.column_5: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,
div.p_table_1.p_table_hover_disabled div.column_5: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,
div.p_table_1.p_table_hover_disabled div.column_5: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.column_5: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.column_5: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.column_5: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_5: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_5: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_5: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.column_5: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_5: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_5: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_5: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,
div.p_table_1.p_table_hover_disabled div.column_5:hover li.row_style_4
	{
	height: 13px;
	padding: 3px 0 !important;
	}

div.p_table_1.p_table_hover_light div.column_1:hover li.row_style_a,
div.p_table_1.p_table_hover_light div.column_2:hover li.row_style_a,
div.p_table_1.p_table_hover_light div.column_3:hover li.row_style_a,
div.p_table_1.p_table_hover_light div.column_4:hover li.row_style_a,
div.p_table_1.p_table_hover_light div.column_5:hover li.row_style_a,
div.p_table_1.p_table_hover_light div.column_1:hover li.row_style_b,
div.p_table_1.p_table_hover_light div.column_2:hover li.row_style_b,
div.p_table_1.p_table_hover_light div.column_3:hover li.row_style_b,
div.p_table_1.p_table_hover_light div.column_4:hover li.row_style_b,
div.p_table_1.p_table_hover_light div.column_5:hover li.row_style_b
	{
	padding: 3px 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_5: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_5: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_5: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.column_5: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: 13px;
	padding: 5.5px 5px !important;
	}

div.p_table_1 div.column_1:hover li.row_style_a,
div.p_table_1 div.column_2:hover li.row_style_a,
div.p_table_1 div.column_3:hover li.row_style_a,
div.p_table_1 div.column_4:hover li.row_style_a,
div.p_table_1 div.column_5:hover li.row_style_a,
div.p_table_1 div.column_1:hover li.row_style_b,
div.p_table_1 div.column_2:hover li.row_style_b,
div.p_table_1 div.column_3:hover li.row_style_b,
div.p_table_1 div.column_4:hover li.row_style_b,
div.p_table_1 div.column_5:hover li.row_style_b,
div.p_table_1 div.active_column li.row_style_a,
div.p_table_1 div.active_column li.row_style_b,
div.p_table_1.p_table_hover_disabled div.active_column:hover li.row_style_a,
div.p_table_1.p_table_hover_disabled div.active_column:hover li.row_style_b
	{
	padding: 5.5px 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.column_5: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,
div.p_table_1.p_table_hover_disabled div.column_5: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_light div.column_5: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,
div.p_table_1.p_table_hover_disabled div.column_5: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.column_5: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.column_5: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,
div.p_table_1.p_table_hover_disabled div.column_5: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.column_5: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.column_5: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,
div.p_table_1.p_table_hover_disabled div.column_5: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.column_5: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: 17px;
	padding: 3px 0 !important;
	float: left;
	}

div.p_table_1 li.row_style_a,
div.p_table_1 li.row_style_b
	{	
	width: 100%;
	/*height: 100%;*/
	height: 140px;
	padding: 3px 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,
div.p_table_1 li.row_style_a span,
div.p_table_1 li.row_style_b span
	{
	display: block;
	padding: 0 10px !important;
	font-size: 13px !important;
	}

/* --- white ---  */
div.p_table_1 li.row_style_a
	{
	background: #ffffff !important;
	}
	
/* --- light gray ---  */
div.p_table_1 li.row_style_b
	{
	background: #f6f6f6 !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;
	background-color: #e2e2e2 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #f6f6f6, #d0d0d0) !important;
/* W3C */
	/* IE5.5 - 7 */
	/* IE8 */
	/* IE9 */
	/* Firefox */ 
	border-bottom-style: none;
	border-bottom-color: inherit;
	border-bottom-width: medium;
}
	
/* --- button --- */
div.p_table_1 a.sign_up,
div.p_table_1 .css3_grid_hidden_rows_control
	{
	width: 100px;
	height: 24px;
	padding: 6px 0px 0px 0px;
	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 */
	box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	font-weight: bold;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	background-image: linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8);/* W3C */
	/* IE5.5 - 7 */
	/* IE8 */
	/* IE9 */
	/* Firefox */ 
	/* Opera 11  */
	/* Chrome 11  */
	/* Chrome 10, Safari */
	/* shadow */
	}

/* --- button hover --- */
div.p_table_1 a.sign_up:hover,
div.p_table_1 .css3_grid_hidden_rows_control:hover
	{
	height: 24px;
	padding: 6px 0px 0px 0px;
	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 */
	box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	background-image: linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9);/* W3C */
	/* IE5.5 - 7 */
	/* IE8 */
	/* IE9 */
	/* Firefox */ 
	/* Opera 11  */
}

/* --- 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.column_5: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,
div.p_table_1.p_table_hover_disabled div.column_5: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.column_5: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); }

/* ==================== TOOLTIP  ==================== */
/* --- base --- */
div.p_table_1 span.css3_grid_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.css3_grid_tooltip, 
div.p_table_1 li.row_style_2 span.css3_grid_tooltip, 
div.p_table_1 li.row_style_3 span.css3_grid_tooltip, 
div.p_table_1 li.row_style_4 span.css3_grid_tooltip
{
	padding: 0 !important;
}

div.p_table_1 .header_row_1 span.css3_grid_tooltip,
div.p_table_1 .header_row_2 span.css3_grid_tooltip,
div.p_table_1 .footer_row span.css3_grid_tooltip
{
	border-bottom: none !important;
}

div.p_table_1 span.css3_grid_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.css3_grid_tooltip>span:first-child
{
	min-width: 95px;
	width: 95px;
	left: -54px;
}

div.p_table_1 span.css3_grid_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.css3_grid_tooltip>span:first-child:before
{
	left: 50px;
}

/* --- On Hover --- */
div.p_table_1 span.css3_grid_tooltip:hover>span:first-child
	{	
	margin-bottom: 10px; /* End Position */
	visibility: visible;
	opacity: 1;
	}

/* --- On Focus --- */
div.p_table_1 span.css3_grid_tooltip input:focus + span:first-child,
div.p_table_1 span.css3_grid_tooltip textarea:focus + span:first-child
	{	
	margin-bottom: 10px; /* End Position */
	visibility: visible;
	opacity: 1;
	}
	
/* --- Decorative Line --- */
div.p_table_1 span.css3_grid_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 --- */
.css3_grid_clearfix:after
{
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

/* ============ 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,
div.p_table_1_10 h1.col5
	{
	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,
div.p_table_1_10 h2.col5
	{
	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,
div.p_table_1_10 h3.col5
	{
	color: #ffffff !important;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_10 div.caption_column li.header_row_1 
	{
	border-top: 0;
	border-bottom: 1px solid #ffffff;
	background: #ffffff !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_10 div.caption_column li.header_row_2
	{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #ffffff !important;
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_10 div.column_1 li.header_row_1
	{
	border-top: 0;
	border-bottom: 1px solid #6694DF;
	background: #6694DF!important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_10 div.column_1 li.header_row_2
	{
	border-top: 1px solid #78A0E2;
	border-bottom: 1px solid #78A0E2;
	background: #78A0E2 !important;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_10 div.column_2 li.header_row_1
	{
	border-top: 0;
	border-bottom: 1px solid #2F6BD3;
	background: #2F6BD3 !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_10 div.column_2 li.header_row_2
	{
	border-top: 1px solid #4078D7;
	border-bottom: 1px solid #4078D7;
	background: #4078D7 !important;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_10 div.column_3 li.header_row_1
	{
	border-top: 0;
	border-bottom: 1px solid #2456AA;
	background: #2456AA !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_10 div.column_3 li.header_row_2
	{
	border-top: 1px solid #2760BC;
	border-bottom: 1px solid #2760BC;
	background: #2760BC !important;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_10 div.column_4 li.header_row_1
	{
	border-top: 0;
	border-bottom: 1px solid #1B407C;
	background: #1B407C !important;
	}
	
/* --- header row 2 ---  */
div.p_table_1_10 div.column_4 li.header_row_2
	{
	border-top: 1px solid #1F488D;
	border-bottom: 1px solid #1F488D;
	background: #1F488D !important;
	}

	
/* ========== COLUMN STYLE 5  ========== */
/* --- header row 1 ---  */
div.p_table_1_10 div.column_5 li.header_row_1
	{
	border-top: 0;
	border-bottom: 1px #163567 solid;
	background: #163567 !important;
}
	
/* --- header row 2 ---  */
div.p_table_1_10 div.column_5 li.header_row_2
	{
	border-top: 1px #14305C solid;
	border-bottom: 1px solid #14305C ;
	background: #14305C !important;
}


	
/* --- vertical align --- */
div.p_table_1 li span.css3_grid_vertical_align_table
{
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 !important;
}
div.p_table_1 li span.css3_grid_vertical_align
{
	display: table-cell;
	vertical-align: middle;
	padding: 0 !important;
}
/* ========== NAVIGATION ARROWS  ========== */
.css3_grid_slider_container
{
	/*display: table-row;*/
	border-collapse: collapse;
}
.css3_grid_slider_container div.p_table_1, .css3_grid_slider_container div.p_table_2
{
	display: table-cell;
}
.css3_grid_arrow_area
{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	padding: 0 20px;
}
a.css3_grid_slide_button_prev, a.css3_grid_slide_button_next
{
	float: left;
	background-image: url("../img/navigation_map.png") !important;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
}
a.css3_grid_slide_button_prev:hover, a.css3_grid_slide_button_next:hover
{
	text-decoration: none !important;
	border: none;
}
/* --- style 1 --- */
a.css3_grid_slide_button_prev.css3_grid_slide_button_style1,
a.css3_grid_slide_button_next.css3_grid_slide_button_style1
{
	width: 21px;
	height: 21px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style1
{
	background-position: -21px 0;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style1:hover
{
	background-position: 0 -21px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style1:hover
{
	background-position: -21px -21px;
}
/* --- style 2 --- */
a.css3_grid_slide_button_prev.css3_grid_slide_button_style2,
a.css3_grid_slide_button_next.css3_grid_slide_button_style2,
a.css3_grid_slide_button_prev.css3_grid_slide_button_style4,
a.css3_grid_slide_button_next.css3_grid_slide_button_style4
{
	width: 29px;
	height: 29px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style2
{
	background-position: 0 -52px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style2
{
	background-position: -29px -52px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style2:hover
{
	background-position: 0 -81px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style2:hover
{
	background-position: -29px -81px;
}
/* --- style 3 --- */
a.css3_grid_slide_button_prev.css3_grid_slide_button_style3,
a.css3_grid_slide_button_next.css3_grid_slide_button_style3
{
	width: 25px;
	height: 49px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style3
{
	background-position: 0 -120px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style3
{
	background-position: -25px -120px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style3:hover
{
	background-position: 0 -169px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style3:hover
{
	background-position: -25px -169px;
}
/* --- style 4 --- */
a.css3_grid_slide_button_prev.css3_grid_slide_button_style4
{
	background-position: 0 -228px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style4
{
	background-position: -29px -228px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style4:hover
{
	background-position: 0 -257px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style4:hover
{
	background-position: -29px -257px;
}
/* --- style 5 --- */
a.css3_grid_slide_button_prev.css3_grid_slide_button_style5,
a.css3_grid_slide_button_next.css3_grid_slide_button_style5
{
	width: 24px;
	height: 47px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style5
{
	background-position: 0 -296px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style5
{
	background-position: -24px -296px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style5:hover
{
	background-position: 0 -343px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style5:hover
{
	background-position: -24px -343px;
}
/* --- style 6 --- */
a.css3_grid_slide_button_prev.css3_grid_slide_button_style6,
a.css3_grid_slide_button_next.css3_grid_slide_button_style6
{
	width: 41px;
	height: 41px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style6
{
	background-position: 0 -400px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style6
{
	background-position: -41px -400px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style6:hover
{
	background-position: 0 -441px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style6:hover
{
	background-position: -41px -441px;
}
/* --- style 7 --- */
a.css3_grid_slide_button_prev.css3_grid_slide_button_style7,
a.css3_grid_slide_button_next.css3_grid_slide_button_style7,
a.css3_grid_slide_button_prev.css3_grid_slide_button_style8,
a.css3_grid_slide_button_next.css3_grid_slide_button_style8,
a.css3_grid_slide_button_prev.css3_grid_slide_button_style9,
a.css3_grid_slide_button_next.css3_grid_slide_button_style9,
a.css3_grid_slide_button_prev.css3_grid_slide_button_style10,
a.css3_grid_slide_button_next.css3_grid_slide_button_style10
{
	width: 35px;
	height: 35px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style7
{
	background-position: 0 -492px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style7
{
	background-position: -35px -492px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style7:hover
{
	background-position: 0 -527px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style7:hover
{
	background-position: -35px -527px;
}
/* --- style 8 --- */
a.css3_grid_slide_button_prev.css3_grid_slide_button_style8
{
	background-position: 0 -572px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style8
{
	background-position: -35px -572px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style8:hover
{
	background-position: 0 -607px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style8:hover
{
	background-position: -35px -607px;
}
/* --- style 9 --- */
a.css3_grid_slide_button_prev.css3_grid_slide_button_style9
{
	background-position: 0 -652px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style9
{
	background-position: -35px -652px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style9:hover
{
	background-position: 0 -687px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style9:hover
{
	background-position: -35px -687px;
}
/* --- style 10 --- */
a.css3_grid_slide_button_prev.css3_grid_slide_button_style10
{
	background-position: 0 -732px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style10
{
	background-position: -35px -732px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style10:hover
{
	background-position: 0 -767px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style10:hover
{
	background-position: -35px -767px;
}
/* ========== PAGINATION  ========== */
.css3_grid_pagination
{
	text-align: center;
	padding: 20px 0;
}
.css3_grid_pagination span
{
	display: none;
}
.css3_grid_pagination a
{
	display: inline-block;
	background-image: url("../img/navigation_map.png") !important;
	background-repeat: no-repeat;
	margin-left: 3px;
	border: none;
}
.css3_grid_pagination a:hover
{
	border: none;
}
.css3_grid_pagination a:first-child
{
	margin-left: 0;
}
.css3_grid_pagination.css3_grid_pagination_style1 a
{
	width: 9px;
	height: 9px;
	background-position: 0 -812px;
}
.css3_grid_pagination.css3_grid_pagination_style1 a:hover,
.css3_grid_pagination.css3_grid_pagination_style1 a.selected
{
	background-position: 0 -821px;
}
.css3_grid_pagination.css3_grid_pagination_style2 a
{
	width: 11px;
	height: 11px;
	background-position: -19px -812px;
}
.css3_grid_pagination.css3_grid_pagination_style2 a:hover,
.css3_grid_pagination.css3_grid_pagination_style2 a.selected
{
	background-position: -19px -823px;
}
.css3_grid_pagination.css3_grid_pagination_style3 a
{
	width: 20px;
	height: 3px;
	background-position: -40px -812px;
}
.css3_grid_pagination.css3_grid_pagination_style3 a:hover,
.css3_grid_pagination.css3_grid_pagination_style3 a.selected
{
	background-position: -40px -815px;
}
/* ========== HIDDEN ROW  ========== */
div.p_table_1 li.css3_grid_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.css3_grid_clearfix div li.css3_grid_hidden_row.css3_grid_hide,
div.p_table_1.css3_grid_clearfix div:hover li.css3_grid_hidden_row.css3_grid_hide
{
	opacity: 0;
	height: 0 !important;
	padding: 0 !important;
}
div.p_table_1 .css3_grid_hidden_rows_control
{
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px !important;
}
.css3_grid_hidden_rows_control .css3_grid_hide
{
	display: none;
}
div.p_table_1 .css3_grid_hidden_rows_control span
{
	font-family: arial;
	font-weight: bold !important;
	color: #444444 !important;
}