@charset "utf-8";

html {
    overflow-x: hidden;
}

#ideas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    overflow-x: hidden;
}

.filter-nav{
    height: 100%;
    top:151px;
    /*left: 190px;*/
    left: 100px;
    position: fixed;
    z-index: 30;
    color: #6d6d6d;
    text-align: center;
    /*opacity: 0;
    filter: alpha(opacity=0);*/
    color: #fff;
    width: 70px;
    height: 100%;
}
.filter-nav-inner{
    padding: 50px 10px;
}
.filter-nav-arrow{
    width: 22px;
    height: 100%;
    position: absolute;
    left: 88px;
    top: 0;
}
.filter-nav-arrow span{
    width: 22px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    background-color: #292828;
    color: #6d6d6d;
    font: 20px/48px tahoma;
    text-align: center;
    border-radius: 0 3px 3px 0;
}

.date-year{
    font: 14px/24px tahoma;
    height: 24px;
    color: #6d6d6d;
    cursor: pointer;
}
.date-year.active,
.date-year:hover{
   color: #bababa;
   font-weight: bold; 
}
.date-month{
    margin: 20px auto;
    padding-left: 6px;
    padding-right: 15px;
}
.date-month div{
    width: 100%;
    height: 44px;
    position: relative;
    border-right: 1px solid #393434;
}
.date-month div:hover{
    cursor: pointer;
}
.date-month .last-month{ 
    border-right: none;
    height: 12px;
}
.date-month .date-num{
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 10px;
    -webkit-text-size-ajust: none;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0; 
    color: #5e5e5e;   
}
.date-month .date-dot{
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    *right: -11px;
    top: -6px;
    content: '\2022';
    color: #5e5e5e;
    font: bold 20px/20px tahoma;
    text-align: center;
}
.date-month div:hover .date-num, 
.date-month div:hover .date-dot,
.date-month .active .date-num, 
.date-month .active .date-dot{
    color: #bababa;
} 
.date-month div:hover .date-num,
.date-month .active .date-num{
    font-size: 12px;
    /*font-weight: bold;*/
} 

.slides { 
    margin-top: 25px;
    position:relative;
   /* left: 0;
    top: 55px;
    width: 12200px;
    height: 100%;*/
    margin-left: 250px;
}

.slides a,
.slides .space,
.slides .placeholder {
    display: block;
    position: relative;
    float: left;
    width: 240px;
    height: 100%;
    overflow: hidden;
}

.slides a {
    cursor: pointer;
}

.slides .space {
    position: static;
    filter: alpha(opacity=0);
    opacity: 0;
}
.slides .placeholder{
    position: static;
    height: 952px;
   /* margin-top: -55px;*/
    width: 6000px;
    /*background: #353535 url(http://i1.cy.com/vc/layout/20131029/tutorials_placeholder.jpg) center left repeat;*/
}

.slides a img {
    /*position: absolute;
    left: 0;
    top: 0;*/
    z-index: 1;
}

.slides .comming-soon {
    cursor: default;
}

.slides .comming-soon img {
   /* left: 0;
    top: 50%;
    margin-top: -525px;*/
}

.slides-loader {
    position: absolute;
    left: 0;
    top: 280px;
    width: 0;
    height: 5px;
    background-color: #000;
    z-index: 3;
    overflow: hidden;
}

.title-idx {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 5px;
    background-color: #000;
    text-indent: -9999em;
    z-index: 2;
}

.active_slides .title-idx,
.active_slides .slides-loader {
    background-color: #F34890;
}

.next-prev {
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -32px;
    z-index: 3;
    filter: alpha(opacity=0);
    opacity: 0;
}

.next-prev a {
    display: block;
    float: left;
    width: 80px;
    height: 64px;
    font: 40px/56px tahoma;
    background-color: #191919;
    color: #d1d1d1;
    text-shadow: 1px 1px 1px rgba(25,25,25,.9);
    cursor: pointer;
    overflow: hidden;
    text-align: center;
}

.next-prev .prev {
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #333;
}
.next-prev .next {
    border-radius: 0 5px 5px 0;
}
.next-prev .prev:hover,
.next-prev .next:hover {
    background-color: #f34890;
    color: #fff;
}

.next-prev .disable {
    cursor: default;
    filter: alpha(opacity=0);
    opacity: 0;
}

/* ---- #ideas-show ----- */
#ideas-show {
    /*display: none;*/
    position: relative;
    width: 100%;
    background: url(http://i1.cy.com/vc/layout/20121205/preview_bg.png) repeat left top;
    z-index: 8;
}

#details {
    min-height: 900px;
    position: relative;
    width: 910px;
    padding: 0 11px 0 170px;
    background: #FFF url(http://i1.cy.com/vc/layout/20121205/article_bg.png) right top repeat-y;
    z-index: 0;
}

#details .show-imgs {
    padding: 15px 0;
    text-align: center;
}

.show-imgs h2 {
    display: none;
}

.show-imgs p,
.show-imgs h3,
.show-imgs h4,
.show-imgs h5,
.show-imgs ol {
    padding: 5px 25px;
    line-height: 26px;
    color: #717171;
    font-size: 14px;
    text-align: justify;
}

.show-imgs .txt-center {
    text-align: center;
}

.show-imgs img {
    margin-bottom: 10px;
}

.show-imgs .center img {
    display: block;
    margin: 0 auto;
}

.show-imgs h3 {
    color: #B30705;
    font-weight: bold;
    font-size: 16px;
}

.show-imgs h4,
.show-imgs h5,
.show-imgs .alight {
    color: #5A9312;
}

.show-imgs h4 {
    font-weight: bold;
}

.show-imgs .alight2 {
    color: #BB0929;
}

.show-imgs .dot:before {
    padding-right: 5px;
    color: #5A9312;
    font-family: tahoma;
    content: '\2022';
}

.show-imgs ol {
    list-style: lower-latin;
    margin-left: 20px;
    margin-bottom: 10px;
    padding-left: 50px;
}

/* share */
.share {
    height: 25px;
    padding-top: 10px;
    padding-right: 60px;
    color: #333;
    text-align: right;
    z-index: 1;
    padding-bottom: 20px;
}

.share a,
.share span {
    display: inline-block;
    *zoom: 1;
}

.share a {
    width: 25px;
    height: 25px;
    background-image: url(http://i1.cy.com/vc/layout/20121205/share_icon.png);
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999em;
}

.share .sina {
    background-position: 0 0;
}

.share .sina:hover {
    background-position: 0 -25px;
}

.share .tencent {
    background-position: -25px 0;
}

.share .tencent:hover {
    background-position: -25px -25px;
}

.share .renren {
    background-position: -50px 0;
}

.share .renren:hover {
    background-position: -50px -25px;
}

/* #msg */
#msg {
    width: 100%;
    padding: 15px 0;
}

#msg.fixedMsg {
    position: fixed;
    left: 1095px;
    top: 20px;
    margin: 0;
    padding: 0;
    background: none;
    z-index: 2;
}

/* fixed hack for ie6 */
*html #msg.fixedMsg {
    position: absolute;
    margin-top: expression((TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

.msgBox {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

.fixedMsg .msgBox {
    padding: 0;
}

.msgBox h2 {
    position: absolute;
    left: 1.3em;
    top: 5px;
    font-size: 16px;
    font-weight: bold;
}

#backtomenu {
    display: block;
    position: fixed;
    left: 200px;
    top: 10px;
    width: 46px;
    height: 46px;
    background: url(http://i1.cy.com/vc/layout/20121205/backtomenu_arrow.png) no-repeat;
    _background-image: url(http://i1.cy.com/vc/layout/20121205/backtomenu_arrow_8.png);
    text-indent: -9999em;
    z-index: 2;
    -ms-filter: '' !important;
    /*filter: alpha(opacity=0);
    opacity: 0;*/
}

#backtomenu:hover {
    background-position: 0 -46px;
}

#scrollTop {
    right: 30px;
    z-index: 90;
}


.slides a{ 
    margin-right: 10px;
    width:250px;
    padding: 9px; 
    height: 188px;
    text-align: center;
    background-color:#fff;
    border:1px solid #d6d6d6;
    box-shadow:0 0 5px #bbb;
    -moz-transition: box-shadow 0.15s ease-out;
    -o-transition: box-shadow 0.15s ease-out;
    -webkit-transition: box-shadow 0.15s ease-out;
    -ms-transition: box-shadow 0.15s ease-out;
    transition: box-shadow 0.15s ease-out;

    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    margin-bottom:10px;}