/* Display box code */
#display-box { margin-top: 6px; width: 892px; height: 280px; text-align: left; }

/* All "brief" and "lines" elements are hidden, unless also tagged as "default" */
#display-box .brief { visibility: hidden; position: absolute; z-index: 2; width: 611px; }
#display-box .lines { visibility: hidden; position: absolute; z-index: 1; margin-left: 611px; }
#display-box .default { visibility: visible; }

#display-box .brief .list {
 height: 26px; width: 587px;
 margin: -36px 0 0; padding: 10px 0 0 24px;
 position: absolute; z-index: 1;
 background-image: url("spacer.gif"); /* Required in IE6 to give the background 'substance' so that the background is not linked. */
}
#display-box .brief .list h3 {
 font-weight: normal; font-size: 12px; color: #AD94A5;
 float: left; margin: 0;
}
#display-box .brief .list ul {
 margin: 0; padding: 0;
 float: left;
 list-style-type: none;
}
#display-box .brief .list ul > li { background-image: none; }
#display-box .brief .list ul li + li { background-image: url("brief_separator.gif"); }
#display-box .brief .list li {
 margin: 0 0 0 -1px; /* -1 left margin 'hides' the first separator image in older IE version (6 down) */
 padding: 0 9px 0 11px;
 float: left;
 list-style-type: none;
 font-weight: bold;
 background: url("brief_separator.gif") left 2px no-repeat;
}
#display-box .brief .list ul li a { color: white; }


/* Promotions */
#promotions {
 border-collapse: collapse;
 margin: 6px -3px -17px 0px; padding: 0;
 width: 892px; height: 165px;
}

#promotions td h2 {
 width: 211px; 
 margin: 0px -9px; padding: 11px 0 11px 9px;
 color: black; text-transform: uppercase; font-size: 12px;
 position: relative; left: -1px; z-index: 1;
 background: url("promotion_bg.gif") repeat-x;
}

#promotions td {
 width: 190px; height: 132px; min-height: 132px;
 border-left: 1px solid #DFDFDF;
 margin: 0 0px 0 0; padding: 0 9px;
 text-align: left; vertical-align: top;
 font-family: Arial;
}
#promotions .PR_RSS_FEED ul { margin: 2px 0 8px; font-size: 11px !important;  }
#promotions .PR_RSS_FEED ul li { margin:0; padding: 0; }
#promotions td h3 { margin: 0; color: #00305c; font-size: 11px; }
#promotions td p { margin: 2px 0 8px; font-size: 11px; }
#promotions td a.more {
 display: block; height: 19px;
 margin-right: 15px; padding: 4px 9px 0 0;
 color: white; font-size: 11px; text-align: right;
 background: url("more_icon.gif") right 55% no-repeat;
}
#promotions tr.more td { border: none; padding: 0 0px; height: 23px; min-height: 23px; }
#promotions tr.more td div { background: url("more_background.gif") repeat-x; width: 220px; margin-right: 3px; height: 23px; min-height: 23px; }
