#body-background {
	display: none !important;
	visibility: hidden !important;
}

#main.maximenuCKH {
	display: none;
}

#topWrapper {
	display: none;
}

#footerLeft .moduletable-horizontal {
	display: none;
}

/* Spare Parts */
#spares_search_form,
#list_size_limit,
.show_all {
	display: none;
}

/* Spare part */
#spare h2.componentheading, #spare #print_this_page, #spare #nav, #spare div.outerWrapper.grid1Row, 
#spare .custom_flagship h4, #spare .moduletable_logos, #spare .custom_websiteby img,
#spare #spares_button, #spare #spares_pagination
{
	display: none;
}

#spare .spare_part_thumb
{
	float: left;
}

#spare .info h3
{
	float: left;
	padding-left: 6%;
}

#spare .moduletable_copyright
{
	float: left;
}

#spare .custom_websiteby
{
	float: right
}

#spare .custom_websiteby a
{
	text-decoration: none;
	color: black;
}

#spare #product_details
{
	float: left;
	margin-left: 0px;
	padding-left: 0px;
}

#spare #product_images
{
	float: right;
}

#spare table#part_heading_table
{
	border: 1;
}

#spare .disclaimer strong { color: black !important; }
#spare .disclaimer a { display: none; }

/* Remove the white image */
#white-overlay
{
	display: none;
}


/* Restyle the tables */
#spare #part_heading_table, #spare #part_info_table 
{ width: 100%;
padding-left: 15% }
#spare table .part_number  { width: 10%; text-align: center; background-color: #ECECEC;}
#spare table .part_category  { width: 25%; text-align: center; background-color: #DDDDDD;}
#spare table .part_information  { width: 40%; text-align: center; background-color: #ECECEC;}
#spare table .part_status  { width: 10%; text-align: center; background-color: #DDDDDD;}
#spare table .replacement_number  { width: 15%; text-align: center; background-color: #ECECEC;}


/* Clearfixing the top bar, clearfixing each product */
#spare #spares_product, #spare .spare_part
{
	display: inline-block;
}

#spare #spares_product:after , #spare .spare_part:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
html[xmlns] #spare #spares_product, html[xmlns] #spare .spare_part {
	display: block;
}
 
* html #spare #spares_product, * html #spare .spare_part {
	height: 1%;
}