/*相关日志Tab样式*/
  ol li { margin:8px}
#con { font-size:12px; width:100%; margin:0 auto}
#tabtags { height:23px; width:100%; margin:0; padding:0; margin-left:10px}
#tabtags li { float:left; margin-right:1px; background:url(../Mytools/tagleft.gif) no-repeat left bottom; height:23px; list-style-type:none}
#tabtags li a { text-decoration:none; float:left; background:url(../Mytools/tagright.gif) no-repeat right bottom; height:23px; padding:0px 10px; line-height:23px; color:#999}
#tabtags li.emptyTag { width:4px; background:none}
#tabtags li.selectTag { background-position: left top; position:relative; height:25px; margin-bottom:-2px}
#tabtags li.selectTag a { background-position: right top; color:#000; height:25px; line-height:25px;}
#tabtagContent { padding:1px; background-color:#fff; border:1px solid #aecbd4;}
.tabtagContent { background:url(../Mytools/cardbg.gif) repeat-x; padding:10px; color:#474747; width:100%-20px; display:none}
#tabtagContent div.selectTag{ display:block}

/*相关日志Bar样式*/
.RelatedBar{border-style:dashed;border-color:#AECBD4;border-width:1px;font-weight:bold;background-image:url(../Mytools/tab_bar.gif); background-repeat:repeat-x;margin-right:10px;}

.RelatedGif{margin-left:3px;margin-right:3px;margin-top:3px;margin-bottom:-3px;}

/*文内靠右广告样式*/
.ad
{
    margin: -30px 0px 0px 0px;
        float:right;
    width: 255px;
    height: 235px;
    /*background: url(../Mytools/ad.png) top no-repeat; */
    vertical-align: top;
}
.topvodonead
{
    margin: -5px 0px 0px 0px;
        float:right;
    width: 255px;
    height: 235px;
    /*background: url(../Mytools/ad.png) top no-repeat; */
    vertical-align: top;
}
.topalimamaad
{
    margin: 0px 0px 0px 0px;
    padding-bottom:2px;
    float:right;
    width: 468px;
    height: 70px;
    vertical-align: top;
}
.toplinkad
{
    margin: 0px 0px 0px 0px;
        float:right;
    width: 468px;
    height: 70;
    vertical-align: top;
}
.aditem_ad
{
    padding: 14px 0px 0px 11px;
}
.ad2
{
    margin: 0px 0px 0px 0px;
        float:center;
    width: 540px;
    height: 80px;
    background: url(../Mytools/ad2.png) top no-repeat; 
    vertical-align: top;
}
.aditem_ad2
{
    padding: 10px 0px 0px 45px;
}
/*Ajax登陆样式*/
#AJAXLoginContainer{
position:fixed;
top:100px;
left:0px;
text-align:center;
z-index:20;
width:100%;
display:none;
position:absolute;
top:expression(offsetParent.scrollTop + 220 + "px"); /* 设置距离顶部的位置 */
}
#AJAXLoginContainer #AJAXLogin{
top:100px;
border:3px double #CCC; /* 3px外边框大小，double设置边框样式，#00设置边框颜色 */
background:#2E648A;  /* 设置背景颜色 */
color:#FFFFFF;
margin:auto; /* 设置登陆框的绝对位置，建议不修改 */
width:300px; /* 设置登陆框的宽度 */
padding:10px; /* 设置登陆框第一行文字与顶边的距离 */
}

#test1 {}
/* 头部总体 css */
.ntab2-head { 
clear:both;
height: 20px;
border-bottom: #dd0011 2px solid; 
text-align: center;
}
/* 头部标头的 css */
.ntab2-head li { 
    float:left;
    background:#ececec;
    border-right: #fff 0px solid;
    width: 46px;
    height: 18px;
    cursor: pointer;
    font-size: 12px;
    font-weight:bold;
    line-height: 18px; 
    list-style-type: none;color:#555;
    padding-top:2px;
}

.ntab2-head li.current { 
    background:#dd0011;
    color:#fff;
    /*cursor:none;*/
    cursor:hand;
}

.ntab2-body {text-align: left;padding-top:5px}
.ntab2-body dl { text-indent:0px; margin:0px; padding:0px;}

