/*****************************************************************************************
 *			Standard print styles
 ****************************************************************************************/
 
/* remove all background colors and images, set all text to black */
* {
	background-image: none !important;
	background-color: transparent !important;
	color: black !important;
}

.no-print
{
	visibility: hidden;
}


/*****************************************************************************************
 *			Main document sections layout
 ****************************************************************************************/
 
/* remove all margins and padding from body */
body {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 75%;
}

/* remove all margins, padding and borders from #page */
body #page,
body #page-inner {
	width: auto !important; /* must be !important otherwise we get a stupid IE bug involving expressions */
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	height: auto;
	min-height: 0;
}

/* center the header on the page */
html body.home-section #page #header,
html body #page #header {
	margin: 0 !important;
	padding: 0 0 1em 0 !important;
	border-bottom: 1px solid #ccc !important;
	height: auto !important;
	min-height: 0 !important;
	width: 100% !important;
	position: static;
	left: 0;
	top: 0;
}

/* position the footer */
body #page #footer {
	border-top: 1px solid #ccc;
	position: static;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0 !important;
}

/* position the footer */
body #page #footer-extra {
	display:none;
}

body.is-section-index div#page div#section-title {
	height: auto;
	display: none !important;
}

/* ditch the column wrappers */
body #page #column-wrapper,
body #page #column-wrapper-inner {
	margin: 0;
	padding: 0;
}

/* make the content full width with no padding or borders */
body #page #content,
body #page #content-inner 
{
	float: none;
	border: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
body #page #content 
{
	padding-top: 0 !important;
}

/* hide the primary nav */
body #page #primary-navigation {
	display: none;
}

/* hide the secondary nav */
body #page #secondary-navigation {
	display: none;
}

/* hide the breadcrumb */
#page #breadcrumb {
	display: none;
}

/* hide the page top link */
#page #content #main #top-page-link {
	display: none;
}

body.has-secondary-navigation #page #content 
{
	margin: 0;
	padding: 0;
}

body.has-secondary-navigation #page #content-inner
{
	padding: 0;
}



/*****************************************************************************************
 *			Header layout / styles
 ****************************************************************************************/

body #page #header-inner {
	margin: 0;
	padding: 0;
}

/* reposition the logo to top left */
#page #header #logo a {
	position: static;
	margin: 0;
	padding: 0;
}

#page #header #logo .ascendlogo {
	visibility: visible;
}

#page #header #logo a
{
	background: none;
}

/* hide the shopping details box */
#page #header #shopping-details {
	display: none;
}

/* hide the header links */
#page #header #header-links {
	display: none;
}


#lava {
	display:none;
}

/*****************************************************************************************
 *			Footer layout / styles
 ****************************************************************************************/

body #page #footer-inner {
	margin: 0;
	padding: 0;
}

/* hide the footer links */
#page #footer #footer-links,
#page #footer #site-by-areeba-link  {
	display: none;
}

/* display the copyright inline */

#page #footer #copyright {
	display: inline;
	margin: 0;
	padding: 0;
}


/*****************************************************************************************
 *			Section Title internal layout / styles
 ****************************************************************************************/

#section-title {

}

#page #section-title-inner {
	height: auto;
}

#page #section-title h1 {
	height: auto;
}




/*****************************************************************************************
 *		 	Content area internal layout
 ****************************************************************************************/

body #page #content #main {
	margin-bottom: 0;
	padding-bottom: 0;
}

body #page #content #main-inner {
	margin-right: 0;
}

body #page #content #main-inner #product-details {
	width: 456px;
}

body #page #content #page-title 
{
	margin: 0 !important;
	padding: 0 !important;
}


#content #product-content .category .category-details 
{
	width: 47%;
}

#content #category-content 
{
	width: 47%;
}

#content #sub,
#content #sub #product-faq,
#content #sub #product-pdf,
#content #sub #related-articles,
#content #sub #random-product,
#content #sub #related-items,
#content #sub #feature-image,
#content #product-details #product-pdf2{
	display: none;
}

#content #main #home-scientific-data,
#content #main #home-feature-product 
{
	display: none;
	float: none;
	margin-bottom: 1em;
}

/*****************************************************************************************
 *			Section index page styles
 ****************************************************************************************/
 





/*****************************************************************************************
 *		 	Utility Styles
 ****************************************************************************************/
 /* set up the box backgrounds */
#page #content .box {
	border: 1px solid #ccc;
	padding: 0.5em;
}

#page #content .boxInnerOne, #content #sub .boxInnerThree, #content #sub .boxInnerTwo{
	padding: 0;
	margin: 0;
}

#page #sub .shade-box 
{
	padding: 1em 0;
	border: 1px solid #ccc;
}

#buy-now-button
{
	display: none;
}

#download-pdf
{
	display: none;
}



/*****************************************************************************************
 *			Miscellaneous generic styles
 ****************************************************************************************/
  
 /************************
 * sIFR
 ************************/
/* This is the print stylesheet to hide the Flash headlines from the browser... 
regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}