/*�������� fixediv */

.AdList {
    position: fixed;
    top: 140px;
    z-index: 9999;
    height: auto;
    width: auto;
}

*html .AdList {
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop));
    margin: 140px 0 0 0;
}

.AdList_Left {
    left: 0px;
}

.AdList_Right {
    right: 0px;
}

.AdList .AdBtn {
    height: 25px;
    background: #CCCCCC;
    text-align: right;
    line-height: 25px;
    overflow: hidden;
}

.AdListTop {
    top: 380px;
}

.AdClose {
    width: 24px;
    height: auto;
    background: #1d6bbb;
    font-size: 16px;
    text-align: center;
    color: #FFF
}

.AdClose a {
    color: #FFF
}


/*���½ǵ�������*/

#RightFooterNoticeWindow {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 300px;
    height: 160px;
    background: #e9e9e9;
    border: 1px solid #444;
    border-radius: 5px;
    box-shadow: 0 1px 3px 2px #666;
    z-index: 999999
}

#RightFooterNoticeWindow .RightFooterNoticeTitle {
    position: relative;
    height: 27px;
    margin: 5px;
}

#RightFooterNoticeWindow .RightFooterNoticeTitle h2 {
    font-size: 14px;
    height: 27px;
    line-height: 24px;
    border-bottom: 1px solid #A1B4B0;
}

#RightFooterNoticeWindow .RightFooterNoticeTitle div {
    position: absolute;
    height: 19px;
    top: 2px;
    right: 0;
}

#RightFooterNoticeWindow .RightFooterNoticeTitle a,
a.open {
    float: left;
    width: 21px;
    height: 19px;
    display: block;
    margin-left: 5px;
    background: url(../images/tool.png) no-repeat;
}

a.open {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -10px;
    background-position: 0 0;
}

a.open:hover {
    background-position: 0 -29px;
}

#RightFooterNoticeWindow .RightFooterNoticeTitle a.RightFooterNoticeMin {
    background-position: -29px 0;
}

#RightFooterNoticeWindow .RightFooterNoticeTitle a.RightFooterNoticeMin:hover {
    background-position: -29px -29px;
}

#RightFooterNoticeWindow .RightFooterNoticeTitle a.RightFooterNoticeMax {
    background-position: -60px 0;
}

#RightFooterNoticeWindow .RightFooterNoticeTitle a.RightFooterNoticeMax:hover {
    background-position: -60px -29px;
}

#RightFooterNoticeWindow .RightFooterNoticeTitle a.RightFooterNoticeMaxRevert {
    background-position: -149px 0;
    display: none;
}

#RightFooterNoticeWindow .RightFooterNoticeTitle a.RightFooterNoticeMaxRevert:hover {
    background-position: -149px -29px;
}

#RightFooterNoticeWindow .RightFooterNoticeTitle a.RightFooterNoticeMaxClose {
    background-position: -89px 0;
}

#RightFooterNoticeWindow .RightFooterNoticeTitle a.RightFooterNoticeMaxClose:hover {
    background-position: -89px -29px;
}

#RightFooterNoticeWindow .RightFooterNoticeContent {
    overflow: auto;
    margin: 0 5px;
}

#RightFooterNoticeWindow .RightFooterNoticeResizeBR {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 0;
    bottom: 0;
    overflow: hidden;
    cursor: nw-resize;
    background: url(../images/resize.png) no-repeat;
}

#RightFooterNoticeWindow .RightFooterNoticeResizeL,
#RightFooterNoticeWindow .RightFooterNoticeResizeT,
#RightFooterNoticeWindow .RightFooterNoticeResizeR,
#RightFooterNoticeWindow .RightFooterNoticeResizeB,
#RightFooterNoticeWindow .RightFooterNoticeResizeLT,
#RightFooterNoticeWindow .RightFooterNoticeResizeTR,
#RightFooterNoticeWindow .RightFooterNoticeResizeLB {
    position: absolute;
    background: #000;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

#RightFooterNoticeWindow .RightFooterNoticeResizeL,
#RightFooterNoticeWindow .RightFooterNoticeResizeR {
    top: 0;
    width: 5px;
    height: 100%;
    cursor: w-resize;
}

#RightFooterNoticeWindow .RightFooterNoticeResizeR {
    right: 0;
}

#RightFooterNoticeWindow .RightFooterNoticeResizeT,
#RightFooterNoticeWindow .RightFooterNoticeResizeB {
    width: 100%;
    height: 5px;
    cursor: n-resize;
}

#RightFooterNoticeWindow .RightFooterNoticeResizeT {
    top: 0;
}

#RightFooterNoticeWindow .RightFooterNoticeResizeB {
    bottom: 0;
}

#RightFooterNoticeWindow .RightFooterNoticeResizeLT,
#RightFooterNoticeWindow .RightFooterNoticeResizeTR,
#RightFooterNoticeWindow .RightFooterNoticeResizeLB {
    width: 8px;
    height: 8px;
    background: #FF0;
}

#RightFooterNoticeWindow .RightFooterNoticeResizeLT {
    top: 0;
    left: 0;
    cursor: nw-resize;
}

#RightFooterNoticeWindow .RightFooterNoticeResizeTR {
    top: 0;
    right: 0;
    cursor: ne-resize;
}

#RightFooterNoticeWindow .RightFooterNoticeResizeLB {
    left: 0;
    bottom: 0;
    cursor: ne-resize;
}