/*Accordion menu styles*/
	body { font: 0.8em Arial, sans-serif; }
	
	/* Level 1 */
	.pageContent { width: 720px; }
	.accordion { list-style-type: none; padding: 0; margin: 0 0 30px; border: 1px solid #fff; border-top: none; border-left: none; }
	.accordion ul { padding: 0; margin: 0; float: left; display: block; width: 100%; }
	.accordion li { background: #ebeef1; list-style-type: none; padding: 0; margin: 0; float: left; display: block; width: 100%;}
	.accordion li.active>a { background: url('http://www.berryplastics.com/catalog-images/htmlarea/close.png') no-repeat center right; cursor: pointer; }
	.accordion li div { padding: 20px; background: #fff; display: block; clear: both; float: left; width: 680px;}
	.accordion a { text-decoration: none; border-bottom: 2px solid #fff; font: bold 1.4em Arial, sans-serif; color: #222; padding: 10px 20px; display: block; cursor: pointer; background: url('http://www.berryplastics.com/catalog-images/htmlarea/open.png') no-repeat center right;}
	a.inner-link {background:none;display:inline;margin:0;padding:0;}
	a.download-button{padding:10px 20px;background:#39f url('http://www.berryplastics.com/catalog-images/htmlarea/button-background.png') no-repeat center center;font: bold 1.2em Tahoma, sans-serif; color:#003;border-top:1px solid #c7eafa;border-left:1px solid #c7eafa;border-right:1px solid #174066;border-bottom:1px solid #174066;}
	a.download-button:hover{color:#cff;}
	.accordion img {margin:10px 20px}
	
	/* Level 2 */	
	.accordion li ul li { background: transparent;border-top:1px dotted #ddd;padding:10px 0 5px 0; font-size: 0.9em; }
	.accordion li ul li.accordion-sub-first {background: transparent;border-top:0;}
	.accordion li ul {width:250px;}
	.htmlLine {width:680px;padding:15px 20px;border:1px solid #ddd;background:#f0f2f4;overflow:auto}
	.newsContent {width:410px;float:left;}
	.relatedMenu {width:250px;margin-left:20px;float:left;}
	.newsContentImage {float:right;margin:10px;padding:10px;border:1px solid #ccc;background:#fff}
	.newsContentBody {}
	
	/* new clearfix */
.clearfix:after {
	v-isibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.lightGradientBg {
	padding:15px;
	background:  #fff url('../images/light-gradient-bg.png') center bottom repeat-x;
	margin-bottom:15px;

}
.darkGradientBg {
	margin-bottom:15px;
	color:#fff;
	padding:15px;
	background:  #ababab url('../images/dark-gradient-bg.png') center bottom repeat-x;
}
.darkGradientBg a {
	margin-bottom:15px;
	color:#fff;
	
}
.roundedBox5 {
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.roundedBox5 {
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.roundedTop5 {
	border:1px solid #ccc;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
.roundedBottom5 {
	border:1px solid #ccc;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}
.rowGrayAlt tr {
	background:#e6e6e6;
	border-bottom:1px solid #ccc;
}
.rowGrayAlt thead tr {
	background:#495a63;
	color:#fff;
}.rowGrayAlt thead tr td {
	font-weight:bold;
}
.rowGrayAlt tr:nth-child(2n) {
	background:#f4f3f3
}
.rowGrayAlt tr:last-child {
	border-bottom:0;
}
.tblTitleBlue {
	background:#1d83b6;
	font: normal normal 16px Arial;
	color:#fff;
	padding:10px 15px;
	}
.rowGrayAlt td {
padding:5px 10px 5px 20px;
font: normal normal 13px Arial;
}
