/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
.ComplexoCSS #p_table 
	{
	width: 791px; /* --- width sum of .caption_column, .column_1, .column_2, .column_3, .column_4 --- */
	height: 100%;
	font-size: 13px;
	font-family: 'Play', arial, sans-serif;
	font-weight: normal;
	color: #303030;
	line-height: normal !important;
	}
.ComplexoCSS #p_table li {
	font-size: 16px;
	}

/* --- main border --- */
.ComplexoCSS #p_table .frame_border
	{
	background-color: #f9f9f9;
	padding: 10px !important;
	float: left;
	}
	
/* --- hyperlinks --- */
.ComplexoCSS #p_table a
	{
	color: #303030;
	text-decoration: none;
	}
	
/* --- lists --- */
.ComplexoCSS #p_table ul
	{
	margin: 0px;
	padding: 0px !important;
	list-style-type: none !important;
	}
	
.ComplexoCSS #p_table li
	{
	margin: 0px;
	padding: 0px !important;
	list-style-type: none !important;
	}

/* --- div aligns --- */
.ComplexoCSS #p_table .align_center
	{
	text-align: center;
	}
	
/* --- div rounded corners --- */
/* --- border radius 3px --- */	
.ComplexoCSS #p_table .radius3
	{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
/* --- border radius 5px --- */	
.ComplexoCSS #p_table .radius5
	{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}	
	
/* --- border radius 5px top left --- */	
.ComplexoCSS #p_table .radius5_topleft
	{
	border-radius: 5px 0px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	}
	
/* --- border radius 5px top right --- */	
.ComplexoCSS #p_table .radius5_topright
	{
	border-radius: 0px 5px 0px 0px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	}
	
/* --- border radius 5px bottom right --- */	
.ComplexoCSS #p_table .radius5_bottomright
	{
	border-radius: 0px 0px 5px 0px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	}
	
/* --- border radius 5px bottom left --- */	
.ComplexoCSS #p_table .radius5_bottomleft
	{
	border-radius: 0px 0px 0px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	}
	
/* ==================== HEADINGS  ==================== */
/* ------ common styles ------  */
.ComplexoCSS #p_table h1.price,
.ComplexoCSS #p_table h1,
.ComplexoCSS #p_table h2,
.ComplexoCSS #p_table h3
	{
	margin: 0px;
	padding: 0px !important;
	font-weight: normal !important;
	border: 0 !important;
	color: #ffffff;
	}
	
.ComplexoCSS #p_table h1.price
	{
	font-family: 'Play', arial, sans-serif !important;
	font-size: 42px;
	text-shadow: #000000 1px 1px 1px;
	}

.ComplexoCSS #p_table h2
	{
	font-family: 'Play', arial, sans-serif;
	font-size: 28px;
	}
	
.ComplexoCSS #p_table h3
	{
	font-family: 'Play', arial, sans-serif;
	margin-top: 3px;
	font-size: 13px;
	}

/* ==================== COLUMNS  ==================== */
/* ------ common styles ------  */
.ComplexoCSS #p_table .caption_column .header_row_1 ,
.ComplexoCSS #p_table .caption_column .header_row_2
	{
	background-color: #ffffff;
	}

/* --- header row 1 ---  */
.ComplexoCSS #p_table .caption_column .header_row_1 ,
.ComplexoCSS #p_table .column_1 .header_row_1,
.ComplexoCSS #p_table .column_2 .header_row_1,
.ComplexoCSS #p_table .column_3 .header_row_1,
.ComplexoCSS #p_table .column_4 .header_row_1
	{
	height: 39px;
	width: 100%;
	padding: 1px 0px 0px 0px !important;
	}
	
/* ------ decor light line ------  */
.ComplexoCSS #p_table .caption_column .decor_line,
.ComplexoCSS #p_table .column_1 .decor_line,
.ComplexoCSS #p_table .column_2 .decor_line,
.ComplexoCSS #p_table .column_3 .decor_line,
.ComplexoCSS #p_table .column_4 .decor_line
	{
	height: 1px;
	width: 100%;
	float: left;
	}
	
/* --- header row 2 ---  */
.ComplexoCSS #p_table .caption_column .header_row_2,
.ComplexoCSS #p_table .column_1 .header_row_2,
.ComplexoCSS #p_table .column_2 .header_row_2,
.ComplexoCSS #p_table .column_3 .header_row_2,
.ComplexoCSS #p_table .column_4 .header_row_2
	{
	height: 88px;
	width: 100%;
	padding: 5px 0px 7px 0px !important;
	}
	
/* --- caption correction --- */
.ComplexoCSS #p_table .caption_column .header_row_2
	{	
	height: 88px;
	width: 100%;
	padding: 5px 0px 8px 10px !important;
	line-height: 40px !important;
	/* 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  ==================== */
.ComplexoCSS #p_table .caption_column
	{
	width: 155px;
	height: 100%;
	float: left;
	}

/* =================== COLUMN STYLE 1  ==================== */
.ComplexoCSS #p_table .column_1
	{
	width: 154px;
	height: 100%;
	float: left;
	position: relative;
	}
	
/* ==================== COLUMN STYLE 2  ==================== */
.ComplexoCSS #p_table .column_2
	{
	width: 154px;
	height: 100%;
	float: left;
	position: relative;
	}	
	
/* ==================== COLUMN STYLE 3  ==================== */
.ComplexoCSS #p_table .column_3
	{
	width: 154px;
	height: 100%;
	float: left;
	position: relative;
	}
	
/* ==================== COLUMN STYLE 4  ==================== */
.ComplexoCSS #p_table .column_4
	{
	width: 154px;
	height: 100%;
	float: left;
	position: relative;
	}
	
/* ==================== COLUMN HOVERS ==================== */
/* ------ common styles ------  */
.ComplexoCSS #p_table .column_1:hover .header_row_2,
.ComplexoCSS #p_table .column_2:hover .header_row_2,
.ComplexoCSS #p_table .column_3:hover .header_row_2,
.ComplexoCSS #p_table .column_4:hover .header_row_2
	{
	/* removed border radiuses */
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	}
	
.ComplexoCSS #p_table .column_1:hover .footer_row,
.ComplexoCSS #p_table .column_2:hover .footer_row,
.ComplexoCSS #p_table .column_3:hover .footer_row,
.ComplexoCSS #p_table .column_4:hover .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;
	}
	
.ComplexoCSS #p_table .column_1:hover .row_style_1,
.ComplexoCSS #p_table .column_2:hover .row_style_1,
.ComplexoCSS #p_table .column_3:hover .row_style_1,
.ComplexoCSS #p_table .column_4:hover .row_style_1,
.ComplexoCSS #p_table .column_1:hover .row_style_2,
.ComplexoCSS #p_table .column_2:hover .row_style_3,
.ComplexoCSS #p_table .column_3:hover .row_style_2,
.ComplexoCSS #p_table .column_4:hover .row_style_3
	{
	color: #ffffff;
	}
	
.ComplexoCSS #p_table .column_1:hover .row_style_1 a,
.ComplexoCSS #p_table .column_2:hover .row_style_1 a,
.ComplexoCSS #p_table .column_3:hover .row_style_1 a,
.ComplexoCSS #p_table .column_4:hover .row_style_1 a,
.ComplexoCSS #p_table .column_1:hover .row_style_2 a,
.ComplexoCSS #p_table .column_2:hover .row_style_3 a,
.ComplexoCSS #p_table .column_3:hover .row_style_2 a,
.ComplexoCSS #p_table .column_4:hover .row_style_3 a
	{
	color: #ffffff;
	}
	
/*==================== DATA ROWS  ====================*/
/* ------ common styles ------  */
.ComplexoCSS #p_table .row_style_1,
.ComplexoCSS #p_table .row_style_2,
.ComplexoCSS #p_table .row_style_3
	{
	width: 100%;
	height: 100%;
	min-height: 28px;
	padding-top: 12px !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;	
	}

.ComplexoCSS #p_table .row_style_1 span,
.ComplexoCSS #p_table .row_style_2 span,
.ComplexoCSS #p_table .row_style_3 span
	{
	padding-left: 10px !important;
	padding-right: 10px !important;
	}
	
/* --- white ---  */
.ComplexoCSS #p_table .row_style_1
	{
	background-color: #ffffff;
	}
	
/* --- lighter gray ---  */
.ComplexoCSS #p_table .row_style_2
	{
	background-color: #f6f6f6;
	}
	
/* --- darker gray ---  */
.ComplexoCSS #p_table .row_style_3
	{
	background-color: #ebebeb;
	}
	
/* ==================== FOOTER ==================== */
/* ------ common styles ------  */
.ComplexoCSS #p_table .footer_row
	{
	width: 100%;
	height: 40px;
	padding-top: 14px !important;
	padding-bottom: 6px !important;
	float: left;
	background-color: #ffffff;
	/* 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;
	}
	
/* ==================== BUTTONS ==================== */
/* ------ common styles ------  */
.ComplexoCSS #p_table a.button_1,
.ComplexoCSS #p_table a.button_2,
.ComplexoCSS #p_table a.button_3,
.ComplexoCSS #p_table 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;
	/* 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: 'Play', 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;
	}
	
/* ------ hover common styles ------  */	
.ComplexoCSS #p_table .column_1:hover a.button_1,
.ComplexoCSS #p_table .column_2:hover a.button_2,
.ComplexoCSS #p_table .column_3:hover a.button_3,
.ComplexoCSS #p_table .column_4: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);
	}
	
/* ==================== COLUMN RIBBONS  ==================== */
/* --- base --- */
.ComplexoCSS .column_ribbon
	{
	width: 42px;
	height: 42px;
	position: absolute;
	right: 0;
	}
	
/* ------ ribbon styles ------  */
/* --- style1--- */	
.ComplexoCSS .ribbon_style1_best { background: url(images/ribbon_style1_best.png); }
.ComplexoCSS .ribbon_style1_buy { background: url(images/ribbon_style1_buy.png); }
.ComplexoCSS .ribbon_style1_free { background: url(images/ribbon_style1_free.png); }
.ComplexoCSS .ribbon_style1_free_caps { background: url(images/ribbon_style1_free_caps.png); }
.ComplexoCSS .ribbon_style1_fresh { background: url(images/ribbon_style1_fresh.png); }
.ComplexoCSS .ribbon_style1_gift_caps { background: url(images/ribbon_style1_gift_caps.png); }
.ComplexoCSS .ribbon_style1_heart { background: url(images/ribbon_style1_heart.png); }
.ComplexoCSS .ribbon_style1_hot { background: url(images/ribbon_style1_hot.png); }
.ComplexoCSS .ribbon_style1_hot_caps { background: url(images/ribbon_style1_hot_caps.png); }
.ComplexoCSS .ribbon_style1_new { background: url(images/ribbon_style1_new.png); }
.ComplexoCSS .ribbon_style1_new_caps { background: url(images/ribbon_style1_new_caps.png); }
.ComplexoCSS .ribbon_style1_no1 { background: url(images/ribbon_style1_no1.png); }
.ComplexoCSS .ribbon_style1_off5 { background: url(images/ribbon_style1_off5.png); }
.ComplexoCSS .ribbon_style1_off10 { background: url(images/ribbon_style1_off10.png); }
.ComplexoCSS .ribbon_style1_off15 { background: url(images/ribbon_style1_off15.png); }
.ComplexoCSS .ribbon_style1_off20 { background: url(images/ribbon_style1_off20.png); }
.ComplexoCSS .ribbon_style1_off25 { background: url(images/ribbon_style1_off25.png); }
.ComplexoCSS .ribbon_style1_off30 { background: url(images/ribbon_style1_off30.png); }
.ComplexoCSS .ribbon_style1_off35 { background: url(images/ribbon_style1_off35.png); }
.ComplexoCSS .ribbon_style1_off40 { background: url(images/ribbon_style1_off40.png); }
.ComplexoCSS .ribbon_style1_off50 { background: url(images/ribbon_style1_off50.png); }
.ComplexoCSS .ribbon_style1_off75 { background: url(images/ribbon_style1_off75.png); }
.ComplexoCSS .ribbon_style1_pack { background: url(images/ribbon_style1_pack.png); }
.ComplexoCSS .ribbon_style1_pro { background: url(images/ribbon_style1_pro.png); }
.ComplexoCSS .ribbon_style1_sale { background: url(images/ribbon_style1_sale.png); }
.ComplexoCSS .ribbon_style1_save { background: url(images/ribbon_style1_save.png); }
.ComplexoCSS .ribbon_style1_save_caps { background: url(images/ribbon_style1_save_caps.png); }
.ComplexoCSS .ribbon_style1_top { background: url(images/ribbon_style1_top.png); }
.ComplexoCSS .ribbon_style1_top_caps { background: url(images/ribbon_style1_top_caps.png); }
.ComplexoCSS .ribbon_style1_trial { background: url(images/ribbon_style1_trial.png); }

/* --- style2--- */
.ComplexoCSS .ribbon_style2_best { background: url(images/ribbon_style2_best.png); }
.ComplexoCSS .ribbon_style2_buy { background: url(images/ribbon_style2_buy.png); }
.ComplexoCSS .ribbon_style2_free { background: url(images/ribbon_style2_free.png); }
.ComplexoCSS .ribbon_style2_free_caps { background: url(images/ribbon_style2_free_caps.png); }
.ComplexoCSS .ribbon_style2_fresh { background: url(images/ribbon_style2_fresh.png); }
.ComplexoCSS .ribbon_style2_gift_caps { background: url(images/ribbon_style2_gift_caps.png); }
.ComplexoCSS .ribbon_style2_heart { background: url(images/ribbon_style2_heart.png); }
.ComplexoCSS .ribbon_style2_hot { background: url(images/ribbon_style2_hot.png); }
.ComplexoCSS .ribbon_style2_hot_caps { background: url(images/ribbon_style2_hot_caps.png); }
.ComplexoCSS .ribbon_style2_new { background: url(images/ribbon_style2_new.png); }
.ComplexoCSS .ribbon_style2_new_caps { background: url(images/ribbon_style2_new_caps.png); }
.ComplexoCSS .ribbon_style2_no1 { background: url(images/ribbon_style2_no1.png); }
.ComplexoCSS .ribbon_style2_off5 { background: url(images/ribbon_style2_off5.png); }
.ComplexoCSS .ribbon_style2_off10 { background: url(images/ribbon_style2_off10.png); }
.ComplexoCSS .ribbon_style2_off15 { background: url(images/ribbon_style2_off15.png); }
.ComplexoCSS .ribbon_style2_off20 { background: url(images/ribbon_style2_off20.png); }
.ComplexoCSS .ribbon_style2_off25 { background: url(images/ribbon_style2_off25.png); }
.ComplexoCSS .ribbon_style2_off30 { background: url(images/ribbon_style2_off30.png); }
.ComplexoCSS .ribbon_style2_off35 { background: url(images/ribbon_style2_off35.png); }
.ComplexoCSS .ribbon_style2_off40 { background: url(images/ribbon_style2_off40.png); }
.ComplexoCSS .ribbon_style2_off50 { background: url(images/ribbon_style2_off50.png); }
.ComplexoCSS .ribbon_style2_off75 { background: url(images/ribbon_style2_off75.png); }
.ComplexoCSS .ribbon_style2_pack { background: url(images/ribbon_style2_pack.png); }
.ComplexoCSS .ribbon_style2_pro { background: url(images/ribbon_style2_pro.png); }
.ComplexoCSS .ribbon_style2_sale { background: url(images/ribbon_style2_sale.png); }
.ComplexoCSS .ribbon_style2_save { background: url(images/ribbon_style2_save.png); }
.ComplexoCSS .ribbon_style2_save_caps { background: url(images/ribbon_style2_save_caps.png); }
.ComplexoCSS .ribbon_style2_top { background: url(images/ribbon_style2_top.png); }
.ComplexoCSS .ribbon_style2_top_caps { background: url(images/ribbon_style2_top_caps.png); }
.ComplexoCSS .ribbon_style2_trial { background: url(images/ribbon_style2_trial.png); }


/* ==================== STYLE 6 - GREEN ==================== */
/* ==================== HEADINGS ==================== */
.ComplexoCSS #p_table .caption
	{
	color: #39965e;
	font-size: 34px;
	margin: 0px;
	text-align: left;
	}
	
.ComplexoCSS #p_table .caption span
	{
	color: #aec357;
	font-size: 32px;
	}

/* ==================== COLUMN STYLE 1 ==================== */
/* --- header row 1 ---  */
.ComplexoCSS #p_table .column_1 .header_row_1
	{
	border-bottom: 1px solid #749934;
	background-color: #90ad42; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #b2c659, #8cab42); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2c659', endColorstr='#8cab42'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2c659', endColorstr='#8cab42'); /* IE8 */
	background: -ms-linear-gradient(top, #b2c659, #8cab42); /* IE9 */
	background: -moz-linear-gradient(top, #b2c659, #8cab42); /* Firefox */ 
	background: -o-linear-gradient(top, #b2c659, #8cab42); /* Opera 11  */
	background: -webkit-linear-gradient(top, #b2c659, #8cab42); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b2c659), color-stop(1, #8cab42)); /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
.ComplexoCSS #p_table .column_1 .decor_line
	{
	background-color: #cbd877; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #cbd877, #e3eaac 50%, #cbd877); /* W3C */
	background: -ms-linear-gradient(left, #cbd877, #e3eaac 50%, #cbd877); /* IE9 */
	background: -moz-linear-gradient(left, #cbd877, #e3eaac 50%, #cbd877); /* Firefox */ 
	background: -o-linear-gradient(left, #cbd877, #e3eaac 50%, #cbd877); /* Opera 11  */
	background: -webkit-linear-gradient(left, #cbd877, #e3eaac 50%, #cbd877); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #cbd877), color-stop(0.5, #e3eaac), color-stop(1, #cbd877)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
.ComplexoCSS #p_table .column_1 .header_row_2
	{
	background-color: #90ad42; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #afc457, #90ad42); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afc457', endColorstr='#90ad42'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afc457', endColorstr='#90ad42'); /* IE8 */
	background: -ms-linear-gradient(top, #afc457, #90ad42); /* IE9 */
	background: -moz-linear-gradient(top, #afc457, #90ad42); /* Firefox */ 
	background: -o-linear-gradient(top, #afc457, #90ad42); /* Opera 11  */
	background: -webkit-linear-gradient(top, #afc457, #90ad42); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #afc457), color-stop(1, #90ad42)); /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 2 ==================== */
/* --- header row 1 ---  */
.ComplexoCSS #p_table .column_2 .header_row_1
	{
	border-bottom: 1px solid #4c7532;
	background-color: #5f8d3d; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #82b355, #608d3e); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82b355', endColorstr='#608d3e'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82b355', endColorstr='#608d3e'); /* IE8 */
	background: -ms-linear-gradient(top, #82b355, #608d3e); /* IE9 */
	background: -moz-linear-gradient(top, #82b355, #608d3e); /* Firefox */ 
	background: -o-linear-gradient(top, #82b355, #608d3e); /* Opera 11  */
	background: -webkit-linear-gradient(top, #82b355, #608d3e); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #82b355), color-stop(1, #608d3e)); /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
.ComplexoCSS #p_table .column_2 .decor_line
	{
	background-color: #a5ca6d; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #a5ca6d, #cee29e 50%, #a5ca6d); /* W3C */
	background: -ms-linear-gradient(left, #a5ca6d, #cee29e 50%, #a5ca6d); /* IE9 */
	background: -moz-linear-gradient(left, #a5ca6d, #cee29e 50%, #a5ca6d); /* Firefox */ 
	background: -o-linear-gradient(left, #a5ca6d, #cee29e 50%, #a5ca6d); /* Opera 11  */
	background: -webkit-linear-gradient(left, #a5ca6d, #cee29e 50%, #a5ca6d); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #a5ca6d), color-stop(0.5, #cee29e), color-stop(1, #a5ca6d)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
.ComplexoCSS #p_table .column_2 .header_row_2
	{
	background-color: #5f8d3d; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #7ead50, #5f8d3d); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ead50', endColorstr='#5f8d3d'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ead50', endColorstr='#5f8d3d'); /* IE8 */
	background: -ms-linear-gradient(top, #7ead50, #5f8d3d); /* IE9 */
	background: -moz-linear-gradient(top, #7ead50, #5f8d3d); /* Firefox */ 
	background: -o-linear-gradient(top, #7ead50, #5f8d3d); /* Opera 11  */
	background: -webkit-linear-gradient(top, #7ead50, #5f8d3d); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7ead50), color-stop(1, #5f8d3d)); /* Chrome 10, Safari */
	}
	
/* ==================== COLUMN STYLE 3 ==================== */
/* --- header row 1 ---  */
.ComplexoCSS #p_table .column_3 .header_row_1
	{
	border-bottom: 1px solid #235d39;
	background-color: #2c7548; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #3c9f62, #2c7548); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c9f62', endColorstr='#2c7548'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c9f62', endColorstr='#2c7548'); /* IE8 */
	background: -ms-linear-gradient(top, #3c9f62, #2c7548); /* IE9 */
	background: -moz-linear-gradient(top, #3c9f62, #2c7548); /* Firefox */ 
	background: -o-linear-gradient(top, #3c9f62, #2c7548); /* Opera 11  */
	background: -webkit-linear-gradient(top, #3c9f62, #2c7548); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3c9f62), color-stop(1, #2c7548)); /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
.ComplexoCSS #p_table .column_3 .decor_line
	{
	background-color: #4fbd81; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #4fbd81, #72dbba 50%, #4fbd81); /* W3C */
	background: -ms-linear-gradient(left, #4fbd81, #72dbba 50%, #4fbd81); /* IE9 */
	background: -moz-linear-gradient(left, #4fbd81, #72dbba 50%, #4fbd81); /* Firefox */ 
	background: -o-linear-gradient(left, #4fbd81, #72dbba 50%, #4fbd81); /* Opera 11  */
	background: -webkit-linear-gradient(left, #4fbd81, #72dbba 50%, #4fbd81); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #4fbd81), color-stop(0.5, #72dbba), color-stop(1, #4fbd81)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
.ComplexoCSS #p_table .column_3 .header_row_2
	{
	background-color: #2c7548; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #3a985f, #2c7548); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a985f', endColorstr='#2c7548'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a985f', endColorstr='#2c7548'); /* IE8 */
	background: -ms-linear-gradient(top, #3a985f, #2c7548); /* IE9 */
	background: -moz-linear-gradient(top, #3a985f, #2c7548); /* Firefox */ 
	background: -o-linear-gradient(top, #3a985f, #2c7548); /* Opera 11  */
	background: -webkit-linear-gradient(top, #3a985f, #2c7548); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a985f), color-stop(1, #2c7548)); /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 4 ==================== */
/* --- header row 1 ---  */
.ComplexoCSS #p_table .column_4 .header_row_1
	{
	border-bottom: 1px solid #0b4a46;
	background-color: #0e5b56; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #147e78, #0e5d58); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#147e78', endColorstr='#0e5d58'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#147e78', endColorstr='#0e5d58'); /* IE8 */
	background: -ms-linear-gradient(top, #147e78, #0e5d58); /* IE9 */
	background: -moz-linear-gradient(top, #147e78, #0e5d58); /* Firefox */ 
	background: -o-linear-gradient(top, #147e78, #0e5d58); /* Opera 11  */
	background: -webkit-linear-gradient(top, #147e78, #0e5d58); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #147e78), color-stop(1, #0e5d58)); /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
.ComplexoCSS #p_table .column_4 .decor_line
	{
	background-color: #199f98; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #199f98, #24cbc7 50%, #199f98); /* W3C */
	background: -ms-linear-gradient(left, #199f98, #24cbc7 50%, #199f98); /* IE9 */
	background: -moz-linear-gradient(left, #199f98, #24cbc7 50%, #199f98); /* Firefox */ 
	background: -o-linear-gradient(left, #199f98, #24cbc7 50%, #199f98); /* Opera 11  */
	background: -webkit-linear-gradient(left, #199f98, #24cbc7 50%, #199f98); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #199f98), color-stop(0.5, #24cbc7), color-stop(1, #199f98)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
.ComplexoCSS #p_table .column_4 .header_row_2
	{
	background-color: #0e5b56; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #137872, #0e5b56); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#137872', endColorstr='#0e5b56'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#137872', endColorstr='#0e5b56'); /* IE8 */
	background: -ms-linear-gradient(top, #137872, #0e5b56); /* IE9 */
	background: -moz-linear-gradient(top, #137872, #0e5b56); /* Firefox */ 
	background: -o-linear-gradient(top, #137872, #0e5b56); /* Opera 11  */
	background: -webkit-linear-gradient(top, #137872, #0e5b56); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #137872), color-stop(1, #0e5b56)); /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN HOVERS ==================== */
/* --- column 1 ---  */
.ComplexoCSS #p_table .column_1:hover .row_style_1
	{
	background-color: #a3ba4e;
	}
	
.ComplexoCSS #p_table .column_1:hover .row_style_2
	{
	background-color: #90ad42;
	}
	
.ComplexoCSS #p_table .column_1:hover .footer_row
	{
	background-color: #a3ba4e;
	}
	
/* --- column 2 ---  */	
.ComplexoCSS #p_table .column_2:hover .row_style_1
	{
	background-color: #70a048;
	}
	
.ComplexoCSS #p_table .column_2:hover .row_style_3
	{
	background-color: #5f8d3d;
	}
	
.ComplexoCSS #p_table .column_2:hover .footer_row
	{
	background-color: #70a048;
	}
	
/* --- column 3 ---  */	
.ComplexoCSS #p_table .column_3:hover .row_style_1
	{
	background-color: #348955;
	}
	
.ComplexoCSS #p_table .column_3:hover .row_style_2
	{
	background-color: #2c7548;
	}
	
.ComplexoCSS #p_table .column_3:hover .footer_row
	{
	background-color: #348955;
	}

/* --- column 4 ---  */	
.ComplexoCSS #p_table .column_4:hover .row_style_1
	{
	background-color: #116c66;
	}
	
.ComplexoCSS #p_table .column_4:hover .row_style_3
	{
	background-color: #0e5b56;
	}
	
.ComplexoCSS #p_table .column_4:hover .footer_row
	{
	background-color: #116c66;
	}
	
/* ==================== BUTTONS ==================== */
.ComplexoCSS #p_table 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 */
	}
	
.ComplexoCSS #p_table 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 */
	}	
	
.ComplexoCSS #p_table 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 */
	}
	
.ComplexoCSS #p_table 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 */
	}
