@charset "utf-8";
/* CSS Document */

/** {border:#FFFFFF dashed 1px;}*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
html, body {
	margin:0;
	padding:0;
	background-color:#0066CC;
	font-size:10pt;
	font-family:Tahoma, Helvetica, sans-serif;
}
#page {
	width:1000px;
	background-color:#FFFFFF;
	background-image:url(/abc/img/page-content_bg.gif);
	border-color:#000000;
	border-width:0 1px 0 1px;
	border-style:solid;
}
#header {
	padding:0;
	margin:0;
	height:212px;
	background-color:#FFF;
}
/*Leftbar & Rightbar */	
#leftbar, #rightbar {
	background-repeat:repeat-y;
	width:177px;
	text-align:left;
	height:100%;
}
#leftbar {
	float:left;
}
#rightbar {
	float:right;
}
#leftbar ul, #rightbar ul {
	padding:0;
	margin:0;
}
#leftbar a, #rightbar a {
	text-decoration:none;
	color:#06F;
}
#leftbar h2, #rightbar h2 {
	padding:8px 0 0 0;
	margin:0 0 0 0;
	height:37px;
	color:#FFFFFF;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
}
#leftbar li, #rightbar li {
	color:#0066FF;
	list-style-type:none;
	background-image:url(/abc/img/abc_newTemplate1b-widerMenus_11.gif);
	background-repeat:no-repeat;
}
#leftbar li li, #rightbar li li {
	background-image:url(/abc/img/abc_newTemplate1b-widerMenus_14.gif);
	background-repeat:repeat-y;
	padding:0 0 5px 14px;
	color:#000;
	font-weight:bold;
}

#leftbar li li li, #rightbar li li li {
	background-image:url(/abc/img/spacer_C1BDBD.png);
	background-repeat:repeat;
	margin:0 8px 0 -3px;
	padding:5px 0 5px 3px;
	line-height:9pt;
	font-weight:normal;
	border-bottom:1px dotted #FFF;
	}
#rightbar li li li ul {
	border-bottom:1px solid #000;
	border-left:1px solid #666;
	border-top:1px solid #666;
	border-right:1px solid #000;
	margin:5px;
}	
#rightbar li li li li {/*Browse by Category sub-lists*/
	border:none;
	padding:2px 10px 2px 10px;
	margin:0;
	list-style-type:none;
	background-color:#C6D2DD;
}
#leftbar ul li ul, #rightbar ul li ul {
	background-image:url(/abc/img/abc_newTemplate1b-widerMenus_16.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0 0 31px 0;
	}
#leftbar ul li ul li ul, #rightbar ul li ul li ul {
	background-image:none;
	padding:0;	
	}	
/*Content Styles*/
#content {
	text-align:justify;
	margin:0 177px 0 177px;
	padding:0 15px 0 15px;
}
#content p {
	text-indent:25px;
}
#content blockquote {
	padding:0 100px 0 100px;
	font-style:italic;
	text-indent:25px;
}
#content img {
	border:none;
}
/*Art Policy Table*/	
table.art_policy {
	width:500px;
}
colgroup.packageSize {
	background-color:#D7D0E2;
}
colgroup.paperLabel {
	background-color:#E0D1D1;
}
colgroup.silkscreen {
	background-color:#D1E0E0;
}
colgroup.pallets {
	background-color:#E0DFD1;
}
th.packageSize {
	background-color:#B5A7C9;
}
th.paperLabel {
	background-color:#C4A6A6;
}
th.silkscreen {
	background-color:#96B8B8;
}
th.pallets {
	background-color:#BBB999;
}
table.art_policy td {
	padding:5px;
	vertical-align:top;
	text-align:left;
}
table.art_policy th {
	text-align:center;
	padding:5px;
	vertical-align:top;
}
table.art_policy tbody th {
	text-align:left;
}
table.art_policy tbody tr:hover {
	background-color:#E9EFEF;
}
ol.art_policy {
	list-style-type:upper-roman;
}
/*FDA Page*/
img.fdaImg {
	padding:5px 5px 5px 5px;
	border:1px solid #CCC;
	margin:10px;
}
/*Footer Styles*/	
#footer {
	height:38px;
	background-image:url(/abc/img/abc_newTemplate1a_31.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
}
#footer li {
	list-style-type:none;
	display:inline;
	padding:0 20px 0 0;
}
/*linkbar styles */
#linkbar {
	background-image:url(/abc/img/abc_newTemplate1a-linkbar_10.gif);
	background-repeat:repeat-x;
	height:83px;
}
#linkbar ul {
	margin:0;
	padding:0;
}
#linkbar li {
	list-style-type:none;
	display:inline;
	margin:0 0 0 -8px;
}
#linkbar img {
	padding:0;
	margin:0;
	border:none;
	background-color:#FFF;
}
#titleflash {
}
/*Typography*/
h4 {
	margin:0;
	padding:0;
}
ul.private_art {
	margin:0 0 10px 0;
	padding:0 0 0 20px;
}
ul.private_art li {
	padding:0 0 0 2px;
	list-style-type:square;
}
ul.downloads li {
	list-style-type:none;
	margin:0;
}
ul.downloads a.title {
	font-weight:bold;
}
#content ul.downloads p {
	text-indent:0px;
}

#content a {
	color:#FF5F00;
	text-decoration:none;
}
#content a:visited {
	color:#551FFF;
}
#content a:hover {
	color:#F00;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:visited {
	color:#CCF;
}
#footer a:hover {
	color:#FF5F00;
	text-decoration:underline;
}
.sub {
	vertical-align:sub;
	font-size:x-small;
}
.sup {
	vertical-align:super;
	font-size:xx-small;
}
/*MSDS TABLES*/
div#msdsTable {
	border:1px solid #000;
	background-color:#3A6187;
	padding:10px;
	vertical-align:top;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:590px;
}
table.msdsTable {
	border:1px solid #CCC;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#CFF;
	width:100%;
}
.msdsTable th.itemNo {
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
}
.msdsTable th.tdsLink {
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
}
.msdsTable tfoot th {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
}
.msdsTable thead th {
	font-size:13pt;
	font-weight:bold;
	color:#FFF;
	vertical-align:top;
	margin:0;
	text-align:left;
	padding:5px;
	background-color:#000;
}
.msdsTable td {
	vertical-align:top;
	margin:5px;
	text-align:left;
	padding:5px 5px 15px 5px;
}
#content .msdsTable p {
	text-indent:0;
	text-align:left;
	margin:0;
}
p.itemName, p.itemNo {
	font-size:13pt;
	font-weight:bold;
}
p.itemDesc {
	font-style:italic;
}
#msdsContent {
	background-color:#CFF;
	border:1px solid #FFF;
	width:580px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:left;
}
#msdsContent h2 {
	margin:0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}
#msdsContent ul#pricesortList {
	width:200px;
}
img.paletteImg {
	float:right;
	width:300px;
	height:330px;
	background-image:url(/abc/img/palette.png);
	background-repeat:no-repeat;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #000;
	margin:5px;
}
#content div.mainlistButton a {
	color:#FFF;
}
#content div.mainlistButton a:hover {
	color:#FF5F00;
}

/*DFE Tables*/
table.dfeTable {
	margin:auto;
	background-color:rgb(94,151,50);
}
table.dfeTable tr.head {
	color:rgb(255,255,255);
	background-color:rgb(94,151,50);
}
table.dfeTable tr {
	margin-top:20px;
}
table.dfeTable td {
	vertical-align:top;
	margin:100px;
	padding:8px;
	background-color:#C9E0CA;
	border-bottom:1px solid #000;
}
td.efitem {
	font-weight:bold;
}
#content td.efitem p {
	font-weight:normal;
	text-indent:0;
}


