﻿/* ==================== STYLE 4 - PURPLE ==================== */
/* ==================== HEADINGS ==================== */
div.p_table h1.caption
	{
	color: #a56949;
	}
	
div.p_table h1.caption span
	{
	color: #bfae71;
	}

/* ==================== COLUMN STYLE 1 ==================== */
/* --- header row 1 ---  */
div.p_table div.column_1 li.header_row_1
	{
	border-bottom: 1px solid #977643;
	background-color: #a78f56; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #c5b474, #a98e55);/* W3C */
	/* IE5.5 - 7 */
	/* IE8 */
	/* IE9 */
	/* Firefox */ 
	}
	
/* --- decor light  line ---  */	
div.p_table div.column_1 li.decor_line
	{
	background-color: #d6ca98; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #d6ca98, #e9e2c7 50%, #d6ca98); /* W3C */
	background: -ms-linear-gradient(left, #d6ca98, #e9e2c7 50%, #d6ca98); /* IE9 */
	background: -moz-linear-gradient(left, #d6ca98, #e9e2c7 50%, #d6ca98); /* Firefox */ 
	background: -o-linear-gradient(left, #d6ca98, #e9e2c7 50%, #d6ca98); /* Opera 11  */
	background: -webkit-linear-gradient(left, #d6ca98, #e9e2c7 50%, #d6ca98); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #d6ca98), color-stop(0.5, #e9e2c7), color-stop(1, #d6ca98)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table div.column_1 li.header_row_2
	{
	background-color: #a78f56; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #c0ae72, #a78f56);/* W3C */
	/* IE5.5 - 7 */
	/* IE8 */
	/* IE9 */
	/* Firefox */ 
	}
	
/* ==================== COLUMN STYLE 2 ==================== */
/* --- header row 1 ---  */
div.p_table div.column_2 li.header_row_1
	{
	border-bottom: 1px solid #644b26;
	background-color: #7b5d2f; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #a88142, #7e5f30);/* W3C */
	/* IE5.5 - 7 */
	/* IE8 */
	/* IE9 */
	/* Firefox */ 
	}
	
/* --- decor light  line ---  */	
div.p_table div.column_2 li.decor_line
	{
	background-color: #c0a355; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #c0a355, #ddcd7b 50%, #c0a355); /* W3C */
	background: -ms-linear-gradient(left, #c0a355, #ddcd7b 50%, #c0a355); /* IE9 */
	background: -moz-linear-gradient(left, #c0a355, #ddcd7b 50%, #c0a355); /* Firefox */ 
	background: -o-linear-gradient(left, #c0a355, #ddcd7b 50%, #c0a355); /* Opera 11  */
	background: -webkit-linear-gradient(left, #c0a355, #ddcd7b 50%, #c0a355); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #c0a355), color-stop(0.5, #ddcd7b), color-stop(1, #c0a355)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table div.column_2 li.header_row_2
	{
	background-color: #7b5d2f; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #9f7b3e, #7b5d2f);/* W3C */
	/* IE5.5 - 7 */
	/* IE8 */
	/* IE9 */
	/* Firefox */ 
	}
	
/* ==================== COLUMN STYLE 3 ==================== */
/* --- header row 1 ---  */
div.p_table div.column_3 li.header_row_1
	{
	border-bottom: 1px solid #623a26;
	background-color: #71432c; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #a76341, #7c492f);/* W3C */
	/* IE5.5 - 7 */
	/* IE8 */
	/* IE9 */
	/* Firefox */ 
	}
	
/* --- decor light  line ---  */	
div.p_table div.column_3 li.decor_line
	{
	background-color: #bb784f; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #bb784f, #daae72 50%, #bb784f); /* W3C */
	background: -ms-linear-gradient(left, #bb784f, #daae72 50%, #bb784f); /* IE9 */
	background: -moz-linear-gradient(left, #bb784f, #daae72 50%, #bb784f); /* Firefox */ 
	background: -o-linear-gradient(left, #bb784f, #daae72 50%, #bb784f); /* Opera 11  */
	background: -webkit-linear-gradient(left, #bb784f, #daae72 50%, #bb784f); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #bb784f), color-stop(0.5, #daae72), color-stop(1, #bb784f)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table div.column_3 li.header_row_2
	{
	background-color: #71432c; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #94583a, #71432c);/* W3C */
	/* IE5.5 - 7 */
	/* IE8 */
	/* IE9 */
	/* Firefox */ 
	}
	
/* ==================== COLUMN STYLE 4 ==================== */
/* --- header row 1 ---  */
div.p_table div.column_4 li.header_row_1
	{
	border-bottom: 1px solid #922b1d;
	background-color: #893d28; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #c24a31, #a53624);/* W3C */
	/* IE5.5 - 7 */
	/* IE8 */
	/* IE9 */
	/* Firefox */ 
	}
	
/* --- decor light  line ---  */	
div.p_table div.column_4 li.decor_line
	{
	background-color: #d46241; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #d46241, #e88e5d 50%, #d46241); /* W3C */
	background: -ms-linear-gradient(left, #d46241, #e88e5d 50%, #d46241); /* IE9 */
	background: -moz-linear-gradient(left, #d46241, #e88e5d 50%, #d46241); /* Firefox */ 
	background: -o-linear-gradient(left, #d46241, #e88e5d 50%, #d46241); /* Opera 11  */
	background: -webkit-linear-gradient(left, #d46241, #e88e5d 50%, #d46241); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #d46241), color-stop(0.5, #e88e5d), color-stop(1, #d46241)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table div.column_4 li.header_row_2
	{
	background-color: #893d28; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #bd482f, #a33624);/* W3C */
	/* IE5.5 - 7 */
	/* IE8 */
	/* IE9 */
	/* Firefox */ 
	}

	
/* ==================== COLUMN STYLE 5 ==================== */
/* --- header row 1 ---  */
div.p_table div.column_5 li.header_row_1
	{
	border-bottom: 1px solid #922b1d;
	background-color: #a33624; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #c24a31, #a53624);/* W3C */
	/* IE5.5 - 7 */
	/* IE8 */
	/* IE9 */
	/* Firefox */ 
	}
	
/* --- decor light  line ---  */	
div.p_table div.column_5 li.decor_line
	{
	background-color: #d46241; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #d46241, #e88e5d 50%, #d46241); /* W3C */
	background: -ms-linear-gradient(left, #d46241, #e88e5d 50%, #d46241); /* IE9 */
	background: -moz-linear-gradient(left, #d46241, #e88e5d 50%, #d46241); /* Firefox */ 
	background: -o-linear-gradient(left, #d46241, #e88e5d 50%, #d46241); /* Opera 11  */
	background: -webkit-linear-gradient(left, #d46241, #e88e5d 50%, #d46241); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #d46241), color-stop(0.5, #e88e5d), color-stop(1, #d46241)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table div.column_5 li.header_row_2
	{
	background-color: #a33624; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #bd482f, #a33624);/* W3C */
	/* IE5.5 - 7 */
	/* IE8 */
	/* IE9 */
	/* Firefox */ 
	}
	
/* ==================== COLUMN HOVERS ==================== */
/* --- column 1 ---  */
div.p_table div.column_1:hover li.row_style_1,
div.p_table div.column_1.active_column li.row_style_1
	{
	background: #b6a266 !important;
	color:white;
	}
	
div.p_table div.column_1:hover li.row_style_3,
div.p_table div.column_1.active_column li.row_style_3
	{
	background: #a78f56 !important;
	color:white;
	}
	
div.p_table div.column_1:hover li.footer_row,
div.p_table div.column_1.active_column li.footer_row
	{
	background: #a78f56 !important;
	color:white;
	}
	
/* --- column 2 ---  */	
div.p_table div.column_2:hover li.row_style_1,
div.p_table div.column_2.active_column li.row_style_1
	{
	background: #906e37 !important;
	color:white;
	}
	
div.p_table div.column_2:hover li.row_style_3,
div.p_table div.column_2.active_column li.row_style_3
	{
	background: #7b5d2f !important;
	color:white;
	}
	
div.p_table div.column_2:hover li.footer_row,
div.p_table div.column_2.active_column li.footer_row
	{
	background: #7b5d2f !important;
	color:white;
	}
	
/* --- column 3 ---  */	
div.p_table div.column_3:hover li.row_style_1,
div.p_table div.column_3.active_column li.row_style_1
	{
	background: #854f34 !important;
	color:white;
	}
	
div.p_table div.column_3:hover li.row_style_3,
div.p_table div.column_3.active_column li.row_style_3
	{
	background: #7c492f !important;
	color:white;
	}
	
div.p_table div.column_3:hover li.footer_row,
div.p_table div.column_3.active_column li.footer_row
	{
	background: #7c492f !important;
	color:white;
	}

/* --- column 4 ---  */	
div.p_table div.column_4:hover li.row_style_1,
div.p_table div.column_4.active_column li.row_style_1
	{
	background: #994d38 !important;
	color:white;
	}
	
div.p_table div.column_4:hover li.row_style_3,
div.p_table div.column_4.active_column li.row_style_3
	{
	background: #893d28 !important;
	color:white;
	}
	
div.p_table div.column_4:hover li.footer_row,
div.p_table div.column_4.active_column li.footer_row
	{
	background: #893d28 !important;
	color:white;
	}


/* --- column 5 ---  */	
div.p_table div.column_5:hover li.row_style_1,
div.p_table div.column_5.active_column li.row_style_1
	{
	background: #b3402a !important;
	color:white;
	}
	
div.p_table div.column_5:hover li.row_style_3,
div.p_table div.column_5.active_column li.row_style_3
	{
	background: #a33624 !important;
	color:white;
	}
	
div.p_table div.column_5:hover li.footer_row,
div.p_table div.column_5.active_column li.footer_row
	{
	background: #a33624 !important;
	color:white;
	}
	
/* ==================== BUTTONS ==================== */
div.p_table a.button_1
	{
	border-bottom: 1px solid #90763f;
	background-color: #b9a567; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #cabc78, #a89057);/* W3C */
	/* IE5.5 - 7 */
	/* IE8 */
	/* IE9 */
	/* Firefox */ 
	}
	
div.p_table a.button_2
	{
	border-bottom: 1px solid #614520;
	background-color: #947038; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ac8242, #7c5e30);/* W3C */
	/* IE5.5 - 7 */
	/* IE8 */
	/* IE9 */
	/* Firefox */ 
	}	
	
div.p_table a.button_3
	{
	border-bottom: 1px solid #582f1e;
	background-color: #895135; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #9e5e3e, #72442d);/* W3C */
	/* IE5.5 - 7 */
	/* IE8 */
	/* IE9 */
	/* Firefox */ 
	}
	
div.p_table a.button_4
	{
	border-bottom: 1px solid #8b2518;
	background-color: #994d38; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #c84c32, #a43724);/* W3C */
	/* IE5.5 - 7 */
	/* IE8 */
	/* IE9 */
	/* Firefox */ 
	}
	
div.p_table a.button_5
	{
	border-bottom: 1px solid #8b2518;
	background-color: #b6412c; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #c84c32, #a43724);/* W3C */
	/* IE5.5 - 7 */
	/* IE8 */
	/* IE9 */
	/* Firefox */ 
	}	