/**
 * MAKILA - PRINT CIRCUITS
 */

#all .noprint { display: none; }


/* Layout */

body { background: white; color: black; }
#all { width: 65em; overflow: visible; }
#header { position: relative; height: 9em; }
#content { padding: 0; background: transparent; }
#mainColumn { float: none; padding: 0; width: auto; }


/* Carousel */

#mainZone .innerMainZone { background: transparent; }
#carousel { background: transparent; }
#all #carousel a.previous_button_disabled,
#all #carousel a.next_button_disabled { background: transparent; }
#carousel a.nav, #carousel a.nav:hover { background: transparent; color: black; }
#carousel a.nav img { display: none; }
#carousel li a img { opacity: 1.0; filter: alpha(opacity=100); }


/* Content */
#strongPoints { float: none; display: block; width: auto; }
#details { margin-top: 0; border: 0; background: transparent; }
#details .scroll { height: auto; overflow: visible; }
#details .tabs { background: transparent; border: none; }
#details .tabContent { padding: 0; }
#details div.hidden { display: block; }
#details h1.hidden {
	display: block; text-transform: uppercase; margin-top: 2em;
	border: none; background: transparent; color: black; padding: 0;
}

