//body{ margin: 50px;	padding: 0px;	background-color: #404040;	}
	
.centered { text-align:center; }

div.p_table { font-size:0.8em; color: #303030; line-height: normal !important; width:100%; }
div.p_table a	{	color: #303030;	text-decoration: none; }
div.p_table ul { list-style-type:none; margin:0; padding:0; }

div.p_table .pt_price, div.p_table .pt_version, div.p_table .pt_permonth	{	margin:0;	padding:0 !important;	color:#fff;	}
div.p_table .pt_price	{	font-size: 2em; margin-top:17px; font-weight:bold; }
div.p_table .pt_version {	font-size: 1.5em; margin-top:5px; font-weight:bold; }
div.p_table .pt_permonth { margin-top:3px; }


div.p_table div.caption_column li.header_row_1, div.p_table div.column_1 li.header_row_1, div.p_table div.column_2 li.header_row_1, div.p_table div.column_3 li.header_row_1, div.p_table div.column_4 li.header_row_1 {
	height: 39px;	width: 100%; padding: 1px 0px 0px 0px !important;	}
div.p_table div.caption_column li.decor_line, div.p_table div.column_1 li.decor_line, div.p_table div.column_2 li.decor_line, div.p_table div.column_3 li.decor_line, div.p_table div.column_4 li.decor_line {
	height: 1px; width: 100%;	float: left; }
div.p_table div.caption_column li.header_row_2, div.p_table div.column_1 li.header_row_2, div.p_table div.column_2 li.header_row_2, div.p_table div.column_3 li.header_row_2, div.p_table div.column_4 li.header_row_2 {
	height: 88px;	width: 100%; padding: 5px 0px 7px 0px !important;	}
div.p_table div.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 */	}	


div.p_table div.caption_column { width: 25%; height:100%; float: left;	}
div.p_table div.column_1 { width: 25%; height:100%; float: left;	position: relative;	}
div.p_table div.column_2 { width: 25%; height: 100%; float: left;	position: relative;	}	
div.p_table div.column_3 { width: 25%; height: 100%; float: left;	position: relative;	}
div.p_table div.column_4 { width: 25%; height: 100%; float: left;	position: relative;	}

div.p_table div.column_1:hover li.header_row_2,div.p_table div.column_2:hover li.header_row_2, div.p_table div.column_3:hover li.header_row_2, div.p_table div.column_4:hover li.header_row_2	{
	border-radius:0; -webkit-border-radius:0;	-moz-border-radius:0;	}
div.p_table div.column_1:hover li.footer_row, div.p_table div.column_2:hover li.footer_row, div.p_table div.column_3:hover li.footer_row, div.p_table div.column_4:hover li.footer_row {
	border-radius: 0px 0px 5px 5px;	-webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;	}
div.p_table div.column_1:hover li.row_style_1, div.p_table div.column_2:hover li.row_style_1, div.p_table div.column_3:hover li.row_style_1, div.p_table div.column_4:hover li.row_style_1, div.p_table div.column_1:hover li.row_style_2,
div.p_table div.column_2:hover li.row_style_3, div.p_table div.column_3:hover li.row_style_2, div.p_table div.column_4:hover li.row_style_3 {	color: #ffffff;	}
div.p_table div.column_1:hover li.row_style_1 a, div.p_table div.column_2:hover li.row_style_1 a, div.p_table div.column_3:hover li.row_style_1 a, div.p_table div.column_4:hover li.row_style_1 a, div.p_table div.column_1:hover li.row_style_2 a,
div.p_table div.column_2:hover li.row_style_3 a, div.p_table div.column_3:hover li.row_style_2 a, div.p_table div.column_4:hover li.row_style_3 a {	color: #ffffff;	}
div.p_table div.caption_column li.header_row_1 ,div.p_table div.caption_column li.header_row_2	{	background-color: #ffffff; }


	
/*==================== DATA ROWS  ====================*/
/* ------ common styles ------  */
div.p_table li.row_style_1,
div.p_table li.row_style_2,
div.p_table li.row_style_3
	{
	width: 100%;
	height: 100%;
	min-height: 3em;
	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;	
	}

div.p_table li.row_style_1 span,
div.p_table li.row_style_2 span,
div.p_table li.row_style_3 span
	{
	padding-left: 10px !important;
	padding-right: 10px !important;
	}
	
/* --- white ---  */
div.p_table li.row_style_1
	{
	background-color: #ffffff;
	}
	
/* --- lighter gray ---  */
div.p_table li.row_style_2
	{
	background-color: #f6f6f6;
	}
	
/* --- darker gray ---  */
div.p_table li.row_style_3
	{
	background-color: #ebebeb;
	}
	
/* ==================== FOOTER ==================== */
/* ------ common styles ------  */
div.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 ------  */
div.p_table a.button_1,
div.p_table a.button_2,
div.p_table a.button_3,
div.p_table a.button_4
	{
	width: 130px;
	height: 37px;
	line-height:37px;
	
	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 */
	color: #ffffff;
	font-size: 1.2em;
	font-weight:bold;
	/* 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 ------  */	
div.p_table div.column_1:hover a.button_1,
div.p_table div.column_2:hover a.button_2,
div.p_table div.column_3:hover a.button_3,
div.p_table div.column_4:hover a.button_4
	{
	background: 0;
	filter: 0; /* IE5.5 - 7 */
	-ms-filter: 0; /* IE8 */
	border: 0;
	color: #ffffff;
	position: relative;
	top: -13px;
	/* 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 --- */
div.column_ribbon
	{
	width: 42px;
	height: 42px;
	position: absolute;
	right: 0;
	}
	
/* ------ ribbon styles ------  */
/* --- style1--- */	
div.ribbon_style1_best { background: url(../images/ribbon_style1_best.png); }
div.ribbon_style1_buy { background: url(../images/ribbon_style1_buy.png); }
div.ribbon_style1_free { background: url(../images/ribbon_style1_free.png); }
div.ribbon_style1_free_caps { background: url(../images/ribbon_style1_free_caps.png); }
div.ribbon_style1_fresh { background: url(../images/ribbon_style1_fresh.png); }
div.ribbon_style1_gift_caps { background: url(../images/ribbon_style1_gift_caps.png); }
div.ribbon_style1_heart { background: url(../images/ribbon_style1_heart.png); }
div.ribbon_style1_hot { background: url(../images/ribbon_style1_hot.png); }
div.ribbon_style1_hot_caps { background: url(../images/ribbon_style1_hot_caps.png); }
div.ribbon_style1_new { background: url(../images/ribbon_style1_new.png); }
div.ribbon_style1_new_caps { background: url(../images/ribbon_style1_new_caps.png); }
div.ribbon_style1_no1 { background: url(../images/ribbon_style1_no1.png); }
div.ribbon_style1_off5 { background: url(../images/ribbon_style1_off5.png); }
div.ribbon_style1_off10 { background: url(../images/ribbon_style1_off10.png); }
div.ribbon_style1_off15 { background: url(../images/ribbon_style1_off15.png); }
div.ribbon_style1_off20 { background: url(../images/ribbon_style1_off20.png); }
div.ribbon_style1_off25 { background: url(../images/ribbon_style1_off25.png); }
div.ribbon_style1_off30 { background: url(../images/ribbon_style1_off30.png); }
div.ribbon_style1_off35 { background: url(../images/ribbon_style1_off35.png); }
div.ribbon_style1_off40 { background: url(../images/ribbon_style1_off40.png); }
div.ribbon_style1_off50 { background: url(../images/ribbon_style1_off50.png); }
div.ribbon_style1_off75 { background: url(../images/ribbon_style1_off75.png); }
div.ribbon_style1_pack { background: url(../images/ribbon_style1_pack.png); }
div.ribbon_style1_pro { background: url(../images/ribbon_style1_pro.png); }
div.ribbon_style1_sale { background: url(../images/ribbon_style1_sale.png); }
div.ribbon_style1_save { background: url(../images/ribbon_style1_save.png); }
div.ribbon_style1_save_caps { background: url(../images/ribbon_style1_save_caps.png); }
div.ribbon_style1_top { background: url(../images/ribbon_style1_top.png); }
div.ribbon_style1_top_caps { background: url(../images/ribbon_style1_top_caps.png); }
div.ribbon_style1_trial { background: url(../images/ribbon_style1_trial.png); }

/* --- style2--- */
div.ribbon_style2_best { background: url(../images/ribbon_style2_best.png); }
div.ribbon_style2_buy { background: url(../images/ribbon_style2_buy.png); }
div.ribbon_style2_free { background: url(../images/ribbon_style2_free.png); }
div.ribbon_style2_free_caps { background: url(../images/ribbon_style2_free_caps.png); }
div.ribbon_style2_fresh { background: url(../images/ribbon_style2_fresh.png); }
div.ribbon_style2_gift_caps { background: url(../images/ribbon_style2_gift_caps.png); }
div.ribbon_style2_heart { background: url(../images/ribbon_style2_heart.png); }
div.ribbon_style2_hot { background: url(../images/ribbon_style2_hot.png); }
div.ribbon_style2_hot_caps { background: url(../images/ribbon_style2_hot_caps.png); }
div.ribbon_style2_new { background: url(../images/ribbon_style2_new.png); }
div.ribbon_style2_new_caps { background: url(../images/ribbon_style2_new_caps.png); }
div.ribbon_style2_no1 { background: url(../images/ribbon_style2_no1.png); }
div.ribbon_style2_off5 { background: url(../images/ribbon_style2_off5.png); }
div.ribbon_style2_off10 { background: url(../images/ribbon_style2_off10.png); }
div.ribbon_style2_off15 { background: url(../images/ribbon_style2_off15.png); }
div.ribbon_style2_off20 { background: url(../images/ribbon_style2_off20.png); }
div.ribbon_style2_off25 { background: url(../images/ribbon_style2_off25.png); }
div.ribbon_style2_off30 { background: url(../images/ribbon_style2_off30.png); }
div.ribbon_style2_off35 { background: url(../images/ribbon_style2_off35.png); }
div.ribbon_style2_off40 { background: url(../images/ribbon_style2_off40.png); }
div.ribbon_style2_off50 { background: url(../images/ribbon_style2_off50.png); }
div.ribbon_style2_off75 { background: url(../images/ribbon_style2_off75.png); }
div.ribbon_style2_pack { background: url(../images/ribbon_style2_pack.png); }
div.ribbon_style2_pro { background: url(../images/ribbon_style2_pro.png); }
div.ribbon_style2_sale { background: url(../images/ribbon_style2_sale.png); }
div.ribbon_style2_save { background: url(../images/ribbon_style2_save.png); }
div.ribbon_style2_save_caps { background: url(../images/ribbon_style2_save_caps.png); }
div.ribbon_style2_top { background: url(../images/ribbon_style2_top.png); }
div.ribbon_style2_top_caps { background: url(../images/ribbon_style2_top_caps.png); }
div.ribbon_style2_trial { background: url(../images/ribbon_style2_trial.png); }

/* ==================== table_tooltip  ==================== */
/* --- base --- */
div.p_table a.table_tooltip	{	position: relative;	border-bottom:1px dashed #000; }
div.p_table a.table_tooltip:hover	{	color: #999;	}
div.p_table a.table_tooltip:hover:after, div.p_table a.table_tooltip:hover:before	{ display: block;	}

/* --- table_tooltip container --- */
div.p_table a.table_tooltip:before
	{
	content: attr(rel);
	display: block;
	width:300px;
    position: absolute;
	z-index: 1000;
    bottom: 150%;
    left: -10px;
    padding: 5px 10px 8px 10px;
	text-align: left;
    color: #ffffff;
    display: none;
	/* background */
	background: #333333; /* CSS2 */
	background: -moz-linear-gradient(top, #3e3e3e 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3e), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3e3e3e 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3e3e3e 0%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3e3e3e 0%,#333333 100%); /* IE10+ */
	background: linear-gradient(top, #3e3e3e 0%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#333333',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;
	}
	
/* --- table_tooltip arrow --- */
div.p_table a.table_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 1 - ORANGE ==================== */
div.p_table .caption { color: #000; font-size:1.2em; line-height:1.5em; margin-top:15px; font-weight:bold; }
	

/* ==================== COLUMN STYLE 1 ==================== */
/* --- header row 1 ---  */
div.p_table div.column_1 li.header_row_1
	{
	border-bottom: 1px solid #e8851e;
	background-color: #f0aa2d; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #f2bb34, #ec9a26); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2bb34', endColorstr='#ec9a26'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2bb34', endColorstr='#ec9a26'); /* IE8 */
	background: -ms-linear-gradient(top, #f2bb34, #ec9a26); /* IE9 */
	background: -moz-linear-gradient(top, #f2bb34, #ec9a26); /* Firefox */ 
	background: -o-linear-gradient(top, #f2bb34, #ec9a26); /* Opera 11  */
	background: -webkit-linear-gradient(top, #f2bb34, #ec9a26); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2bb34), color-stop(1, #ec9a26)); /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table div.column_1 li.decor_line
	{
	background-color: #f7d149; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #f7d149, #fbe669 50%, #f7d149); /* W3C */
	background: -ms-linear-gradient(left, #f7d149, #fbe669 50%, #f7d149); /* IE9 */
	background: -moz-linear-gradient(left, #f7d149, #fbe669 50%, #f7d149); /* Firefox */ 
	background: -o-linear-gradient(left, #f7d149, #fbe669 50%, #f7d149); /* Opera 11  */
	background: -webkit-linear-gradient(left, #f7d149, #fbe669 50%, #f7d149); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #f7d149), color-stop(0.5, #fbe669), color-stop(1, #f7d149)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table div.column_1 li.header_row_2
	{
	background-color: #f0aa2d; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #f2b935, #ed9e28); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2b935', endColorstr='#ed9e28'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2b935', endColorstr='#ed9e28'); /* IE8 */
	background: -ms-linear-gradient(top, #f2b935, #ed9e28); /* IE9 */
	background: -moz-linear-gradient(top, #f2b935, #ed9e28); /* Firefox */ 
	background: -o-linear-gradient(top, #f2b935, #ed9e28); /* Opera 11  */
	background: -webkit-linear-gradient(top, #f2b935, #ed9e28); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2b935), color-stop(1, #ed9e28)); /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 2 ==================== */
/* --- header row 1 ---  */
div.p_table div.column_2 li.header_row_1
	{
	border-bottom: 1px solid #e16420;
	background-color: #ea932f; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #eea837, #e67e28); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea837', endColorstr='#e67e28'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea837', endColorstr='#e67e28'); /* IE8 */
	background: -ms-linear-gradient(top, #eea837, #e67e28); /* IE9 */
	background: -moz-linear-gradient(top, #eea837, #e67e28); /* Firefox */ 
	background: -o-linear-gradient(top, #eea837, #e67e28); /* Opera 11  */
	background: -webkit-linear-gradient(top, #eea837, #e67e28); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eea837), color-stop(1, #e67e28)); /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table div.column_2 li.decor_line
	{
	background-color: #f4c64b; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #f4c64b, #f9e06c 50%, #f4c64b); /* W3C */
	background: -ms-linear-gradient(left, #f4c64b, #f9e06c 50%, #f4c64b); /* IE9 */
	background: -moz-linear-gradient(left, #f4c64b, #f9e06c 50%, #f4c64b); /* Firefox */ 
	background: -o-linear-gradient(left, #f4c64b, #f9e06c 50%, #f4c64b); /* Opera 11  */
	background: -webkit-linear-gradient(left, #f4c64b, #f9e06c 50%, #f4c64b); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #f4c64b), color-stop(0.5, #f9e06c), color-stop(1, #f4c64b)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table div.column_2 li.header_row_2
	{
	background-color: #ea932f; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #eea637, #e7832a); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea637', endColorstr='#e7832a'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea637', endColorstr='#e7832a'); /* IE8 */
	background: -ms-linear-gradient(top, #eea637, #e7832a); /* IE9 */
	background: -moz-linear-gradient(top, #eea637, #e7832a); /* Firefox */ 
	background: -o-linear-gradient(top, #eea637, #e7832a); /* Opera 11  */
	background: -webkit-linear-gradient(top, #eea637, #e7832a); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eea637), color-stop(1, #e7832a)); /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 3 ==================== */
/* --- header row 1 ---  */
div.p_table div.column_3 li.header_row_1
	{
	border-bottom: 1px solid #cf4d1e;
	background-color: #de712c; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #e48333, #d76125); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e48333', endColorstr='#d76125'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e48333', endColorstr='#d76125'); /* IE8 */
	background: -ms-linear-gradient(top, #e48333, #d76125); /* IE9 */
	background: -moz-linear-gradient(top, #e48333, #d76125); /* Firefox */ 
	background: -o-linear-gradient(top, #e48333, #d76125); /* Opera 11  */
	background: -webkit-linear-gradient(top, #e48333, #d76125); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e48333), color-stop(1, #d76125)); /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table div.column_3 li.decor_line
	{
	background-color: #edad46; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #edad46, #f5d265 50%, #edad46); /* W3C */
	background: -ms-linear-gradient(left, #edad46, #f5d265 50%, #edad46); /* IE9 */
	background: -moz-linear-gradient(left, #edad46, #f5d265 50%, #edad46); /* Firefox */ 
	background: -o-linear-gradient(left, #edad46, #f5d265 50%, #edad46); /* Opera 11  */
	background: -webkit-linear-gradient(left, #edad46, #f5d265 50%, #edad46); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #edad46), color-stop(0.5, #f5d265), color-stop(1, #edad46)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table div.column_3 li.header_row_2
	{
	background-color: #de712c; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #e48534, #d96527); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e48534', endColorstr='#d96527'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e48534', endColorstr='#d96527'); /* IE8 */
	background: -ms-linear-gradient(top, #e48534, #d96527); /* IE9 */
	background: -moz-linear-gradient(top, #e48534, #d96527); /* Firefox */ 
	background: -o-linear-gradient(top, #e48534, #d96527); /* Opera 11  */
	background: -webkit-linear-gradient(top, #e48534, #d96527); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e48534), color-stop(1, #d96527)); /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 4 ==================== */
/* --- header row 1 ---  */
div.p_table div.column_4 li.header_row_1
	{
	border-bottom: 1px solid #bb3a1d;
	background-color: #d0562a; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #d96431, #c64a24); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d96431', endColorstr='#c64a24'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d96431', endColorstr='#c64a24'); /* IE8 */
	background: -ms-linear-gradient(top, #d96431, #c64a24); /* IE9 */
	background: -moz-linear-gradient(top, #d96431, #c64a24); /* Firefox */ 
	background: -o-linear-gradient(top, #d96431, #c64a24); /* Opera 11  */
	background: -webkit-linear-gradient(top, #d96431, #c64a24); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d96431), color-stop(1, #c64a24)); /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table div.column_4 li.decor_line
	{
	background-color: #e68a45; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #e68a45, #f1bf63 50%, #e68a45); /* W3C */
	background: -ms-linear-gradient(left, #e68a45, #f1bf63 50%, #e68a45); /* IE9 */
	background: -moz-linear-gradient(left, #e68a45, #f1bf63 50%, #e68a45); /* Firefox */ 
	background: -o-linear-gradient(left, #e68a45, #f1bf63 50%, #e68a45); /* Opera 11  */
	background: -webkit-linear-gradient(left, #e68a45, #f1bf63 50%, #e68a45); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #e68a45), color-stop(0.5, #f1bf63), color-stop(1, #e68a45)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table div.column_4 li.header_row_2
	{
	background-color: #d0562a; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #d86533, #c94d26); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d86533', endColorstr='#c94d26'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d86533', endColorstr='#c94d26'); /* IE8 */
	background: -ms-linear-gradient(top, #d86533, #c94d26); /* IE9 */
	background: -moz-linear-gradient(top, #d86533, #c94d26); /* Firefox */ 
	background: -o-linear-gradient(top, #d86533, #c94d26); /* Opera 11  */
	background: -webkit-linear-gradient(top, #d86533, #c94d26); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d86533), color-stop(1, #c94d26)); /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN HOVERS ==================== */
/* --- column 1 ---  */
div.p_table div.column_1:hover li.row_style_1
	{
	background-color: #f0ae30;
	}
	
div.p_table div.column_1:hover li.row_style_2
	{
	background-color: #ed9e28;
	}
	
div.p_table div.column_1:hover li.footer_row
	{
	background-color: #f0ae30;
	}
	
/* --- column 2 ---  */	
div.p_table div.column_2:hover li.row_style_1
	{
	background-color: #eb9732;
	}
	
div.p_table div.column_2:hover li.row_style_3
	{
	background-color: #e7832a;
	}
	
div.p_table div.column_2:hover li.footer_row
	{
	background-color: #eb9732;
	}
	
/* --- column 3 ---  */	
div.p_table div.column_3:hover li.row_style_1
	{
	background-color: #df772e;
	}
	
div.p_table div.column_3:hover li.row_style_2
	{
	background-color: #d96527;
	}
	
div.p_table div.column_3:hover li.footer_row
	{
	background-color: #df772e;
	}

/* --- column 4 ---  */	
div.p_table div.column_4:hover li.row_style_1
	{
	background-color: #d25b2c;
	}
	
div.p_table div.column_4:hover li.row_style_3
	{
	background-color: #c94d26;
	}
	
div.p_table div.column_4:hover li.footer_row
	{
	background-color: #d25b2c;
	}
	
/* ==================== BUTTONS ==================== */
div.p_table a.button_1
	{
	border-bottom: 1px solid #e6861a;
	background-color: #f0aa2d; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #f4c538, #ed9f28); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4c538', endColorstr='#ed9f28'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4c538', endColorstr='#ed9f28'); /* IE8 */
	background: -ms-linear-gradient(top, #f4c538, #ed9f28); /* IE9 */
	background: -moz-linear-gradient(top, #f4c538, #ed9f28); /* Firefox */ 
	background: -o-linear-gradient(top, #f4c538, #ed9f28); /* Opera 11  */
	background: -webkit-linear-gradient(top, #f4c538, #ed9f28); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4c538), color-stop(1, #ed9f28)); /* Chrome 10, Safari */
	}
	
div.p_table a.button_2
	{
	border-bottom: 1px solid #de691c;
	background-color: #ea932f; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #f1b53b, #e7842a); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1b53b', endColorstr='#e7842a'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1b53b', endColorstr='#e7842a'); /* IE8 */
	background: -ms-linear-gradient(top, #f1b53b, #e7842a); /* IE9 */
	background: -moz-linear-gradient(top, #f1b53b, #e7842a); /* Firefox */ 
	background: -o-linear-gradient(top, #f1b53b, #e7842a); /* Opera 11  */
	background: -webkit-linear-gradient(top, #f1b53b, #e7842a); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1b53b), color-stop(1, #e7842a)); /* Chrome 10, Safari */
	}	
	
div.p_table a.button_3
	{
	border-bottom: 1px solid #cc4d1a;
	background-color: #de712c; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #e88d37, #d96627); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e88d37', endColorstr='#d96627'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e88d37', endColorstr='#d96627'); /* IE8 */
	background: -ms-linear-gradient(top, #e88d37, #d96627); /* IE9 */
	background: -moz-linear-gradient(top, #e88d37, #d96627); /* Firefox */ 
	background: -o-linear-gradient(top, #e88d37, #d96627); /* Opera 11  */
	background: -webkit-linear-gradient(top, #e88d37, #d96627); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e88d37), color-stop(1, #d96627)); /* Chrome 10, Safari */
	}
	
div.p_table a.button_4
	{
	border-bottom: 1px solid #b83719;
	background-color: #d0562a; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #df6c35, #ca4e26); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df6c35', endColorstr='#ca4e26'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df6c35', endColorstr='#ca4e26'); /* IE8 */
	background: -ms-linear-gradient(top, #df6c35, #ca4e26); /* IE9 */
	background: -moz-linear-gradient(top, #df6c35, #ca4e26); /* Firefox */ 
	background: -o-linear-gradient(top, #df6c35, #ca4e26); /* Opera 11  */
	background: -webkit-linear-gradient(top, #df6c35, #ca4e26); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #df6c35), color-stop(1, #ca4e26)); /* Chrome 10, Safari */
	}


div.p_table .radius3 { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;	}
div.p_table .radius5 { border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;	}	
div.p_table .radius5_topleft { border-radius: 5px 0px 0px 0px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; }	
div.p_table .radius5_topright	{	border-radius: 0px 5px 0px 0px;	-webkit-border-top-right-radius: 5px;	-moz-border-radius-topright: 5px;	}
div.p_table .radius5_bottomright {	border-radius: 0px 0px 5px 0px;	-webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px;	}
div.p_table .radius5_bottomleft	{	border-radius: 0px 0px 0px 5px;	-webkit-border-bottom-left-radius: 5px;	-moz-border-radius-bottomleft: 5px;	}