/* product pipeline */

table#pipeline {
	width: 100%;
	margin: 1em 0 2em;
	border-collapse: collapse;
	}

table#pipeline tr {
	vertical-align: middle;
	}
table#pipeline td {
	padding: 4px 0;
	}

table#pipeline th {
	padding: 4px 14px 4px 0;
	font-weight: normal;
	text-align: right;
	}
table#pipeline thead th {
	padding: 4px 0;
	font-size: .9em;
	text-align: center;
	text-transform: uppercase;
	}

table#pipeline tr th, table#pipeline tr td {
	border-top: 2px solid #F4F4F4;
	}
table#pipeline thead th,
table#pipeline tr.first th,
table#pipeline tr.first td {
	border-top: none;
	}

table#pipeline tr.section {
	background: #F4F4F4;
	}
table#pipeline tr.section th {
	padding: 7px 14px 4px 4px;
	font-size: 1.4em;
	line-height: 1;
	color: #A30202;
	}
table#pipeline tr.section th em {
	font-size: .85em;
	}
table#pipeline tr.section th, table#pipeline tr.section td {
	border-top: 1px dashed #CED1C6;
	border-bottom: 1px dashed #CED1C6;
	}

table#pipeline tr.subsection {
	background: #F4F4F4;
	}
table#pipeline tr.subsection th {
	padding: 3px 14px 3px 4px;
	font-size: 1.4em;
	line-height: 1;
	color: #A30202;
	}
table#pipeline tr.subsection th em {
	font-size: .85em;
	}
table#pipeline tr.subsection th, table#pipeline tr.subsection td {
	border-top: 1px dashed #CED1C6;
	border-bottom: 1px dashed #CED1C6;
	}

table#pipeline .col1,
table#pipeline .col2,
table#pipeline .col3,
table#pipeline .col4,
table#pipeline .col5,
table#pipeline .col6 {
	width: 100px;
	background: transparent url(../img/products/bg_filet_sep.gif) 0 0 repeat-y;
	/*border-left: 1px solid #FFF;*/
	}

table#pipeline th.col1 {
	background: #F7F7F7 url(../img/products/bg_col1_header.gif) 0 0 no-repeat;
	}
table#pipeline th.col2 {
	background: #EFEFEF url(../img/products/bg_col2_header.gif) 0 0 no-repeat;
	}
table#pipeline th.col3 {
	background: #E8E8E8 url(../img/products/bg_col3_header.gif) 0 0 no-repeat;
	}
table#pipeline th.col4 {
	background: #E1E1E1 url(../img/products/bg_col4_header.gif) 0 0 no-repeat;
	}
table#pipeline th.col5 {
	background: #DADADA url(../img/products/bg_col5_header.gif) 0 0 no-repeat;
	}
table#pipeline th.col6 {
	background: #D4D4D4 url(../img/products/bg_col6_header.gif) 0 0 no-repeat;
	}

table#pipeline .col1 {
	background-color: #F7F7F7;
	}
table#pipeline .col2 {
	background-color: #EFEFEF;
	}
table#pipeline .col3 {
	background-color: #E8E8E8;
	}
table#pipeline .col4 {
	background-color: #E1E1E1;
	}
table#pipeline .col5 {
	background-color: #DADADA;
	}
table#pipeline .col6 {
	background-color: #D4D4D4;
	}
