@CHARSET "ISO-8859-1";

/* to match subtitles on other pages */
.T2 p.subtitle {
	color:black;
	font-weight:bold;
	font-size:16px;
	font-family:Arial,Tahoma,Verdana,sans-serif;
}

/* Page level elements, for iframe */
body.T2, html.T2 {
	margin:0px;
	padding:0px;
	border:none 0px;
	}

.T2 {
	font-family:sans-serif;
	color:#000000;
	text-align:left;
	}
	
.T2 p {
	margin: 0.5em;
}	
	
/* override bogus browser form defaults */
.T2 form {
	margin:0px;
	padding:0px;
	border:none 0px;}
	
div.T2_manufacturerList,
div.T2_modelList,
div.T2_oemSupplyList
	 {	
	position:relative; /* ie6 hack */		
	overflow:auto;
	padding:0px;
	margin:0px;
	border:none 0px;
	border:3px blue;
	width:615px;
	}	
	
div.T2_altViewLink {
	position:absolute;
	top:35px;
	right:10px;
	font-size:90%;
}
div.T2_altViewLink a,
div.T2_altViewLink a:visited,	
div.T2_altViewLink a:hover {
	color:black;
}
	
.T2_manufacturerList .section,
.T2_modelList .section,
.T2_oemSupplyList .section
	 {	
	position:relative; /* ie6 hack */		
	padding:0px;
	margin:0px;
	border:none 0px;
	float:left;
	width:195px;}

.T2_manufacturerList .section table,
.T2_modelList .section table,
.T2_oemSupplyList .section table {
	position:relative; /* ie6 hack */	
	table-layout:fixed;
	width:180px;
	}
	
.T2_manufacturerList .section table td,
.T2_modelList .section table td,
.T2_oemSupplyList .section td {
	border:0 none;
	margin:0;
	padding:0;
	position:relative;	
	width:180px;
}

.T2_manufacturerList .section table td.altitem,
.T2_modelList .section table td.altitem,
.T2_oemSupplyList .section td.altitem {
	position:relative; /* ie6 hack */	
	background-color:#f7f7f7;}

.T2_manufacturerList .section td.subSectionHeader,
.T2_modelList .section td.subSectionHeader,
.T2_oemSupplyList .section td.subSectionHeader {
	background: #b2b2b6;
	color:white;
	font-size:90%;
	font-weight:bold;
	padding:2px;
	border:0px none;
	border-top: 10px solid white;
	text-align:center;
}

.T2 .section button{
	cursor:pointer;	
	padding:0px;
	margin:0px;	
	border:0px none;
	text-align:left;
	background-color:transparent;
	overflow:visible;
	}
	
.T2 .section button p {
	position:relative; /* required to prevent white lines in IE7 when scrolling! */	
	cursor:pointer;	
	padding:2px;
	margin:0px;	
	width:160px;	
	text-align:left;
	white-space:normal;	
	border:0px none;	
	color:#000000;
	padding-left:15px;
	text-indent:-10px;
	display:block;
	/* override inherited larger text for default button */
	font-size:80%;
	}
		
