﻿@charset "utf-8";
@import url('fancybox/jquery.fancybox-1.3.4.css');
body {
    color: #333;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background: #ccc
}

img {
    border: none;
    vertical-align: middle
}

b,
strong {
    font-weight: 700
}

i {
    font-style: italic
}

a {
    text-decoration: none
}

h1,
h2,
h3,
p,
ul,
li {
    padding: 0;
    margin: 0;
    font-weight: normal
}

ul,
li {
    list-style-type: none;
    zoom: 1
}

.show {
    display: block
}

.hidden {
    display: none
}

.detail-content blockquote,
.detail-content .tips {
    margin: 5px 10px;
    padding: 10px;
    quotes: none;
    color: #039;
    border-color: #8dc63f;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    background: #f6f6f6
}

#pages {
    box-shadow: 0 0 1px #ccc;
    overflow: hidden;
    border-radius: 5px;
    width: 1000px;
    margin: 5px auto
}

.footer {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    background: #0686f8
}

.footer ul.footernav li {
    padding: 0 10px;
    list-style-type: none;
    display: inline-table;
    zoom: 1;
    *display: inline
}

.footer ul.footernav li a {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.footer .footer-content {
    padding: 20px 0 0 0;
    color: #fff
}

.ban {
    width: 1000px;
    height: 237px;
    display: block;
    background: url(banner.jpg) no-repeat;
    margin: 5px 0
}

.contactpage .menuleft,
.tospage .menuleft,
.searchpage .menuleft {
    display: none
}

.contactpage .maincontent,
.tospage .maincontent,
.searchpage .maincontent,
.authorpage .maincontent {
    margin-left: 0;
    border-left: 0;
    width: 100%
}

.tospage .detail {
    margin: 10px 20px
}

#header {
    background: #0686f8;
    display: block;
    height: 80px
}

.logo {
    float: left;
    font-size: 30px;
    line-height: 55px;
    margin-left: 10px;
    margin-top: 10px;
    width: 180px;
    text-align: center
}

.logo a {
    color: #fff;
    display: block;
    font-weight: 700;
    height: 60px;
    line-height: 2px;
    overflow: hidden;
    width: 100%
}

.slogan {
    display: block;
    font-weight: 100;
    font-size: 12px;
    margin-top: 10px
}

.searchbox {
    line-height: 80px;
    /* float: left; */
    float: right;
    margin-right: 50px;
}

.query {
    padding: 0 0 0 6px;
    margin: 0;
    width: 420px;
    height: 30px;
    border: 1px solid #006400;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.platforms {
    width: 130px;
    margin: 2px 5px 0 -135px;
    color: #666;
    padding: 0 0 0 5px;
    border-left: 1px dotted #aaa;
    border-width: 0 0 0 1px
}

.btnsearch {
    background: #fff url(images/search.gif) no-repeat 50%;
    border: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 0 0 -8px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-indent: -999px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #006400
}

.mainNav {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 0 8px;
    position: relative
}

.mainNav ul li {
    float: left;
    line-height: 50px;
    position: relative;
    margin: 0
}

.mainNav ul li a {
    color: #000;
    font-family: Arial;
    font-size: 1.1em;
    line-height: 24px;
    display: inline-block;
    white-space: nowrap
}

.mainNav ul li a.nav-item {
    padding-right: 20px
}

.mainNav ul li a.nav-item:before {
    width: 28px;
    display: inline-block;
    height: 32px;
    content: "";
    vertical-align: middle
}

.mainNav ul li.windows .nav-item:before {
    background: url(images/icons.png) no-repeat
}

.mainNav ul li.mac .nav-item:before {
    background: url(images/icons.png) no-repeat 0 -32px
}

.mainNav ul li.ios .nav-item:before {
    background: url(images/icons.png) no-repeat 0 -65px
}

.mainNav ul li.android .nav-item:before {
    background: url(images/icons.png) no-repeat 0 -105px
}

.mainNav ul li.windowsphone .nav-item:before {
    background: url(images/icons.png) no-repeat 0 -146px
}

.mainNav ul li.game .nav-item:before {
    background: url(images/icons.png) no-repeat 0 -190px
}

.mainNav ul li.tailieu .nav-item:before {
    background: url(images/icons.png) no-repeat 0 -227px
}

.mainNav ul li.tip .nav-item:before {
    background: url(images/icons.png) no-repeat 0 -262px
}

.mainNav ul li:hover a:before {
    opacity: .5
}

.mainNav ul li:hover a {
    text-decoration: none;
    color: #ffa500
}

.mainNav li ul {
    display: block;
    position: absolute;
    padding: 10px 20px 10px 10px;
    top: 50px;
    left: -7px;
    border-radius: 0 0 5px 5px;
    width: auto;
    min-width: 150px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.mainNav li.windows ul,
.mainNav li.mac ul,
.mainNav li.ios ul,
.mainNav li.windowsphone ul,
.mainNav li.android ul {
    width: 468px
}

.mainNav li.mac ul {
    z-index: 98
}

.mainNav li.ios ul {
    z-index: 97
}

.mainNav li.android ul {
    z-index: 96
}

.mainNav li.windowsphone ul {
    z-index: 95
}

.mainNav li.game ul {
    z-index: 94
}

.mainNav li.tailieu ul {
    z-index: 93
}

.mainNav li.tip ul {
    z-index: 92;
    left: -74px
}

.mainNav li:hover ul {
    visibility: visible;
    opacity: 1
}

.mainNav li ul:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 30px;
    top: -8px;
    z-index: 999;
    border-width: 0 10px 8px 10px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent
}

.mainNav li.tip ul:before {
    left: 90px
}

.mainNav li ul li {
    float: none;
    margin: 0
}

.mainNav li.windows ul li,
.mainNav li.mac ul li,
.mainNav li.ios ul li,
.mainNav li.windowsphone ul li,
.mainNav li.android ul li {
    width: 50%;
    float: left
}

.mainNav li ul li a {
    clear: both;
    white-space: nowrap;
    display: block;
    font-weight: 100;
    text-shadow: none;
    padding: 0;
    margin: 0;
    line-height: 2em;
    color: #000 !important
}

.mainNav li ul li a img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    -webkit-filter: contrast(0);
    filter: contrast(0)
}

.mainNav ul li ul li a:before {
    display: none
}

.mainNav li ul li a:hover {
    color: #ffa500 !important
}

.mainNav li ul li a:hover img {
    color: #ffa500 !important;
    -webkit-filter: none;
    filter: none
}

.mainNav .overlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 1000px;
    height: 1366px;
    background: rgba(0, 0, 0, .2);
    margin: auto;
    left: 0;
    top: 50px;
    content: ' ';
    z-index: 50;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.mainNav .overlay.show {
    opacity: 1;
    visibility: visible
}

#header .sharebox {
    height: 24px;
    display: block;
    width: 340px;
    margin: 28px 0 0 0;
    overflow: hidden;
    float: right
}

.detail-content .download-info .sharebox {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 12px;
    width: 310px;
    height: 24px;
    overflow: hidden;
    margin: 0 !important
}

.sharebox .sharetoolbox {
    white-space: nowrap
}

.sharebox .sharetoolbox>div {
    margin-right: 5px !important;
    vertical-align: top !important;
    width: auto !important;
    display: inline-block !important
}

.detail-content .sharebox .sharebox-title {
    float: left
}

.detail-content .sharebox .addthis_toolbox {
    float: left
}

.menu {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 20px;
    position: relative;
    background: #f4f4f4;
    display: block;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 2px 5px #eee
}

#content {
    display: block;
    width: 100%;
    background: #fff
}

.menuleft {
    width: 200px;
    display: table-cell;
    float: left
}

.hot-list-title,
.new-list-title,
.breadcrumbs-nav,
.navigation .title,
.wbox .wbox-title {
    font-size: 13px;
    font-weight: 700;
    padding: 5px 20px;
    position: relative;
    background: #0686f8;
    color: #fff;
    display: block;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 2px 5px #eee
}

.breadcrumbs-nav a,
.navigation .title a {
    color: #fff
}

.breadcrumbs .breadcrumb:after {
    content: " » ";
    color: #bbb
}

.breadcrumbs .breadcrumb:last-child:after {
    content: ""
}

.navigation ul {
    padding: 0
}

.navigation li:last-child {
    border-bottom: none
}

.navigation li {
    font-size: 14px;
    padding: 0
}

.navigation li a {
    color: #000;
    display: block;
    line-height: 2em;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    line-height: 2.6em;
    margin: 0 10px;
    border-bottom: 1px solid #eee
}

.navigation .game-nav li a img,
#categorynav.navigation li a img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: bottom;
    -webkit-filter: contrast(0);
    filter: contrast(0)
}

#categorynav.navigation li a:hover img {
    -webkit-filter: none;
    filter: none
}

.navigation li.active a,
.navigation li a:hover {
    color: #ffa500
}

.navigation li a:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: inline-block;
    margin: 0 6px 1px 0
}

.navigation li.active a:before,
.navigation li a:hover:before {
    background: green;
    border: 1px solid #006400
}

.navigation .game-nav li a:before,
#categorynav.navigation li a:before {
    display: none
}

.wbox-body .list-item {
    /*white-space:nowrap;*/
    display: block;
    margin: 0 10px;
    overflow: hidden;
    line-height: 35px;
    border-bottom: 1px dotted #ddd;
    height: 35px
}

.wbox-body .list-item .imageslink {
    color: #333;
    width: 180px;
    text-overflow: ellipsis;
    font-size: 13px
}

.wbox-body .list-item .imageslink:hover {
    color: #0686F8;
}

.wbox-body .list-item .iconimg {
    width: 20px;
    padding-bottom: 5px
}

.wbox-body .list-item em {
    float: right;
}

.maincontent {
    width: 799px;
    position: relative;
    border-left: 1px solid #e5e5e5;
    display: block;
    float: right;
    min-height: 900px;
    vertical-align: top;
    overflow: hidden
}

.maincontent .list-view {
    padding: 0;
    clear: both
}

.maincontent .list-item {
    vertical-align: text-top;
    font-size: 13px;
    margin: 1.3%;
    overflow: hidden;
    position: relative;
    zoom: 1;
    text-align: center;
    *display: inline
}

.maincontent .list-item .imageslink {
    display: block;
    height: 105px;
    overflow: hidden;
    margin: auto;
    border-radius: 5px
}

.imgproduct {
    height: 105px;
    border-radius: 5px;
    overflow: hidden
}

.maincontent ul li {
    padding: 1px 0
}

.maincontent ul .download {
    display: none
}

.title {
    overflow: hidden;
    display: block;
    font-weight: 700;
    color: #000;
    text-overflow: ellipsis
}

.title:hover {
    text-decoration: underline
}

.publisher:hover,
.publisher {
    overflow: hidden;
    display: block;
    color: #999;
    white-space: nowrap;
    font-size: 12px;
    text-overflow: ellipsis
}

.hotlogo {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    display: inline-block
}

.star {
    display: inline-block;
    vertical-align: middle
}

.star-0 {
    background: url(images/star.png) -80px no-repeat
}

.star-1 {
    background: url(images/star.png) -64px no-repeat
}

.star-2 {
    background: url(images/star.png) -48px no-repeat
}

.star-3 {
    background: url(images/star.png) -32px no-repeat
}

.star-4 {
    background: url(images/star.png) -16px no-repeat
}

.star-5 {
    background: url(images/star.png) no-repeat
}

.list-view .download a {
    text-transform: uppercase;
    padding: 2px 0 0 0;
    font-size: 12px;
    text-align: center;
    display: block;
    font-weight: normal;
    color: #fff;
    width: 80px;
    line-height: 20px;
    background: #aaa
}

.list-view .download a:hover {
    background: green
}

.list-view .download-number {
    font-size: 12px;
    color: #666
}

.list-view .number {
    color: green;
    font-weight: 700
}

.indexpage .hotdownload {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 0 0 0;
    background: #a5a5a5;
    border: 1px solid #fff;
    width: 60px;
    margin: 5px 0;
    display: block;
    text-align: center
}

.indexpage .hotdownload:hover {
    text-decoration: none;
    background: #2ac7e1
}

.navbar {
    margin: 15px 20px;
    border-bottom: 1px solid #ccc;
    line-height: 1.9em
}

.summary-info {
    display: inline-block;
    white-space: nowrap;
    width: 300px;
    font-size: 13px;
    font-weight: 700
}

.ordering {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 13px
}

.ordering a {
    padding: 0 10px;
    font-weight: 700;
    color: #666;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #eee
}

.ordering .selected {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #000
}

.maincontent.license-trial {
    background: #fdfded;
    background: -moz-linear-gradient(top, #fdfded 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfded), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #fdfded 0%, #fff 100%);
    background: -o-linear-gradient(top, #fdfded 0%, #fff 100%);
    background: -ms-linear-gradient(top, #fdfded 0%, #fff 100%);
    background: linear-gradient(to bottom, #fdfded 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FDFDEd', endColorstr='#ffffff', GradientType=0)
}

.maincontent.license-trial a#DownloadButtonBottom,
.maincontent.license-trial a#DownloadButtonTop {
    background: #ffa500
}

.maincontent.license-trial a#DownloadButtonBottom:hover,
.maincontent.license-trial a#DownloadButtonTop:hover {
    background: #0fa80f
}

.maincontent h1 {
    margin: 10px 20px;
    font-size: 26px;
    font-weight: 700
}

.maincontent .software-icon {
    max-height: 28px;
    line-height: 30px;
    vertical-align: text-top
}

.maincontent .v-title:before,
.maincontent .subtitle:before {
    content: " "
}

.maincontent .v-title {
    font-size: .8em;
    color: #999;
    font-weight: 100;
    font-style: italic
}

.maincontent .subtitle {
    font-weight: 100;
    font-size: .8em;
    color: #aaa
}

#DownloadButtonTop,
#DownloadButtonBottom {
    background: green;
    margin: 10px auto;
    display: block;
    width: 180px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 3px
}

#DownloadButtonTop:hover,
#DownloadButtonBottom:hover {
    background: #0fa80f
}

#DownloadButtonTop {
    margin: 10px 10px 10px 42px
}

.softwarepage #DownloadButtonTop::after,
.softwarepage #DownloadButtonBottom:after {
    background: url(images/icons_os.png);
    width: 32px;
    height: 32px;
    content: '';
    float: left;
    margin: 3px 0 0 -36px
}

#DownloadButtonTop span,
#DownloadButtonBottom span {
    color: #fff
}

.detail-content {
    margin: 0 10px;
    line-height: 25px;
}

.detail-img {
    width: 150px;
    float: right;
    margin-right: 10px
}

.qrcode {
    float: right
}

.detail-info {
    font-size: 13px
}

.detail-info li {
    line-height: 26px
}

.detail-info li .item-label {
    width: 126px;
    text-indent: 10px;
    display: inline-block
}

.detail-info li .item-label:after {
    content: ":"
}

.detail-info li.publisher-info a {
    font-weight: 700;
    color: #006400
}

.detail-info li.downloads-info .item-info {
    font-weight: 700;
    color: red
}

.detail-info li.license-info .item-info {
    color: #ff4500;
    font-weight: bold
}

.detail-info li.license-info .item-info .free {
    color: green;
    font-weight: bold
}

.detail-info li.relatedplatforms-info .item-label {
    width: auto;
    overflow: hidden;
    line-height: 32px
}

.detail-info li.relatedplatforms-info ul {
    display: inline-block
}

.detail-info li.relatedplatforms-info ul li {
    display: inline-block
}

.detail-info li.relatedplatforms-info ul li a {
    display: block;
    height: 32px;
    width: 32px;
    overflow: hidden;
    text-indent: 32px;
    white-space: nowrap;
    margin: 0 5px;
    background: url(images/icons_os.png)
}

.ios-theme .softwarepage #DownloadButtonTop::after,
.ios-theme .softwarepage #DownloadButtonBottom:after,
.detail-info li.relatedplatforms-info ul li a.ios {
    background-position: 0 -194px
}

.android-theme .softwarepage #DownloadButtonTop::after,
.android-theme .softwarepage #DownloadButtonBottom:after,
.detail-info li.relatedplatforms-info ul li a.android {
    background-position: 0 -150px
}

.linux-theme .softwarepage #DownloadButtonTop::after,
.linux-theme .softwarepage #DownloadButtonBottom:after,
.detail-info li.relatedplatforms-info ul li a.linux {
    background-position: 0 -100px
}

.windows-theme .softwarepage #DownloadButtonTop::after,
.windows-theme .softwarepage #DownloadButtonBottom:after,
.detail-info li.relatedplatforms-info ul li a.windows {
    background-position: 0 -3px
}

.mac-theme .softwarepage #DownloadButtonTop::after,
.mac-theme .softwarepage #DownloadButtonBottom:after,
.detail-info li.relatedplatforms-info ul li a.mac {
    background-position: 0 -49px
}

.windowsphone-theme .softwarepage #DownloadButtonTop::after,
.windowsphone-theme .softwarepage #DownloadButtonBottom:after,
.detail-info li.relatedplatforms-info ul li a.windowsphone {
    background-position: 0 -240px
}

.blackberry-theme .softwarepage #DownloadButtonTop::after,
.blackberry-theme .softwarepage #DownloadButtonBottom:after,
.detail-info li.relatedplatforms-info ul li a.blackberry {
    background-position: 0 -290px
}

.symbian-theme .softwarepage #DownloadButtonTop::after,
.symbian-theme .softwarepage #DownloadButtonBottom:after,
.detail-info li.relatedplatforms-info ul li a.symbian {
    background-position: 0 -338px
}

.web-theme .softwarepage #DownloadButtonTop::after,
.web-theme .softwarepage #DownloadButtonBottom:after,
.detail-info li.relatedplatforms-info ul li a.web {
    background-position: 0 -385px
}

.tailieu-theme .softwarepage #DownloadButtonTop::after,
.tailieu-theme .softwarepage #DownloadButtonBottom:after,
.detail-info li.relatedplatforms-info ul li a.tailieu {
    background-position: 0 -433px
}

.description {
    font-size: 13px;
    padding: 0 0 10px 0;
    clear: both;
    overflow: hidden
}

.description a {
    color: #4800ff
}

.description a:hover {
    text-decoration: underline
}

.description img {
    max-width: 600px
}

.description h2,
.tospage .maincontent h2 {
    font-weight: 700;
    font-size: 1.3em;
    margin: 20px 0 10px;
    text-transform: uppercase
}

.description h3,
.tospage .maincontent h3 {
    font-weight: 700;
    font-size: 1.2em;
    padding: 10px 0 0 0
}

.description p,
.tospage .maincontent p {
    padding: 8px 0
}

.description table img {
    padding: 5px
}

.description ul li,
.tospage .maincontent ul li {
    list-style-type: circle;
    margin: 5px 0 0 25px
}

.instruction-title,
.overview-title {
    text-indent: 30px;
    color: #3b5998
}

.overview-title {
    background: url(images/about.png) no-repeat
}

.instruction-title {
    background: url(images/help.png) no-repeat
}

.tags {
    font-size: 13px;
    margin-top: 20px
}

.tags span {
    font-weight: 700
}

.tags a {
    color: #999
}

.tags a:hover {
    color: #ffa500
}

.tags a:after,
.tags a:after:hover {
    content: ",";
    color: #333
}

.tags a:last-child:after {
    content: "."
}

.relatedlist {
    margin: 20px 0 10px 0;
    border: 1px solid #d5d5d5;
    border-radius: 4px
}

.relatedlist .title {
    line-height: 40px;
    color: #3b5998;
    padding: 0 10px;
    font-size: 1.1em;
    margin-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
    background: url(images/add-link-24.png) no-repeat 8px;
    text-indent: 30px
}

.relatedlist .title:hover {
    text-decoration: none
}

.relatedlist .list-item {
    line-height: 32px;
    height: 32px;
    margin: 0 !important
}

.relatedlist .list-item .imageslink {
    color: #333;
    text-align: left;
    white-space: nowrap;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 10px
}

.relatedlist .list-item .imageslink .iconimg {
    width: 25px
}

.relatedlist .list-item .imageslink:hover {
    color: #ffa500
}

.relatedlist .list-item em {
    float: right;
    font-weight: 100;
    color: gray
}

.download-info {
    clear: both;
    position: relative
}

.download-info .downloadurl {
    margin: 5px 0 20px 0;
    color: #039
}

.download-info .downloadurl .link-Url,
.download-info .downloadurl .link-url {
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 30px;
    display: block;
    background: url(images/forward.png) no-repeat;
    line-height: 25px
}

.download-info .downloadurl .link-Url:hover,
.download-info .downloadurl .link-url:hover {
    text-decoration: underline
}

.download-info .downloadurl .link-title {
    color: #000;
    display: block;
    text-decoration: none;
    font-weight: 700
}

.detail-content .thanks {
    font-weight: 700;
    color: green;
    margin: 0 0 7px 0
}

.detail-content .thanks:nth-child(2) {
    margin-top: 30px
}

#disqus_thread {
    margin: 20px 0 10px 0
}

@media screen and (max-width:640px) {
    .platforms,
    .detail-img,
    .mainNav li ul li a img {
        display: none
    }
    .mainNav ul li a.nav-item {
        width: 100%
    }
    #header {
        height: 150px
    }
    #pages,
    .mainNav .overlay {
        width: 100%;
        border-radius: 0;
        margin: 0
    }
    .searchbox {
        float: none;
        line-height: 40px;
        margin: 0 auto;
        text-align: center
    }
    .query {
        width: 80%
    }
    .mainNav {
        position: static
    }
    #header .sharebox {
        width: 100%;
        margin: 10px 0 0 20px;
        float: left
    }
    .mainNav ul li {
        line-height: 0;
        width: 50%;
        margin: 5px 0
    }
    .mainNav li ul {
        top: 40px
    }
    .mainNav li ul:before {
        left: 10px
    }
    .mainNav .overlay {
        top: 168px
    }
    .mainNav li ul li,
    .maincontent,
    .menuleft {
        width: 100% !important;
        overflow: hidden;
        padding: 0
    }
    .mainNav li ul li a {
        font-size: .9em
    }
    .maincontent .list-view {
        text-align: center
    }
    .maincontent .list-item,
    .authorpage .maincontent .list-item,
    .searchpage .maincontent .list-item {
        margin: 10px 10px 20px;
    }
    .maincontent .subtitle {
        display: block
    }
    .detail-content .download-info .sharebox {
        position: static
    }
    .description img {
        width: 100%;
        height: auto
    }
    .navbar {
        margin: 10px;
        border: none
    }
    .summary-info {
        white-space: normal
    }
    .ordering {
        float: left
    }
    .ordering a {
        font-weight: 100;
        padding: 0 5px;
        margin: 0;
        font-size: .9em
    }
    .navigation ul {
        text-align: center
    }
    .navigation li {
        text-align: left;
        width: 49%;
        display: inline-block
    }
    .qrcode {
        display: none
    }
}

.contactpage #pnlContact table tr:nth-child(1),
.contactpage #pnlContact table tr:nth-child(2),
.contactpage #pnlContact table tr:nth-child(3) {
    display: none
}

.pagination {
    text-align: center;
    padding: 10px
}

.pagination {
    list-style: none;
    font-family: Verdana;
    font-size: 11px
}

.pagination li {
    display: inline-table;
    zoom: 1;
    *display: inline
}

.pagination li a {
    font-size: 12px;
    font-family: Arial;
    display: inline-block;
    padding: 3px 9px;
    border: 1px solid #ccc;
    margin: 0 1px 0 0;
    color: #333
}

.pagination li a:hover {
    background: #eee
}

.pagination li.active a:hover,
.pagination li.active a {
    background: green;
    color: #fff;
    border: 1px solid #006400
}

.ads-box {
    background: #fff;
    border: 1px solid #bae3ff;
    width: 298px;
    height: 248px;
    text-align: center;
    overflow: hidden;
    display: block
}

.ads-box ul li {
    width: 84px;
    height: 74px;
    vertical-align: text-top;
    padding: 2px 5px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent
}

.ads-box ul li:hover {
    border: 1px solid #bae3ff;
    border-radius: 5px;
    background: #f6fcff
}

.ads-box ul li a {
    white-space: nowrap
}

.ads-box img {
    width: 40px;
    height: 40px;
    display: block;
    box-shadow: 0 0 3px #999;
    border-radius: 6px;
    overflow: hidden;
    margin: 10px auto
}

.maincontent .message {
    margin: 10px 0;
    font-size: 1em
}

body.layout-blank {
    background: none
}

body.layout-blank #pages {
    margin: 0 auto;
    padding: 0
}

.message.warning {
    padding: 5px 5px 5px 40px;
    display: block;
    color: red;
    text-align: left;
    background: #fffcda url(images/icon-warning.png)no-repeat 8px 5px
}

.addthis_toolbox.addthis_default_style .addthis_button_facebook_like iframe {
    width: 120px !important
}

.docviewer-button {
    position: absolute;
    top: 0;
    left: 250px;
    margin: 0;
    color: #fff;
    display: block;
    width: 180px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 3px;
    background: #9acd32
}

.docviewer-button:hover {
    background: #ffa500
}

.searchpage .google-search {
    margin: 20px
}

.authorpage .maincontent .list-item,
.searchpage .maincontent .list-item {
    width: 17%
}

.searchpage .google-search .google-q {
    width: 480px
}

.related-articles h2.title {
    text-indent: 30px;
    color: #3b5998;
    font-size: 1.3em;
    margin-bottom: 10px;
    background: url(images/link.png) no-repeat
}

.related-articles li {
    margin-bottom: 10px
}

.related-articles li a {
    display: block;
    color: #000
}

.related-articles li a .article-title {
    display: block;
    font-weight: bold
}

.related-articles li a .article-image {
    margin-right: 10px;
    width: 80px
}

.related-articles li a:hover .article-title {
    color: #3b5998
}

.categorypage .maincontent p.description {
    padding: 0 20px
}

.adbox {
    margin: 10px auto
}

h1 a {
    color: #333;
}

.list-items .other-links {
    color: black;
}

.list-item .other-links:hover {
    color: #0686F8;
}