/* Product Family */
#product_table {
	position:relative;
	width:44em; /*needs to be 704px according to specs*/
	_width:704px;
}

/* HEADING & footing */
#product_table .heading,
#product_table .footing {
	height:2.6em;
	margin:0em;
	padding:0em;
}
#product_table .heading li,
#product_table .footing li {
	color:#FFFFFF;
	cursor:default;
	display:block;
	float:left;
	font-size:12px;
	padding:.1em 0.6em;
	position:relative;
	text-decoration:none;
}
#product_table .footing li {_border-top:1px solid #F8FCFD;height:1.8em;}

#product_table .heading_left {
	background-color:#009D2E;
	background-image:url(../images/css_table_green.gif);
	border-right:1px solid #FFFFFF;
	line-height:3.25em;
	width:14.25em!important!;
	width:14.3em;
	_width:187px;
}
#product_table .heading_middle1 {
	background-color:#009D2E;
	border-right:1px solid #FFFFFF;
	line-height:3.25em;
	width:7em;
	_width:99px;
}
#product_table .heading_middle2 {
	background-color:#009D2E;
	border-right:1px solid #FFFFFF;
	line-height:1.07em;
	width:10em;
	_width:136px;
}
#product_table .heading_middle3 {
	background-color:#009D2E;
	border-right:1px solid #FFFFFF;
	line-height:3.25em;
	width:10em!important!;
	width:9.95em;
	_width:135px;
}
#product_table .heading_right {
	background-color:#009D2E;
	background-image:url(../images/css_table_green.gif);
	background-position:right top;
	line-height:3.25em;
	width:11.25em!important!;
	width:11.05em;
	_width:147px;
}

#product_table .footing_left {
	background-image:url(../images/css_table_green.gif);
	background-position:left bottom;
	border-right:1px solid #FFFFFF;
	line-height:3.25em;
	width:14.25em!important!;
	width:14.3em;
	_width:187px;
}
#product_table .footing_right {
	background-image:url(../images/css_table_green.gif);
	background-position:right bottom;
	line-height:3.25em;
	width:11.25em!important!;
	width:11.05em;
	_width:147px;
}

/* TABLE */
#product_table .odd,
#product_table .even {
	border:1px solid #DDF1FC;
	_border:none;
	height:12em;
	margin:0em;
	padding:0em;
}

#product_table .even {
	border:1px solid #F8FCFD;
	_border:none;
}

#product_table .odd li,
#product_table .even li,
#product_table .odd a,
#product_table .even a {
	_border:1px solid #DDF1FC;
	color:#707070;
	display:block;
	float:left;
	font-size:12px;
	height:14em;/*the white lines*/
	_height:192px;
	outline:0;
	position:relative;
	text-decoration:none;
}

#product_table .even li {
	_border:1px solid #F8FCFD;
}

#product_table .column_one,
#product_table .column_two,
#product_table .column_three,
#product_table .column_four,
#product_table .column_five,
#product_table .column_six {
	padding:1em 0.6em;
}

#product_table li.column_one {color:#009D2E;text-align:right;width:7em;_width:104px;}
#product_table li.column_two {border-right:1px solid #FFFFFF;width:6em;_width:66px;}
#product_table li.column_three {border-right:1px solid #FFFFFF;width:7em;_width:99px;}
#product_table li.column_four {border-right:1px solid #FFFFFF;width:10em;_width:136px;}
#product_table li.column_five {border-right:1px solid #FFFFFF;width:10em;_width:135px;}
#product_table li.column_six {width:10.9em;_width:146px;}

#product_table .odd {
	background-color:#DDF1FC; /*light blue*/
	vertical-align:top;
}

#product_table .even {
	background-color:#F8FCFD; /*Almost white*/
	vertical-align:top;
}

#product_table a:hover {
	_border:1px solid #009D2E;
	cursor:pointer;
}
#product_table .odd:hover,
#product_table .even:hover {
	border:1px solid #009D2E;
	cursor:pointer;
}
