#article-page .span9.article-description {
    border-right: 1px solid #ccc;
    margin-right: 0;
      padding-right:1.9%;
}

#article-page .sidebar-action {
    float: left !important;
}

#article-page .sidebar-action .module{
  margin-top: 0px;
}

@media only screen and (max-width: 780px) {
    #article-page .span9.article-description {
        border-right: none;
        width: 100%;
    }
    #article-page .span3.sidebar-action {
        width: 100%;
    }
}

/******* scroll to top (scroll-to-top.css) *******/
#article-page a#top-button {
    position: fixed;
    display: block;
    visibility: hidden;
    width: 41px;
    height: 56px;
    background: transparent url(../../../../static/img/global/top.png) no-repeat 0px 0px;
    z-index: 500;
}
#article-page a#top-button span {
    display: block;
    margin-top: 45px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    color: #999 !important;
}
@media only screen and (max-width: 1133px) {
    a#top-button {
        display: none !important;
    }
}
.lt-ie8#article-page a#top-button {
    *zoom: 1;
}
/* ******* Scroll-to-top css Ends********/

/* IE competibility mode style for global header */
#topic-page, .ie7 .main-header #nav {
    float: none !important;
}

#topic-page, .ie7 .main-header .global-input-search 
{
    float: none !important;
}
