/* CSS Document */

h3.panel {
	background: #FFF url("/gfx/gfx_catalogue_title.gif") right no-repeat;
	color: #fff;
	width: 522px !important;
	width /**/: 527px;
	height: 19px !important;
	height /**/: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding: 5px 0 0 5px;
	margin: 0;
	clear: both;
	border: 0;
}

DIV.item {
	width: 134px;
	float: left;
	padding-right: 12px;
}

DIV.item H3 {
	background: #FFF url("/gfx/gfx_catalogue_title.gif") right no-repeat;
	color: #fff;
	height: 19px !important;
	height /**/: 24px;
	font-weight: bold;
	padding: 5px 0 0 5px;	
}

/* =========================== */

#filters,
#results {
	background: #F1F1F1 url("/gfx/background_panel_shim.gif") bottom left repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #A5A5A5;
	padding: 5px 10px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
		
		#info {   
			float: right;
			padding: 5px 10px;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #a4a4a4;
			background-color: #F6F6F6;	
		}
			#info #help {
				float: left;
			}
			
			#info #remove {
				float: right;
				font-size: 0.9em;
				font-weight: bold;
			}

		#filters #filter_list,
		#results #result_number	 {
			float: left;
			width: 420px;
			padding-top: 2px;
		}
		
		#filters #filter_list UL {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#filters #filter_list UL LI {
			padding: 2px 0;
			margin: 0;
		}
		
		#filters #filter_list UL LI IMG { vertical-align: middle; }
		
		#filters #filter_clear,
		#results #result_button { float: right;  }
			

/* =========================== */

#spec_tabs {
	height: 50px;
	background: #fff url("/gfx/background_spectab_off.gif") right top;
	margin-bottom: 24px;
}

#spec_tabs UL {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#spec_tabs UL LI {
	display: inline;
	padding: 0;
	margin: 0;
}

#spec_tabs UL LI A {
	float: left;
	height: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	cursor: hand;
	padding: 4px 10px 0 10px;
	white-space: nowrap;
}
			
#spec_tabs UL LI A  { 
	background: #fff url("/gfx/background_spectab_off.gif") right top repeat-x;
}
			
#spec_tabs UL LI A:hover {
	text-decoration: none;
	background-image: url("/gfx/background_spectab_over.gif");
}

#spec_tabs UL LI.on A {
	color: #FFF;
	background: #fff url("/gfx/background_spectab_on.gif") right top repeat-x;
}
						
DIV.spec_table {
	float: left;
	clear: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

DIV.spec_table UL {
	display: inline;
	padding: 0;
	margin: 0;
}

DIV.spec_table UL LI {
	display: inline;
}

A.data_icon {
	display: block;
	float: left;
	padding: 0 8px 0 6px;
	text-decoration: none;
	background: transparent url("/gfx/background_specdata.gif") center right no-repeat;
}

A.data_icon IMG {
	vertical-align: middle;
}

A.data_value {
	display: block;
	float: left;
	padding: 2px 8px 2px 6px;
	text-decoration: none;
	background: transparent url("/gfx/background_specdata.gif") center right no-repeat;
}

LI.last A {
	background-image: none;
}
