@charset "utf-8";
/* 漂浮广告 */
.floatingAd .ad{z-index:100;background:none;position:absolute;display:none;}
.floatingAd a{color:#000000; display:inline-block;text-decoration:none;}
.floatingAd a img{border:0;}
.floatingAd .close{display:none;}
.floatingAd .opacity{position:absolute; top:0; width:100%; height:30px; background-color:#000000; opacity:0.50; filter:alpha(opacity = 50);}
.opacity1{opacity:0.90; filter:alpha(opacity = 90);}
.floatingAd .text{position:absolute; top:0; width:100%; height:30px; color:#fff; line-height:30px; }
.floatingAd .text .button{position:relative;float:right;top:5px;right:5px;width:16px;height:16px;background:url("../images/close.png") no-repeat;cursor:pointer;}
.floatingAd .text .title{position:relative;float:left;font-size:12px;margin-left:5px;}
/* 左侧广告 */
#leftDiv {position: fixed;z-index: 100;width:234px;left: 1px;bottom: 1px;}
#leftBtn {border: 1px solid #ccc;background-color: #eee;text-align: right;padding: 5px;cursor: pointer;}
.leftBody {border: 1px solid #ccc;padding: 5px;;background-color: #fff;}
/* 右侧广告 */
#rightDiv {position: fixed;z-index: 100;width:234px;right: 1px;bottom: 1px;}
#rightBtn {border: 1px solid #ccc;background-color: #eee;text-align: right;padding: 5px;cursor: pointer;}
.rightBody {border: 1px solid #ccc;padding: 5px;background-color: #fff;}
/* 公共 */
.adLeftRight {height: auto; padding:10px; text-align: center; margin-bottom: 5px;}