/**** RESULTS STYLES ****/

#modelMatch {
	padding:8px 0 8px 0;
	font-size:115%;
}

#modelMatch span{
	font-size:125%;
	font-weight:bold;
}

#resultsTable3 {width:100%; table-layout:fixed;}

#filterCell {
	width:184px;
	vertical-align:top;
	padding-top:5px;
}

#gutterCell {
	width:10px;
	vertical-align:top;
}

#snipsCell {
	vertical-align:top;
}

#filterBox {
	width:184px;
	padding-bottom:15px;
	background-color: #e2f0eb;
	background-image: url('/products/images/filter_box_bottom.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

.filterDivider {
	border-bottom:1px dotted #89a49b;
}

#itemsnipsTable {
	width:100%;
	margin:4px 0;
}

#itemsnipsTable .titleRow td {
	background-color:#E2F0EB;
	border-top:1px solid #e2f0eb;
	border-bottom:1px solid #e2f0eb;
	font-weight:bold;
	padding:2px 5px 3px 2px;
}

#itemsnipsTable .dataRow td {
	border-bottom:1px solid #e2f0eb;
}

#itemsnipsTable .itemsnipCol1 {
	vertical-align:top;
	padding-top:15px;
	padding-right:5px;
}
	#itemsnipsTable .itemsnipCol1 input {
		margin:0;
		padding:0;
		width:14px;
	}
#itemsnipsTable .itemsnipCol2 {
	vertical-align:top;
	text-align:left;
	padding:15px 0 20px 0;
	width:108px;
}
#itemsnipsTable .itemsnipCol3 {
	vertical-align:top;
	padding:15px 12px 10px 5px;
}
	#itemsnipsTable .itemsnipCol3 ul {
		margin-top:3px;
	}
#itemsnipsTable .itemsnipCol4 {
	vertical-align:top;
	border-left:1px solid #e2f0eb;
	border-right:1px solid #e2f0eb;
	padding:15px 12px 10px 12px;
}
	#itemsnipsTable .itemsnipCol4 p {
		margin-top:3px;
	}
#itemsnipsTable .itemsnipCol5 {
	vertical-align:top;
	padding:15px 12px 10px 12px;
}




/**** COMPARE STYLES ****/

#tabWrapTable {
	width:100%;
	height:30px;
}

#tabWrapTable td.rightTd {
	padding-bottom: 5px;
	text-align: right;
	vertical-align: bottom;
}
h2.compareTitle {
	color: #999999;
	font-style: italic;
	margin-top:0;
}

#compareWidth2{
	width: 494px;
}
#compareWidth3 {
	width: 653px;
}
#compareWidth4 {
	width: 810px;
}

/**************************/
/* compareTable */
/**************************/

#compareTable {
	width:100%;
	margin-top: 7px;
	border-top:1px solid #e2f0eb;
}

#compareTable td {
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #e2f0eb;
	border-right:1px solid #e2f0eb;
	padding: 2px 5px 2px 10px;
}

#compareTable td.first {
	padding: 2px 5px 2px 17px;
	width:175px;	
}



/* removeRow */

#compareTable tr.removeRow td
{
	background-color: #e2f0eb;
	padding: 7px 0px 7px 10px;
}

#compareTable tr.removeRow td.first {
	background-color: transparent;
	border-bottom: 0;
}

#compareTable tr.removeRow td.firstBottom {
	background-color: transparent;
}

#compareTable tr.removeRow td img {
	vertical-align: middle;
}



/* thumbRow */

#compareTable tr.thumbRow td {
	padding: 10px 22px 10px 10px;
}

#compareTable tr.thumbRow td.first {
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-left: 0;
}

#compareTable tr.thumbRow td.firstBottom {
	vertical-align:top;
	padding-top: 10px;
	padding-left: 0;
	border-bottom:0;
}

#compareTable tr.thumbRow td img.border {
	margin-top: 10px ;
}


#diffKey {
	margin-left: 15px;
	text-indent: -15px;
	font-weight:bold;
	color: black;
	margin-bottom:3px;
}

#diffKey img {
	margin-right:7px;
}



/* headRow (s)*/

#compareTable tr.headRow td {
	vertical-align:bottom;
	font-weight:bold;
	font-size:125%;
	padding: 18px 5px 2px 0px;	
}

#compareTable tr.headRow td.first {}



/* diffRow (s) */

#compareTable tr.diffRow td {
	font-weight:bold;
	color: black;
}

#compareTable tr.diffRow td.first {
	font-weight: bold;
	color: black;
	background-image: url(/products/images/difference_indicator.gif);
	background-position: 2px 5px;
	background-repeat: no-repeat;
}

