@charset "utf-8";
body {
    font: 12px Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #000000;
    background: #ffffff;
}

a img {
    border: none;
}
a {
    text-decoration: none;
}
a:link {
    color: #006699;
}
a:visited {
    color: #006699;
}
a:hover, a:active, a:focus {
    color: #008fcb;
}

a.border-link {
    border-bottom: 1px dotted #006699;
}
a.border-link:hover, a.border-link:active, a.border-link:focus {
    border-bottom: 1px dotted #008fcb;
}

.fltrt {
    float: right;
}
.fltlft {
    float: left;
}
.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.no-bottom-border {
    border-bottom: 0!important;
}

/* Head begin */
.head {
    width: 100%;
    background: #f5faff;
}
.head-language {
    width: 960px;
    margin: 0 auto;
    padding-top: 2px;
    text-align: right;
}
.head-logo {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0 10px;
}
.head-logo div {
    vertical-align: bottom;
}
.social-share {
    padding: 25px 9px 0 0;
}
/* Head end */

/* Menu begin */
.menu {
    width: 100%;
    background: #006699;
}
.menu a, .sub-menu a {
    color: #ffffff!important;
}
.sub-menu li.active a, .sub-menu li:hover a, .menu li:hover a {
    color: #006699!important;
}
.menu-level1 {
    width: 960px;
    margin: 0 auto;
}
.menu ul {
    list-style: none;
    height: 20px;
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
.menu li {
    float: left;
    padding: 12px 0;
    width: 200px;
    cursor: pointer;
    position: relative;
    text-align: center;
}
.menu li:hover, .menu-level1 li.active {
    background: #f8b970;
    color: #006699;
}
.menu-level1 li.active span {
    position: absolute;
    height: 6px;
    width: 100%;
    bottom: -6px;
    display: block;
    z-index: 56;
    background: url('../images/menu-arrow.png') center no-repeat transparent;
}
.sub-menu {
    width: 100%;
    background: url('../images/bar_level2.png') repeat-x transparent;
}
.menu-level2 {
    width: 960px;
    margin: 0 auto;
    height: 40px;
}
.sub-menu ul {
    list-style: none;
    font-size: 12px;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
.sub-menu li {
    float: left;
    padding: 9px 10px;
    cursor: pointer;
    position: relative;
    text-align: center;
}
.sub-menu li:hover, .menu-level2 li.active {
    color: #006699;
    background: #fff2cb;
}
.sub-sub-menu {
    display: none;
    position: absolute;
    font-size: 11px;
    padding: 10px;
    background: #fff2cb;
    left: 0;
    top: 32px;
    text-align: left;
    z-index: 120;
}
.sub-sub-menu a {
    display: block;
    white-space:nowrap;
    line-height: 20pt;
}

.search-form {
    margin-top: 9px;
    width: 200px;
    border: 0;
    padding: 3px 5px 3px 22px;
    background: #ffffff url('../images/find.png') no-repeat 4px 5px;
    -webkit-box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset  1px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.3);
}
/* Menu end */

/* Content begin */
.content {
    width: 960px;
    margin: 0 auto;
}
.content-main {
    width: 720px;
    padding: 10px 10px 10px 0;
}
.content-sidebar {
    width: 220px;
    padding: 10px 0 10px 10px;
}

.intro {
    position: relative;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 300px;
    padding: 0;
    cursor: pointer;
}
.intro-frame {
    margin: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.intro-text {
    padding: 5px 10px 5px 10px;
    width: 300px;
}
.intro-text-title {
    color: #007031;
    font-size: 14px;
    font-weight: bold;
}
.intro-text-hr {
    background: #666666;
    width: 300px;
    height: 1px;
    margin: 10px 0;
}
.intro-text-body {
    text-align: justify;
    font-size: 11px;
    line-height: 15px;
}
.intro-pages {
    position: absolute;
    top: 10px;
    left: 10px;
}
.intro-pages-item {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 5px;
    color: #ffffff;
    background: #006699;
}
.intro-pages-item:hover {
    background: #fff2cb!important;
    color: #006699!important;
}

.block-twin {
    width: 100%;
    padding-top: 20px;
}
.block-half, .block-half-right {
    width: 353px;
}
.block-half-right {
    margin-left: 10px;
}
.block-header {
    background: #006699;
    color: white;
    font-size: 14px;
    padding: 5px;
}
.block-body {
    padding: 5px;
}
.block {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #006699;
    overflow: hidden;
}
.block-body-item {
    margin-top: 10px;
    border-bottom: 1px dotted #006699;
}
.block-body-time {
    width: 75px;
    font-size: 11px;
    color: #666666;
}
.block-body-text {
    width: 268px;
}
.block-body-text h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.block-full {
    width: 720px;
    margin-top: 20px;
}
.ad {
    border: 1px dotted #006699;
    /*border-bottom: 1px dotted #006699;*/
    font-size: 11px;
    padding: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}
.ad-full {
    width: 700px;
    margin-top: 20px;
    text-align: center;
}
.ad-zb {
    width: 410px;
    height: 102px;
}
.ad-az {
    width: 261px;
    margin-left: 10px;
    font-size: 12px;
    padding-left: 5px;
    height: 102px;
}
.ad-az span {
    display: block;
    margin-top: 30px;
}
.ad-zb h4 {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 10px;
}
.ad-zb-text {
    max-width: 320px;
    margin-left: 10px;
    text-align: justify;
}
.ad-az-text {
    max-width: 194px;
    margin-left: 5px;
}
.drug-find-block {
    margin-top: 20px;
}
.drug-find-block div.block-body {
    /*text-align: justify;*/
    font-size: 11px!important;
}
.drug-find-block input {
    width: 206px;
    height: 25px;
    border: solid 1px #808080;
    padding: 0;
    margin: 0;
}
.drug-find-block input[type="text"] {
    margin: 15px 0 5px;
    border: solid 1px #006699;
}
.drug-find-block input[type="submit"] {
    /*background: #006699;*/
    /*color: #ffffff;*/
    margin-bottom: 15px;
    width: 208px;
}


/* Content end */

/* Footer begin */
.footer {
    background: #f5faff url('../images/footer-bg.png') repeat-x;
    height: 180px;
}
.footer-info {
    background: #f1f1f0;
    height: 80px;
    padding: 10px 0;
}
.footer-info-center {
    width: 960px;
    margin: 0 auto;
    text-align: center;
}
.footer-center {
    width: 960px;
    margin: 0 auto;
    padding-top: 20px;
}
.partners {
    text-align: center;
}
.copyright {
    font-size: 10px;
    margin: 10px 0;
}
.footer-center-column {
    width: 310px;
    margin: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #808080;
}
.footer-center-column a {
    font-size: 11px;
    font-weight: normal;
    color: #a3a3a3;
}
.footer-center-column ul {
    list-style-type: square;
    padding-left: 16px;
}
/* Footer end */

/* Sidebar begin */
.medlit {
    font-size: 11px;
    text-align: justify;
}
.medlit img {
    margin: 0 5px 5px 0;
}
.medlit p {
    text-align: center;
    border-bottom: 1px dotted #006699;
    padding-bottom: 10px;
}
.ad-sb {
    margin: 20px 0;
    padding: 10px;
    text-align: center;
    border: 1px dotted #006699;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* Sidebar end */

/* News begin */
.news-detail-date {
    color: #666666;
    font-size: 13px;
    margin-bottom: 10px;
}
.news-detail-title {
    color: #006699;
    text-align: justify;
}
.news-detail-annotation, .news-detail-text {
    font-size: 13px;
    margin-top: 10px;
    text-align: justify;
}

.news-detail-annotation, .news-detail-text {
    margin-top: 10px;
}
.news-detail-source {
    margin-top: 15px;
}
.news-detail-all-news {
    margin: 30px 0 10px;
}
.news-list-separator {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #006699
}
.pagerNews {
    padding-bottom: 10px;
}
.pager {
    width: 100%;
    text-align: right;
}

ul.yiiPager a {
    border: 0!important;
    color: #006699!important;
}
ul.yiiPager a:hover {
    background-color: #FFF2CB!important;
    color: #006699!important;
}
ul.yiiPager .hidden a {
    color: #888888!important;
}

ul.yiiPager .selected a {
    color: #FFFFFF!important;
    background-color: #006699!important;
}
.news-list-title {
    color: #007031;
}
/* News end */

table.main td.coner-b-c {
    color: #007031;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}


