/*---- Stylesheet for : Created:  ----*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}

/* force a vertical scrollbar in firefox, prevents horizontal page shifting */
html { min-height: 100%; margin-bottom: 1px; }

body {
margin: auto;
padding: 0;
text-align: center;
background: #333 url(Images/bg-page.png) repeat-x;
color: #000;
font: 62.5% arial, helvetica, sans-serif;
}

/*---- Standard Elements ----*/

a	{
color: #000;
text-decoration: underline;
outline: none;
}

a:hover	{
color: #000;
text-decoration: none;
outline: none;
}

a:active { outline: none; }

.arrow-link {
background: url(Images/bullet-chevron.gif) no-repeat 0 6px;
padding-left: 12px;
}

img	{
border: 0;
}

form	{
margin: 0;
padding: 0;
display: inline;
}

input, textarea, select	{
font: 12px arial, helvetica, sans-serif;
}

hr	{
color: #666;
background: #666;
height: 1px;
border: 0;
padding: 0;
margin: 25px 0;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {
display:inline-block;
}

/*
.form-field {
border: solid 2px #EB1C2D;
}
*/

.button {
font-size: 1.2em;
text-transform: uppercase;
font-weight: bold;
text-align: center;
line-height: 20px;
height: 20px;
border: solid 1px #FFF;
padding: 0 12px;
background: #333;
color: #FFF;
text-decoration: none;
}

.button:hover {
background: #ED1B2E;
color: #FFF;
text-decoration: none;
}

.white-button {
font-size: 1.2em;
text-transform: uppercase;
font-weight: bold;
text-align: center;
line-height: 20px;
height: 20px;
border: solid 1px #000;
padding: 0 12px;
background: #FFF;
color: #000;
text-decoration: none;
}

.white-button:hover {
color: #000;
}

/*---- Layout ----*/

#wrapper	{
width: 998px;
margin: auto;
padding-bottom: 25px;
}

#header	{
text-align: left;
width: 998px;
height: 132px;
}

#content	{
text-align: left;
}

#indexed-content
{
}

#footer	{
text-align: left;
font-size: 1.1em;
line-height: 1.3636em;
color: #FFF;
margin: 25px 0;
}

/* -- 3 Col -- */
#left-column, 
#main-column,
#right-column {
float: left;
text-align: left;
}

#three-column, #right-sidebar {
background: url(Images/bg-right-col.gif) repeat-y;
padding-top: 16px;
}

#three-column #left-column,
#left-sidebar #left-column {
width: 172px;
padding: 0 10px;
}

#main-column {
text-align: left;
font-size: 1.2em;
}

#three-column #main-column {
width: 518px;
padding: 0 13px;
}

#right-sidebar #main-column {
width: 696px;
padding: 0 20px 20px 20px;
}

#three-column #right-column,
#right-sidebar #right-column {
width: 240px;
padding: 0 11px;
}

/*---- Header ----*/

#logo	{
float: left;
width: 435px;
padding-top: 28px;
}

#logo a {
display: block;
width: 433px;
height: 87px;
}

#logo a.logo-link-home {
background: url('/LocalizedImage.aspx?Folder=Theme&Image=logo.gif') no-repeat;
}

html>body #logo a.logo-link-home {
background: url('/LocalizedImage.aspx?Folder=Theme&Image=logo.png') no-repeat;
}

#logo a.logo-link-interior {
background: url('/LocalizedImage.aspx?Folder=Theme&Image=logo-interior.gif') no-repeat;
}

html>body #logo a.logo-link-interior {
background: url('/LocalizedImage.aspx?Folder=Theme&Image=logo-interior.png') no-repeat;
}

#secondary-nav	{
float: right;
width: 563px;
text-align: right;
margin-top: 20px;
}

#toll-free {
color: #FFF;
font-size: 1.6em;
font-weight: bold;
margin-bottom: 16px;
float: right;
}

#secondary-nav ul {
margin: 0;
padding: 0;
list-style: none;
}

#secondary-nav ul li {
display: inline;
margin-left: 10px;
}

#secondary-nav ul li a {
color: #FFF;
text-decoration: none;
}

#secondary-nav ul li a span {
text-transform: uppercase;
}

#secondary-nav .search {
float: right;
margin-top: 12px;
background: #FFF;
width: 186px;
border: solid 1px #E21B2C;
line-height: 18px;
height: 18px;
position: relative;
}

#secondary-nav .search .search-button {
position: absolute;
top: 0;
left: 2px;
}

#secondary-nav .search .search-box {
width: 165px;
border: none;
height: 16px;
font-size: 1.0em;
color: #666;
position: absolute;
left: 18px;
top: 0;
}

#recycle
{
    float: right;
}

#recycle a.recycle
{
    background: url('/LocalizedImage.aspx?Folder=Theme&Image=recycle.gif') no-repeat;
    width: 86px;
    height: 23px;
    display: block;
}

/*---- Splash Page ----*/
#splash-logo {
margin-top: 56px;
margin-bottom: 62px;
}

.select-location {
margin-top: 62px;
margin-bottom: 50px;
color: #FFF;
padding: 0;
margin: 0;
}

#dropdown-row {
font-size: 2.0em;
height: 21px;
}

#dropdown-row select {
border: solid 2px #EB1C2D;
height: 21px;
width: 246px;
margin-left: 10px;
position: relative;
top: -5px;
* top: -2px;
}

#checkbox-row {
margin-top: 10px;
font-size: 1.2em;
}

#splash-collage {
margin-top: 50px;
margin-bottom: 58px;
}

/*---- Home Page ----*/
#three-sections {
margin-bottom: 21px;
}

.three-section {
float: left;
border: solid 1px #ED1C2E;
border-right: none;
background: #000;
}

#sect-accessories {
border-right: solid 1px #ED1C2E;
}

.three-section .header {
background: url('/LocalizedImage.aspx?Folder=Theme&Image=bg-section-headers.gif') no-repeat;
height: 50px;
width: 331px;
}

#sect-agricultural .header {
width: 332px;
background-position: -331px 0;
}

#sect-accessories .header {
background-position: -663px 0;
}

.three-section .content a {
color: #FFF;
font-size: 1.4em;
line-height: 29px;
font-weight: bold;
text-decoration: none;
display: block;
background: #000 url(Images/bg-home-sections.jpg) no-repeat;
padding-top: 239px;
height: 29px;
width: 331px;
}

#sect-industrial .content a:hover {
background-color: #ED1B2E;
background-position: -331px 0;
}

#sect-agricultural .content a {
width: 332px;
background-position: -662px 0;
}

#sect-agricultural .content a:hover {
background-color: #ED1B2E;
background-position: -994px 0;
}

#sect-accessories .content a {
background-position: -1326px 0;
}

#sect-accessories .content a:hover {
background-color: #ED1B2E;
background-position: -1657px 0;
}

.five-section {
float: left;
border: solid 1px #ED1C2E;
border-right: none;
}

#sect-subscribe {
border-right: solid 1px #ED1C2E;
}

#sect-go-green .content a,
#sect-download-catalog .content a, 
#sect-identify-bucket .content a, 
#sect-contact-salesperson .content a, 
#sect-subscribe .content {
display: block;
background: url('/LocalizedImage.aspx?Folder=Theme&Image=bg-five-sections.jpg') no-repeat;
height: 98px;
width: 197px;
}

#sect-go-green .content a:hover {
background-position: 0 -100px;
}

#sect-download-catalog .content a {
background-position: -198px 0;
}

#sect-download-catalog .content a:hover {
background-position: -198px -100px;
}

#sect-identify-bucket .content a {
background-position: -403px 0;
}

#sect-identify-bucket .content a:hover {
background-position: -403px -100px;
}

#sect-contact-salesperson .content a {
background-position: -602px 0;
}

#sect-contact-salesperson .content a:hover {
background-position: -602px -100px;
}

#sect-subscribe .content {
background-position: -799px 0;
text-align: left;
padding: 38px 0 0 10px;
width: 187px;
height: 60px;
}

#sect-subscribe .content input {
border: none;
font-size: 1.1em;
color: #666;
width: 150px;
padding-left: 10px;
}

/*---- Section Specific Banners & Nav ----*/

/* -- Common Nav -- */
#nav {
list-style: none;
padding: 0;
margin: 0;
}

#nav li {
float: left;
position: relative;
z-index: 99;
}

#nav li a {
display: block;
height: 29px;
margin-bottom: 1px;
line-height: 30px;
color: #FFF;
font-size: 12px !important;
font-size: 10px;
font-weight: bold;
text-decoration: none;
padding: 0 20px;
width: auto !important;
width: 70px;
}

#industrial-wrapper #nav li a {
padding: 0 27px;
}

#agricultural-wrapper #nav li a {
padding: 0 18px;
}

#accessories-wrapper #nav li a {
padding: 0 28px;
}

#nav li a:hover {
background: #ED1B2E;
}

#nav li a span {
text-transform: uppercase;
}

.subnav {
position: absolute;
list-style: none;
margin: 0;
padding: 0;
top: 30px;
left: 0;
z-index: 95;
text-align: left;
display: none;
}

#nav .subnav li {
float: none;
padding: 0;
margin: 0;
}

#nav li:hover .subnav, #nav li.over .subnav {
display: block;
}

#nav .subnav a {
font-size: 1.1em;
margin: 0;
border: none;
white-space: nowrap;
min-width: 160px;
}

/* -- Industrial Nav -- */
#industrial-wrapper #nav li a {
background: url(Images/bg-nav-ind.gif) repeat-x;
border-left: solid 1px #4C0000;
border-right: solid 1px #ED1B2E;
}

#industrial-wrapper #nav .subnav a {
background: #ED1B2E;
padding: 0 10px;
border: none;
*width: 210px;
*min-width: 210px;
}

#industrial-wrapper #nav .subnav a:hover {
background: #000;
}

#industrial-wrapper #section-navigation 
{
background: url(Images/bg-nav-ind.gif) repeat-x;    
}

/* -- Agricultural Nav -- */
#agricultural-wrapper #nav li a {
background: url(Images/bg-nav-agr.gif) repeat-x;
border-left: solid 1px #072105;
border-right: solid 1px #198513;
}

#agricultural-wrapper #nav .subnav a {
background: #2B5E00;
padding: 0 10px;
border: none;
*width: 210px;
*min-width: 210px;
}

#agricultural-wrapper #nav .subnav a:hover {
background: #000;
}

#agricultural-wrapper #section-navigation 
{
background: url(Images/bg-nav-agr.gif) repeat-x;    
}

/* -- General Engineering -- */
#nav .subnav #sn-general-engineering a {
background: #F6E23B;
color: #000;
}

#nav .subnav #sn-general-engineering a:hover {
color: #FFF;
}

/* -- Accessories Nav -- */
#accessories-wrapper #nav li a {
background: url(Images/bg-nav-acc.gif) repeat-x;
border-left: solid 1px #FFF;
border-right: solid 1px #CCC;
color: #FFF;
width: auto !important;
width: 100px;
}

#accessories-wrapper #nav .subnav a {
background: #000;
padding: 0 10px;
border: none;
*width: 210px;
*min-width: 210px;
}

#accessories-wrapper #nav .subnav a:hover {
background: #ED1B2E;
color: #FFF;
}

#accessories-wrapper #section-navigation 
{
background: url(Images/bg-nav-acc.gif) repeat-x;    
}

/* -- General Nav (Breadcrumbs) -- */
#general-wrapper #section-navigation {
border-bottom: solid 1px #000;
font-weight: bold;
color: #ED1B2E;
padding: 9px 0 10px 0;
margin-bottom: 20px;
}

#general-wrapper #section-navigation a {
color: #ED1B2E;
text-decoration: none;
}

#general-wrapper #section-navigation .active-page {
color: #000;
font-weight: normal;
}

/* -- Common Nav Cancels/Overrides -- */

#agricultural-wrapper #nav li.first a,
#accessories-wrapper #nav li.first a,
#industrial-wrapper #nav li.first a {
border-left: none;
}

#agricultural-wrapper #nav li.first a {
padding-left: 23px !important;
padding-left: 10px;
width: inherit !important;
width: 120px;
}
#accessories-wrapper #nav li.first a {
padding-left: 39px !important;
padding-left: 10px;
}
#industrial-wrapper #nav li.first a  {
padding-left: 31px !important;
padding-left: 10px;
width: inherit !important;
width: 120px;
}

#agricultural-wrapper #nav li.last a,
#accessories-wrapper #nav li.last a,
#industrial-wrapper #nav li.last a {
border-right: none;
}

#agricultural-wrapper #nav li.last a {
padding-right: 22px !important;
padding-right: 10px;
width: inherit !important;
width: 110px;
}
#accessories-wrapper #nav li.last a {
padding-right: 39px !important;
padding-right: 10px;
}
#industrial-wrapper #nav li.last a {
padding-right: 32px !important;
padding-left: 10px;
width: inherit !important;
width: 120px;
}

#agricultural-wrapper #nav li.last .subnav,
#accessories-wrapper #nav li.last .subnav,
#industrial-wrapper #nav li.last .subnav {
left: auto;
right: 0;
}

#accessories-wrapper #nav li.first .subnav a { padding-left: 10px; }

/* -- Banners -- */
#section-banner {
background: url('/LocalizedImage.aspx?Folder=Theme&Image=bg-section-banners.jpg') no-repeat;
width: 996px;
height: 178px;
border: solid 1px #ED1B2E;
}

#section-banner-flash {
width: 996px;
height: 180px;
border: solid 1px #ED1B2E;
}

#agricultural-wrapper #section-banner {
background-position: 0 -178px;
}

#general-wrapper #section-banner {
background-position: 0 -356px;
}

#industrial-wrapper #section-banner {
background-position: 0 -534px;
}

/* -- Sections & Headers -- */
.section .header h2 {
background: url('/LocalizedImage.aspx?Folder=Theme&Image=bg-text-headers.png') no-repeat;
}

h1.pageHeader  
{
	margin: 0 0 30px; 
	color: #ED1C2E; 
	text-transform: uppercase; 
	font-size: 1.5em;	
}

.section .header {
border: solid 1px #000;
height: 20px;
padding: 6px 0 2px 8px;
}

.section .header h2 span {
display: none;
}

.section-nav {
list-style: none;
margin: 0;
padding: 10px 15px 15px 0;
}

.section-nav li {
margin: 2px 0 2px 10px;
background: url(Images/bullet-chevron.gif) no-repeat 0 6px;
padding-left: 12px;
font-size: 1.4em;
}

.section-nav li a {
color: #000;
}

#industrial-wrapper .section .header,
#general-wrapper .section .header {
background-color: #ED1C2E;
}

#agricultural-wrapper .section .header {
background-color: #2B5E00;
}

#accessories-wrapper .section .header {
background-color: #000;
}

#left-column .section,
#right-column .section {
margin-bottom: 10px;
}

#right-column .section .content {
border: solid 1px #000;
border-top: none;
background: #FFF;
}

#main-column .section-nav {
font-size: 0.7143em;
line-height: 2.2em;
}

/* applications */

#applications .header h2 {
background-position: 0 0;
height: 11px;
}

/* catalog-downloads */

#catalog-downloads .header h2 {
background-position: 0 -11px;
height: 14px;
}

/* engineering */

#engineering .header h2 {
background-position: 0 -25px;
height: 14px;
}

/* engineering */

#industries .header h2 {
background-position: 0 -39px;
height: 14px;
}

/* more-links */

#more-links .header h2 {
background-position: 0 -53px;
height: 14px;
}

/* product-details */

#product-details .header h2 {
background-position: 0 -67px;
height: 14px;
}

/* products */

#products .header h2 {
background-position: 0 -81px;
height: 14px;
}

#products .content img {
margin-top: 8px;
margin-bottom: 15px;
}

/* select-a-brand */

#select-a-brand .header h2 {
background-position: 0 -95px;
height: 14px;
}

/* select-a-bucket */

#select-a-bucket .header h2 {
background-position: 0 -109px;
height: 14px;
}

/* select-a-material */

#select-a-material .header h2 {
background-position: 0 -123px;
height: 14px;
}

/* select-a-style */

#select-a-style .header h2 {
background-position: 0 -137px;
height: 14px;
}

/* select-a-style */

#select-a-style .header h2 {
background-position: 0 -137px;
height: 14px;
}

/* catalog-download-section */

#catalog-download-section .content a {
display: block;
background: url('/LocalizedImage.aspx?Folder=Theme&Image=bg-download-section-content.jpg') no-repeat;
width: 238px;
height: 184px;
}

#catalog-download-section .header h2 {
background-position: 0 -151px;
height: 14px;
}

/* contact-info */

#contact-info .header h2 {
background-position: 0 -165px;
height: 14px;
}

/* e-bucket-bulletin */

#e-bucket-bulletin .content {
padding: 8px 5px 20px 20px;
text-align: left;
}

#e-bucket-bulletin h3 {
font-size: 1.4em;
text-transform: uppercase;
}

#e-bucket-bulletin .instructions {
font-size: 1.1em;
margin-bottom: 3px;
}

#e-bucket-bulletin .content input {
border: solid 1px #000;
font-size: 1.1em;
color: #666;
padding-left: 10px;
width: 118px;
}

#e-bucket-bulletin .header h2 {
background-position: 0 -179px;
height: 14px;
}

/*---- Footer ----*/

#footer a {
color: #FFF;
}

#copyright	{
float: left;
text-align: left;
width: 499px;
}

#footer-contact {
float: left;
text-align: right;
width: 499px;
}

#footer-affiliates {
float: right;
width: 310px;
height: 39px;
}

#footer-affiliates a {
background: url(Images/bg-affiliates.png) no-repeat;
display: inline-block;
margin-right: 9px;
height: 39px;
}

#footer-affiliates #aff-niba {width: 63px;}
#footer-affiliates #aff-geaps {width: 36px; background-position: -73px 0}
#footer-affiliates #aff-ptda {width: 56px; background-position: -121px 0}
#footer-affiliates #aff-cema {width: 54px; background-position: -184px 0}
#footer-affiliates #aff-afia {width: 51px; background-position: -245px 0; margin-right:0}

/*---- Forms ----*/

.form-field-container
{
	display: block;
	margin-bottom: 6px;
}

.form-field-label
{
	float: left;
	width: 150px;
	margin-right: 10px;
}

.form-field
{
	float: left;
}

.form-field-validator
{
	float: left;
	margin-left: 10px;
	font-weight: bold;
}

.validator
{
	color: #FF0000;
}

/*---- Page/Section Headers ----*/

h1	{

}

h2	{

}

h3	{

}

/*---- Hides for image headers and others ----*/

.alt, 
h1 span, 
h2 span	{
display: none;
}

.bucket-material-table
{
}

.bucket-material-table tr
{
}

.bucket-material-table th
{
	text-align: center;
	font-weight: bold;
	background-color: #EBEBEB;
	white-space: nowrap;
	padding: 6px;
}

.bucket-material-table td
{
	text-align: center;
}

.bucket-material-table td.bucket-life
{
	color: #CC0000;
	font-size: 32px;
	padding-top: 15px;
}

.bucket-material-table td.price
{
	color: #006600;
	font-size: 18px;
	font-weight: bold;
}

.bucket-material-table td.temp
{
	white-space: nowrap;
}

/* Photo Gallery */

#gallery
{
	text-align: center;
}

#loading 
{
    background-image: url('/PhotoGallery/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 696px;
    height: 400px;
}

#slideshow
{
}

#controls
{
	margin-top: 10px;
}

#controls .nav-controls .prev
{
	margin-right: 100px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

#controls .nav-controls .next
{
	margin-left: 100px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

#thumbs
{
	/* margin-top: 10px; */
}

#thumbs ul
{
	list-style: none;
	clear: both;
    margin: 0;
    padding: 0;	
}

#thumbs ul li
{
	float: left;
	padding: 5px;
}

/* Profile Tabs */

.profile-tabs
{
	background-position: 288px;
	background-image: url('/App_Themes/Default/Images/tab_bg.gif');
	width: 696px;
	height: 65px;
}

.profile-tabs a
{
	display: block;
	float: left;
}

.profile-tabs a.regular-selected
{
	background-image: url('/LocalizedImage.aspx?Folder=Theme&Image=act_regular.gif');
	width: 162px;
	height: 65px;
}

.profile-tabs a.regular
{
	background-image: url('/LocalizedImage.aspx?Folder=Theme&Image=ina_regular.gif');
	width: 162px;
	height: 65px;
}

.profile-tabs a.low-selected
{
	background-image: url('/LocalizedImage.aspx?Folder=Theme&Image=act_low.gif');
	width: 126px;
	height: 65px;
}

.profile-tabs a.low
{
	background-image: url('/LocalizedImage.aspx?Folder=Theme&Image=ina_low.gif');
	width: 126px;
	height: 65px;
}

/* Good Better Best */

.good-better-best
{
	background-color: #ED1B2E;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 8px;
	margin: 30px 0 30px 0;
}

/* Search */
.search-result
{
}

.search-result-title
{
    font-size: 1.2em;
    margin-bottom: 5px;
}

.search-result-description
{
    margin-bottom: 5px;
}

.search-result-path a
{
    color: #666666;
}

/* charts */

.chart
{
    border-collapse: collapse;
    border: solid 1px #999999;
    width: 100%;
    font-size: 8pt;
}

.chart td
{
    border-collapse: collapse;
    border: solid 1px #999999;
    text-align: center;
    padding: 3px;
}

.chart tr.header td
{
    background-color: #cc0000;
    font-weight: bold;
    color: #ffffff;
    font-size: 9pt;
    text-align: left;
}

.chart tr.subheader-group td
{
    background-color: #666666;
    color: #ffffff;
}

.chart tr.subheader td
{
    background-color: #cccccc;
    vertical-align: bottom;
}

.chart tbody tr.even td
{
    background-color: #ffffff;
}

.chart tbody tr.odd td
{
    background-color: #ebebeb;
}

.chart tbody td.highlight
{
    background-color: #ffcccc !important;
}

.bucketChart
{
    border-collapse: collapse;
    width: 100%;
    font-size: 8pt;
    line-height: 14px;
    border: solid 1px #999999;
}

.bucketChart .header1 th
{
    text-align: left;
    background-color: #CC0000;
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: bold;
}

.bucketChart .header2 th
{
    background-color: #000000;
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: bold;
}

.bucketChart .header3 th
{
    background-color: #000000;
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: bold;
}

.bucketChart th
{
    text-align: center;
    padding: 3px;
    border: solid 1px #999999;
}

.bucketChart td
{
    text-align: center;
    padding: 3px;
    border: solid 1px #999999;
    white-space: nowrap;
}

.bucketChart .new
{
    background-color: #EF3124;
    color: #FFFFFF;
    font-weight: bold;
}

.bucketChart .ext
{
    background-color: #B32317;    
    color: #FFFFFF;
    font-weight: bold;
}

.bucketChart .std
{
    background-color: #772123;    
    color: #FFFFFF;
    font-weight: bold;
}

.bucketChart tr.even
{
    background-color: #EBEBEB;
}

.bucketChart tr.odd
{
    background-color: #FFFFFF;
}

/* thumbnail pages */

.light-section-header
{
	padding: 4px 6px; 
	background-color: #E6E6E6; 
	font-weight: bold; 
	color: #000000;
	text-transform: uppercase;
	margin: 10px 0;
}    

.dark-section-header
{
	padding: 4px 6px; 
	background-color: #666666; 
	font-weight: bold; 
	color: #FFFFFF;
	text-transform: uppercase;
}    

.section-subheader
{
	font-weight: bold;
	font-style: italic;
	margin: 6px;
	font-size: 1.1em;	
}

.chart-thumb-container, .article-thumb-container, .catalog-thumb-container, .press-release-thumb-container, .media-thumb-container
{
    margin: 10px 0;
	float: left; 
	text-align: center;
}

.chart-thumb-container
{
	width: 152px; 
	height: 180px;
}

.article-thumb-container
{
	width: 132px; 
	height: 180px;
}

.catalog-thumb-container
{
	width: 152px; 
	height: 195px;
}

.press-release-thumb-container
{
	width: 132px; 
	height: 210px;
}

.media-thumb-container
{
	width: 160px; 
	height: 150px;	
}

.chart-thumb-container img, .article-thumb-container img, .catalog-thumb-container img, .press-release-thumb-container img, .media-thumb-container img
{
    margin-bottom: 5px; 
}

.chart-thumb-container img, .catalog-thumb-container img, .press-release-thumb-container img
{
	border: solid 1px #000000; 
}

.article-thumb-container img
{
	border: solid 1px #CCCCCC; 
}

.chart-thumb-container a, .catalog-thumb-container a
{
    font-weight: bold;
}

.article-thumb-container a, .press-release-thumb-container a, .media-thumb-container a
{
    font-size: 0.9em;
}

.thumb-note
{
    color: #FF0000; 
    font-size: 0.9em;    
}

.id-bucket-thumb-container
{
    float: left;
    width: 155px;
    height: 98px;
    text-align: center;
    margin-right: 10px;
    position: relative;
}

