body, div, p, blockquote, form, textarea, input,
ul, li, ol, dl, dt, dd,
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #535353;
    font: 12px/20px Tahoma,Verdana,"宋体";
}

ul,li { list-style-type: none;}

a {
    color: #134874;
    text-decoration: none;
    outline: none;
}
a:hover { text-decoration: underline;}

img { border: none;}

textarea {
    overflow: hidden;
    vertical-align: top;
}

.textarea {
    border: 1px solid #c6dbe6;
}

.text-input {
    width: 158px;
    height: 15px;
    padding: 6px;
    line-height: 15px;
    border: 1px solid #c6dbe6;
}

.checkbox, .radio, .loading-img {
    margin: -4px 4px 0;
    vertical-align: middle;
}

.clear { clear: both;}

.hide { display: none;}

.static { position: static;}

.f-l { float: left;}

.f-r { float: right;}

.b-img {
    width: 120px;
    height: 120px;
}

.m-img {
    width: 80px;
    height: 80px;
}

.s-img {
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
}
#readBox .like-users .s-img { margin: 0;}

.msg-txt {
    width: 430px;
    height: 86px;
    overflow-y: auto;
    font-size: 12px;
}

.font-bd { font-weight: bold;}

.txt-r { text-align: right;}
.txt-c { text-align: center;}
.txt-l { text-align: left;}

.lh-l {
    line-height: 25px;
}

.img {
    margin: 4px 0 0 0;
    vertical-align: middle;
}

.loading {
    display: none;
    height: 12px;
    margin: -3px 0 0 6px;
}
#loading {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10003;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
}

.vip {
    display: block;
    width: 16px;
    height: 12px;
    margin: 4px 0 0 3px;
    background: url('/images/authe_user_icon.gif') no-repeat;
}
.hot-user-ico {
    margin-top: -4px;
    vertical-align: middle;
}

.liked {
    margin: -4px 0 0 0;
    vertical-align: middle;
}

.index .users-box .add {
    display: block;
    width: 77px;
    height: 25px;
    margin-top: 5px;
    background: url('/images/follow_btn.png') no-repeat;
}

.information-board {
    float: left;
    display: inline;
    width: 598px;
    background: #fff;
    border: 1px solid #e5eff8;
    border-top: 0;
}
.information-board .page-title {
    margin: 0 25px;
    padding-top: 16px;
    padding-bottom: 15px;
    background: url("/images/page_title_line.png") repeat-x 0 bottom;
    color: #1d517d;
    font-size: 14px;
    font-weight: bold;
}
.fill {
    float: none;
    display: block;
    width: auto;
}
.fill .page-title { margin: 0 20px;}
.fill .page-title .desc {
    margin-left: 10px;
    color: #707070;
    font-weight: normal;
}
.information-board .outer-box { margin: 0 25px;}
#readContainer .outer-box { margin: 0;}
.information-board .success {
    padding-left: 10px;
    color: #328D32;
}
.information-board .error, .form-error {
    display: block;
    margin: 0 40px 10px 0;
    padding: 5px 5px 5px 25px;
    line-height: 22px;
    border: 1px solid #FFDAD0;
    background: url("../images/ico_error.gif") no-repeat scroll 5px 8px #FFF7F4;
    color: #F94400;
    font-size: 12px;
}
.user-page, .settings, .notifications { border-bottom: 1px solid #e5eff8;}

.btns a { color: #434343;}

.follow a {
    display: block;
    width: 74px;
    background: url('/images/btns.png') no-repeat;
    color: #fff;
    text-align: center;
}
.follow .add {
    height: 25px;
    line-height: 25px;
}
.follow .remove {
    display: none;
    height: 23px;
    line-height: 23px;
    background-position: 0 -26px;
}

.profile-btn {
    display: inline-block;
    width: 86px;
    height: 25px;
    background: url("/images/user_btns.png") -157px 0 no-repeat;
    color: #fff;
    text-align: center;
}
/*
 * border
 * .bd-d-s: bd(border)
 * d: top(t) right(r) bottom(b) left(l)
 * s: solid(default)
 * #example .bd-l { border-left: 1px solid #ddd;}
 */
.bd-t { border-top: 1px solid #cfe1ef;}
.bd-b { border-bottom: 1px solid #cfe1ef;}
.bd-l { border-left: 1px solid #cfe1ef;}
.bd-r { border-right: 1px solid #cfe1ef;}
.bd-t-dotted { border-top-style: dotted;}
.bd-r-dotted { border-right-style: dotted;}
.bd-b-dotted { border-bottom-style: dotted;}
.bd-l-dotted { border-left-style: dotted;}
.bd-n { border: none;}

/*
 * margin & padding
 * .p-d-v .p-v:
 * p: margin(mg) or padding(pd)
 * d: top(t) right(r) bottom(b) left(l)
 * v: s=5px m=10px l=20px
 * #example: .mg-t-s { margin-top: 5px;} .mg-s { margin: 5px;}
 *
 */
.mg-s { margin: 5px;}
.mg-m { margin: 10px;}
.mg-l { margin: 20px;}
.mg-t-s { margin-top: 5px;}
.mg-t-m { margin-top: 10px;}
.mg-t-l { margin-top: 20px;}
.mg-r-s { margin-right: 5px;}
.mg-r-m { margin-right: 10px;}
.mg-r-l { margin-right: 20px;}
.mg-b-s { margin-bottom: 5px;}
.mg-b-m { margin-bottom: 10px;}
.mg-b-l { margin-bottom: 20px;}
.mg-l-s { margin-left: 5px;}
.mg-l-m { margin-left: 10px;}
.mg-l-l { margin-left: 20px;}

.pd-s {padding: 5px;}
.pd-m {padding: 10px;}
.pd-l {padding: 20px;}
.pd-t-s { padding-top: 5px;}
.pd-t-m { padding-top: 10px;}
.pd-t-l { padding-top: 20px;}
.pd-r-s { padding-right: 5px;}
.pd-r-m { padding-right: 10px;}
.pd-r-l { padding-right: 20px;}
.pd-b-s { padding-bottom: 5px;}
.pd-b-m { padding-bottom: 10px;}
.pd-b-l { padding-bottom: 20px;}
.pd-l-s { padding-left: 5px;}
.pd-l-m { padding-left: 10px;}
.pd-l-l { padding-left: 20px;}

/* TEST CODE Ends */

/**
 * position
 */
.rel { position: relative;}
.abs { position: absolute;}
.r-t { right: 0; top: 0;}
.r-b { right: 0; bottom: 0;}
.l-t { left: 0; top: 0;}
.l-b { left: 0; bottom: 0;}

/**
 *  box module
 */
.box .hd {
    overflow: hidden;
    line-height: 25px;
}
.box .hd h2 {
    padding: 20px;
    border-bottom: 1px solid #cfe1ef;
}
.box .hd h3 {
    padding-bottom: 2px;
    background: url('/images/box_hd_line.gif') repeat-x 0 25px;
    font-size: 12px;
}
.box .hd h4 { font-size: 12px;}
.box .hd h5 { font-size: 14px;}
.box .hd h6 {
    margin: 20px 0;
    color: #133b5a;
    font-size: 14px;
}
.box .bd {}
.box .bd .icon s {
    overflow: hidden;
    float: left;
    display: inline;
    width: 2px;
    height: 2px;
    margin: 9px 5px 0 0;
    background: url('/images/s_point.gif');
}

.relation { margin: 15px 20px 0 0;}
.relation h3 { font-weight: normal;}
.relation ul {
    overflow: hidden;
    max-height: 68px;
}
.relation li {
    float: left;
    display: inline;
    margin-right: 4px;
}
.relation .img {
    width: 30px;
    height: 30px;
}

#recentlyUser { margin-top: 10px;}
#recentlyUser ul { overflow: hidden; zoom: 1;}
#recentlyUser li {
    float: left;
    display: inline;
    margin-right: 4px;
}
#recentlyUser .img {
    width: 30px;
    height: 30px;
}

.settings {
    width: 798px;
    min-height: 500px;
    margin-left: 0 !important;
}
.settings .textarea {
    width: 400px;
    height: 80px;
}
.settings .box { padding: 10px 0 50px 40px;}
.settings .box .hd h6 { margin-top: 10px;}
.settings p {
    line-height: 29px;
    margin-bottom: 10px;
}
.settings .sub-opt {
    margin-bottom: 0;
    padding-left :18px;
}
.settings .email .static-label { line-height: 20px; margin-bottom: 0;}
.settings .site {
    margin-top: 15px;
    margin-right: 40px;
    padding-top: 10px;
    border-top: 1px dotted #ddd;
}
.settings .option { overflow: hidden;}
.settings .site .option span {
    float: left;
    display: inline;
    width: 270px;
    margin-right: 20px;
}
.settings .sbm-btn { padding: 15px 0 0 80px;}
.settings .notify .sbm-btn { padding-left: 0;} 
.settings .static-label .sbm-btn { padding-left: 0;}
.settings .btn, .contact-help .btn, .form-setting .btn{
    width: 86px;
    height: 28px;
    line-height: 28px;
    background: url('/images/btns.png') no-repeat -75px 0;
    border: none;
    color: #fff;
    cursor: pointer;
}
.settings label, .settings .static-label span {
    float: left;
    width: 80px;
    height: 29px;
    line-height: 29px;
}
.settings .static-label label {
    float: none;
    margin-right: 10px;
}
.settings .static-label span { width: 180px;}

.users-img-list {
    overflow: hidden;
    max-height: 72px;
}
.users-img-list li {
    float: left;
    display: inline;
}
.users-img-list .s-img {
    width: 30px;
    height: 30px;
    margin: 0 5px 5px 0;
}

/**
 * list with small images style 
 */
.s-img-list li {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
}
.comment .loading-status { padding-top: 15px;}
.comment .s-img-list { margin-top: 15px;}
.comment .info .f-r, .comment .info .f-r a { color: #7895aa;}
#navNotificationList .comment .s-img-list { margin-top: 0;}

.comment .s-img-list li .comment-box {
    margin-top: 0;
    padding: 9px;
    background-color: #e2edf4;
}
.comment .s-img-list li .comment {
    display: none;
    overflow: hidden;
    position: relative;
    clear: both;
    margin-top: 6px;
    padding-top: 8px;
}
.comment-arrow {
    position: absolute;
    top: 0;
    right: 5px;
    width: 15px;
    height: 8px;
    background: url('/images/comment_icon.png') no-repeat;
    line-height: 1px;
    font-size: 0;
}
.comment-show-more { padding-top: 15px; border-top: 1px solid #cfe1ef; color: #949494; text-align: right;}
.s-img-list li.no-update { padding: 25px 0 0; text-align: center;}
.s-img-list .msg-hide {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 0;
}
.users-box .s-img-list li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #c7d9e0;
}
.users-box .no-group-members {
    height: 200px;
    line-height: 200px;
    padding: 20px;
    text-align: center;
}

.item, .s-img-list .item {
    padding-top: 15px;
    padding-bottom: 15px;
}
.item, .item li { border-top: 1px solid #cfe1ef;}
.item { margin-top: -1px;}

.s-img-list .s-img {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 99;
}

.b-img-box {}
.b-img-box li {}
.b-img-box .detail {}
.b-img-box img { margin-right: 10px;}

.users-list .detail { width: 300px;}
.users-list .detail .user-name { font-weight: bold;}
.users-list .m-img img { width: 65px; height: 65px;}
.user-page .users-list li { position: relative;}
.user-page .users-list .drop-box {
    position: absolute;
    right: 114px;
    top: -4px;
}

#usersListBox .users-list li {
    margin: 20px 0;
    border-bottom: 1px dotted #cfe1ef;
    zoom: 1;
}
#usersListBox .users-list li.last-item { margin-bottom: 0; border-bottom: none;}
#usersListBox .users-list .content { width:360px;}
#usersListBox .users-list .content .user-name { line-height: 15px; margin-bottom: 10px;}
#usersListBox .users-list .content .user-detail { margin-bottom: 10px; color: #535353;}
#usersListBox .users-list .content .user-detail a { padding-right: 8px;}
#usersListBox .users-list .content .desc {
    line-height: 15px;
    padding-bottom: 20px;
    color: #707070;
    word-break: break-all;
}
#usersListBox .users-list .follow { margin-top: -4px;}
#usersListBox .follow .add { width: 67px; background-position: 0 -74px;}
#usersListBox .following .add { width: 89px; background-position: -68px -74px;}
#usersListBox .follow .remove {
    position: relative;
    width: 78px;
    background: url("/images/btns.png") no-repeat 0 -50px;
}
#usersListBox .following .remove { background-position: -79px -50px;}
#usersListBox .follow .remove a {
    display: none;
    position: absolute;
    top: 23px;
    right: 0;
    background: none;
    color: #23659c;
    text-align: right;
}
#usersListBox .hover .follow .remove a { display: block;}
/* drop-box */
.drop-box { width: 85px;}
.drop-box .opt {
    overflow: hidden;
    height: 20px;
    line-height: 18px;
    border: 1px solid #fff;
    cursor: pointer;
}
.drop-box .hover, .drop-box .current {
    border-color: #cfe1ef;
    background: url('/images/drop_box_bg.gif') repeat-x;
}
.drop-box .opt .icon {
    float: right;
    width: 9px;
    height: 6px;
    margin: 8px 7px 0 0;
    background: url('/images/header_icon.png') no-repeat -189px -2px;
}
.drop-box .opt .opt-name {
    overflow: hidden;
    float: left;
    display: inline;
    width: 55px;
    margin-left: 5px;
    white-space: nowrap;
}
.drop-box .opt .opt-name a { color: #535353;}
.drop-box .opt .opt-name a:hover { text-decoration: none;}

#dropBoxOptions {
    position: absolute;
    z-index: 9999;
}
#dropBoxOptions .all-opts {
    width: 83px;
    border: 1px solid #cfe1ef;
    border-top: none;
    background: #fff;
}
#dropBoxOptions .all-opts li {
    overflow: hidden;
    height: 20px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    word-break: break-all;
}
#dropBoxOptions .all-opts .hover { background: #cfe1ef;}
#dropBoxOptions .all-opts s {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -4px 4px 0 0;
    background: url("/images/checkbox.png") no-repeat;
    vertical-align: middle;
}
#dropBoxOptions .all-opts .selected { background-position: -17px 0;}
#dropBoxOptions .all-opts a  { color: #535353;}
#dropBoxOptions .all-opts a:hover { text-decoration: none;}
#dropBoxOptions .all-opts .add {
    padding-left: 5px;
    border-top: 1px solid #cfe1ef;
}

/* related-items */
.related-items .title {
    font-weight: bold;
}
.related-items { overflow: hidden;}
.related-items li {
    float: left;
    display: inline;
    width: 80px;
    margin-right: 10px;
    padding: 10px;
}
.related-items .hover { background: #eaf1f7;}
.related-items .item-title {
    overflow: hidden;
    height: 60px;
}


/* user state and weibo starts*/
.user-weibo {
    overflow: hidden;
    width: 121px;
    margin: 15px 0;
}
.user-weibo a {
    float: left;
    display: inline;
    width: 26px;
    height: 26px;
    margin: 0 4px 6px 0;
    background: url("/images/u_app_icon.jpg") no-repeat;
}
.user-weibo .qq { background-position: -27px 0;}
.user-weibo .sohu { background-position: -54px 0;}
.user-weibo .netease { width: 27px; background-position: -81px 0;}

.user-attend {
    overflow: hidden;
    margin-top: 15px;
}
.user-attend a {
    float: left;
    display: inline;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #dae4ec;
    color: #535353;
}
.user-attend a:hover { text-decoration: none;}
.user-attend a:hover .desc { text-decoration: underline;}
.user-attend a.last {
    margin: 0;
    padding: 0;
    border: none;
}
.user-attend .num { font-weight: bold;}
.user-attend .desc {
    display: block;
    width: 33px;
}

.user-stat { clear: both;}
.user-stat, .user-stat p { overflow: hidden;}
.user-stat { margin-top: 20px;}
.user-stat p { margin-bottom: 10px;}
.user-stat span {
    float: left;
    display: inline;
    width: 75px;
}
.user-stat .num { 
    width: 55px;
    margin-left: 10px;
    color: #434343;
    font-weight: bold;
}
.user-stat a { color: #535353;}
/* user state and weibo ends*/

.user-search {
    width: 120px;
    height: 30px;
    background: url("/images/user_search.png") no-repeat;
}
.user-search .btn {
    width: 17px;
    height: 14px;
    margin-top: 4px;
    border: none;
    background: url("/images/user_search.png") no-repeat 5px -32px;
    vertical-align: middle;
}
.user-search .text-input {
    width: 90px;
    margin-top: 2px;
    *margin-top: 1px;
    border: none;
    color: #b5b5b5;
    vertical-align: middle;
    outline: none;
}

/**
 * TAB CLASS
 */
.tab {}
.tab ul, .tab li { position: relative;}
.tab ul { z-index: 1;}
.tab li { overflow: hidden;}
.tab .users-list li {
    overflow: visible;
    height: 101px;
}
.tab .drop-box .all-opts li { height: auto;}
.tab .on {
    z-index: 2;
    background: #fff;
}
.tab a.on { background: transparent;}
.tab a:hover { text-decoration: none;}
.tab .on-top, .tab .nav {
    height: 35px;
    line-height: 25px;
    padding: 0 0 0 20px;
}
.tab .nav { line-height: 35px;}
.tab .on-top li, .tab .nav li {
    float: left;
    display: inline;
    margin: 0 10px 0 0;
    padding-top: 1px;
}

.tab .on-top li {
    padding: 4px 10px 3px;
    border-bottom: none;
}
.tab .nav .on { background: transparent;}
.tab .on-top a, .tab .nav a { color: #535353;}
.tab .on-top .on a, .tab .nav .on a {
    color: #134874;
    font-weight: bold;
}
.tab .nav a:hover { color: #134874;}


/* side navigator style */
.tab .side { height: 330px;} 
.tab .side li {
    width: 120px;
    height: 30px;
    margin-bottom: 10px;
    line-height: 30px;
}
.tab .side a { color: #535353;}
.tab .side .hover { font-weight: bold;}
.tab .side s {
    float: left;
    display: inline;
    width: 18px;
    height: 18px;
    margin: 6px 12px 0 10px;
    background: url('/images/nav_icon.png') no-repeat;
}
.tab .side li.on { background: #377dba;}
.tab .side .on a { color: #fff;}

.profile .tab .s-profile {
    height: 14px;
    margin: 8px 12px 0 10px;
    background-position: 0 0;
}
.profile .tab .s-pic { background-position: 0 -15px;}
.profile .tab .s-password { background-position: 0 -53px;}
.profile .tab .s-notification { background-position: 0 -34px;}
.profile .tab .on .s-profile { background-position: -19px 0;}
.profile .tab .on .s-pic { background-position: -19px -15px;}
.profile .tab .on .s-password { background-position: -19px -53px;}
.profile .tab .on .s-notification { background-position: -19px -34px;}

.tools .tab .t-apps { background-position: 0 -71px;}
.tools .tab .t-bookmark { background-position: 0 -90px;}
.tools .tab .t-googleSendTo { background-position: 0 -109px;}
.tools .tab .on .t-apps { background-position: -19px -71px;}
.tools .tab .on .t-bookmark { background-position: -19px -90px;}
.tools .tab .on .t-googleSendTo { background-position: -19px -109px;}

.tab .side .s-invite { background-position: 0 -279px;}
.tab .side .on .s-invite { background-position: -19px -279px;}
.tab .side .f-contact { background-position: 0 -298px;}
.tab .side .on .f-contact { background-position: -19px -298px;}

/* tools pages style */
.tool { height: auto;}
.tool .hd h6 { margin-bottom: 5px;}

.bookmark-box h6 {
    margin: 20px 0;
    color: #133b5a;
    font-size: 14px;
}
.bookmark-box p { margin-bottom: 15px;}
.bookmark-box .bookmarks {
    overflow: hidden;
}
.bookmark-box .bookmarks a {
    overflow: hidden;
    float: left;
    display: inline;
    width: 176px;
    height: 0;
    margin-right: 45px;
    padding-top: 59px;
    background: url('/images/bookmark_btns.png') no-repeat;
}
.bookmark-box .bookmarks .related-item { background-position: 0 -60px;}

.icons-nav li {
    position: relative;
    float: left;
    display: inline;
    margin-right: 10px;
}
.icons-nav li s, .icons-nav li a { position: absolute;}
.icons-nav .on s, .icons-nav li a { display: block;}
.icons-nav li s { display: none;}

.tool .setting-box {}

#browsers {
    height: 65px;
    margin-right: 100px;
    padding-bottom: 20px;
    border-bottom: 2px solid #bcd6e5;
}
#browsers li {
    width: 70px;
    height: 70px;
}
#browsers .hover, #browsers li s { background: url('/images/browser_status_bg.png') no-repeat;}
#browsers li s {
    bottom: -17px;
    left: 24px;
    width: 22px;
    height: 12px;
    background-position: right top;
}
#browsers li a {
    top: 7px;
    width: 56px;
    height: 56px;
    background: url('/images/browsers_icon.jpg') no-repeat;
}
#browsers li .b-ie { left: 4px;}
#browsers li .b-chrome, #browsers li .b-360, #browsers li .b-qq, #browsers li .b-safari { left: 10px;}
#browsers li .b-chrome, #browsers li .b-360, #browsers li .b-aoyou { width: 48px;}
#browsers li .b-firefox, #browsers li .b-safari { width: 50px;}
#browsers li .b-qq, #browsers li .b-sogou { width: 52px}

#browsers li .b-chrome { background-position: -57px 0;}
#browsers li .b-firefox {
    left: 9px;
    background-position: -106px 0;
}
#browsers li .b-360 { background-position: -155px 0;}
#browsers li .b-aoyou {
    left: 11px;
    background-position: -204px 0;
}
#browsers li .b-qq { background-position: -253px 0;}
#browsers li .b-sogou {
    left: 8px;
    background-position: -305px 0;
}
#browsers li .b-safari { background-position: -356px 0;}

#websites { height: 90px;}
#websites li {
    width: 74px;
    height: 74px;
}
#websites .on, #websites .hover, #websites li a, #websites li s,
.update-sync .binding-btn, .setting-opts .save-btn { background: url('/images/app_binding_img.png') no-repeat;}

#websites li a {
    left: 5px;
    top: 5px;
    width: 64px;
    height: 64px;
}
#websites li .w-sina { background-position: -65px 0;}
#websites li .w-qq { background-position: 0 0;}
#websites li .w-douban { background-position: -195px 0;}
#websites li .w-netease { background-position: -260px 0;}
#websites li .w-sohu { background-position: -130px 0;}
#websites .hover { background-position: -348px -64px;}
#websites .on { background-position: -274px -64px;}
#websites .on s {
    left: 24px;
    bottom: -17px;
    width: 26px;
    height: 13px;
    background-position: -230px -65px;
}

.note { color: #e60012;}

#wContent {
    margin-right: 40px;
    padding: 20px;
    border: 1px solid #d0e1ef;
}
#wContent .button { margin-top: 20px;}

.update-sync p {
    margin-bottom: 0;
    line-height: 20px;
}

.update-sync .note { margin-bottom: 10px;}
.update-sync .binding-btn {
    display: block;
    width: 100px;
    height: 30px;
    background-position: -148px -107px;
}

.sync-success .sync-status {
    margin-bottom: 20px;
    line-height: 35px;
    border-bottom: 1px dotted #a0a0a0;
}
.sync-success .sync-status .note {
    margin-right: 12px;
    padding-right: 20px;
    border-right: 1px dotted #a0a0a0;
}
.sync-success .setting-opts p {
    margin-bottom: 5px;
    line-height: 20px;
}
.sync-success .setting-opts .arrow {
    overflow: hidden;
    display: inline-block;
    width: 11px;
    height: 6px;
    margin-left: 5px;
    background: url("/images/sync_arrow.gif") no-repeat -12px 0;
    vertical-align: middle;
}
.sync-success .setting-opts .open .arrow { background-position: 0 0;}
.sync-success .setting-opts .demo {
    padding-left: 3px;
    color: #898989;
}
.sync-success .setting-opts .sub-opt { padding-left: 20px;}
.sync-success .setting-opts .save-btn {
    display: inline-block;
    width: 80px;
    height: 28px; 
    border: none;
    vertical-align: middle;
    background-position: -149px -65px;
    cursor: pointer;
}
.sync-success .setting-opts .successTips {
    color: #328D32;
    font-size: 12px;
    margin: 0 0 0 19px;
}

/* item & article style ========================*/
.item p { line-height: 16px;}
.item .detail, .like-users, .like-users .user-likeIt, .more-comments .user-commentIt, .time { color: #959595;}
.like-users .user-likeIt, .more-comments .user-commentIt { text-decoration: none;}
.item .more-comments .on {
    color: #707070;
    text-decoration: none;
    cursor: default;
}
.item .activity { margin-right: 25px;}
.item .activity .detail { margin-bottom: 6px;}
.item .item-detail { border-bottom: 1px solid #cfe1ef;}
.item .item-detail .like-users, .item .item-detail .more-comments { margin-bottom: 10px;}

.article .title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
.article .title a { color: #2a5f8c;}
.article .detail { overflow: hidden;}
.article .detail .b-img {
    width: 93px;
    height: 93px;
    margin-top: 5px;
}
.article .detail .content { 
    overflow: hidden;
    max-height: 100px;
    color: #434343;
    font-size: 14px;
}
.article .detail .content p { line-height: 20px; font-size: 14px;}
.article .operating {
    height: 18px;
    margin-top: 14px;
    line-height: 22px;
}
.article .operating .time { padding-left: 15px;}
.item-page .article .operating .time a { color: #959595;}
.item-page .article .operating .time a:hover { text-decoration: none; cursor: default;}

.article .like, .article .dislike { float: left;}
.article .like s, .article .dislike s, .vote a {
    display: inline-block;
    float: left;
    width: 16px;
    height: 16px;
    margin: 4px 5px 0 0;
    background: url('/images/like_btns.jpg') no-repeat;
    vertical-align: middle;
}
.vote a { margin-left: 5px;}
.article .dislike s, .vote .vote-down { background-position: -17px 0;}

/* article extension options*/
.extension {
    display: inline-block;
    line-height: 18px;
}
.extension:hover { text-decoration: none;}
.extension .arrow {
    float: right;
    width: 9px;
    height: 6px;
    margin: 8px 7px 0 3px;
    background: url('/images/header_icon.png') no-repeat -189px -2px;
}
.extension.collection { *width: 45px;}

.drop-layer {
    position: absolute;
    z-index: 1000;
    width: 125px;
    margin-left: -57px;
}
.drop-layer .main-box { position: relative;}
.drop-layer .main-box .top {
    height: 9px;
    background-repeat: no-repeat;
}
.drop-layer .main-box .center {
    padding: 0 10px;
    background-repeat: repeat-y;
    background-position: -126px 0;
}
.drop-layer .main-box .bottom {
    height: 9px;
    background-position: 0 -10px;
    background-repeat: no-repeat;
}
.drop-layer .main-box .arrow {
    display: block;
    position: absolute;
    width: 13px;
    height: 25px;
    background-position: 0 -30px;
}
.drop-layer .center span {
    display: block;
    padding: 0 5px;
    line-height: 24px;
    cursor: pointer;
}
.drop-layer .center .hover { background: #dfe8ef;}
.drop-layer .center a { margin: 4px 8px 0 0;}

.block-flash {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 99%;
    border: none;
}
#msgBoxDiv .block-flash {
    left: 4px;
    top: 4px;
    width: 95%;
    height: 97%;
}
#shareBox .block-flash, #collectionBox .block-flash {
    left: 2px;
    top: 2px;
    width: 121px;
}

#shareBox, #collectionBox { display: none;}
#shareBox .arrow, #collectionBox .arrow {
    left: 52px;
    width: 21px;
    height: 14px;
    background-position: -56px -29px;
}
#shareBox .arrow-up, #collectionBox .arrow-up { top: -10px;}
#shareBox .arrow-down, #collectionBox .arrow-down {
    bottom: -10px;
    background-position: -78px -29px;
}

#collectionBox .center a {
    float: left;
    display: inline;
    height: 16px;
    background: url("/images/s_collection_icon.png") no-repeat;
}
#collectionBox .center .mag { width: 17px;}
#collectionBox .center .tbc {
    width: 15px;
    background-position: -18px 0;
}

.vote {
    float: left;
    display: inline;
}
.vote .vote-num {
    float: left;
    display: inline;
    width: auto;
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    background: none;
    color: #25679e;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.vote a {
    float: left;
    display: none;
    margin-top: 0;
}

.comment .vote .vote-up { background-position: 0 2px;}
.comment .vote .vote-down { background-position: -17px 2px;}
.comment .liked-comment .vote .vote-up { background-position: -34px 2px;}
.comment .liked-comment .vote .vote-down { background-position: -51px 2px;}

.reply s, .delete s {
    float: left;
    display: inline;
}
.reply s, .delete s {
    width: 15px;
    background: url('/images/icons.gif') no-repeat;
}
.reply s {
    height: 13px;
    margin: 1px 0 0;
}
.delete s {
    height: 10px;
    margin: 2px 0 0;
    background-position: -15px 0;
}

.item-page {
    float: none;
    display: block;
    border-left: 1px solid #e5eff8;
    border-bottom: 1px solid #e5eff8;
}
.item-page .more-comments-title {
    margin-bottom: 14px;
    padding: 14px 0;
    border-top: 3px solid #c6dbe6;
    border-bottom: 3px solid #c6dbe6;
    color: #535353;
    font-weight: bold;
}
.item-page .comment .s-img-list { margin-top: 0;}
.item-page .comment .s-img-list li { display: list-item !important; margin-top: 0; border-bottom: 1px solid #cfe1ef; border-top: none;}
.item-page .users-img-list { overflow: hidden; max-height: none; padding-top: 5px;}
.item-page .comment-list-title { padding: 15px 0 10px;}

.comment .s-img-list li {
    padding: 10px 0 10px 45px;
    line-height: 18px;
    border-top: 1px solid #cfe1ef;
    border-bottom: none;
}
.comment .s-img-list .line {
    height: 18px;
    margin: 0 0 18px;
    padding: 0;
    background: url("/images/page_title_line.png") repeat-x 0 bottom;
}
.comment .s-img {
    left: 0px;
    top: 12px;
    width: 36px;
    height: 36px;
}
.comment .comment-box { margin-top: 15px;}
.comment .content { word-break: break-all;}
.comment .content .info { overflow: hidden; margin-top: 5px;}
.comment .vote .vote-down { display: inline;}
.comment .hover .vote .vote-up { display: block;}
.comment .hover .delete { display: inline;}
.comment .comment-bottom {
    overflow: hidden;
    position: relative;
    line-height: 27px;
}
.comment .comment-bottom .error-msg {
    position: absolute;
    right: 65px;
    top: 0;
    background-color: #fff;
    color: #ff6600;
}
#readBox .comment-bottom .error-msg { right: 62px; background-color: #e4eaef;}
.comment .comment .comment-bottom .error-msg { background-color: #e2def4;}
.comment-bottom .comment-count {
    text-align: right;
    line-height: 27px;
    font-family: Arial;
}
.comment-textarea {
    position: relative;
    padding: 0 2px;
    border: 1px solid #cfe1ef;
    background: #fff;
}
.comment-textarea .warn-box {
    display: none;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 450px;
    height: 48px;
    background-color: #fcc;
}
.item-page .comment-textarea .warn-box { width: 590px;}
.user-page .comment-textarea .warn-box, .search .comment-textarea .warn-box { width: 516px;}
.user-page .s-img-list .comment-textarea .warn-box { width: 450px;}
.comment .comment-input {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 20px;
    padding: 3px 0;
    background: none;
    border: none;
    color: #999;
    font: 12px/20px "lucida Grande",Verdana;
    outline: none;
}
.comment-expand .comment-input { height: 50px;}
.comment .comment-btns {
    width: 65px;
    line-height: 27px;
}
.comment .share-opts { float: left; width: 185px;}
.comment .share-opts .checkbox { margin-top: -2px;}
.comment .share-opts .weibo .name { display: none;}
.weibo .name { font-weight: normal;}
.weibo a {
    float: left;
    display: inline;
    width: 16px;
    height: 16px;
    margin: 5px 5px 0 0;
    background: url('/images/s_app_icon.jpg') no-repeat;
}
.weibo .t-sina { background-position: 0 0;}
.weibo .t-netease { background-position: -17px 0;}
.weibo .t-sohu { background-position: -34px 0;}
.weibo .t-douban { margin-right: 0; background-position: -51px 0;}
.weibo .t-qq { background-position: -68px 0;}
.weibo .unsync .t-sina { background-position: 0 -17px;}
.weibo .unsync .t-netease { background-position: -17px -17px;}
.weibo .unsync .t-sohu { background-position: -34px -17px;}
.weibo .unsync .t-douban { background-position: -51px -17px;}
.weibo .unsync .t-qq { background-position: -68px -17px;}
.post-btn, .postMsg-btn {
    display: block;
    width: 60px;
    height: 26px;
    background: url('/images/popup_profile_icon.png') -146px 0 no-repeat;
}
.post-btn { background-position: -146px -27px;}

.index .comment .s-img-list .comment-input { width: 390px;}
.index .comment .s-img-list .warn-box, .user-page .s-img-list .comment .s-img-list .comment .warn-box { width: 388px;}
.user-page .comment .s-img-list .comment .warn-box { width: 472px;}
.item-page .comment .comment .warn-box { width: 525px;}

.group-mng-btns { height: 26px; line-height: 25px;}
.mng-btn {
    position: relative;
    z-index: 2;
    display: inline;
    width: 103px;
    height: 26px;
    line-height: 23px;
    background: url('/images/user_manage_btn.jpg') no-repeat;
    color: #434343;
    text-align: center;
}
.group-mng-btns .mng-btn { float: left;}

/**
 * slide box module
 */
.slide-box .main { position:relative; overflow: hidden;}
.slide-box .scroller {
    display: none;
    float: right;
    margin: 12px 12px 0;
}
.slide-box .scroller a {
    float: left;
    display: inline;
    width: 6px;
    height: 11px;
    margin-right: 5px;
    background: url('/images/slide_btns.gif') no-repeat;
}
.slide-box .scroller .prev {}
.slide-box .scroller .next { margin: 0; background-position: -7px 0;}
.slide-box .scroller .prev-end { background-position: 0 -12px;}
.slide-box .scroller .next-end { background-position: -7px -12px;}

#main .slide-box .main {
    width: auto;
    height: 36px;
}
#mainNav { position: absolute;}
/**
 * pop-up box module
 */
#mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    filter: alpha(opacity=70);
}
.popup-box {
    display: none;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 100;
    width: 330px;
    margin: 0 0 0 -165px;
    border: 5px solid #aaa;
    background: #fff;
}
.popup-box .hd {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #325b7f;
    background: url('/images/popup_hd_bg.png') repeat-x;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.popup-box .hd h5 { font-size: 14px;}
.popup-box .bd {
    padding-top: 20px;
    border: 1px solid #70879b;
    border-top: none;
}
.popup-box .hide-btn, .msgBox-close {
    float: right;
    display: inline;
    width: 11px;
    height: 11px;
    margin: 10px 10px 0 0;
    background: url('/images/popup_hide_btn.gif') no-repeat;
}
.popup-box .bd p { margin-bottom: 15px;}
.popup-box .bd .content { margin-bottom: 5px;}
.popup-box .bd .error { margin-top: 10px;}
.popup-box .bd label { margin-right: 10px;}
.popup-box .textarea {
    width: 235px;
    height: 105px;
}
.popup-box .bottom {
    background: #eaf1f7;
}
.popup-box .btns {
    overflow: hidden;
    width: 160px;
    margin: 0 auto;
    padding: 5px 0;
}
.popup-box .btns a {
    float: left;
    display: inline;
    width: 75px;
    height: 29px;
    margin-right: 10px;
    line-height: 27px;
    background: url('/images/popup_btns.png?v=20120516') no-repeat;
    text-align: center;
}
.popup-box .btns .confirm { color: #fff;}
.popup-box .btns .cancel { margin: 0; background-position: -76px 0;}
.popup-box .btns a:hover { text-decoration: none;}
.error { border-color: #f60;}

.group-box .add {
    clear: both;
    overflow: hidden;
    height: 25px;
    margin-bottom: 15px;
    line-height: 25px;
}

.users-select-box { width: 570px; margin-left: -280px;}
.users-select-box .bd { padding: 0;}
.users-select-box .nav {
    overflow: hidden;
    padding-left: 10px;
}
.users-select-box .users-box .users-list {
    overflow: auto;
    height: 200px;
    margin: 10px 0 0 10px;
}
.users-select-box .users-box .users-list li {
    overflow: hidden;
    float: left;
    display: inline;
    width: 160px;
    height: auto;
    margin: 0 24px 20px 0;
    border: 2px solid transparent;
    background: #f5fafd;
    cursor: pointer;
}
#groupMembersBox { height: 242px; margin: 0; padding: 5px 0;}
#groupMembers li.hover { border-color: #8cb6dd;}
#groupMembers li.on { background: #8cb6dd;}

.users-select-box .users-box .users-list .side-item { margin-right: 0;}
.users-select-box .users-box .users-list .user-name {
    overflow: hidden;
    width: 60px;
    height: 80px;
    margin-left: 20px;
    line-height: 80px;
}

#bindingBtn {
    display: block;
    width: 100px;
    height: 30px;
    margin: 0 auto 20px;
    background: url("/img/app_binding_img.png") no-repeat -148px -107px;
}

#messageSuccess, #syncSuccess {
    top: 200px;
    z-index: 101;
    width: 220px;
    height: 60px;
    margin-left: -100px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
}
#messageSuccess img, #syncSuccess img {
    margin: -4px 10px 0 0;
    vertical-align: middle;
}

/* forward box style */
#forwardBox, #weiboBindingBox { z-index: 10000;}
#forwardBox .bd { overflow: hidden; padding-left: 10px; padding-bottom: 10px;}
#forwardBox .bd a {
    float: left;
    display: inline;
    width: 152px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}
#forwardBox .bd s {
    float: left;
    display: inline;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url('/images/forward_icons.jpg') no-repeat;
}
#forwardBox .bd .sina { background-position: 0 0;}
#forwardBox .bd .netease { background-position: -24px 0;}
#forwardBox .bd .qq { background-position: -48px 0;}
#forwardBox .bd .sohu { background-position: -72px 0;}
#forwardBox .bd .douban { background-position: -96px 0;}
#forwardBox .bd .renren { background-position: -120px 0;}
#forwardBox .bd .kaixin { background-position: -144px 0;}
#forwardBox .bd .baishehui { background-position: -168px 0;}
#forwardBox .bd .twitter { background-position: -192px 0;}
#forwardBox .bd .buzz { background-position: -216px 0;}

/* confirm to delete box */
#deleteConfirmBox .bd p { text-align: center;}
#deleteConfirmBox .bd .btns { margin-bottom: 0; padding-bottom: 15px;}

#confirmBox { z-index: 10002;}

/* layer-box style */
.layer-box {
    position: absolute;
    left: 50%;
    z-index: 9999;
    width: 342px;
    background: #f3f8fd;
    border: 1px solid #adc6da;
    /* css3 box-shadow */
    -moz-box-shadow: 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
}
.layer-box .inner {
    position: relative;
    margin: 2px;
    padding: 10px;
    background: #fff;
}
.layer-box .arrow {
    position: absolute;
    width: 21px;
    height: 16px;
    background: url('/images/layer_arrow.png') no-repeat;
}
.layer-box .top {
    left: 10px;
    top: -15px;
}
.layer-box .bottom {
    bottom: -13px;
    background-position: 0 -17px;
}
.layer-box .hide-btn {
    float: right;
    display: inline;
    width: 10px;
    height: 10px;
    margin-top: 7px;
    background: url('/images/icons.gif') no-repeat -15px 0;
}

#userProfileBox { z-index: 10000;}
#userProfileBox .container { position: relative;}
#userProfileBox .data { margin: 2px 2px 0; padding: 10px; background-color: #fff; text-align: center;}
#userProfileBox .data img { margin: -4px 4px 0 0; vertical-align: middle;}
#userProfileBox .user-state { overflow: hidden; margin: 10px 0;}
#userProfileBox .user-state a {
    float: left;
    display: inline;
    margin-right: 20px;
    text-align: center
}
#userProfileBox .mng-btn, #userProfileBox .follow a { background: none;}
#userProfileBox .follow a { display: inline; color: #535353;}

#userProfileBox .follow-btn, #userProfileBox .unfollow-btn,
#userProfileBox .comment-like-box .num, #userProfileBox .comment-like-box .icon, .like-users-list .unfollow-btn, .suggestion-list .unfollow-btn, .follow-Wrap .unfollow-btn  {
    background: url("/images/popup_profile_icon.png") no-repeat;
}
#userProfileBox .follow-btn, #userProfileBox .unfollow-btn, .like-users-list .unfollow-btn, .suggestion-list .unfollow-btn, .follow-Wrap .unfollow-btn {
    display: inline-block;
    height: 23px;
    margin-top: 4px;
    vertical-align: top;
}
#readBox .like-users a:hover { text-decoration: none;}
#userProfileBox .follow-btn { width: 67px;}
#userProfileBox .unfollow-btn, .like-users-list .unfollow-btn, .suggestion-list .unfollow-btn, .follow-Wrap .unfollow-btn {
    width: 75px;
    background-position: 0 -54px;
}
#userProfileBox .followed .follow-btn {
    width: 89px;
    background-position: 0 -78px;
}
#userProfileBox .followed .unfollow-btn {
    background-position: -131px -54px;
}
#userProfileBox .unfollow-btn:hover, .like-users-list .unfollow-btn:hover, .like-users-list .following .remove a:hover, .suggestion-list .remove a:hover, .follow-Wrap .remove a:hover { background-position: -69px 0;}
#userProfileBox .main { position: relative;}
#userProfileBox .comment-like-box {
    position: absolute;
    left: 0;
    top: 60px;
    width: 50px;
    height: 50px;
}
#userProfileBox .comment-like-box .num {
    width: 50px;
    height: 27px;
    line-height: 23px;
    background-position: 0 -24px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
#userProfileBox .comment-like-box .icon {
    width: 18px;
    height: 14px;
    margin: 2px 0 0 16px;
    background-position: -51px -24px;
}
#userProfileBox .content { margin-left: 60px;}
#userProfileBox .content .about-me {
    overflow: hidden;
    height: 30px;
    line-height: 15px;
    word-break: break-all;
}
#userProfileBox .footer {
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    background: #f1f5f7;
    text-align: right;
}
#userProfileBox .setting {
    display: inline-block;
    margin-right: 10px;
}

/**
 * #ID style
 */
#headerInner, #container, #footer {
    width: 960px;
    margin: 0 auto;
}

#header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    background: url('/images/header_bg.png') repeat-x;
}

#headerInner {
    position: relative;
    top: 0;
    z-index: 2;
    height: 40px;
}

#logo {
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 132px;
    height: 30px;
}

#searchBox .bg, #searchBox .btn, .menu-link s, #nav .header-img, #nav .menu-icon s, .main-menu li .png s, .unread-num, .user-menu, .user-menu .arrow s {
    display: block;
    background: url('/images/header_icon.png') no-repeat;
}

#searchBox {
    float: left;
    display: inline;
    margin: 6px 10px 0 0;
}
#searchBox .bg {
    position: relative;
    width: 190px;
    height: 28px;
    line-height: 25px;
    background-position: 0 -57px;
}
#searchBox .text-input {
    float: left;
    display: inline;
    width: 148px;
    height: 20px;
    line-height: 20px;
    margin-top: 3px;
    margin-left: 4px;
    padding: 0;
    background: transparent;
    border: none;
    color: #a0c0dd;
    outline: none;
}

#searchBox .btn {
    float: left;
    display: inline;
    width: 16px;
    height: 16px;
    margin-top: 4px;
    margin-left: 6px;
    background-position: -32px -30px;
    border: none;
    cursor: pointer;
}

.nav-list {
    float: left;
    display: inline;
    margin: 0 0 0 162px;
}
.nav-list .menu-item {
    float: left;
    display: inline;
    margin-right: 10px;
    padding: 0 10px;
}
.nav-list .current { background-color: #1f5583;}
.nav-list a:hover { text-decoration: none;}

.main-link .menu-item {
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
}
.main-link a { display: block; color: #fff;}
.main-menu .menu-item { position: relative; height: 38px;}

.nav-right {
    float: right;
    display: inline;
}
.nav-right .nav-list { margin-left: 0;}
.nav-right .nav-list .menu-item { margin-right: 0;}
.nav-right .sub-menu { color: #535353;}

.menu-link s {
    display: block;
    width: 24px;
    height: 24px;
    margin-top: 8px;
}
.notification s { background-position: -25px 0;}
.msg s { background-position: -49px 0;}
.on .notification s { background-position: -131px -1px;}
.on .msg s { background-position: -159px -1px;}

.user-menu {
    position: relative;
    float: left;
    display: inline;
    width: 47px;
    height: 26px;
    margin-top: 6px;
    background-position: -77px -1px;
}
.user-menu .arrow {
    display: block;
    position: absolute;
    right: 5px;
    top: 11px;
}
.user-menu .arrow s {
    display: block;
    width: 13px;
    height: 6px;
    background-position: -187px -2px;
}
.user-menu .user-img {
    position: absolute;
    left: 3px;
    top: 3px;
    display: block;
    width: 20px;
    height: 20px;
}
.user-menu .user-img img {
    width: 20px;
    height: 20px;
}

#nav { position: absolute; right: 0; top: -3px; width: 290px;}
.main-menu { position: relative; top: 0; margin-right: 8px;}
.main-menu .rel {
    float: left;
    display: inline;
    z-index: 3;
    width: 34px;
    height: 24px;
    margin-right: 7px;
    padding: 0 8px;
}
.main-menu .current {
    height: 38px;
    padding-right: 14px;
    background-color: #1f5583;
}
.main-menu .notification-menu .current {
    padding-right: 0;
    background-color: transparent;
} 
.main-menu li.on {
    background: #fff;
    color: #1d5179;
}
.main-menu li a:hover { text-decoration: none;}
.main-menu li .index { height: 22px;}
.main-menu li .unread-num {
    position: absolute;
    top: 2px;
    right: 0;
    z-index: 10000;
    width: 20px;
    height: 20px;
    line-height: 18px;
    background-position: -75px -32px;
    color: #fff;
    text-align: center;
    visibility: hidden;
}
.main-menu li .message s {
    height: 22px;
    margin-right: 0;
    background-position: -50px 2px;
}


#nav .user-menu {
    position: relative;
    left: 0;
    width: 48px;
    margin-top: 1px;
    margin-right: 0;
    padding-right: 0;
}
#nav .menu-icon {
    float: right;
    display: inline;
    position: relative;
    left: 0;
    top: 6px;
    z-index: 101;
    width: 18px;
    height: 28px;
    padding: 0;
}
#nav .menu-icon s {
    position: absolute;
    right: 3px;
    top: 11px;
    width: 13px;
    height: 6px;
    background-position: -187px -2px;
}
#nav .on .menu-icon s { background-position: -200px -2px;}
#nav .header-img {
    position: relative;
    width: 26px;
    height: 31px;
    background-position: 0 -21px;
}
#nav .my-img {
    position: absolute;
    left: 3px;
    top: 8px;
    width: 20px;
    height: 20px;
}
.sub-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 24px;
    display: none;
    z-index: -1;
    width: 115px;
    margin-top: 2px;
    background: #fff;
    border: 1px solid #2f597e;
    border-radius: 3px 0 3px 3px;
    box-shadow: 0 1px 2px #78b;
}
.on .sub-menu { display: block;}
.main-menu .sub-menu {
    right: -55px;
    top: 35px;
    border-top: none;
}
.notice .sub-menu { width: 584px;}
.msg .sub-menu {
    z-index: -1;
    width: 428px;
}
.sub-menu h4 {
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #e0e8f1;
    font-size: 14px;
}
.sub-menu .unread { display: none;}
.sub-menu .more {
    padding: 5px;
    background: #e6eef6;
}
#navNotificationList { overflow: auto; max-height: 343px; padding: 0 10px;}
#navNotificationList .item { padding-top: 10px; padding-bottom: 0;}
#navNotificationList .item-desc { padding-right: 10px; border: none;}
#navNotificationList .item-detail, #navNotificationList .notification-popup-commont { border-top: 1px solid #cfe1ef;}
#navNotificationList .item-detail { border-bottom: none;}
#navNotificationList .follow-item { padding-bottom: 10px;}
#navNotificationList li .s-img { top: 10px;}
#navNotificationList .comment .s-img-list { overflow: hidden;}
#navNotificationList .comment .s-img-list li { margin-top: -1px;}
#navNotificationList .comment-expand { border: 1px solid #cfe1ef;}
#navNotificationList .comment-expand .comment-input { border: none;}
#navNotificationList .like-users { margin: 10px 0;}
#navNotificationList .notification-comment-operating { overflow: hidden;}
.sub-menu .comment .s-img-list li {
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #cfe1ef;
    border-bottom: none;
}
.sub-menu .item .item-detail { position: relative;}
.sub-menu .s-img-list .loading-status { padding-left: 0;}
.sub-menu .s-img-list .loading-status img { margin: -4px 4px 0 0; vertical-align: middle;}
.sub-menu .s-img-list .follow-item { height: 50px;}
.sub-menu .s-img-list a:hover { font-weight: normal;}
.sub-menu .s-img-list .title a:hover { text-decoration: underline; font-weight: bold;}
.sub-menu .s-img-list .activity { min-height: 35px; margin-right: 0;}
.sub-menu .s-img-list .article { padding-bottom: 0;}
.sub-menu .s-img-list .article .detail, .sub-menu .s-img-list .article .operating { display: none;}

.msg .sub-menu .s-img-list { margin: 0 12px;}
.msg .sub-menu li {
    margin-top: -1px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left :40px;
    line-height: 20px;
    border-top: 1px solid #cfe1ef;
}
.msg .sub-menu .s-img {
    top: 10px;
    width: 30px;
    height: 30px;
}
.msg .sub-menu .msg-txt { width: 362px; margin: 10px 0 5px;}

.sub-menu li { line-height: 30px;}
.user-menu .sub-menu { z-index: 100;}
.user-menu .sub-menu li { padding: 0 5px; line-height: 20px;}
.user-menu .sub-menu a { display: block; width: auto; margin: 5px 0; padding: 2px 10px; color: #626262;}
.user-menu .sub-menu a:hover { background: #d6e2ed; color: #626262; font-weight: normal;}
.user-menu .sub-menu .account {
    border-top: 1px solid #dce6f0;
}
.sub-menu li a:hover { color: #1d517d; font-weight: bold; text-decoration: none;}
.sub-menu .cmt-content a, .sub-menu .cmt-content a:hover { color: #134874;}
.sub-menu .cmt-content a:hover { font-weight: normal; text-decoration: underline;}
.sub-menu .comment .comment-box { margin-top: 5px;}
.sub-menu .info .vote a:hover { font-weight: bold; text-decoration: underline;}

#container { padding-top: 40px;}

#top {
    position: relative;
    height: 100px;
    border-bottom: 1px solid #cfe1ef;
    background: url('/images/userpage_top_bg.png') repeat-x;
}
#top .user-profile {
    position: absolute;
    left: 40px;
    top: 35px;
}
#top .user-profile .b-img { background: #fff;}
#top .user-profile .user-name {
    position: relative;
    top: 25px;
    margin-left: 15px;
    font-size: 16px;
    font-weight: bold;
}
#top .option {
    position: absolute;
    left: 285px;
    bottom: 20px;;
}

#leftSide, #leftNav { width: 160px;}

#leftSide {
    position: relative;
    z-index: 2;
    float: left;
}

#leftNav {
    overflow: hidden;
    padding-top: 20px;
}
#toTop a { background: url("/images/container_icon.png") no-repeat;}

#profile .user-name {
    width: 68px;
    line-height: 15px;
    font-size: 14px;
    font-family: "宋体", Tahoma, Verdana;
    word-break: break-all;
}
#profile .user-name a { color: #434343;}
#profile .vip {
    display: none;
    margin: 0;
    vertical-align: middle;
}
#profile .clear { 
    padding-top: 15px;
    margin-bottom: 20px;
}
#profile .num-commentLiked {
    color: #1d517d;
    font-size: 14px;
    font-weight: bold;
}

#updates { margin-bottom: 20px;}
#updates a, #reader a { color: #535353;}
#updates li {
    overflow: hidden;
    height: 24px;
    margin: 5px 0;
}
#updates .on, #reader .on {
    color: #1d517d;
    font-weight: bold;
}
#updates .circle-item a {
    display: block;
    margin-right: 10px;
    padding-left: 22px;
    line-height: 24px;
    background: url("/images/container_icon.png")  -76px 0 no-repeat; 
}
#updates .circle-item a:hover{    
    background-color: #e3ecf5;
    text-decoration: none;
}
#updates .circle-item a{background-position: -76px -50px;}
#updates .circle-item .on{background-position: -76px -75px;}
.drop-layer .top, .drop-layer .center, .drop-layer .bottom, .drop-layer .icon { background-image: url("/images/update_more.png");}
}
.mng-group {
    float: left;
    display: inline;
    margin: 6px 8px 0 20px;
    vertical-align: middle;
}
.mng-group {
    width: 11px;
    height: 11px;
    margin-left: 0;
    background: url("/images/update_more.png") no-repeat -30px -30px;
}
#updates .manage-group { margin-right: 20px;}
.manage-group { padding: 6px 0;}
.manage-group a:hover { text-decoration: none;}
.update-line {
    clear: both;
    height: 1px;
    line-height: 1px;
    padding: 15px 0;
    background: url("/images/update_line.png") no-repeat center center;
    text-indent: -9999px;
    font-size: 1px;
}

#reader {
    overflow: hidden;
    position: fixed;
    top: 60px;
    padding-right: 20px;
}
#recRefreshBtn {
    display: block;
    width: 120px;
    height: 45px;
    margin-bottom: 20px;
    background: url("/images/rec_refresh_btn.png") no-repeat;
}
.rec-reasons-wrapper {
    overflow: visible;
    position: relative;
    width: 140px;
    background: url("/images/overflow_mask.png") no-repeat;
}
.rec-reasons { width: 180px;}
.rec-reasons a { text-decoration: none;}
.rec-reasons .side-tabWrap, .rec-reasons .reason, .rec-reasons .my-subscription { width: 140px;}
.reason .desc {
    height: 20px;
    line-height: 20px;
    margin: 5px 0 0;
    padding: 3px 0;
}
.reason .desc a {
    float: left;
    display: inline;
}
.reason .desc .arrow {
    height: 20px;
    padding: 0 5px;
}
.reason .desc .arrow span {
    display: block;
    width: 6px;
    height: 11px;
    margin-top: 5px;
    background: url("/images/toggle_arrow.png") no-repeat;
}
.reason .on {
    color: #20629c;
    font-weight: bold;
}
.reason-list {
    display: none;
    margin: 0 0 8px 13px;
}
.reason-list li {
    overflow: hidden;
    height: 20px;
    margin: 5px 0 0;
    padding: 3px 0 3px 5px;
    cursor: pointer;
}
.reason-list li.hover { background-color: #dfe8f1;}
.reason-list img {
    float: left;
    display: inline;
    width: 16px;
    height: 16px;
    margin: 2px 4px 0 0;
}
.expand .desc .arrow { padding: 0 4px;}
.expand .desc .arrow span {
    width: 8px;
    background-position: -15px 0;
}
.expand ul, .expand .side-subscription { display: block;}

.reason .desc-hover { background-color: #dfe8f1;}
.reason .desc-hover .arrow span { background-position: -7px 0;}
.expand .desc-hover .arrow span { background-position: -24px 0;}
.reason .desc .arrow-hover { background-color: #dfe8f1;}
.reason .desc .arrow-hover span { background-position: -7px;}
.expand .desc .arrow-hover span { background-position: -24px 0;}

.rec-reasons .hot-article {
    display: block;
    width: 126px;
    margin-top: 5px;
    margin-bottom: 8px;
    padding: 3px 0 3px 14px;
}
.rec-reasons .hot-article:hover { background-color: #dfe8f1;}
.my-subscription .arrow {
    display: inline-block;
    width: 6px;
    height: 11px;
    margin: -4px 0 0 5px;
    background: url("/images/toggle_arrow.png") no-repeat;
    vertical-align: middle;
}
.expand span.arrow {
    width: 8px;
    background-position: -15px 0;
}
#recommendationsBox { margin-bottom: 8px;}

#main { margin-left: 160px;}

.user-page #leftSide, .user-page #main { min-height: 300px;}
.user-page .tab {
    overflow: hidden;
    height: 38px;
    margin: 35px 0 0;
    background-color: #d2e1ee;
}
.user-page .tab .on-top { padding-top: 6px; padding-left: 10px;}
.user-page .slide-box {
    height: auto;
    margin-top: 0;
    background-color: #fff;
}
.user-page .slide-box .nav { padding-left: 0;}
.user-page .slide-box .on, .mng-btns-box { background: #eaf1f7;}
.user-page .slide-box .nav li { padding-left: 10px; padding-right: 10px;}
.mng-btns-box {
    clear: both;
    padding: 10px 0;
}
.user-page .slide-box .group-count {
    float: left;
    display: inline;
    margin: 0 20px 0 10px;
}
.user-page .users-box { margin-top: 20px;}
.user-page .no-list-box { height: 200px;}
.user-page-item .article { margin-right: 24px;}

#userProfile { padding-top: 25px;}
#userProfile .user-name {
    float: left;
    display: inline;
    line-height: 28px;
    margin-right: 20px;
    color: #1d517d;
    font-size: 16px;
    font-weight: bold;
}
#userProfile .desc { clear: both; word-break: break-all;}
#userProfile p { margin-bottom: 5px;}
#userProfile .top { margin-bottom: 15px;}
#userProfile .top .follow { float: left; display: inline;}
#userProfile .top .follow a, #userProfile .top .follow .remove, #userProfile .message {
    width: 75px;
    height: 25px;
    background: url("/images/user_btns.png") no-repeat;
}
#userProfile .top .remove a {
    float: right;
    display: inline;
    width: auto;
    padding-right: 10px;
    line-height: 23px;
    background: none;
    color: #134874;
}
@media all and (min-width:0) {
    #userProfile .top .remove a { line-height: 25px\0/; }  /* IE9 */
}
#userProfile .top .followed .remove a {
    padding-right: 12px;
}
#userProfile .top .follow .remove {
    width: 125px;
    background-position: -118px -26px;
}
#userProfile .top .followed .add {
    width: 89px;
    background-position: 0 -52px;
}
#userProfile .top .followed .remove {
    width: 130px;
    background-position: -113px -52px;
}
#userProfile .profile-btn {
    float: left;
    display: inline;
}
#userProfile .commentLike-count {
    float: right;
    display: inline;
    width: 94px;
    height: 52px;
    line-height: 28px;
    margin-top: -10px;
    background: url("/images/commentLike_count_bg.png") no-repeat;
    color: #fffefe;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
#userProfile .message {
    float: left;
    display: inline;
    margin-left: 15px;
    background-position: 0 -26px;
}
#userProfile .message { text-indent: -999px;}

.item-page #rightSide { float: right; width: 258px; margin-top: 20px;}
.item-page .box .hd { padding-right: 12px;}
#item { margin-right: 258px; padding: 40px; border-right: 1px solid #e5eff8;}
#item .article { margin-bottom: 14px;}

.rec-list li {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px dashed #c7d9e0;
}
.rec-list li.last { border: none; padding-bottom: 20px;}
.rec-list .title {
    overflow: hidden;
    max-height: 36px;
}
.rec-list .rec-art-title {
    line-height: 14px;
    color: #959595;
}
.rec-list .rec-comment {
    overflow: hidden;
    max-height: 64px;
    margin: 6px 0 2px;
    line-height: 16px;
    color: #555;
    cursor: pointer;
}
.rec-list p.over { color: #1d517d;}
.side-tabWrap { height: 27px; background: url("/images/box_hd_line.gif") repeat-x 0 25px;}
.side-tab {
    float: right;
    padding-right: 4px;
    line-height: 24px;
}
.side-tab li { float: left;}
.side-tab .cur {
    border: 1px solid #c3d9eb;
    border-bottom: 2px solid #fff;
}
.side-tab a {
    display: inline-block;
    height: 24px;
    padding: 0 6px;
    color: #535353;
}
.side-tab .cur a {
    float: left;
    line-height: 22px;
    color: #1d517d;
    font-weight: bold;
}
.rec-list .vote {
    margin: 0;
    padding-top: 4px;
}
.rec-list .vote a {
    display: inline-block;
    line-height: 14px;
}
.rec-list .vote a {
    display: inline-block;
    line-height: 14px;
}
.rec-list .vote .vote-num {
    margin-left: 0;
    padding-left: 0;
    color: #959595;
    font-size: 12px;
    font-weight: normal;
}
.rec-list .vote .vote-num:hover {
    text-decoration: none;
    cursor: default;
}
.hot-list {
    padding: 6px 0 20px;
    line-height: 18px;
}
.hot-list li { padding: 0 0 6px;}
#hotArticlesList li { margin-bottom: 5px; padding-bottom: 0;}
.hot-list a {
    display: block;
    padding-left: 24px;
    color: #535353;
}
#userRank li {
    overflow: hidden;
}
#userRank a {
    overflow: hidden;
    float: left;
    display: inline;
    max-width: 85px;
    height: 18px;
    padding-left: 0;
}
#userRank .hot-user-ico {
    float: left;
    display: inline;
    margin: 1px 0 0 1px;
}
.hot-list .num {
    float: left;
    width: 18px;
    height: 18px;
    margin: 3px 6px 0 0;
    background-color: #89b4d3;
    border-radius: 2px;
    color: #fff;
    text-align: center;
}
.hot-list .top { background-color: #2f73ae;}
.hot-list .rank-detail {
    float: right;
    padding-left: 10px;
}

.bookmark-entrance { padding: 10px 0 25px;}
.bookmark-entrance .title {
    margin-bottom: 10px;
    font-weight: bold;
}
.bookmark-entrance .desc { margin-bottom: 10px;}

.column-height { overflow: hidden;}
.column-height .information-board, .column-height .right-side {
    margin-bottom: -20000px;
    padding-bottom: 20000px;
}

.bottom-line {
    clear: both;
    position: relative;
    height: 1px;
    line-height: 0;
    background: url("/images/border_line.png") no-repeat 0 bottom;
}
.reader-line, .fill-line { background-repeat: repeat-x;}

.right-side {
    float: right;
    display: inline;
    width: 180px;
}
.right-side .side-tabWrap h3 {
    float: left;
    display: inline;
    padding-right: 8px;
}
.right-side .loading-wrap { padding-top: 6px;}
.right-side .side-more { text-align: right;}

#footer { clear: both; padding: 30px 0 20px;}
#footer span { font-family: "微软雅黑";}
.footer-nav {
    padding-bottom:10px;
    text-align: center;
}
.footer-nav a, #footer a { color: #535353;}
#footer .widget { color: #134874;}
#footer .sign a { color: #c1d6e9;}
#footer .sign .home-page { color: #779cbc;}

#toTop {
    position: fixed;
    bottom: 20px;
    z-index: 3;
}
#toTop a {
    display: block;
    width: 22px;
    height: 94px;
    background-position: -24px -1px;
}
#toTop a:hover { background-position: -47px -1px;}

/* notifications style*/
#notificationList .item { overflow: hidden; padding: 10px 0 10px 45px;}
#notificationList .item .s-img { top: 10px;}

.item-desc {
    padding-bottom: 10px;
    border-bottom: 1px solid #cfe1ef;
}

/* search, messages and notifications style*/
#searchResult {}
.search { border-bottom: 1px solid #e5eff8;}
.search .user-info {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #cfe1ef;
}
.search .user-name { margin-bottom: 5px;}
.messages .title, .search .title {
    padding-top: 2px;
    color: #1d517d;
    font-size: 14px;
    font-weight: bold;
}
.messages .msg-btn {
    display: block;
    width: 92px;
    height: 28px;
    margin-top: -4px;
    text-indent: -9999px;
    background: url('/images/send_message_btn.png') no-repeat;
}
.messages li, .search .user-info { padding-left: 65px; }
.messages li {
    margin-top: -1px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px dotted #cfe1ef;
}
#chats .s-img-list { overflow: hidden;}
#chats .s-img-list li {
    overflow: visible;
    margin-top: -1px;
    padding-left: 75px;
    padding-right: 10px;
    cursor: pointer;
}
#chats .s-img-list .hover { background-color: #eff6fc;}
#chats .s-img { left: 10px;}
.messages .s-img { top: 15px;}
.messages .content {
    margin-bottom: 5px;
    word-break: break-all;
}
.messages .page-title .f-r { font-size: 12px; font-weight: normal;}
.messages .msg-txt {
    width: 544px;
    border: 2px solid #bad7e7;
}
.messages .operator { overflow: hidden;}
.messages .comment-bottom { line-height: 28px;}
.messages .error-tips { color: #f60;}
.unread {
    display: block;
    position: absolute;
    z-index: 100;
    width: 28px;
    height: 13px;
    background: url("/images/new.gif") no-repeat;
}
.messages .unread { left: -5px; top: 10px;}
.notifications .unread { left: -10px; top: 20px;}

/* page-nav style */
.page-nav {
    overflow: hidden;
    position: relative;
    height: 50px;
    padding-top: 20px;
    border-top: 1px solid #cfe1ef;
}
.page-nav .container {
    position: absolute;
    right: 0;
}
.popup-box .page-nav .container { right: 10px;}
.page-nav a {
    float: left;
    display: inline;
    padding: 1px 10px;
    margin-left: 3px;
    color: #718aa5;
    text-decoration: none;
    border-radius: 1px;
}
.page-nav a:hover { background-color: #e9f1f7;}
.page-nav a.on {
    background: #718aa5;
    color: #fff;
}

.popup-box .page-nav {
    height: 26px;
    border-top: 1px solid #cfe1ef;
}

/** more style */
.more {
    padding: 10px;
    border-top: 1px solid #cfe1ef;
    text-align: center;
}
.index .more { margin: 0 25px;}
.reader .more { margin: 0 20px;}

/** followee suggestion */
.followee { height: 1080px;}

.refresh {
    position: relative;
    height: 18px;
}
.refresh a {
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    height: 18px;
    padding-left: 22px;
    background: url("/images/refresh_user_btn.png") no-repeat;
    color: #898989;
}
.refresh a:hover { text-decoration: none;}

.introduction {
    position: absolute;
    left: 50%;
    top: 80px;
    z-index: 10002;
    width: 977px;
    height: 669px;
    margin-left: -505px;
}
.introduction .btn {
    display: block;
    position: relative;
    left: 50%;
    top: -60px;
    width: 100px;
    height: 31px;
    margin-left: -50px;
    background: url("/images/signup/introduction_btn.png") no-repeat;
}

/* message box and instant fans style */
#receiverList a, #messageBox .msg-txt { text-indent: 5px;}
#messageBox .msg-txt { width: 259px;}
#messageBox .error-tips {
    clear: both;
    display: block;
    padding-top: 10px;
}
#receiverList {
    position: absolute;
    z-index: 10001;
    width: 170px;
    border: 1px solid #c6dbe6;
    background-color: #fff;
}
#receiverList a {
    display: block;
    height: 20px;
    line-height: 20px;
}
#receiverList a:hover, #receiverList .hover {
    background-color: #c6dbe6;
    color: #535353;
    text-decoration: none;
}

/*===================help & contact=======================*/
.contact-help {
    padding: 0 0 100px;
    line-height: 24px;
    border-bottom: 1px solid #e5eff8;
    font-size: 14px;
}
.contact-help .hd { padding-bottom: 20px;}
.contact-help .hd .page-title {
    padding-left: 0;
}
.contact-help dt {
    padding-bottom: 16px;
    font-weight: bold;
}
.contact-help dd {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #c5d7e6;
}
.contact-help dd.last { border-bottom: none;}
.contact-help p { padding-bottom: 20px;}
.contact-help .linkColor { color: #e60012;}

.contactUs-cont { 
    height: 500px;
    line-height: 30px;
}
.contactUs-cont p { padding-bottom: 30px;}
.contact-help ol {
    margin-left:  23px;
    padding-bottom: 10px;
}
.jobs-cont h3 { padding:30px 0 10px;}
.floatRight { float: right;}
.contact-help .jobHeader {
    padding: 25px 0 10px;
    border-bottom: 1px dotted #626262;
}
.contact-help .jobs-cont p { padding: 15px 0 5px;}
.jobTitle { font-weight: bold;}
#jobsName { padding: 10px 0 20px;}
#jobsName a {
    display: block;
    width: 148px;
    height: 28px;
    margin-bottom: 8px;
    padding: 0 8px;
    line-height: 28px;
    border-radius: 2px;
    background-color: #377dba;
    color: #fff;
}
.contact-help .pact-cont p { padding: 10px 0 5px;}
.contact-help .pact-cont ol { margin-left: 0;}
.contact-help .formList p { padding-top: 5px;}
.contact-help .textInput, .contact-help .textArea {
    height: 15px;
    padding:9px;
    line-height: 15px;
    border: 1px solid #c6dbe6;
    box-shadow:inset 0px 1px 1px #c6dbe6;
}
.contact-help .textArea {
    width: 528px;
    height: 130px;
    line-height: 20px;
    font-size: 12px;
}
.help-side .tab a:hover { font-weight: bold;}
.help-side .tab .s-faq { background-position: 0 -224px;}
.help-side .tab .on .s-faq { background-position: -19px -224px;}
.help-side .tab .s-tour { background-position: 0 -243px;}
.help-side .tab .on .s-tour { background-position: -19px -243px;}
.about-side .tab .s-contact { background-position: 0 -129px;}
.about-side .tab .on .s-contact { background-position: -19px -129px;}
.about-side .tab .s-jobs { background-position: 0 -148px;}
.about-side .tab .on .s-jobs { background-position: -19px -148px;}
.about-side .tab .s-feedback { background-position: 0 -167px;}
.about-side .tab .on .s-feedback { background-position: -19px -167px;}
.about-side .tab .s-agreement { background-position: 0px -186px;}
.about-side .tab .on .s-agreement { background-position: -19px -186px;}
.about-side .tab .s-blog { background-position: 0 -205px;}

#likeRecTips {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    width: 230px;
    height: 50px;
    margin: -27px 0 0 -145px;
    background: url("/images/transparent_bg.png") repeat;
}
#likeRecTips p {
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

/*================tipLayer-item===================*/
.item-layer .tipLayer-main { min-height: 315px;}
.item-layer .tip-cont { position: relative; overflow: hidden; zoom: 1;}
.item-layer .item {
    padding: 0;
    border: none;
}
.item-layer .s-img {
    width: 36px;
    height: 36px;
    
}
.item-layer .item .activity {
    margin-right: 0;
    height: 415px;
}
.item-layer .item .comment-input { width: 412px;}
.item-layer .item .s-img-list .comment-input { width: 346px;}
.item-layer .item .s-img-list .warn-box { width: 344px;}
.item-layer .tipLayer-arrow {
    left: auto;
    right: -11px;
    top: 50px;
    width: 15px;
    height: 19px;
    background-position:  -4px -18px;
}
.item-layer .warn-box { width: 410px;}
.item-layer .comment li.hide { display: block;}
.item-layer .item-detail a {
    color: #838c8f;
    cursor: default;
}
.item-layer .item-detail a:hover { text-decoration: none;}
.item-layer .jScrollPaneContainer { margin: 0;}
.item-layer .loading {
    display: block;
    height: auto;
    margin: 120px auto 0;
}
#commentPopup .article { width: 420px;}
#commentPopup .comment { padding-right: 15px;}
#commentPopup .comment .comment { padding-right: 0;}
#commentPopup .jScrollPaneTrack { right: 0;}
#commentPopup .jScrollPaneDrag { left: 0;}
#publishWeiboBox {
    display: block;
    top: 200px;
    z-index: 10004;
    width: 440px;
    margin-left: -220px;
}
#publishWeiboBox .hide-btn {
    background: url("/images/publish_close_btn.png") no-repeat;
}
#publishWeiboBox .hide-btn:hover {
    background-position: -12px 0;
}
#publishWeiboBox p {
    padding: 0 10px;
}
#publishWeiboBox .success {}
#publishWeiboBox img {
    margin: -4px 0 0 0;
    verticle-align: middle;
}
#publishWeiboBox .publish-content {
    width: 405px;
    height: 120px;
    margin: 0 10px 20px 10px;
    padding: 5px;
    border: 1px solid #afc6da;
    font-size: 14px;
}
#publishWeiboBox .btns { width: 75px;}

#attendUsers .change-rec, #attendUsers .not-attend, #attendUsers h3 a { color: #535353;}
#attendUsers h3 a:hover { text-decoration: none;}
#attendUsers li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px dotted #afc6da;
}
#attendUsers li.last {
    padding-bottom: 0;
    border-bottom: none;
}
#attendUsers .m-img {
    float: left;
    display: inline;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
#attendUsers .mng-btn {
    position: static;
    height: 23px;
    margin-left: 60px;
}
#attendUsers .mng-btn:hover {
    background-position: 0 -24px;
}
#attendUsers .reason {
    padding-top: 10px;
}
#attendUsers .reason a {
    color: #535353;
}
#attendUsers .reason a:hover {
    text-decoration: none;
}
#attendUsers .reason .reason-link {
    color: #134874;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}
#attendUsers .reason .reason-link:hover { text-decoration: underline;}
#attendUsers .reason span {
    display: inline-block;
    width: 11px;
    height: 7px;
    margin-left: 5px;
    background: url("/images/rec_reason_toggle.gif") no-repeat -12px 0;
}
#attendUsers li.open .reason span {
    background-position: 0 0;
}
#attendUsers .reason-box {
    display: none;
    height: 58px;
    background: url("/images/rec_reason_box.png") no-repeat;
}
#attendUsers li.open .reason-box {
    display: block;
}
#attendUsers .reason-box p { padding: 12px 8px 0;}
#attendUsers .not-attend {
    display: none;
    position: absolute;
    right: 0;
    top: 36px;
}
#attendUsers li:hover .not-attend, #attendUsers .hover .not-attend { display: block;}

/* ========================= MsgBox css begin ========================= */
.msgBox-wrap {
    position: absolute;
    z-index: 103;
    left: 50%;
    top: 50%;
    padding: 4px;
    background:  url("/images/msgBox_shadow.png") repeat;
    border-radius: 4px;
}
.msgBox-main {
    background-color: #fff;
}
.msgBox-box {
    border: solid #70879b;
    border-width: 0 1px 1px;
}
.autoWidth {
    width: auto;
}
.msgBox-title {
    overflow: hidden;
    height: 30px;
    padding-left: 10px;
    line-height: 30px;
    background: url('/images/popup_hd_bg.png') repeat-x #3d83c3;
    border: 1px solid #325B7F;
    color: #FFFFFF;
}
.msgBox-title h3 {
    float: left;
    font-size: 14px;
}
.msgBox-close {
    float: right;
    width: 11px;
    height: 11px;
    text-indent: -5000px;
}
.msgBox-content {
    padding: 10px;
}
.msgBox-buttons {
    padding: 6px;
    text-align: center;
    background-color: #eaf1f7;
}
.msgBox-buttons input {
    cursor: pointer;
}
.msgBox-mask {
    position: absolute;
    z-index: 102;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity = 50);
}
.msgBox-buttons .msgBox-btn {
    display: inline-block;
    width: 75px;
    height: 29px;
    margin: 0 10px;
    line-height: 27px;
    background: url('/images/popup_btns.png?v=20120516') no-repeat;
    border: none;
    color: #fff;
    text-decoration: none;
    outline: none;
}
.first-tips .confirm { width: 130px; background-position: -152px 0;}
.first-tips .msgBox-content { padding: 25px 30px;}
.first-tips .msgBox-content a { color: #06993e;}
.msgBox-buttons .cancel { background-position: -76px 0; color: #434343;}
.first-tips { width: 450px; z-index: 10004;}
/*========================= MsgBox css end ============*/
.like-users-list {
    overflow: hidden;
}
.like-users-list li {
    margin-bottom: -1px;
    padding: 8px 0;
    border-bottom: 1px solid #e9e9e9;
}
.msgBox-content .like-users-desc {
    overflow: hidden;
    width: 200px;
    height: 30px;
    line-height: 15px;
    color: #898989;
}
.like-users-list .follow {
    float: right;
    display: inline;
    padding-top: 12px;
}
.like-users-list .remove {
    width: 75px;
    background: none;
}
.like-users-list .follow .add, .suggestion-list .add, .follow-Wrap .follow .add {
    width: 75px;
    margin-top: 4px;
    background: url("/images/user_btns.png") no-repeat;
}
.like-users-alert .msgBox-content {
    overflow: auto;
    max-height: 327px;
}
.like-users-list .followed a.add, .suggestion-list .followed a.add{ display: none;}
.like-users-list .followed span.remove, .followed span.remove { display: inline-block;}
.like-users-list .following .remove a { background-position: -131px -54px;}

#inputLayer {
    display: none;
    position: absolute;
    z-index: 10011;
    width: 100px;
    background: #fff;
    border: 1px solid #cfe1ef;
    text-indent: 10px;
    font-size: 12px;
}
#inputLayer .suggest-list a {
    display: block;
    color: #535353;
}
#inputLayer .suggest-list .hover {
    background: #cfe1ef;
    text-decoration: none;
}

/*------------------用户引导页---------------------------*/
.suggestion-wrap {
    position: absolute;
    left: 50%;
    top: 8px;
    z-index: 10000;
    width: 940px;
    margin-left: -470px;
    border-radius: 3px 3px 0 0;
    box-shadow: 0px 0px 7px #555;
}
.suggestion-title {
    height: 50px;
    line-height: 50px;
    background: url("/images/suggestion-sprite.png") no-repeat -285px -14px;
    border-bottom: 1px solid #325b7f;
    text-align: right;
}
.suggestion-title h2 {
    float: left;
    display: inline;
    padding-left: 40px;
    color: #fff;
    font-size: 14px;
}
.suggestion-nav {
    float: left;
    display: inline;
    width: 140px;
    height: 360px;
    padding: 13px 0 0 20px;
    background: url("/images/suggestion-side.png") repeat-x;
    font-size: 14px;
}
.suggestion-nav a {
    display: block;
    height: 33px;
    margin-bottom: 4px;
    padding-left: 42px;
    line-height: 33px;
    color: #535353;
    background: url("/images/suggestion-sprite.png") no-repeat;
}
.suggestion-nav a:hover { text-decoration: none;}
.suggestion-nav .cur a {
    color: #fff;
    font-weight: bold;
}
.suggestion-nav a.elite{ background-position: -142px -70px;}
.suggestion-nav .cur a.elite{ background-position: 0 -70px;}
.suggestion-nav a.friend { background-position: -142px -35px;}
.suggestion-nav .cur a.friend { background-position: 0 -35px;}
.suggestion-nav a.active { background-position: -142px 0;}
.suggestion-nav .cur a.active { background-position: 0 0;}
.suggestion-nav a.my-subscription { background-position: -700px -70px;}
.suggestion-nav .cur a.my-subscription { background-position: -558px -70px;}
.suggestion-nav a.site { background-position: -984px -70px;}
.suggestion-nav .cur a.site { background-position: -842px -70px;}
.suggestion-nav a.recommend { background-position: -426px -105px;}
.suggestion-nav .cur a.recommend { background-position: -284px -105px;}
.suggestion-nav a.keyword { background-position: -142px -105px;}
.suggestion-nav .cur a.keyword { background-position: 0px -105px;}
.suggestion-box { padding: 0 20px 0 185px; background-color: #fff;}
.suggestion-operation {
    position: relative;
    height: 28px;
    line-height: 28px;
    padding: 16px 0;
    text-align: center;
}
.anot { color: #a0a0a0;}
.all-btn {
    display: inline-block;
    width: 79px;
    height: 27px;
    line-height: 27px;
    background: url("/images/suggestion-sprite.png") no-repeat -286px -70px;
    text-align: center;
}
.suggestion-operation .f-l { font-size: 14px; font-weight: bold;}
.suggestion-operation .anot { font-size: 12px; font-weight: normal;}
.suggestion-operation .all-btn { margin-left: 5px;}
.complete-btn, .complete-tips {
    display: inline-block;
    margin-left: -220px;
    background: url("/images/suggestion-sprite.png") no-repeat;
    color: #fff;
}
.complete-btn {
    width: 126px;
    height: 28px;
    margin-left: 5px;
    background-position: -368px -70px;
    text-align: center;
}
.all-btn:hover, .complete-btn:hover { text-decoration: none;}
.complete-tips {
    width: 200px;
    height: 29px;
    background-position: -878px -105px;
    text-align: left;
    text-indent: 13px;
}
.suggestion-list { overflow: auto; zoom: 1;}
.suggestion-list li {
    overflow: hidden;
    float: left;
    display: inline;
    width: 318px;
    margin: 0 12px 12px 0;
    padding: 10px;
    background-color: #f2f6f7;
}
.suggestion-list .even {
    float: right;
    margin-right: 6px;
}
.suggestion-list .user-photo {
    float: left;
    width: 72px;
    height: 72px;
    padding: 4px;
    background: #fff;
}
#elite .suggestion-list .elite-item {
    float: none;
    display: list-item;
    width: auto;
    margin: 0;
    padding: 0;
    background: #fff;
}
#elite .suggestion-list li { width: 328px; margin-right: 11px;}
#elite .suggestion-list .even { float: left;}
#elite .suggestion-list .category { padding-bottom: 14px; font-size: 14px;}
#elite .suggestion-list .category .icon {
    float: left;
    display: inline;
    width: 14px;
    height: 14px;
    margin: 4px 5px 0 0;
    vertical-align: middle;
    background: url("/images/suggestion-sprite.png") no-repeat -560px -71px;
}
#elite .suggestion-list .user-photo {
    width: 72px;
    height: 72px;
    padding: 4px;
    background: #fff;
}
#elite .suggestion-list .suggestion-list-cont { padding-left: 92px;}
#elite .suggestion-list .suggestion-list-cont .user-name { overflow: hidden; height: 19px; color: #888;}

.suggestion-list-cont { padding-left: 108px;}
.suggestion-list-cont p { padding-bottom: 5px;}
.suggestion-list .suggestion-list-cont a { color: #535353; font-size: 14px;}
.suggestion-list .user-description a { font-size: 12px;}
.user-description {
    overflow: hidden;
    height: 19px;
    line-height: 22px;
    color: #707070;
}
.suggestion-bottom {
    clear: both;
    height: 9px;
    background: url("/images/suggestion-sprite.png") no-repeat -285px 0;
    line-height: 1px;
    font-size: 1px;
}
.operation-top {
    margin-bottom: 20px;
    border-bottom: 1px #dfeaf3 solid;
    text-align: right;
}
.operation-bot {
    margin-top: 20px;
    padding: 26px 0;
    border-top: 1px #dfeaf3 solid;
}
.suggestion-list .add {
    position: static;
    height: 25px;
}
.suggestion-list .follow { overflow: hidden; height: 30px;}
.suggestion-list-cont .suggestion-weiboName { padding: 4px 0 8px; font-size: 14px;}

/*----------------邀请 & 查找-----------------------*/
.invite { padding-bottom: 40px;}
.invite-form {
    padding: 6px 0 6px 6px;
    background-color: #e0eaf2;
}
.invite .textInput { padding: 8px;}
.invite-btn {
    width: 88px;
    height: 31px;
    background: url(../images/btns.png) no-repeat -177px -31px;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.invite-list-title {
    padding-top: 15px;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 2px solid #c5d7e6;
}
.invite-list-title .current-email {
    float: right;
    font-size: 12px;
    font-weight: normal;
}
.invite-list {
    padding-bottom: 30px;
    font-size: 12px;
}
.invite-list li {
    height: 36px;
    line-height: 36px;
    padding: 12px 0;
    border-bottom: 1px solid #c5d7e6;
}
.invite-list .hot-user-ico, .contact-box .hot-user-ico { display: none;}
.invite-list .mail {
    float: left;
    display: inline;
    overflow: hidden;
    width: 210px;
    height: 31px;
    padding-top: 8px;
    line-height: 16px;
}
.invite-list .status {
    float: left;
    width: 260px;
    height: 36px;
}
.invite-list .noreg {
    display: inline-block;
    margin-top: 5px;
    padding: 0 6px;
    line-height: 27px;
    background-color: #a6bdd1;
    border-radius: 2px;
    color: #fff;
}
.invite-list .status img {
    overflow: hidden;
    float: left;
    display: inline;
    width: 36px;
    height: 36px;
    margin-right: 14px;
}
.invite-list .operation { float: left;}
.placeholder { position: absolute; padding-left: 6px; color: #898989;}
.invite-form .placeholder { line-height: 33px;}
.invite h4 { padding-bottom: 8px; font-size: 14px;}
.invite p { line-height: 24px;}
.invite .linkColor { color: #0068b7;}
.invite .textInput { width: 425px;}
.invite .page-title {
    margin-bottom: 40px;
    padding: 20px 0 15px;
    background: url("/images/page_title_line.png") repeat-x 0 bottom;
    color: #434343;
    font-weight: normal;
}
.invite .page-title span {
    display: inline-block;
    width: 31px;
    height: 19px;
    line-height: 19px;
    margin-top: 4px;
    background: url("/images/btns.png") no-repeat scroll -77px -29px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.re-post-btn, .re-posted-btn {
    display: inline-block;
    width: 75px;
    height: 25px;
    margin-top: 4px;
    line-height: 25px;
    background: url("/images/btns.png") no-repeat scroll -159px -64px;
    color: #626262;
    text-align: center;
}
.re-posted { color: #999;}
.home-invit-link { padding: 15px 0 10px;}
.home-invit-link a {
    display: block;
    height: 43px;
    padding-left: 25px;
    line-height: 43px;
    background: url("/images/invite-bg.png") no-repeat;
    color: #fff;
    font-size: 14px;
}
.home-invit-link a:hover { text-decoration: none;}
.home-invit-link strong {
    display: inline-block;
    width: 28px;
    margin-left: 18px;
    text-align: center;
}
.follow-Wrap .followed .add { display: none;}
.follow-Wrap .followed .remove { display: inline-block;}
#inviteResult { display: none;}
.invite .result, .invite .result-warn {
    margin-bottom: 15px;
    line-height: 31px;
    background-color: #ddf5ce;
    border: 1px solid #b3e592;
    color: #447117;
    text-align: center;
    font-size: 12px;
}
.invite .result-warn {
    background-color: #ffdddd;
    border: 1px solid #ffc8c6;
    color: #e13f39;
}
.invite .page-title { margin-bottom: 0px;}
.invite-input-wrap { padding: 30px 25px 5px 25px;}

.content-desc { padding-bottom: 0; font-size: 12px;}
#contactFriends .content-desc { padding-bottom: 0;}

.import-emails {
    overflow: hidden;
    margin-top: 10px;
}
.import-emails a {
    float: left;
    display: inline;
    width: 64px;
    margin-right: 35px;
    color: #535353;
    text-align: center;
    font-size: 12px;
}
.import-emails span {
    display: block;
    height: 47px;
    background-image: url("/images/import_emails.jpg");
    background-repeat: no-repeat;
}
.import-emails .gmail { background-position: 0 0;}
.import-emails .yahoo { background-position: -65px 0;}
.import-emails .other { background-position: -130px 0;}

.contact-bg { background-color: #f9f9f9;}
.form-setting { font-size: 12px;}
.form-setting p { padding-bottom: 10px;}
.form-setting label { 
    display: inline-block;
    width: 50px;
    height: 32px;
    line-height: 32px;
    padding-right: 10px;
    vertical-align: top;
}
.form-setting .at {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    vertical-align: top;
}
.form-setting .select {
    padding: 4px 4px 5px 0;
    border: 1px solid #c6dbe6;
}
.form-setting .sbm-btn, .form-setting .posting { padding-left: 58px;}
.form-setting .btn { vertical-align: middle;}
.form-setting .pws-tips {
    margin-top: 15px;
    line-height: 20px;
}
.form-setting .error-tip { color: #e60012;}
.contact-form { position: relative; margin-top: 15px; padding: 40px 0 20px 95px; border-top: 1px solid #dcdcdc;}
.contact-form .arrow {
    display: block;
    position: absolute;
    left: 220px;
    top: -12px;
    width: 21px;
    height: 12px;
    background: url("/images/arrow_up.gif") no-repeat;
}
.contacts {
    margin-top: 20px;
    padding: 0 10px 20px;
}
.contacts .content-desc { padding: 20px 0 20px;}
.contact-box { 
    border: 1px solid #e0e0e0;
    font-size: 12px;
}
.contact-box .bar {
    height: 30px;
    line-height: 30px;
    background: #e0e0e0;
}
.contact-box ul {
    overflow: auto;
    max-height: 300px;
    background: #fff;
}
.contact-box li {
    height: 75px;
    margin-top: -1px;
    line-height: 75px;
    border-top: 1px solid #e0e0e0;
}
.contact-box .checkbox {
    float: left;
    display: inline;
    margin: 9px 10px 0;
}
.contact-box li .checkbox { margin: 32px 10px 0;}
.contact-box a:hover { text-decoration: none;}
.contact-box .email {
    overflow: hidden;
    float: left;
    display: inline;
    width: 215px;
    padding-right: 20px;
}
.contact-box .email-name {
    overflow: hidden;
    float: left;
    display: inline;
    width: 160px;
    padding-right: 20px;
}
.contact-box .img {
    width: 50px;
    height: 50px;
    margin: -4px 5px 0 0;
}
.contact-box .invited { float: right; margin-right: 20px;}
.contact-button { 
    padding-top: 35px;
    font-size: 12px;
}
.contact-button .bottom {
    padding: 0 90px;
    text-align: center;
}
.contact-button .bottom .button {
    display: inline-block;
    width: 154px;
    height: 28px;
    background: url("/images/contact_btn.png") no-repeat;
}
.contact-button a.f-r { color: #3294c6;}

#contact p { font-size: 12px;}
#contact h3 { margin-bottom: 0;}
#alreadyFollowed .bar { cursor: pointer;}
#alreadyFollowed .space { float: left; width: 23px; height: 20px;}

#captcha {
    height: 30px;
    vertical-align: top;
}

/*----------------提醒整合--------------------------------*/
.notification-popup-commont .s-img-list li { padding-left: 0px;}
.notification-popup-commont p.info { padding: 6px 0;}
.notification-likeIt-box {
    position: relative;
    margin-top: 10px;
    padding: 6px 4px;
    background-color: #fff;
    border: 2px solid #e4f0fc;
}
.notification-likeIt-box .arrow {
    position: absolute;
    top: -6px;
    left: 47px;
    width: 10px;
    height: 9px;
    line-height: 0;
    background: url("/images/notification_arrow.png") no-repeat;
}
.unlink-wrap a { color: #959595;}
.unlink-wrap a:hover { color: #959595;}
.sub-menu .comment .s-img-list .last { border: none;}
.sub-menu .article .title { padding-top: 10px;}
.notification-menu, .notification-page-menu { float: right;}
.notification-menu li, .notification-page-menu li { position: relative; float: left; padding: 7px 10px 0 10px;}
.notification-menu .current, .notification-page-menu .current { font-weight: bold;}
#navNotificationList { position: relative; left: 0; top: 0;}
.notifications .s-img-list .s-img { width: 36px; height: 36px;}
.notification-page-menu { padding-right: 14px;}
.sub-menu .notification-menu li a, .notification-page-menu li a { color: #626262;}
.sub-menu .notification-menu li .current, .notification-page-menu li .current { color: #134874;}
.sub-menu .notification-menu li a:hover, .notification-page-menu li a:hover { font-weight: normal; text-decoration: none;}
.sub-menu .notification-menu li .current:hover, .notification-page-menu li .current:hover { font-weight: bold;}
.notification-comment-list img.s-img { display: none;}
.sub-menu #navNotificationList .unread { display: block; top: 10px; left: 0;}
 #nav li.msg .s-img-list { padding-left: 6px; padding-right: 6px;}
 .notification-page-menu { padding-top: 11px;}
 #notificationList .activity { display: table-cell; height: 35px; vertical-align: middle;}
 #notificationList .activity p { line-height: 20px;}
#notificationList .activity .detail { margin: 0;}
#notificationList .loading-status { padding: 20px 0 0 5px;}
#notificationList .loading-status img { vertical-align: middle; margin-right: 10px;}
.notification-menu .compart { position:absolute; top: 8px; right: -3px; color: #a0a0a0;}
.sub-menu .item-detail .more-comments, .sub-menu .like-users { color: #535353;}
.notification-time { padding-left: 6px; color: #959595;}
 /*------*/

.subscription-title { font-size: 14px; font-weight: bold;}
.sub-nav { overflow: hidden; padding: 0 0 20px 2px;}
.sub-nav li {
    float: left;
    display: inline;
    font-size: 14px;
}
.sub-nav li a {
    display: inline-block;
    height: 28px;
    margin-right: 2px;
    padding: 0 10px;
    line-height: 28px;
    color: #000;
}
.sub-nav .cur a {
    background-color: #6ecb5f;
    border-radius: 1px;
    color: #fff;
}
.suggestion-list .suggestion-list-tip {
    float: none;
    display: block;
    width: auto;
    padding: 0 0 8px 0;
    background: none;
}
.subscription-name {
    color: #434343;
    font-size: 14px;
    font-weight: bold;
}
.suggestion-list-cont .operating { height: 25px; padding-top:6px;}
.subscribe-preview { color: #81969b;}
.subscribe-preview, .subscribe-btn, .unsubscribe-btn {
    float: left;
    display: inline;
    height: 23px;
    margin-right: 15px;
    line-height: 23px;
}
.subscribe-btn, .unsubscribe-btn {
    width: 58px;
    background: url("/images/suggestion-sprite.png") no-repeat -1128px -97px;
}
.unsubscribe-btn {
    display: none;
    width: 72px;
    height: 25px;
    background-position: -1128px -70px;
}
.subscribed .unsubscribe-btn { display: inline;}
.subscribed .subscribe-btn { display: none;}
.drag-item {
    overflow: hidden;
    float: left;
    width: 90px;
    height: 110px;
    margin: 0 10px 10px 0;
    background: #6f95ba;
}
.drag-item p {
    padding: 2px 4px;
    line-height: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
.drag-item.hover {
    background: #315e85;
}
.drag-handler {
    position: relative;
    height: 110px;
}
.drag-handler .del {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90px;
    height: 22px;
    background: #22425d;
    color: #6f95ba;
    text-align: center;
    text-decoration: none;
}
.drag-item.hover .del { display: block;}
.ui-sortable-helper .drag-handler .del { display: none;}
.ui-sortable-placeholder {
    width: 86px;
    height: 106px;
    border: 2px dotted #6f95ba;
    background: #fff !important;
    visibility: visible !important;
}
.subscription-description {
    overflow: hidden;
    height: 18px;
    color: #707070;
}


.saveSort-btn, .cancelSort-btn {
    width: 79px;
    height: 27px;
    background: url("/images/suggestion-sprite.png") no-repeat -632px -106px;
    border: none;
    color: #fff;
    cursor: pointer;
}
.saveingSort-btn { background-position: -713px -106px;}
.cancelSort-btn {
    width: 61px;
    margin-left: 6px;
    background-position: -569px -106px;
    color: #434343;
}
.my-subscription-btns { display: none; float: left; padding-left: 20px;}
.my-subscription-btns input { float: left;}
.save-success {
    display: none;
    position: absolute;
    left: 418px;
    top: 300px;
    width: 175px;
    height: 52px;
    line-height: 52px;
    background-color: #52bd41;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    opacity: .8;
    filter: alpha(opacity=80);
}
.preview-list {
    line-height: 22px;
    color: #313131;
    font-size: 14px;
}
.preview-list .first div {
    height: 66px;
    padding: 6px 21px 4px 21px;
}
.preview-list p { position: relative; padding: 6px 0; cursor: pointer;}
.preview-list p .icon {
    float: left;
    display: inline;
    width: 12px;
    height: 12px;
    margin:  6px 5px 0 4px;
    background: url("/images/suggestion-sprite.png") no-repeat -1211px -94px;
    font-size: 0;
}
.preview-list .on { font-weight: bold;}
.preview-list .on .icon, .preview-list .first p .icon {
    background-position: -1193px -102px;
}
.preview-list p .arrow {
    display: none;
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 10px;
    height: 5px;
    background: url("/images/suggestion-sprite.png") no-repeat -1212px -111px;
    font-size: 0;
}
.preview-list .on .arrow, .preview-list .first p .arrow {
    display: block;
}
.preview-list div {
    overflow: hidden;
    height: 0px;
    padding: 0 21px;
    background-color: #eeeeee;
    border-radius: 4px;
}
.subscription-showLayer, .removeConfirm { padding: 8px;}
.subscription-showLayer .msgBox-box { border: none;}
.subscription-showLayer .msgBox-content { padding: 15px 20px;}
.subscription-showLayer .msgBox-title {
    height: 46px;
    padding-left: 20px;
    line-height: 46px;
    background: url("/images/preview-title-bg.png") repeat-x;
    border: none;
    color: #313131;
}
.subscription-showLayer .msgBox-box, .removeConfirm .msgBox-box { border: none;}
.subscription-showLayer .operating {
    position: absolute;
    top: 19px;
    right: 85px;
}
.subscription-showLayer .msgBox-close {
    width: 58px;
    height: 25px;
    margin-right: 20px;
    background: url("/images/suggestion-sprite.png") no-repeat -795px -106px;
}
.subscription-showLayer .subscribe-preview {display: none;}
.removeConfirm .msgBox-content { padding: 30px 50px 20px 50px; text-align: center; font-size: 14px;}
.removeConfirm .msgBox-buttons { padding-bottom: 20px; background: none;}
.subscription-search {
    position: relative;
    float: left;
    width: 166px;
    height: 28px;
    margin: 12px 0 0 6px;
    line-height: 28px;
    background-color: #fff;
    border: 1px solid #325b7f; 
    text-align: left;   
}
.subscription-search-wrap {
    float: right;
    padding-right: 25px;
}
.subscription-search-wrap .search-title { float: left; color: #d2e0ed;}
.subscription-search-btn {
    float: left;
    width: 21px;
    height: 26px;
    background: url("/images/suggestion-sprite.png") no-repeat -855px -107px;
    border: none;
    cursor: pointer;
}
.subscription-search-text {
    width: 130px;
    height: 16px;
    line-height: 16px;
    padding: 5px 0;
    border: none 0;
    outline: none;
}
.subscription-search .placeholder {
    position: absolute;
    left: 25px;
    top: 0;
    height: 28px;
    line-height: 28px;
    color: #898989;
    cursor: text;
}
.text-center { 
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}
.sort-tip { float: left; padding-left: 15px; color: #898989; font-size: 14px;}
.sort-result {
    display: none;
    position: absolute;
    left: 0;
    top: 12px;
    width: 735px;
    height: 38px;
    line-height: 38px;
    background-color: #f2eeca;
    border-radius: 3px;
    color: #5b583c;
    text-align: center;
    font-size: 14px;
}
.side-subscription, .manage-group {
    position: relative;
    margin: 15px 0;
    border-top: 1px solid #cdd4dc;
}
.side-subscription p {
    padding-top: 6px;
    border-top: 1px solid #fff;
}
#reader .side-subscription a {
    display: block;
    padding-left: 28px;
    line-height: 24px;
    background: url("/images/side-menu-ico.png") no-repeat 4px 6px;
}
#reader .side-subscription a:hover {
    background-color: #d9e4ef;
    text-decoration: none;
}

/* comment dialog style starts*/
#commentDialog {
    z-index: 10001;
    width: 580px;
    margin-left: -290px;
}
#commentDialog .bd { padding: 5px 0;}
#commentDialog .time p { margin: 0;}

.comment-dialog-wrapper {
    overflow: auto;
    padding: 5px;
    background: url("/images/vertical_line.png") repeat-y 35px 0
}
.comment-dialog { overflow: hidden;}
.comment-dialog .time {
    float: left;
    display: inline;
    width: 65px;
    margin-top: 10px;
    padding: 15px 0 2px;
    background: #fff url("/images/square_point.png") no-repeat 26px 5px;
    text-align: center;
}
.comment-dialog .content {
    zoom: 1;
    overflow: hidden;
    float: left;
    display: inline;
    width: 465px;
    margin-left: 10px;
    padding: 5px 0;
}
.comment-dialog .content .s-img, .comment-dialog .content .arrow, .comment-dialog .content .comment {
    float: left;
    display: inline;
}
.comment-dialog .others .s-img, .comment-dialog .others .arrow, .comment-dialog .others .comment { float: right;}
.comment-dialog .content .s-img {
    width: 35px;
    height: 35px;
    margin: 5px 10px 0 0;
}
.comment-dialog .others .s-img { margin: 5px 0 0 10px;}
.comment-dialog .content .arrow {
    position: relative;
    z-index: 2;
    width: 10px;
    height: 20px;
    margin-top: 10px;
    background: url("/images/arrow.png") no-repeat;
}
.comment-dialog .others .arrow { background-position: -12px 0;}
.comment-dialog .comment {
    position: relative;
    z-index: 1;
    margin-left: -1px;
}
.comment-dialog .others .comment {
    margin-left: 0;
    margin-right: -1px;
}
.comment-dialog .comment .comment-wrapper { width: 282px;}
.comment-dialog .others .comment .comment-wrapper { float: right;}
.comment-dialog .comment .comment-box-wrapper {
    position: relative;
    width: 350px;
    padding: 10px 0;
}
.comment-dialog .comment-box-wrapper .up-arrow {
    position: absolute;
    right: 83px;
    top: 2px;
    width: 15px;
    height: 8px;
    background: url("/images/arrow_up.png") no-repeat;
}
.comment-dialog .others .comment-box-wrapper { float: right;}
.comment-dialog .others .comment-box-wrapper .up-arrow { right: 14px;}
.comment-dialog .user-name { font-weight: bold;}
.comment-dialog .others .user-name { text-align: right;}
.comment-dialog .comment .comment-box {
    margin-top: 0;
    padding: 10px 0 0;
    background: #e2edf4;
}
.comment-dialog .comment-box .comment-bottom p { margin-bottom: 5px;}
.comment-dialog .comment .top, .comment-dialog .comment .body, .comment-dialog .comment .bottom {
    width: 282px;
    background-image: url("/images/dialog_bg.png");
    background-repeat: no-repeat;
}
.comment-dialog .comment .top {
    height: 9px;
    background-position: 0 0;
}
.comment-dialog .comment .body {
    background-position: -283px 0;
    background-repeat: repeat-y;
}
.comment-dialog .comment .body p { margin: 0 10px;}
.comment-dialog .comment .bottom {
    height: 11px;
    background-position: 0 -11px;
}
.comment-dialog .content .info {
    overflow: hidden;
    margin: 5px 10px 0;
}
.comment-dialog .content .info .vote { margin-left: 0;}
.comment-dialog .content .info .vote-num { margin-top: 2px; color: #535353; font-size: 12px; cursor: default;}
.comment-dialog .content .info .vote-num:hover { text-decoration: none;}
.comment-dialog .content .vote-up, .comment-dialog .content .vote-down { margin-top: 4px;}
.comment-dialog .content .vote-up { background-position: -34px 0;}
.comment-dialog .content .vote-down { background-position: -51px 0;}
.comment-dialog .content .comment-input { width: 324px; background: #fff; color: #535353;}
/* comment dialog style ends*/
.user-page .cmt-content, .update-infos .cmt-content { font-size: 14px; color: #313131;}
.update-infos .cmt-content, .user-page .cmt-content { font-size: 14px; line-height: 22px;}
.user-page .detail-title .user-name { display: none;}
.update-infos .info, .user-page .info { overflow: hidden; margin-top: 5px;}
.update-infos .operating .time a { color: #959595;}
.update-infos .operating .time a:hover { text-decoration: none;}
.update-comment { background: url("/images/comment-line.png") no-repeat;}
.update-infos .updates-comment .update-comment, .user-page .updates-comment .update-comment { padding-top: 14px;}
.update-arrow {
    display: none;
    position: absolute;
    top: -8px;
    left: 16px;
    width: 15px;
    height: 15px;
    line-height: 1px;
    background: url("/images/update_arrow.png") no-repeat;
}
.update-infos .updates-comment .liked-comment, .user-page .updates-comment .liked-comment {
    clear: both;
    position: relative;
    padding: 10px;
    background-color : #f8f8f8;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}
.updates-comment { margin-top: -8px;}
.liked-comment { margin-top: 14px; background-image: none;}
.liked-comment .user-name { font-size: 12px;}
.liked-comment .update-arrow { display: block;}
.liked-comment .cmt-content { color: #626262; font-size: 12px;}
.hover .vote .vote-up, .hover .vote .vote-down { display: block;}
.update-infos .updates-comment li, .user-page .updates-comment li {
    overflow: visible;
    padding: 0;
    border: none;
}
.update-infos .s-img-list .info, .user-page .s-img-list .info { padding-top: 0;}
.update-infos .s-img-list .s-img-list .cmt-content, .update-infos .s-img-list .s-img-list .user-name, .user-page .s-img-list .user-name, .user-page .s-img-list .cmt-content { font-size: 12px; line-height: 18px;}
.comment .total-comment { display: none; margin-top: 15px; padding-top: 15px; border-top: 1px solid #CFE1EF; color: #969696;}
.user-page-info { padding-bottom: 10px; color: #969696;}
.comment-item-title { color: #626262;}
.user-page .comment-item-title { max-width: 350px; vertical-align: top;}
.detail { position: relative;}
.item .detail-title { line-height: 22px; color: #959595;}
.detail-title { overflow: hidden; width: 390px; height: 20px;}
.user-page .detail-title { width: 450px;}
.detail-time { position: absolute; top: 0; right: 0;}
/*----------------------------*/
#userItems .item { position: relative; overflow: hidden;}
.item-set {
    display: none;
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 0px;
    width: 15px;
    height: 15px;
}
.show-item-set .item-set {
    display: block;
}
.item-set-btn {
    display: block;
    height: 15px;
    background: url("/images/update_arrow.png") no-repeat 0 -17px;
    cursor: pointer;
}
.item-set-btn:hover { background-position: 0 -33px; text-decoration: none;}
.item-set-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 18px;
    width: 80px;
    background-color: #FFFFFF;
    border: 1px solid #cee1f0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.item-set-menu a {
    display: block;
    padding: 4px 10px;
    text-decoration: none;
}
.item-set-menu a:hover {
    background-color: #ebf5fb;
}
.show-item-wrap {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    padding: 15px 0;
    line-height: 30px;
    text-align: center;
}
.item-transition-color {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #ffda82;
    opacity: .7;
    filter: alpha(opacity=70);
}
.show-item-cont { display: none; position: relative; z-index: 3;}
.item-set-menu .enable-item-action, .enable-menu .disabled-item-action { display: none;}
.enable-menu .enable-item-action { display: block;}
.disabled-label { position: absolute; margin-left: 2px; padding: 0 2px; background-color: #f00; color: #fff; font-size: 12px; font-weight: normal;}

/* sync to weibo style starts*/
#syncToWeiboBox {
    width: 580px;
    margin-left: -290px;
}
#syncToWeiboBox .bd { padding: 5px 0 0;}
#syncToWeiboBox .bd p { margin-bottom: 10px;}
#syncToWeiboBox .content { margin: 0 10px;}
#syncToWeiboBox .comment-count {
    margin-top: 5px;
    color: #838c8f;
    text-align: right;
}
#syncToWeiboBox .comment-count span {
    margin: 0 5px;
    color: #535353;
    font-size: 18px;
    font-family: Georgia;
}
#syncToWeiboBox .input-border {
    position: relative;
    width: 558px;
    height: 130px;
    margin-bottom: 10px;
    background: url("/images/sync_input.png") no-repeat;
}
#syncToWeiboBox .posting-mask {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 548px;
    height: 120px;
    margin: 5px;
    opacity: 0.5;
    _filter: alpha(opacity=50);
    background: #000;
}
#syncToWeiboBox .textarea {
    overflow: auto;
    width: 548px;
    height: 120px;
    margin: 5px;
    line-height: 25px;
    border: none;
    color: #535353;
    font-size: 14px;
    outline: none;
}
#syncToWeiboBox .pics {
    overflow: hidden;
    height: 102px;
}
#syncToWeiboBox  .slide-box { position: relative;}
#syncToWeiboBox .slide-content {
    position: absolute;
    left: 0;
    height: 102px;
}
#syncToWeiboBox .slide-btns {
    overflow: hidden;
    height: 19px;
    margin: 10px 0;
    text-align: right;
}
#syncToWeiboBox .slide-btns a {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/images/sync_slide_btns.png") no-repeat;
}
#syncToWeiboBox .slide-btns .prev { background-position: 0 0;}
#syncToWeiboBox .slide-btns .prev:hover { background-position: 0 -20px;}
#syncToWeiboBox .slide-btns .next { background-position: -20px 0;}
#syncToWeiboBox .slide-btns .next:hover { background-position: -20px -20px;}
#syncToWeiboBox .pics a {
    float: left;
    display: inline;
    width: 100px;
    height: 100px;
    margin-right: 9px;
    border: 1px solid #eee;
}
#syncToWeiboBox .pics a:hover { border-color: #387dbb;}
#syncToWeiboBox .pics a.on { background-color: #387dbb;}
#syncToWeiboBox .pics img {
    width: 90px;
    height: 90px;
    margin: 5px;
}
#syncToWeiboBox .bottom { margin: 10px 0 0;}
#syncToWeiboBox .bottom .btns { width: 75px;}
/* sync to weibo style ends*/

/*------------------引导-----------------------*/
.guide-pane {
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 250px;
    padding: 30px;
    background-color: #fdfae7;
    line-height: 24px;
}
.guide-content {
    width: 255px;
    margin-left: 140px;
    padding: 15px 0 40px;
    font-size: 14px;
    color: #706c25;
}
#guide .step1 { margin-left: -228px;}
#guide .step1 .guide-content {
    padding: 40px 0;
}
.guide-img { position: absolute; top: 0; left: -180px;}
.step2 .guide-img {
    top: 15px;
    width: 139px;
    height: 56px;
}
.step3, .step4 { padding-top: 45px;}
.step3 .guide-content, .step4 .guide-content { padding-bottom: 50px;}
.step3 .guide-img {
    width: 139px;
    height: 236px;
}
.step4 .guide-img {
    left: 245px;
    top: -50px;
    width: 69px;
    height: 38px;
}
.step5 .guide-img {
    left: auto;
    right: -140px;
    top: -130px;
    width: 124px;
    height: 256px;
 }
.guide-pane a {
    display: inline-block;
    color: #7e665a;
    text-decoration: underline;
}

.guide-pane .guide-btn {
    height: 24px;
    margin-left: 15px;
    padding: 0 6px;
    background-color: #8bc53b;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
}
.guide-pane .guide-btn:hover { text-decoration: none;}
.guide-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 11px;
    height: 11px;
    background: url("/images/help/guide-sprite.png") no-repeat 0 -33px;
}
.guide-arrow-left, .guide-arrow-right {
    position: absolute;
    z-index: 2;
    left: -31px;
    top: 35px;
    width: 31px;
    height: 31px;
    background: url("/images/help/guide-sprite.png") no-repeat;
}
.guide-arrow-right {
    left: auto;
    right: -31px;
    background-position: -33px 0;
}
.guide-arrow-top {
    position: absolute;
    z-index: 2;
    left: 260px;
    top: -21px;
    width: 41px;
    height: 21px;
    background: url("/images/help/guide-sprite.png?v=20120521") no-repeat -23px -33px;
}
.user-tips {
    position: absolute;
    top: -8px;
    left: 100px;
    width: 145px;
    padding: 15px 10px;
    background-color : #fffce9;
    border: 1px solid #ede49f;
    background-color: #fffce9
}
.user-tips .tips-arrow {
    position: absolute;
    left: -10px;
    top: 14px;
    width: 10px;
    height: 20px;
    background: url("/images/tips_arrow.png") no-repeat;
}
.user-tips .tips-close {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 9px;
    height: 8px;
    background: url("/images/tips_arrow.png") no-repeat 0 -22px;
}
#reader .side-subscription .tips-close {
    padding: 0;
    width: 9px;
    height: 8px;
    background: url("/images/tips_arrow.png") no-repeat 0 -22px;
}
.user-tips a {
    color: #7e665a;
    text-decoration: underline;
}
#profile .user-tips {
    top: 20px;
    left:62px;
}

/* collection style */
.collection .page-title .new {
    float: right;
    display: inline;
    width: 89px;
    height: 28px;
    margin-top: -4px;
    background: url("/images/collection_new.png") no-repeat;
}
#magazineContainer {
    position: relative;
    z-index: 2;
    margin-left: -12px;
    padding: 20px 20px 7px;
}
#magazineContainer a {
    float: left;
    display: inline;
    width: 180px;
    height: 179px;
    margin: 0 0 12px 12px;
    background: url("/images/collection_bg.png") no-repeat;
    color: #535353;
    font-size: 14px;
}
#magazineContainer a:hover { text-decoration: none;}
#magazineContainer .new-item { background-position: -181px 0;}

.mag-item {
    position: relative;
    z-index: 5;
    cursor: pointer;
}
.mag-item .edit {
    display: none;
    position: absolute;
    left: -5px;
    top: 9px;
    z-index: 5;
    width: 63px;
    height: 35px;
    background: url("/images/collection_edit.png") no-repeat;
}
.mag-item:hover .edit { display: block;}
.mag-item .image {
    display: block;
    width: 158px;
    height: 120px;
    margin: 9px 11px;
}
.mag-item .image img {
    width: 100%;
    height: 100%;
    background-color: #ddd;
}
.mag-item .info {
    overflow: hidden;
    display: block;
    height: 38px;
    line-height: 38px;
    margin: 0 12px;
}
.mag-item .info .num {
    float: right;
    display: inline;
}
.mag-item .info .title {
    overflow: hidden;
    float: left;
    display: inline;
    max-width: 108px;
    _width: 108px;
    height: 36px;
}
.mag-item .info .lock {
    display: inline-block;
    width: 14px;
    height: 18px;
    margin-top: 10px;
    background: url("/images/collection_lock_icon.png") no-repeat;
}

.title-bar {
    height: 60px;
    margin: 0 20px;
    text-align: center;
}
.title-bar .bg {
    position: relative;
    top: 30px;
    height: 7px;
    border-bottom: 1px solid #9bc1d5;
    background-color: #bad7e7;
}
.title-bar .title {
    position: relative;
    top: 14px;
    left: 0;
    padding: 0 25px;
    background-color: #fff;
    color: #1d517d;
    font-size: 24px;
    font-family: "微软雅黑";
}
.title-bar .setting {
    float: right;
    display: inline;
    position: relative;
    z-index: 1;
    width: 18px;
    height: 18px;
    margin-top: 25px;
    padding-left: 10px;
    background: #fff url("/images/collection_setting.png") no-repeat right 0;
}

.collection .inner-box { position: relative;}
.outer-box .extra {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.hover .extra { display: block;}
.outer-box .extra .bg {
    width: 100%;
    height: 105%;
}
.outer-box .extra .btns {
    position: absolute;
    right: 0;
    top: 0;
}
.outer-box .extra .btns a {
    float: left;
    display: inline;
    width: 55px;
    height: 26px;
    margin-right: 8px;
    background: url("/images/collection_btns.png") no-repeat;
}
.outer-box .extra .btns .collect-item { margin-right: 0; background-position: -56px 0;}
.outer-box .extra .btns .collect-tbc { width: 66px; margin-right: 0; background-position: -112px 0;}

.magazine-settings {
    margin-top: -80px;
    font-size: 14px;
}
.magazine-settings a:hover { text-decoration: none;}
.magazine-settings .msgBox-content, .magazine-settings .msgBox-buttons { background-color: #fafafa;}
.magazine-settings .msgBox-content { padding: 15px 20px;}
.magazine-settings .title {
    padding-bottom: 15px;
    background: #fafafa url("/images/collection_line.gif") repeat-x bottom left;
}
.magazine-settings .options .item {
    overflow: hidden;
    padding: 25px 0 0;
    border: none;
}
.magazine-settings .options label {
    float: left;
    display: inline;
    margin-right: 10px;
}
.magazine-settings .options .text-input {
    margin: -4px 10px 0 0;
    vertical-align: top;
    border-color: #b5b5b5;
}
.magazine-settings .options .radio-item { 
    float: left;
    display: inline;
    margin-top: 2px;
}
.magazine-settings .options .radio-item p { margin-bottom: 10px;}
.magazine-settings .options .radio { margin-left: 0;}
.magazine-settings .options .del-magazine {
    float: left;
    display: inline;
    width: 136px;
    height: 34px;
    line-height: 34px;
    margin-top: -7px;
    background: url("/images/collection_submit.png") no-repeat -234px 0;
    color: #626262;
    text-align: center;
}
.magazine-settings .header { position: relative;}
.magazine-settings .create-magazine {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 30px;
    margin-top: -6px;
    border: 1px solid #b5b5b5;
    background-color: #fafafa;
}
.magazine-settings .create-btn {
    float: right;
    display: inline;
    width: 39px;
    line-height: 30px;
    border-left: 1px solid #b5b5b5;
    background-color: #f3f3f3;
    color: #bfbfbf;
    text-align: center;
}
.magazine-settings .input-wrap { background: url("/images/collection_input_bg.png") repeat-x;}
.magazine-settings .input-wrap .input {
    width: 75px;
    height: 30px;
    padding-left: 3px;
    line-height: 30px;
    border: none;
    background-color: transparent;
    color: #bfbfbf;
    font-size: 14px;
    outline: none;
}
.magazine-settings .expand { width: 306px;}
.magazine-settings .expand .input { width: 263px;}
.magazine-settings .expand .create-btn, .magazine-settings .expand .input { color: #626262;}
.magazine-settings .article-title {
    overflow: hidden;
    height: 54px;
    margin: 10px 0;
    padding: 0 8px;
    line-height: 54px;
    background: url("/images/collection_title_bg.png") no-repeat;
    color: #626262;
    font-weight: bold;
}
.selection p {
    height: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
    color: #898989;
    font-size: 12px;
    text-align: center;
}
.selection p span {
    padding: 0 15px;
    background-color: #fafafa;
}
.magazine-list {
    overflow: auto;
    height: 216px;
    border: 1px solid #b5b5b5;
    background-color: #fff;
}
.magazine-list a {
    display: block;
    height: 43px;
    padding-left: 10px;
    line-height: 43px;
    border-bottom: 1px solid #d7d7d7;
    color: #626262;
}
.magazine-list a:hover { background-color: #f4f4f4;}
.magazine-list a.on { background-color: #fffbc9;}
.magazine-settings .confirm-tip { padding: 35px 0 25px;}
.magazine-settings .msgBox-buttons {
    padding: 10px 20px;
    text-align: left;
    background: #fafafa url("/images/collection_line.gif") repeat-x top left;
}
.magazine-settings .msgBox-buttons .confirm {
    display: inline-block;
    width: 116px;
    height: 38px;
    margin: 0 20px 0 0;
    line-height: 38px;
    background: url("/images/collection_submit.png") no-repeat;
    color: #fff;
    text-align: center;
}
.magazine-settings .msgBox-buttons .posting { background-position: -117px 0; color: #898989;}
.magazine-settings .msgBox-buttons .cancel { width: auto; color: #535353; background: none;}

#magazineErr, #magazineConfirmMsg {
    width: 260px;
    height: 67px;
    background: url("/images/collection_tip_bg.png") no-repeat;
}
#magazineErr p, #magazineConfirmMsg p {
    margin: 0 20px;
    padding: 6px 0;
    color: #fff;
    font-size: 14px;
}
#magazineConfirmMsgMask {
    width: 530px;
    background-color: #fff;
    opacity: .2;
    _filter: alpha(opacity=20);
}
#magazineConfirmMsg {
    height: 134px;
    background-position: 0 -75px;
}
#magazineConfirmMsg p { padding: 15px 0;}
#magazineConfirmMsg .btns {
    padding: 0;
    text-align: center;
}
#magazineConfirmMsg .btns a {
    display: inline-block;
    width: 81px;
    height: 30px;
    line-height: 30px;
    margin: 0 8px;
    background: url("/images/collection_submit.png") no-repeat -371px 0;
}
#magazineConfirmMsg .btns a:hover { text-decoration: none;}

#toBeContinueTip {
    display: none;
    position: absolute;
    z-index: 101;
    width: 194px;
    height: 50px;
    line-height: 50px;
    background-color: #1d527e;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.not-collection-tips {
    padding-top: 65px;
    color: #626262;
    text-align: center;
    font-size: 14px;
}

#collectionSearch {
    width: 550px;
    min-height: 395px;
    padding-right: 25px;
    border-right: 1px solid #e5eff8;
}