/* --- base --- */
.ComplexoCSS #p_table 
	{
	width: 791px;
	height: 100%;
	font-size: 13px;
	font-family: 'Play', arial, sans-serif;
	font-weight: normal;
	color: #303030;
	line-height: normal !important;
	}
.ComplexoCSS #p_table hr {
	color: #036;
	background-color: #036;
	height: 1px;
	margin: 15px 70px;
}
/* --- main border --- */
.ComplexoCSS #p_table .frame_border
	{
	background-color: #ffffff;
	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;
	font-size: 16px;
	}

/* --- 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,
.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
	{
	font-family: 'Play', arial, sans-serif;
	font-size: 36px;
	text-shadow: #000000 1px 1px 1px;
	}

.ComplexoCSS #p_table h2
	{
	font-family: 'Play', arial, sans-serif;
	font-size: 28px;
	text-shadow: #000000 1px 1px 1px;
	}
	
.ComplexoCSS #p_table h3
	{
	margin-top: 3px;
	font-size: 13px;
	}

/* ==================== COLUMNS  ==================== */
/* ------ common styles ------  */
.ComplexoCSS #p_table .caption_column li.header_row_1 ,
.ComplexoCSS #p_table .caption_column li.header_row_2
	{
	background-color: #ffffff;
	}

/* --- header row 1 ---  */
.ComplexoCSS #p_table .caption_column li.header_row_1 ,
.ComplexoCSS #p_table .column_1 li.header_row_1,
.ComplexoCSS #p_table .column_2 li.header_row_1,
.ComplexoCSS #p_table .column_3 li.header_row_1,
.ComplexoCSS #p_table .column_4 li.header_row_1
	{
	height: 39px;
	width: 100%;
	padding: 1px 0px 0px 0px !important;
	}
	
/* ------ decor light line ------  */
.ComplexoCSS #p_table .caption_column li.decor_line,
.ComplexoCSS #p_table .column_1 li.decor_line,
.ComplexoCSS #p_table .column_2 li.decor_line,
.ComplexoCSS #p_table .column_3 li.decor_line,
.ComplexoCSS #p_table .column_4 li.decor_line
	{
	height: 1px;
	width: 100%;
	float: left;
	}
	
/* --- header row 2 ---  */
.ComplexoCSS #p_table .caption_column li.header_row_2,
.ComplexoCSS #p_table .column_1 li.header_row_2,
.ComplexoCSS #p_table .column_2 li.header_row_2,
.ComplexoCSS #p_table .column_3 li.header_row_2,
.ComplexoCSS #p_table .column_4 li.header_row_2
	{
	height: 88px;
	width: 100%;
	padding: 5px 0px 7px 0px !important;
	}
	
/* --- caption correction --- */
.ComplexoCSS #p_table .caption_column li.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 li.header_row_2,
.ComplexoCSS #p_table .column_2:hover li.header_row_2,
.ComplexoCSS #p_table .column_3:hover li.header_row_2,
.ComplexoCSS #p_table .column_4:hover li.header_row_2
	{
	/* removed border radiuses */
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	}
	
.ComplexoCSS #p_table .column_1:hover li.footer_row,
.ComplexoCSS #p_table .column_2:hover li.footer_row,
.ComplexoCSS #p_table .column_3:hover li.footer_row,
.ComplexoCSS #p_table .column_4:hover 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;
	}
	
.ComplexoCSS #p_table .column_1:hover li.row_style_1,
.ComplexoCSS #p_table .column_2:hover li.row_style_1,
.ComplexoCSS #p_table .column_3:hover li.row_style_1,
.ComplexoCSS #p_table .column_4:hover li.row_style_1,
.ComplexoCSS #p_table .column_1:hover li.row_style_2,
.ComplexoCSS #p_table .column_2:hover li.row_style_3,
.ComplexoCSS #p_table .column_3:hover li.row_style_2,
.ComplexoCSS #p_table .column_4:hover li.row_style_3
	{
	color: #ffffff;
	}
	
.ComplexoCSS #p_table .column_1:hover li.row_style_1 a,
.ComplexoCSS #p_table .column_2:hover li.row_style_1 a,
.ComplexoCSS #p_table .column_3:hover li.row_style_1 a,
.ComplexoCSS #p_table .column_4:hover li.row_style_1 a,
.ComplexoCSS #p_table .column_1:hover li.row_style_2 a,
.ComplexoCSS #p_table .column_2:hover li.row_style_3 a,
.ComplexoCSS #p_table .column_3:hover li.row_style_2 a,
.ComplexoCSS #p_table .column_4:hover li.row_style_3 a
	{
	color: #ffffff;
	}
	
/*==================== DATA ROWS  ====================*/
/* ------ common styles ------  */
.ComplexoCSS #p_table li.row_style_1,
.ComplexoCSS #p_table li.row_style_2,
.ComplexoCSS #p_table li.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 li.row_style_1 span,
.ComplexoCSS #p_table li.row_style_2 span,
.ComplexoCSS #p_table li.row_style_3 span
	{
	padding-left: 10px !important;
	padding-right: 10px !important;
	}
	
/* --- white ---  */
.ComplexoCSS #p_table li.row_style_1
	{
	background-color: #ffffff;
	}
	
/* --- lighter gray ---  */
.ComplexoCSS #p_table li.row_style_2
	{
	background-color: #f6f6f6;
	}
	
/* --- darker gray ---  */
.ComplexoCSS #p_table li.row_style_3
	{
	background-color: #ebebeb;
	}
	
/* ==================== FOOTER ==================== */
/* ------ common styles ------  */
.ComplexoCSS #p_table li.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); }

/* ==================== TOOLTIP  ==================== */
/* --- base --- */
.ComplexoCSS #p_table a.tooltip
	{
	position: relative;
	text-decoration: underline;	
	}
	
.ComplexoCSS #p_table a.tooltip:hover
	{
	color: #999999;
	text-decoration: none !important;
	}
	
.ComplexoCSS #p_table a.tooltip:hover:after, .ComplexoCSS #p_table a.tooltip:hover:before
	{
    display: block;
	}

/* --- tooltip container --- */
.ComplexoCSS #p_table a.tooltip:before
	{
	content: attr(rel);
	display: block;
	width: 140px;
    position: absolute;
	z-index: 1000;
    bottom: 150%;
    left: -10px;
    padding: 5px 10px 8px 10px;
	text-align: left;
    color: #ffffff;
    display: none;
	/* background */
	background: #404040; /* CSS2 */
	background: -moz-linear-gradient(top, #4e4e4e 0%, #404040 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4e4e), color-stop(100%,#404040)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4e4e4e 0%,#404040 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4e4e4e 0%,#404040 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4e4e4e 0%,#404040 100%); /* IE10+ */
	background: linear-gradient(top, #4e4e4e 0%,#404040 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#404040',GradientType=0 ); /* IE6-9 */
	/* border-radius */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/* box-shadow */
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	/* text-shadow */
	text-shadow: 0px 1px 0px #292929;
	}
	
/* --- tooltip arrow --- */
.ComplexoCSS #p_table a.tooltip:after
	{
	content: "";
	display: block;
    width: 0;
    height: 0;
    position: absolute;
	z-index: 1000;
	bottom: 18px;
	left: -2px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
	border-top: 6px solid #404040;
    display: none;
	background: transparent;	
	}
        
/* ==================== STYLE 7 - Pacotes ==================== */
/* ==================== HEADINGS ==================== */
.ComplexoCSS #p_table h1.caption, .ComplexoCSS #p_table h1.caption span {
	text-align: left;
	font-size: 30px;
}
.ComplexoCSS #p_table h1.caption {
	color: #ea9629;
	}
	
.ComplexoCSS #p_table h1.caption span {
	color: #214d8d;
	}

/* ==================== COLUMN STYLE 1 ==================== */
/* --- header row 1 ---  */
.ComplexoCSS #p_table .column_1 li.header_row_1
	{
	border-bottom: 1px solid #735e4a;
	background-color: #887255; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #b2a17e, #8b775d); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2a17e', endColorstr='#8b775d'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2a17e', endColorstr='#8b775d'); /* IE8 */
	background: -ms-linear-gradient(top, #b2a17e, #8b775d); /* IE9 */
	background: -moz-linear-gradient(top, #b2a17e, #8b775d); /* Firefox */ 
	background: -o-linear-gradient(top, #b2a17e, #8b775d); /* Opera 11  */
	background: -webkit-linear-gradient(top, #b2a17e, #8b775d); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b2a17e), color-stop(1, #8b775d)); /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
.ComplexoCSS #p_table .column_1 li.decor_line
	{
	background-color: #c7bb97; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #c7bb97, #e1dac6 50%, #c7bb97); /* W3C */
	background: -ms-linear-gradient(left, #c7bb97, #e1dac6 50%, #c7bb97); /* IE9 */
	background: -moz-linear-gradient(left, #c7bb97, #e1dac6 50%, #c7bb97); /* Firefox */ 
	background: -o-linear-gradient(left, #c7bb97, #e1dac6 50%, #c7bb97); /* Opera 11  */
	background: -webkit-linear-gradient(left, #c7bb97, #e1dac6 50%, #c7bb97); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #c7bb97), color-stop(0.5, #e1dac6), color-stop(1, #c7bb97)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
.ComplexoCSS #p_table .column_1 li.header_row_2
	{
	background-color: #887255; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #aa9570, #887255); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa9570', endColorstr='#887255'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa9570', endColorstr='#887255'); /* IE8 */
	background: -ms-linear-gradient(top, #aa9570, #887255); /* IE9 */
	background: -moz-linear-gradient(top, #aa9570, #887255); /* Firefox */ 
	background: -o-linear-gradient(top, #aa9570, #887255); /* Opera 11  */
	background: -webkit-linear-gradient(top, #aa9570, #887255); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aa9570), color-stop(1, #887255)); /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 2 ==================== */
/* --- header row 1 ---  */
.ComplexoCSS #p_table .column_2 li.header_row_1
	{
	border-bottom: 1px solid #db662d;
	background-color: #df8034; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ebaa4d, #e18038); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebaa4d', endColorstr='#e18038'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebaa4d', endColorstr='#e18038'); /* IE8 */
	background: -ms-linear-gradient(top, #ebaa4d, #e18038); /* IE9 */
	background: -moz-linear-gradient(top, #ebaa4d, #e18038); /* Firefox */ 
	background: -o-linear-gradient(top, #ebaa4d, #e18038); /* Opera 11  */
	background: -webkit-linear-gradient(top, #ebaa4d, #e18038); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebaa4d), color-stop(1, #e18038)); /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
.ComplexoCSS #p_table .column_2 li.decor_line
	{
	background-color: #f0c45e; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #f0c45e, #f7df88 50%, #f0c45e); /* W3C */
	background: -ms-linear-gradient(left, #f0c45e, #f7df88 50%, #f0c45e); /* IE9 */
	background: -moz-linear-gradient(left, #f0c45e, #f7df88 50%, #f0c45e); /* Firefox */ 
	background: -o-linear-gradient(left, #f0c45e, #f7df88 50%, #f0c45e); /* Opera 11  */
	background: -webkit-linear-gradient(left, #f0c45e, #f7df88 50%, #f0c45e); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #f0c45e), color-stop(0.5, #f7df88), color-stop(1, #f0c45e)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
.ComplexoCSS #p_table .column_2 li.header_row_2
	{
	background-color: #df8034; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #e8a344, #df8034); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8a344', endColorstr='#df8034'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8a344', endColorstr='#df8034'); /* IE8 */
	background: -ms-linear-gradient(top, #e8a344, #df8034); /* IE9 */
	background: -moz-linear-gradient(top, #e8a344, #df8034); /* Firefox */ 
	background: -o-linear-gradient(top, #e8a344, #df8034); /* Opera 11  */
	background: -webkit-linear-gradient(top, #e8a344, #df8034); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8a344), color-stop(1, #df8034)); /* Chrome 10, Safari */
	}
	
/* ==================== COLUMN STYLE 3 ==================== */
/* --- header row 1 ---  */
.ComplexoCSS #p_table .column_3 li.header_row_1
	{
	border-bottom: 1px solid #9f3c1e;
	background-color: #ad4922; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ca6734, #ad4922); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca6734', endColorstr='#ad4922'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca6734', endColorstr='#ad4922'); /* IE8 */
	background: -ms-linear-gradient(top, #ca6734, #ad4922); /* IE9 */
	background: -moz-linear-gradient(top, #ca6734, #ad4922); /* Firefox */ 
	background: -o-linear-gradient(top, #ca6734, #ad4922); /* Opera 11  */
	background: -webkit-linear-gradient(top, #ca6734, #ad4922); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ca6734), color-stop(1, #ad4922)); /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
.ComplexoCSS #p_table .column_3 li.decor_line
	{
	background-color: #d8843d; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #d8843d, #eabc59 50%, #d8843d); /* W3C */
	background: -ms-linear-gradient(left, #d8843d, #eabc59 50%, #d8843d); /* IE9 */
	background: -moz-linear-gradient(left, #d8843d, #eabc59 50%, #d8843d); /* Firefox */ 
	background: -o-linear-gradient(left, #d8843d, #eabc59 50%, #d8843d); /* Opera 11  */
	background: -webkit-linear-gradient(left, #d8843d, #eabc59 50%, #d8843d); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #d8843d), color-stop(0.5, #eabc59), color-stop(1, #d8843d)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
.ComplexoCSS #p_table .column_3 li.header_row_2
	{
	background-color: #ad4922; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #c4612d, #ad4922); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4612d', endColorstr='#ad4922'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4612d', endColorstr='#ad4922'); /* IE8 */
	background: -ms-linear-gradient(top, #c4612d, #ad4922); /* IE9 */
	background: -moz-linear-gradient(top, #c4612d, #ad4922); /* Firefox */ 
	background: -o-linear-gradient(top, #c4612d, #ad4922); /* Opera 11  */
	background: -webkit-linear-gradient(top, #c4612d, #ad4922); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c4612d), color-stop(1, #ad4922)); /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 4 ==================== */
/* --- header row 1 ---  */
.ComplexoCSS #p_table .column_4 li.header_row_1
	{
	border-bottom: 1px solid #543032;
	background-color: #66383a; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #915255, #6a3c3e); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#915255', endColorstr='#6a3c3e'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#915255', endColorstr='#6a3c3e'); /* IE8 */
	background: -ms-linear-gradient(top, #915255, #6a3c3e); /* IE9 */
	background: -moz-linear-gradient(top, #915255, #6a3c3e); /* Firefox */ 
	background: -o-linear-gradient(top, #915255, #6a3c3e); /* Opera 11  */
	background: -webkit-linear-gradient(top, #915255, #6a3c3e); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #915255), color-stop(1, #6a3c3e)); /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
.ComplexoCSS #p_table .column_4 li.decor_line
	{
	background-color: #af6469; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #af6469, #d39098 50%, #af6469); /* W3C */
	background: -ms-linear-gradient(left, #af6469, #d39098 50%, #af6469); /* IE9 */
	background: -moz-linear-gradient(left, #af6469, #d39098 50%, #af6469); /* Firefox */ 
	background: -o-linear-gradient(left, #af6469, #d39098 50%, #af6469); /* Opera 11  */
	background: -webkit-linear-gradient(left, #af6469, #d39098 50%, #af6469); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #af6469), color-stop(0.5, #d39098), color-stop(1, #af6469)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
.ComplexoCSS #p_table .column_4 li.header_row_2
	{
	background-color: #66383a; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #864a4d, #66383a); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#864a4d', endColorstr='#66383a'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#864a4d', endColorstr='#66383a'); /* IE8 */
	background: -ms-linear-gradient(top, #864a4d, #66383a); /* IE9 */
	background: -moz-linear-gradient(top, #864a4d, #66383a); /* Firefox */ 
	background: -o-linear-gradient(top, #864a4d, #66383a); /* Opera 11  */
	background: -webkit-linear-gradient(top, #864a4d, #66383a); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #864a4d), color-stop(1, #66383a)); /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN HOVERS ==================== */
/* --- column 1 ---  */
.ComplexoCSS #p_table .column_1:hover li.row_style_1
	{
	background-color: #9c8665;
	}
	
.ComplexoCSS #p_table .column_1:hover li.row_style_2
	{
	background-color: #887255;
	}
	
.ComplexoCSS #p_table .column_1:hover li.footer_row
	{
	background-color: #9c8665;
	}
	
/* --- column 2 ---  */	
.ComplexoCSS #p_table .column_2:hover li.row_style_1
	{
	background-color: #e5963e;
	}
	
.ComplexoCSS #p_table .column_2:hover li.row_style_3
	{
	background-color: #df8034;
	}
	
.ComplexoCSS #p_table .column_2:hover li.footer_row
	{
	background-color: #e5963e;
	}
	
/* --- column 3 ---  */	
.ComplexoCSS #p_table .column_3:hover li.row_style_1
	{
	background-color: #bc5728;
	}
	
.ComplexoCSS #p_table .column_3:hover li.row_style_2
	{
	background-color: #ad4922;
	}
	
.ComplexoCSS #p_table .column_3:hover li.footer_row
	{
	background-color: #bc5728;
	}

/* --- column 4 ---  */	
.ComplexoCSS #p_table .column_4:hover li.row_style_1
	{
	background-color: #794345;
	}
	
.ComplexoCSS #p_table .column_4:hover li.row_style_3
	{
	background-color: #66383a;
	}
	
.ComplexoCSS #p_table .column_4:hover li.footer_row
	{
	background-color: #794345;
	}
	
/* ==================== BUTTONS ==================== */
.ComplexoCSS #p_table 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 */
	}
	
.ComplexoCSS #p_table 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 */
	}	
	
.ComplexoCSS #p_table 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 */
	}
	
.ComplexoCSS #p_table 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 */
	}
