/* =============================================================================
   reset
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* =============================================================================
   Bill's Fix:
   ========================================================================== */
i, em {font-style: italic;}

/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #1b75bb; }
a:visited { color: #1b75bb; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* =============================================================================
   debug (comment out to remove)
   ========================================================================== */
div, section, article, header, footer, nav {
	/*outline: 1px dotted #d5d5d5;*/
}
nav {
	/*background: rgba(0, 150, 0, 0.2);*/
}
.header-masthead {
	/*background: rgba(0, 150, 0, 0.2);*/
}

.header-masthead .cta { /* 184 x 53 */
	/*width: 184px;
	height: 53px;
	background: rgba(0, 150, 0, 0.2);*/
}
.ee-placeholder {
	display: none; /* change to "none" to remove debug */
	text-align: center;
}
.lorem {
	display: none;
}


/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */

body {
	font-size: 12px; font-family:Arial, Helvetica, sans-serif; line-height:1.5em;
}

body, p, li {
	color: #58595b;
	/*line-height: 1.2;*/
}
p, li {
	margin: 0 0 1em 0;
}
/* TEMPLATES   (skinning and layout) */ 

#template_productStandard {
	/*background: #C5D3D4;*/
	background: #ffffff;
}

.page {
	width: 1024px;
	margin: 0 auto;
	background: #FFF;
	/*height:100%;*/
	padding-bottom:30px;
}

#pageHeader {
	position: relative;
	z-index: 2;
}

	.identity {
		height: 50px;
	background: #FFF;
	}
		.home-logo {
			display: block;
			float: left;
		}
		/* see ebscohost section for #top-nav style addition */
	.nav {
		width: 961px;
		height: 45px;
		margin: 0 auto;
	}

#pageBody {
		position: relative;
		background: #FFF;
		z-index: 1;
}
	.header-masthead {
		height: 250px;
		margin-top: -12px;
		/*background: url("images/masthead.png") no-repeat 0 0 transparent;*/
	}
		.header-image {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%; /* only set due to forcibly resizing image; drop declaration when new images are delivered */
			height: 250px;
		}
		.header-masthead .masthead-title {
			position: absolute;
			top: 90px;
			left: 45px;
		}
		.cta {
			line-height: 48px;
		}
		.header-masthead .cta { /* 184 x 53 */
			position: absolute;
			top: 75px;
			right: 41px;
		}
		.footer .cta {
			position: absolute;
			right: 78px;
		}
			.cta-link {
				display: block;
				background: #F15B28;
				border-radius: 8px;
			}
				.cta-text {
					display: block;
					padding: 0 30px;
					/*border-radius: 8px;*/
					background-image: linear-gradient(bottom, #FF6701 54%, #FF8001 82%, #FFBF00 100%);
					background-image: -o-linear-gradient(bottom, #FF6701 54%, #FF8001 82%, #FFBF00 100%);
					background-image: -moz-linear-gradient(bottom, #FF6701 54%, #FF8001 82%, #FFBF00 100%);
					background-image: -webkit-linear-gradient(bottom, #FF6701 54%, #FF8001 82%, #FFBF00 100%);
					background-image: -ms-linear-gradient(bottom, #FF6701 54%, #FF8001 82%, #FFBF00 100%);
					background-image: linear-gradient(bottom, #FF6701 54%, #FF8001 82%, #FFBF00 100%); /* W3C */
					background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.54, #FF6701),color-stop(0.82, #FF8001),color-stop(1, #FFBF00));
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFBF00', endColorstr='#FF6701',GradientType=0 ); /* IE6-9 */
	
					color: #FFF;
					/*font-weight: bold;*/
					font-size: 24px;
				}
				.cta-link:hover {
					text-decoration: none;
				}
				.cta-link:hover .cta-text {
					background: #FF6701;
				}

#template_productStandard .con {
	overflow: hidden;
}
#template_productStandard .content-main {
	width: 570px;
	float: left;
	margin-bottom: -20000px;
	padding: 0 35px 20020px;
}
#template_productStandard .content-aside {
	width: 330px;
	float: right;
	margin: 0 0 -20000px -1px; /* -1px on left to account for 1px border */
	padding: 0 35px 20020px 15px;
}

#pageBody .sub-body {
	background-image:url(/resources/product-page-temp/images/background_bottom.jpg);
	background-repeat:repeat-x;background-position:0 0; 
	background-color:#ffffff;
}
.sub-body .content {
	margin-top: 1em;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 0%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(0%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 0%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 0%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 0%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 0%); /* W3C */

}
#pageBody .sub-body .content-main {
	width: auto;
	float: none;
}


/*DISCOVERY*/
.eds-left {float:left;width:116px; padding:0 10px 10px 0px;}
.pod-groupBottom{padding-top:10px;}

.footer {
background-image:url(/resources/product-page-temp/images/footer_divide.jpg);background-repeat:no-repeat;background-position:-20px 0;padding: 30px 20px 20px;}

#pageFooter {
	margin-top: 3em;
	text-align: center;
}
.smallFooter {padding-top:10px; font-size:11px;}


/* MODULES */ 
.pod, .podBottom{ padding: 1em 0; overflow: hidden; }
.pod-group {  }
.pod-group .pod {
	margin: 0;
	padding: 0;
	float: left;
}
.pod-groupBottom {margin: 0;
	padding: 10px 0px;
	float: left;
}
.size1of2 { width: 50%; }
.size1of3 { width: 33.3333333%; }
.size2of3 { width: 66.6666667%; }
.size1of4 { width: 25%; }
.size2of4 { width: 50%; }
.size3of4 { width: 75%; }

.carousel {background-image:url(/resources/product-page-temp/images/smudge_car.jpg);background-repeat:no-repeat; background-position:center; padding:20px 0px;}
.carousel .bx-wrapper { margin: 0 auto; padding-left: 20px; }
.bxCarousel { width: 170px; padding: 0; }
.bxCarousel li { padding-right: 30px; }
.bx-prev { left: -30px; 
background-image:url(/resources/product-page-temp/images/hmArrows-Left.png); background-repeat:no-repeat; height:50px; width: 24px;background-position:0 0; outline:none;}
.bx-prev:hover{background-position:0 -50px;}
.bx-next { right: -15px; background-image:url(/resources/product-page-temp/images/hmArrows-Right.png); background-repeat:no-repeat; height:50px; width: 24px;background-position:0 0; outline:none;}
.bx-next:hover{background-position:0 -50px;}

.sample-video {text-align: center; margin-top: 30px;}

.video-wrapper { position:relative; padding-bottom:56.25%; height:0; }
.video-wrapper iframe { position:absolute; top:0; left:0; width:100%; height:100%; }
/**********CYCLE**********************/

#slideshow{overflow: hidden; margin:0 auto; max-width:570px; max-height:240px;}
.slide {margin:0; padding:0; width:570px; height:240px;}
.slide img{margin:auto; display:block;}
#pagerNav{text-align:center; padding-top:5px;}
#pagerNav a{background-image:url(images/slide_off.jpg); background-repeat:no-repeat; text-decoration: none; margin: 5px 3px; padding: 2px 5px; color:#e3e3e3;}
#pagerNav a.activeSlide{background-image:url(images/slide_on.jpg); background-repeat:no-repeat; color:#41a0d0;}

.header {
}
	.header_identifier {							 /* optional - place text, logo, images that help identify the parent */
	}

.nav {}
	.nav_group {}
		.nav_item {
			display: inline-block;
		}
		.lt-ie8 .nav-item {
			display: inline;
			zoom: 1;
		}
		.nav_link {}

.footer {padding-left:35px;}

.col2, #related-subjects ul {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.col3 {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.ieCol {
	display: block;
	float: left;
	padding: 0 3%;
}
.col2-1, .col2-2 {
	width: 45.5%;
}
.col2-2 {
	padding-right: 0;
}
.col3-1, .col3-2, .col3-3 {
	width: 28.333333%;
}
.col3-3 {
	padding-right: 0%;
}



.col2 li, #related-subjects ul li, .col3 li, .ieCol li {
	margin-bottom: 0.5em;
}

.pod .hdr-heading, #primary-description h2, #primary-description h3  {
		padding-top: 0px;
	}

.dl-horizontal {
	overflow: hidden;
	background-image:url(/resources/product-page-temp/images/line_contentBottom.jpg);background-position:bottom center; background-repeat:no-repeat;
	padding-bottom:30px;
}
.dl-horizontal dt{
	clear: left;
	float: left;
	width: 150px;
	margin-bottom: -20000px;
	padding-bottom: 20005px;
}
.dl-horizontal dd {
	float: left;
	margin-left: 10px;
	margin-bottom: -20000px;
	padding-bottom: 20005px;
}
.titlelist-link {
	display: block;
	float: left;
	margin-right: 10px;
}
/*--------------------------QUOTES-----------------------*/
.quote {
	margin: 1em 0;
	font-size: 1.6em;
	font-family:Georgia, "Times New Roman", Times, serif; line-height:1.25em;
	background-image:url(/resources/product-page-temp/images/quote_left.png); background-repeat:no-repeat;background-position:top left;margin-bottom:10px;
}
.quote p {background-image:url(/resources/product-page-temp/images/Thumb_transp.png); background-repeat:no-repeat;background-position:center;padding:10px 0px 0px 0px; margin-bottom:0px;	margin-top:5px; color:#000000;}

	.quote small {
		display: block;
		font-style: italic;
		text-align: right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		background-image:url(/resources/product-page-temp/images/quote_right.png); background-repeat:no-repeat;background-position:290px 0px;
		padding-top:40px;
	}
.quoteLt {
	margin: 1em 0;
	font-size: 1.6em;
	font-family:Georgia, "Times New Roman", Times, serif; line-height:1.25em;
	background-image:url(/resources/product-page-temp/images/smudge_leftCol.jpg); background-repeat:no-repeat;background-position:5px left;margin-bottom:10px;
}
.quoteLt  p {background-image:url(/resources/product-page-temp/images/quote_right.png); background-repeat:no-repeat;background-position:right bottom;padding:35px 25px 0px 50px; margin-bottom:0px;	margin-top:5px; width:467px; color:#000000;}

	.quoteLt small {
		display: block;
		font-style: italic;
		text-align: right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		padding:40px 40px 0px 0px;
	}
	.quoteLt .normal {
		font-style: normal;
	}

.center{
	text-align:center;
}

.focus {
	padding: 30px 10px 10px 10px;
	background-image:url(/resources/product-page-temp/images/line_contentTop.jpg);background-position:top center; background-repeat:no-repeat;
	/*border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	-webkit-box-shadow: -6px 0px 10px -5px rgba(0, 0, 0, .5);
	box-shadow: -6px 0px 10px -5px rgba(0, 0, 0, .5);*/

}

.skin_separator {
	padding: 30px 0 10px;
	background-image:url(/resources/product-page-temp/images/line_contentTop.jpg);background-position:top center; background-repeat:no-repeat;
}

.chartlist ul{
	padding: 0;
	margin-top:0px;}

.chartlist hr {width: 290px; margin-left:15px;}
.chartlist ul li:first-child{}

.image-list ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;}
	
.image-list li {
	display: block;
	margin: 10px;
	float: left;}

.content-list, .list-matrix-list ul, .related-links ul{
	list-style:none;
	padding-left: 5px;
	margin:5px 0 0 0;
}
	.content-list li, .list-matrix-list ul li, .related-links ul li{
		margin-bottom: 0.5em;
		background-image:url(/resources/product-page-temp/images/bullet.jpg);background-repeat:no-repeat; background-position:0px 5px;
		padding-left:10px;}
 .content-list2, #related-feature ul {padding-left: 5px; margin:5px 0 10px 135px;}
	.content-list2 li, #related-feature ul li {margin-bottom: 0.2em;}
.material-list{padding-left:0px;list-style:none; margin-top:0px;}
.material-list li{padding:0px;}

.border-right{border-right: 1px solid #cccccc; margin-right:25px;}
.bottom-list, .related-links2 ul{list-style:none;padding-left:0px;}
.bottom-list li, .related-links2 ul li{margin-bottom:8px;}

.social-pod { overflow: visible; }
.social {
	display: inline-block;
	margin: 0 0;
	line-height: 53px;
}
.fb-like{ position:relative;z-index:1000;}
.fb_iframe_widget span {
	width: 45px !important;
	overflow: hidden !important;
}
.expandCtrl {
	padding-left: 15px;
}
.arrow {
	position: relative;
	display: block;
	margin-right: 10px;
	float: left;
}
	.arrow-up {
		position: absolute;
		top: 5px;
		width: 0; 
		height: 0; 
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #1B75BB;
	}
	.arrow-down {
		position: absolute;
		top: 5px;
		width: 0; 
		height: 0; 
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #1B75BB;
	}
	.arrow-right {
		position: absolute;
		top: 5px;
		width: 0; 
		height: 0; 
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #1B75BB;
	}
	.arrow-left {
		position: absolute;
		top: 5px;
		width: 0; 
		height: 0; 
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent; 
		border-right:5px solid #1B75BB; 
	}
	
	.special{background-image:url(image/line_contentTop.jpg);background-position:top center; background-repeat:no-repeat;}

/* USAGE   (usually of modules or html elements */



.main-nav {}										 /* typically the top navigation on the site, anchored to every page */
.aside-nav {}										 /* secondary navigation - section- or page-specific */
.main-content {
	padding: 12px;
	font-size: 1em;
}									 /* the major content area of the page or section */
.aside-content {
	padding: 12px;
	font-size: 0.8em;
}									 /* secondary or supporting content - not a primary focus */

.hdr, #secondary-description h2, #secondary-description h3 {
	padding: 1em 0 0.5em;
	color:#000000;
	line-height: 1.1;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*text-shadow: 2px 1px #d5d5d5;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);*/
}
.content-aside .hdr {
	padding-bottom:8px;
}
	.hdr-tagline {
		padding: 1em 35px;
		font-size: 2.6em;
	}
	.hdr-title { /*===== page or section title ===== */
		padding: 1em 0;
		font-size: 2.6em;
	}
	.hdr-heading, #secondary-description h2, #secondary-description h3 { /*===== content header within section or page ===== */
		font-size: 1.6em;
	}
	.hdr-subheading { /*===== heading for minor section (abstract, callout, example) ===== */
		font-size: 1.1em;
	}
.hdr-heading i {font-style:italic;}
.v-seperator {
	margin: 0 2em;
}

.altRows li:nth-child(even) {
	background: #d5d5d5;
}

.ieAltColor {
	background: #d5d5d5;
}

.inactive, .inactive:hover {
	color: #999;
	text-decoration: none;
	cursor: default;
}

.usage_linklist {

}
.usage_footer {

}
.usage_attribution {

}
.usage_muted {
	color: #666;
}


/* func_type (functional hook): modal || submit || expand || hide || change || hover */





/* =============================================================================
   EBSCOHOST updated rules
   ========================================================================== */

/* navigation.css */
#top-nav {
	position: absolute;
	top: 0;
	right: 32px;
}
#nav {
	padding: 0 0 0 31px;
}
#nav ul li {
	background-image: url("/resources/main-navigation.png");
}
#nav-ep-home {
	background-position: 0 0;
}
#nav-ep-academic {
	background-position: -96px 0;
}
#nav-ep-medical {
	background-position: -239px 0;
}
#nav-ep-corporate {
	background-position: -384px 0;
}
#nav-ep-government {
	background-position: -528px 0;
}
#nav-ep-k12 {
	background-position: -671px 0;
}
#nav-ep-public {
	background-position: -816px 0 ;
}





/* =============================================================================
   Media Queries
   ========================================================================== */

/* screen width less than 500px */
@media screen and (max-width: 500px) {

	.nav_item {
		display: block;
	}
	.lay_2col .content-major {
		float: none;
		width: 100%;
	}
	.lay_2col .content-minor {
		margin-left: 0;
		padding: 0;
	}

}

/* DEFAULT - PLACEHOLDER ONLY screen width between 500 and 1200 */
@media screen and (min-width: 501px) and (max-width: 1199px) {


}

/* screen width larger than 1200px */
@media screen and (min-width: 1200px) {

/* 	.lay_2col .content-major {
		float: left;
		width: 80%;
	}
	.lay_2col .content-minor {
		margin-left: 80%;
		padding: 0 0 0 36px;
	}
	.lay_2col .content-major article {
		-moz-columns: 20em;
		-webkit-columns: 20em;
		columns: 20em;
	}
 */
}







/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
/* "image replacement" */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
/* hide from all (screen and screen readers (usually content that will be made visible via interaction)*/
.hidden { display: none !important; visibility: hidden; }
/* hide from screens only - allow screen readers to see (i.e. content that is meant for screen readers but not typical browsers)*/
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/* keep layout intact by don't display content */
.invisible { visibility: hidden; }
/* floated children fix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
/* items that are 'extra' and usually toggled back into view */
.isOverflow { display: none; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
	* { 
		/*background: transparent !important;*/ 
		color: black !important; 
		box-shadow:none !important; 
		text-shadow: none !important; 
		filter:none !important; 
		-ms-filter: none !important; 
	} /* Black prints faster: h5bp.com/s */
	a, 
	a:visited { 
		text-decoration: underline; 
	}
	a[href]:after { 
		content: " (" attr(href) ")"; 
	}
	abbr[title]:after { 
		content: " (" attr(title) ")"; 
	}
	.ir a:after, 
	a[href^="javascript:"]:after, 
	a[href^="#"]:after { 
		content: ""; 
	}  /* Don't show links for images, or javascript/internal links */
	pre, 
	blockquote,
	blockquote p,
	blockquote small { 
		/*border: 1px solid #999;*/ 
		page-break-inside: avoid; 
	}
	blockquote small {
		page-break-before: avoid;
	}
	thead { 
		display: table-header-group; 
	} /* h5bp.com/t */
	tr, 
	img { 
		page-break-inside: avoid; 
	}
	img { 
		max-width: 100% !important; 
	}
	@page { 
		margin: 0.5cm; 
	}
	p, h2, h3 { 
		orphans: 3; 
		widows: 3; 
	}
	h2, h3 { 
		page-break-after: avoid; 
	}
 
	.page {
		width: 100%;
	}
	#pageHeader,
	.footer {
		display: none;
	}
	#template_productStandard .content-aside {
		display: block;
		float: none;
		clear: both;
		margin: 0;
		padding: 0;
		width: auto;
	}
	.pod-groupBottom {
		width: auto;
		float: none;
	}
	#template_productStandard .content-main {
		margin: 0;
		padding: 0;
	}
	#pageFooter p {
		display: none;
	}
	#pageFooter p.smallFooter {
		display: block;
	}
	.print-page-link { display: none; }
}
