@charset
"utf-8"
;
/* CSS Document */
#centerBody {
    background: #F3EACD;
    width: 972px;
    margin: 0 auto;
    padding-top: 5px;
}

/*左侧*/
#centerBody .left {
    width: 235px;
    float: left;
    padding: 8px 0 0 10px;
    text-align: left;
}

#centerBody .left .topBg {
    width: 235px;
    height: 95px;
    background: url(../images/RssLeftTop.png) no-repeat center;
    position: relative;
}

#centerBody .left .topBg span {
    position: absolute;
    right: 15px;
    top: 18px;
    color: #999;
}

#centerBody .left .topBg h3 {
    position: absolute;
    color: #aa5b14;
    font-weight: normal;
    font-size: 14px;
    top: 45px;
    left: 60px;
}

#centerBody .left .menuList {
    background: url(../images/rrsLeftBg.gif) repeat-y center;
    width: 235px;
    text-align: center;
}

#centerBody .left .menuList ul {
    padding: 0 5px 95px 5px;
    background: url(../images/rrsleftBg2.gif) no-repeat bottom center;
    text-align: left;
}

#centerBody .left .menuList ul li {
    background: url(../images/rssLeftLine.gif) no-repeat left bottom;
    line-height: 26px;
    float: none;
}

#centerBody .left .menuList ul li.tip {
    background: none;
    padding: 10px;
}

#centerBody .left .menuList ul li h2 {
    color: #af261c;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    padding-left: 26px;
    background: url(../images/rrsMainIcon.gif) no-repeat 10px -20px;
}

#centerBody .left .menuList ul li h2.hover {
    background-position: 10px 4px;
}

#centerBody .left .menuList ul li ul li, #centerBody .left .menuList ul li ul {
    padding: 0;
    background: none;
}

#centerBody .left .menuList ul li ul li {
    padding-left: 18px;
}

#centerBody .left .menuList ul li ul li.newUpdate {
    background: url(../images/newUpdate.gif) no-repeat left;
}

#centerBody .left .menuList ul li ul li a {
    color: #9f4602;
    padding-left: 18px;
    display: block;
    width: 90%;
    height: 25px;
    overflow: hidden;
}

#centerBody .left .menuList ul li ul li a span {
    color: #999;
}

#centerBody .left .menuList ul li ul li a:hover, #centerBody .left .menuList ul li ul li a.hover {
    background: url(../images/rssHover.gif) no-repeat left;
    text-decoration: none;
}

#centerBody .left .bottomBg {
    background: url(../images/rssLeftBottomBorder.gif) no-repeat center;
    height: 10px;
    font-size: 1px;
    width: 235px;
}

#centerBody  .center {
    width: 16px;
    float: left;
    position: relative;
    height: 150px;
    margin-left: -1px
}

#centerBody .center .controlIcon {
    width: 15px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 16px;
    background: url(../images/rssCloseLeft.gif) no-repeat top left;
}

#centerBody .right {
    float: left;
    width: 680px;
    padding: 10px;
}

#centerBody .right .rssDefault {
    background-color: #f4edd8;
}

#centerBody .right ul.menuList {
    background: url(../images/rssLine.gif) repeat-x center -2px;
    height: 35px;
    padding: 0 15px;

}

#centerBody .right h1 {
    font-size: 14px;
    padding-left: 10px;
    color: #7A3A0A;
}

.line {
    background: transparent url(../images/line5.jpg) repeat-x scroll 0 0;
    font-size: 2px;
    height: 2px;
    margin: 0 auto;
    width: 98%;
}

#centerBody .right ul.menuList li {
    text-align: center;
    width: 110px;
    height: 32px;
    background: url(../images/blogTab.gif) no-repeat center 1px;
    float: left;
    margin: 0 5px;
    cursor: pointer;
    font-size: 12px;
    color: #333;
    font-weight: normal;
}

#centerBody .right ul li.hover {
    background: url(../images/blogTab.gif) no-repeat center -32px;
    font-weight: bold;
    color: #fff;
}

#centerBody .right ul.menuList li a {
    line-height: 28px;
    width: 110px;
    height: 32px;
    display: block;
}

#centerBody .right ul.menuList li.hover a {
    color: #fff;
}

#centerBody .right ul.menuList li a:hover {
    background: url(../images/blogTab.gif) no-repeat center -74px;
    color: #bd0e12;
}

#centerBody .right ul li.hover a:hover {
    background: none;
    color: #fff;
}

#centerBody .right .mainContent {
    width: 100%;
}

#centerBody .right .mainContent .articleList {
    padding: 5px 3px;
}

#centerBody .right .mainContent .split {
    background: #ece5ca;
}

#centerBody .right .mainContent .articleList .leftDigg {
    width: 35px;
    height: 18px;
    color: #999999;
    background: url(../images/rssDigg.gif) no-repeat center;
    text-align: center;
    padding-top: 22px;
    cursor: pointer;
    float: left;
}

#centerBody .right .mainContent .articleList .leftDigg {
    float: left;
}

#centerBody .right .mainContent .articleList .rightContent {
    padding: 0 5px;
    width: 620px;
    float: right;
}

#centerBody .right .mainContent .articleList .top h3 {
    font-size: 16px;
    text-shadow:rgba(90,90,90,.3) 1px 1px 3px;
    padding:5px 0;
    
}


#centerBody .right .mainContent .articleList .bottom {
    color: #666666;
}

#centerBody .right .mainContent .articleList .bottom a{
        padding:0 10px;
    }
#centerBody .right .mainContent .articleList .bottom span {
    color: #999999;
    padding-right: 15px;
}

#centerBody .right .mainContent .articleList .description {
    color: #666;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

#centerBody .right .mainContent h2 {
    margin-top: 10px;
    border-top: 1px solid #E7D2A3;
    color: #999;
    font-weight: normal;
    padding:10px 0;
    position:relative;
}
#centerBody .right .mainContent h2  a.to-top{
        position:absolute;
        right:5px;
        top:15px;
    }
#centerBody .right .mainContent h2 a.read-more{
    padding:2px 5px;
    color:#FFF;
    background:#B01E28;
    margin:0 5px;
    }
#centerBody .right .mainContent .articleList .description p {
    color: #666;
    font-size: 14px;
}

#centerBody .right .mainContent .articleList .description font {
    color: #666;
    font-size: 14px;
}

.pageTurn {
    width: 95%;
    text-align: center;
    padding: 5px 0;
}

#AspNetPager1 {
    width: 100%;
    text-align: center;
}

#centerBody .right .blogIntro {
    margin: 5px auto;
    background: #fcf9de;
    padding: 5px 5px 5px 200px;
}

#centerBody .right .blogIntro .leftImage {
    position: relative;
    margin-left: -190px;
    width: 185px;
    float: left;
    _margin-left: -95px;
}

#centerBody .right .blogIntro .leftImage img {
    border: 3px solid #ccc;
}

#centerBody .right .blogIntro .leftImage .starList {
    text-align: center;
    width: 180px;
    padding: 5px 0;
    cursor: pointer;
}

#centerBody .right .blogIntro .leftImage .starList img {
    border: none;
    margin: 0 5px;
}

#centerBody .right .blogIntro .buttonBar {
    background: #F3EACD;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
}

#centerBody .right .blogIntro .buttonBar a {
    padding-left: 25px;
    padding-right: 10px;
    display: inline-block;
    height: 25px;
}

#centerBody .right .blogIntro .buttonBar .btnAdd {
    background: url("../images/blogIcon1.gif") no-repeat left 3px;
    float: left;
}

#centerBody .right .blogIntro .buttonBar .btnCopyRight {
    background: url("../images/blogIcon1.gif") no-repeat left -55px;
    float: right;
}

#centerBody .right .blogIntro .buttonBar .btnToBlog {
    background: url("../images/blogIcon1.gif") no-repeat left -25px;
    float: right;
}

#centerBody .right .blogIntro .content {
    color: #666;
    padding: 5px 0;
}

#centerBody .right .blogIntro .content .leftContent {
    float: left;
    width: 320px;
    padding-left: 5px;
}

#centerBody .right .blogIntro .content .rightContent {
    width: 125px;
    float: right;
}

#centerBody .right .blogIntro .content .rightContent img {
    width: 30px;
}

#centerBody .right .blogIntro .content .rightContent ul li {
    float: left;
   width:34px;
   height:34px; 

}

#centerBody .right .blogIntro .content .rightContent ul li a {
    border: 2px solid #FCF9DE;
    display: block;
    overflow:hidden;
}

#centerBody .right .blogIntro .content .rightContent ul li a:hover {
    border: 2px solid #ececec;
}

#centerBody .right .blogIntro .buttonList {
    text-align: right;
    padding: 5px 10px 2px 0;

}

#centerBody .right .blogIntro .buttonList a {
    padding: 0px 5px;
}

#centerBody .right .blogIntro hr {
    font-size: 0px;
    color: #999;
}

#facebox h1 {
    font-size: 14px;
    font-weight: bold;
}

/*评论*/
.discuss-form {
    padding: 10px;
}

.discuss-form h3 {
    padding-left: 45px;
    background: url("../images/wine/bg.gif") no-repeat 10px -505px;
}

.discuss-form ul {
    padding: 10px;
}

.discuss-form ul li {
    padding: 5px;
}

.discuss-form ul li label {
    text-align: right;
    width: 90px;
    padding-right: 10px;
    display: inline-block;
}

.discuss-form textarea {
    width: 500px;
    overflow: auto;
    background-color: #fffcf1;
    border: 1px solid #C98437;
    height: 75px;
    padding: 3px;
    vertical-align: top;
}

.discuss-form .liscore {
    padding-left: 30px;
}

.discuss-form .liscore label {
    margin-left: -30px;
    float: left;
}

.discuss-form .scroe {
    display: inline-block;
    width: 400px;
    height: 31px;
    background: url(../images/wine/bg.gif) no-repeat -3px 0;
    padding: 15px;
    _padding-bottom: 0;
}

.discuss-form .scroe p {
    float: right;
    color: #666;
    padding: 12px 5px 0 15px;
    width: 165px;
    height: 45px;
    background: url(../images/wine/bg.gif) no-repeat 0 -80px;
}

.discuss-form .button-area {
    padding-left: 100px;
}

.discuss-form .button-area input {
    margin-left: 30px;
}

.discuss-form .ui-slider, .discuss-form p {
    float: left;
    margin-left: 25px;
    margin-bottom: 0;
}

.discuss-form p span {
    padding: 0 5px;
    color: red;
}

.discuss-form .ui-slider {
    width: 130px;
    margin-left: 36px;
    _margin-left: 18px;
}

#errorMessage {
    padding: 0 5px;
    color: red;
}
#errorMessage a{
    padding:0 5px;
    font-weight:bold;
}
/*价格条*/
.ui-slider {
    width: 170px;
    height: 20px;
    margin-bottom: 10px;
    position: relative;
    border: 0 hidden #000;
    background-repeat: no-repeat;
}

.ui-slider-handle {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    height: 23px;
    width: 12px;
    top: 0;
    left: 0;
    background: url(../images/priceBarIcon.gif) no-repeat 0 1px;
}
#centerBody ul li a.ui-slider-handle:hover{
    background: url(../images/priceBarIcon.gif) no-repeat 0 1px;
}
/*评论列表*/
.discuss-list h2{
    background:transparent url(../images/bg_detail_title_02.gif) no-repeat scroll center center;
    margin:10px auto 0;
    padding:5px 20px;
}

.comment-list {
    padding: 10px 20px;
}

.comment-list .col-sub,.comment-list .col-main{
    float: left;
}

.comment-list .col-sub {
    width: 90px;
    position:relative;
}

.comment-list .col-main {
    width: 100%;
    min-height: 1px;
    margin-left:-90px;
}

.comment-list .main-wrap {
    margin-left: 100px;
    color: #666;
}

.comment-list .col-sub a {
    background: transparent url(../images/wine/bg.gif) no-repeat scroll left -140px;
    display: inline-block;
    height: 70px;
    padding: 10px 0 0 14px;
    text-align: left;
    width: 80px;
}

.comment-list .main-wrap .score {
    background: #F0E5C7;
    padding: 2px;
    margin-bottom: 4px;
}

.comment-list .main-wrap .score .time {
    position: absolute;
    right: 5px;
    top: 2px;
    color: #666;
}

.comment-list .main-wrap .tag {
    color: #999;
}

.comment-list .main-wrap .tag label {
    padding-right: 5px;
    color: #9F4602;
}
span.member-head {
background:transparent url(../images/wine/bg.gif) no-repeat scroll left -140px;
display:inline-block;
height:70px;
padding:10px 0 0 14px;
text-align:left;
width:80px;
}
