/* expander.css : Expanding Banner Ad stylesheet June 2011 */ #expander { background-color: #006699; text-align: center; width: 896px; height: 30px; overflow: hidden; position:relative; z-index:99998; // margin-left: -2px; border-top: 2px solid #000000; border-left: 2px solid #000000; border-right: 2px solid #000000; display: block; } #expander_1 { background-color: #000000; width: 100%; height:26px; margin:0px auto; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 20px; font-style: normal; font-weight: bold; padding-top:2px; padding-bottom: 2px; display: block; } #expander_1 a { text-decoration: none; color: #ffffff; } #expander_2 { display: none; } #expander_close { background-color: #ffffff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; display: inline; //margin-left: -60px; //margin-top: -15px; margin: -15px 30px -15px -60px; font-size: 12px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none; float: right; } #expander_close a { color: #000000; text-decoration: none; }