/***************************************************
  GENERAL
 ***************************************************/

html {
    overflow-y:scroll;
}

body {
    background:#fff url(../images/bg-tile.png) top repeat-x;
    font:normal 12px Arial;
    color:#666;
}

.clear {
    height:0;
    clear:both;
    overflow:hidden;
}

#main-wrap {
    width:960px;
    margin:0 auto;
}

.safe {
    color:#2da532;
}

.malware {
    color:#cd5151;
}

/***************************************************
  HEADER
 ***************************************************/

#header {
    width:960px;
    height:72px;
    margin:0 auto;
    padding-top:47px;

}

#header .logo {
    display:inline-block;
    width:330px;
    float:left;
}

#header .social {
    display:inline-block;
    width:170px;
    float:right;
}

#header .social ul {
    list-style:none;
    margin:0;
}

#header .social ul li {
    width:24px;
    height:24px;
    padding:0;
    float:left;
    margin:0 0 0 10px;
}

#header .social ul li a {
    width:24px;
    height:24px;
    padding:0;
    background-image:url('../images/social24.png');
    background-repeat:no-repeat;
    margin:0;
    display:inline-block;
}

#header .social ul li.fb a {
    background-position:0 0;
}

#header .social ul li.gp a {
    background-position:-48px 0;
}

#header .social ul li.tw a {
    background-position:-24px 0;
}

#header .social ul li.yo a {
    background-position:-72px 0;
}

#header .social ul li.ln a {
    background-position:-96px 0;
}

#header .social ul li.ig a {
    background-position:-120px 0;
}

/* CONTENT */

.content-box.subpage {
    padding:40px;
    border:1px solid #afafaf;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background-color:#fff;
    line-height:23px;
}

.content-box.subpage h1 {
    font-weight:bold;
    font-size:20px;
    color:#333;
    margin-bottom:20px;
}

.content-box.subpage h2 {
    font-weight:bold;
    font-size:15px;
    color:#333;
    margin-bottom:10px;
}

.content-box.subpage h3 {
    font-weight:bold;
    font-size:13px;
    color:#333;
    margin-bottom:10px;
}

.content-box.subpage p {
    font-size:13px;
    margin-bottom:20px;
}

.content-box.subpage ul {
    list-style:disc;
    padding-left:25px;
    font-size:13px;
}

.content-box.subpage ul li {
    padding-bottom:10px;
}

.content-box.subpage ul li p {
    padding-top:10px;
    margin-bottom:0;
    text-align:left;
}

.content-box.subpage div.btm {
    padding-top:30px;
}

.content-box.subpage div.btm ul {
    padding-bottom:15px;
}

.content-box.subpage img.centered {
    display: block;
    margin:15px auto 30px auto;
}


/***************************************************
  FOOTER
 ***************************************************/

#footer {
    padding:20px 0;
    border-top:1px solid #dfdfdf;
    font-size:11px;
    color:#5e5e5e;
    width: 100%;
    float: left;
	}
#footer a {
    color:#5e5e5e;
    font-weight:bold;
    text-decoration:none;
	padding:0 2px;
	line-height:22px;
	}
#footer a:hover {
    text-decoration:underline;
	}
/***************************************************
  SEARCH BOX
 ***************************************************/
#search-box {
    margin-bottom:15px;
}
#search-box h1 {
    padding-left:20px;
    font-size:16pt;
    font-weight:bold;
    padding-bottom:8px;
    text-align:center;
}
#search-pad {
    background:url(../images/search-bg.png) no-repeat bottom;
    width:900px;
    height:43px;
    padding:30px;
}

#search-field {
    float:left;
    background:url(../images/search-field.png) no-repeat top;
    width:746px;
    height:42px;
    position:relative;
}

#search-field input[type=text] {
    float:left;
    width:563px;
    background-color:transparent;
    border:0;
    margin:1px 0 1px 13px;
    font:normal 15px Arial;
    font-style:italic;
    color:#838383;
    padding-top:12px;
}

#search-pad a#search-submit {
    display:block;
    float:right;
    background:#a40000 url(../images/btn-search.png) no-repeat 0 0;
    width:143px;
    height:42px;
    line-height:42px;
    font-weight:bold;
    font-size:18px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    text-shadow:1px 1px 1px #000;
}

#search-pad a#search-submit:hover {
    background-position:0 -42px;
    text-decoration:none;
}

#search-pad #search-dropdown-trigger {
    display:block;
    float:right;
    width:146px;
    height:42px;
    line-height:42px;
    font-size:14px;
    font-weight:bold;
    text-align:right;
    text-decoration:none;
    text-shadow:1px 1px 1px #fff;
    color:#5f5f5f;
    background:#dddddd url(../images/search-dropdown-bg.png) no-repeat 0 0;
    padding-right:22px;
    margin-top: -33px;
}

#search-pad #search-dropdown-trigger:hover {
    background-position:0 -42px;
}

#search-dropdown {
    display:block;
    position:absolute;
    top:42px;
    right:10px;
}

#search-dropdown li {
    width:136px;
    background-color:#eee;
    border-bottom:1px solid #ddd;
    border-left:1px solid #bbb;
    border-right:1px solid #bbb;
    font-size:12px;
    line-height:30px;
    padding:3px 0 3px 20px;
}

#search-dropdown li:hover {
    background-color:#ddd;
    cursor:pointer;
}

#search-dropdown li.bottom {
    border-bottom:1px solid #bbb;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}

#browse-pad {
    background:url(../images/browse-bg.png) no-repeat top;
    width:932px;
    height:41px;
    padding:13px 0 0 28px;
}

#browse-pad span {
    float:left;
    padding-right:4px;
    line-height:27px;
    font-weight:bold;
    font-size:14px;
    color:#404040;
}

#browse-pad a {
    background:#000000 url(../images/btn-letter.png) no-repeat 0 0;
    display:block;
    float:left;
    width:27px;
    height:27px;
    line-height:27px;
    font-weight:bold;
    font-size:14px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    margin-left:4px;
}

#browse-pad a:hover, #browse-pad a.selected, #browse-pad a.selected:hover {
    background-position:0 -27px;
}

/***************************************************
  CONTENT
 ***************************************************/

#content-wrap {
    margin-bottom:40px;
    width: 100%;
    float: left;
}

#content-wrap .content-top {
    background:url(../images/content-top-bg.png) no-repeat top;
    width:900px;
    height:50px;
    padding:0 30px;
    line-height:50px;
    /*font-weight: bold;
    font-size: 20px;
    color: #333;
    text-shadow: 1px 1px 1px #eee;*/
}

#content-wrap .content-top h1, #content-wrap .content-top h2 {
    font-weight:bold;
    font-size:20px;
    color:#333;
    text-shadow:1px 1px 1px #eee;
}

/* secondary menu */

#content-wrap .secondary-menu {
    height:28px;
    background:#f4f4f4 url(../images/secondary-menu-border.gif) repeat-x bottom;
    border-left:1px solid #afafaf;
    border-right:1px solid #afafaf;
    padding:0 30px;
}

#content-wrap .secondary-menu .sort-menu {
    color:#666;
    line-height:28px;
    font-weight:bold;
}

#content-wrap .secondary-menu .sort-menu.left {
    float:left;
}

#content-wrap .secondary-menu .sort-menu a {
    display:inline-block;
    height:28px;
    padding:0 5px;
    color:#1973ac;
    font-weight:bold;
    text-decoration:none;
}

#content-wrap .secondary-menu .sort-menu a:hover {
    text-decoration:underline;
}

#content-wrap .secondary-menu .sort-menu a.selected {
    background:#f7f7f7 url(../images/secondary-menu-border-selected.gif) no-repeat bottom center;
    font-weight:normal;
    color:#7a7a7a;
}

#content-wrap .secondary-menu .sort-menu a.selected:hover {
    text-decoration:none;
}

/* content */

#content-wrap #content {
    width: 958px;
    background-color:#fff;
    border-left:1px solid #afafaf;
    border-right:1px solid #afafaf;
}

#content-wrap #content.index {
    background-color:#fff;
    border-left:1px solid #afafaf;
    border-right:1px solid #afafaf;
    border-bottom:1px solid #afafaf;
}

#content-wrap #content-error {
    width:930px;
    height:125px;
    background:url(../images/error-bg.png) no-repeat left top;
    padding:30px 0 0 30px;
    display:none;
}

#content-wrap #content-error h3 {
    font-size:20px;
    font-weight:bold;
    color:#333;
    margin-left:65px;
}

#content-wrap #content-error h4 {
    font-size:16px;
    color:#333;
    margin-left:65px;
}

#content-wrap #content-error p {
    margin-top:45px;
}

#content-wrap #content-error p a {
    font-style:normal;
    font-weight:bold;
    color:#1973ac;
    text-decoration:none;
}

#content-wrap #content-error p a:hover {
    text-decoration:underline;
}

#content.loading {
    height:150px;
    background:url(../images/loading2.gif) no-repeat center center;
}

#content.error {
    text-align:center;
    font-weight:bold;
    padding:30px;
}

#content.error a {
    font-style:normal;
    font-size:14px;
    font-weight:bold;
    color:#1973ac;
    text-decoration:none;
}

#content.error a:hover {
    text-decoration:underline;
}

/**************************
    home page
**************************/

#most-searched {
    padding:30px 0 0 30px;
}

#most-searched .most-searched-file {
    width:205px;
    height:50px;
    float:left;
    margin-right:26px;
    margin-bottom:35px;
    border-bottom:1px solid #e9e9e9;
}

#most-searched .most-searched-file.fourth {
    margin-right:0;
}

#most-searched .most-searched-file li {
    display:block;
    overflow:hidden;
}

#most-searched .most-searched-file .file-name a {
    font-weight:bold;
    font-size:18px;
    color:#1973ac;
    text-decoration:none;
}

#most-searched .most-searched-file .company-name {
    height:22px;
}

#most-searched .most-searched-file .safe-entries {
    font-weight:bold;
    line-height:25px;
    border-top:1px solid #e9e9e9;
    border-bottom:1px solid #e9e9e9;
}

#most-searched .most-searched-file .malware-entries {
    font-weight:bold;
    line-height:25px;
    border-bottom:1px solid #e9e9e9;
}

#most-searched .most-searched-file .safe-entries div,
#most-searched .most-searched-file .malware-entries div {
    display:inline-block;
    width:110px;
    height:25px;
}

#most-searched .most-searched-file .safe-entries span {
    color:#2da532;
}

#most-searched .most-searched-file .malware-entries span {
    color:#cd5151;
}

/************************************
    search file name results page
************************************/

#search-file-name {
    padding:15px 0 30px;
}

#search-file-name table {
    width:958px;
    border-collapse:collapse;
}

#search-file-name table tr td {
    border-bottom:1px solid #e9e9e9;
    padding:13px 0;
}

#search-file-name table td.left {
    text-align:left;
    font-style:italic;
    font-size:11px;
    color:#404040;
    padding-left:30px;
}

#search-file-name table td.right {
    text-align:right;
    font-size:11px;
    padding-right:30px;
}

#search-file-name table td.left a {
    font-style:normal;
    font-size:14px;
    font-weight:bold;
    color:#1973ac;
    text-decoration:none;
}

#search-file-name table td.left a:hover {
    text-decoration:underline;
}

#search-file-name table tr.even {
    background-color:#fbfbfb;
}

#search-file-name table tr:hover, #search-file-name table tr.even:hover {
    background-color:#eef9fe;
}

/*******************************
    search sha1 results page
*******************************/

#search-sha1-table {
    padding:29px;
}

#search-sha1-table .head {
    font-size:14px;
    font-weight:bold;
    margin-bottom:15px;
}

#search-sha1-table table th {
    background-color:#f7f7f7;
    border-top:1px solid #e9e9e9;
    border-bottom:1px solid #e9e9e9;
    font-weight:bold;
    text-align:left;
    padding:13px 0 13px 15px;
}

#search-sha1-table table td {
    border-bottom:1px solid #e9e9e9;
    text-align:left;
    padding:13px 0 13px 15px;
}

#search-sha1-block {
    padding:29px;
}

#search-sha1-block table {
    border:2px solid #fff;
    border-collapse:collapse;
    border-spacing:0px;
}

#search-sha1-block table td {
    padding-left:50px;
    width:50%;
    vertical-align:top;
    padding:25px 0;
    border:1px solid #e9e9e9;
}

#search-sha1-block table td.date {
    background:url(../images/icons/icon1.png) no-repeat 2px 0;
    padding-left:55px;
    padding-top:5px;
}

#search-sha1-block table td.types {
    background:url(../images/icons/icon2-safe.png) no-repeat 1px 20px;
    padding-left:55px;
}

#search-sha1-block table td.typem {
    background:url(../images/icons/icon2-mal.png) no-repeat 1px 20px;
    padding-left:55px;
}

#search-sha1-block table td.size {
    background:url(../images/icons/icon3.png) no-repeat 0 22px;
    padding-left:55px;
}

#search-sha1-block table td.md5 {
    background:url(../images/icons/icon4.png) no-repeat 6px 18px;
    padding-left:55px;
}

#search-sha1-block table td.signed {
    background:url(../images/icons/icon5.png) no-repeat 44px 0;
    padding-left:103px;
    padding-top:5px;
}

#search-sha1-block table td.version {
    background:url(../images/icons/icon6.png) no-repeat 49px 16px;
    padding-left:103px;
}

#search-sha1-block table td.company {
    background:url(../images/icons/icon7.png) no-repeat 47px 18px;
    padding-left:103px;
}

#search-sha1-block table td.submitter {
    background:url(../images/icons/icon8.png) no-repeat 47px 19px;
    padding-left:103px;
}

/*******************************
    file details
*******************************/

#virus_description {
    background-color: #fff;
    color:#333;
    font-family: sans-serif,Arial,Verdana,"Trebuchet MS";
    font-size: 13px;
    margin:0 17px 30px 17px;
    line-height:1.6;
}

#virus_description p {
    margin:13px 0;
}

#virus_description ol, #virus_description ul, #virus_description dl {
    padding: 0 28px;
    margin:13px 0;
}

#virus_description ul {
    list-style:disc inside;
}

#virus_description ol {
    list-style:decimal inside;
}

#virus_description ul ul, #virus_description ol ul {
    list-style:circle inside;
}

#virus_description ol ol, #virus_description ul ol {
    list-style:lower-latin inside;
}

#file-details {
    padding:30px;
}

#file-details p.descr {
    margin-bottom:50px;
}

#malware-entries .head {
    height:48px;
}

#malware-entries .head.closed {
    background:url(../images/details-pans-bg.png) no-repeat 0 0;
}

#malware-entries .head.open {
    background:url(../images/details-pans-bg.png) no-repeat 0 -95px;
}

#safe-entries .head {
    height:47px;
}

#safe-entries .head.closed {
    background:url(../images/details-pans-bg.png) no-repeat 0 -48px;
}

#safe-entries .head.open {
    background:url(../images/details-pans-bg.png) no-repeat 0 -100px;
}

#file-details .panel .body {
    border-left:1px solid #dedede;
    border-right:1px solid #dedede;
    padding:20px;
}

#file-details .panel .body-bottom {
    height:15px;
    background:url(../images/details-pans-bg.png) no-repeat 0 bottom;
}

#file-details .panel .head {
    font-size:14px;
    font-weight:bold;
    color:#404040;
    line-height:47px;
}

#file-details .panel .no {
    display:block;
    float:left;
    /*position: relative;*/
    background:url(../images/details-pans-no.png) no-repeat;
    height:19px;
    text-decoration:none;
    padding-left:10px;
    margin:14px 20px 0 20px;
}

#file-details .panel .no span {
    display:inline-block;
    /*position: absolute;*/
    background:#e51937 url(../images/details-pans-no.png) no-repeat;
    height:19x;
    line-height:19px;
    margin-right:-10px;
    padding-right:10px;

    font-size:14px;
    font-weight:bold;
    text-align:center;

    text-shadow:0 1px 1px #333;
    white-space:nowrap;
    color:#fff;
}

#file-details #malware-entries.panel .no {
    background-position:left 0;
}

#file-details #malware-entries.panel .no span {
    background-position:right 0;
}

#file-details #safe-entries.panel .no {
    background-position:left -19px;
}

#file-details #safe-entries.panel .no span {
    background-position:right -19px;
}

#file-details .panel .toggle {
    display:block;
    width:28px;
    height:28px;
    float:right;
    margin:10px 20px 0 0;
}

#file-details .panel .closed .toggle {
    background:url(../images/details-pans-controls.png) no-repeat 0 0;
}

#file-details .panel .open .toggle {
    background:url(../images/details-pans-controls.png) no-repeat 0 -28px;
}

#file-details .panel .body .date {
    font-size:14px;
    line-height:18px;
    font-weight:bold;
    margin-bottom:10px;
    border-bottom:1px solid #e9e9e9;
}

#file-details .panel .body table {
    width:858px;
}

#file-details .panel .body table th {
    background-color:#f7f7f7;
    border-top:1px solid #e9e9e9;
    border-bottom:1px solid #e9e9e9;
    font-weight:bold;
    text-align:left;
    padding:10px 0 10px 10px;
}

#file-details .panel .body table td {
    border-bottom:1px solid #e9e9e9;
    text-align:left;
    padding:10px 0 10px 10px;
}

#file-details .panel .body table .last {
    padding-right:10px;
}

#file-details .panel .body table td a {
    font-size:11px;
    font-weight:bold;
    color:#1973ac;
    text-decoration:none;
}

#file-details .panel .body table td a:hover {
    text-decoration:underline;
}

#file-details .panel-controls {
    padding-top:15px;
}

/* #file-details #malware-entries .body-wrap{
    display: none;
} */
/*#file-details #safe-entries .body-wrap{
    display: none;
}*/

#browse-padfd {
    background:url(../images/browse-bg.jpg) no-repeat top;
    width:842px;
    height:45px;
    padding:19px 0 0 58px;
    margin-top:45px;
}

#browse-padfd a {
    background:url(../images/btn-letter.png) no-repeat 0 0;
    display:block;
    float:left;
    width:27px;
    height:27px;
    line-height:27px;
    font-weight:bold;
    font-size:14px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    margin-left:3px;
}

#browse-padfd a:hover, #browse-padfd a.selected, #browse-padfd a.selected:hover {
    background-position:0 -27px;
}

#browse-padfd-content {
    width:894px;
    border-right:solid 3px #e9e9e9;
    border-left:solid 3px #e9e9e9;
    padding-top:14px;
}

#browse-padfd-content #pagl {
    width:392px;
    height:22px;
    float:left;
}

#browse-padfd-content #pagl a {
    display:block;
    width:22px;
    height:22px;
}

#browse-padfd-content #pagl.lfd {
    background:url(../images/browse-bg-left.jpg) no-repeat right center;
}

#browse-padfd-content #pagl.lfd a {
    background:url(../images/browse-but-left.jpg) no-repeat left top;
    float:right;
    margin-right:15px;
}

#browse-padfd-content #pagl.rfd {
    background:url(../images/browse-bg-right.jpg) no-repeat left center;
}

#browse-padfd-content #pagl.rfd a {
    background:url(../images/browse-but-right.jpg) no-repeat left top;
    margin-left:15px;
}

#browse-padfd-content #pagm {
    width:110px;
    height:22px;
    line-height:22px;
    float:left;
    text-align:center;
    font-size:12px;
    font-weight:bold;
}

#browse-padfd-content #wrap-table {
    padding:15px 15px 0 15px;
}

#browse-padfd-content table {
    border-collapse:collapse;
}

#browse-padfd-content table td {
    border:solid 1px #e9e9e9;
    padding:10px 15px;
}

#browse-padfd-content table td.left {
    border-left:none;
}

#browse-padfd-content table td.right {
    border-right:none;
}

#browse-padfd-content table td a {
    font-size:12px;
    font-weight:bold;
    color:#1973ac;
    text-decoration:none;
}

#browse-padfd-content table td a:hover {
    color:#3088bf;
    text-decoration:none;
}

#browse-padfd-bottom {
    background:url(../images/browse-bg-bottom.jpg) no-repeat top;
    width:900px;
    height:10px;
}

/*******************************
    browse by letter - table
*******************************/

#browse-by-letter-table {
    padding:30px 29px 10px;
}

#browse-by-letter-table .file-pad {
    padding-bottom:19px;
    width:900px;
}

#browse-by-letter-table .file-pad .top {
    height:20px;
    background:url(../images/browse-bl-pan-top.png) no-repeat center bottom;
}

#browse-by-letter-table .file-pad .head {
    background-color:#fff;
    border-left:3px solid #e9e9e9;
    border-right:3px solid #e9e9e9;
    padding:0 0 15px 20px;
}

#browse-by-letter-table .file-pad .head a {
    font-size:18px;
    font-weight:bold;
    color:#1973ac;
    text-decoration:none;
}

#browse-by-letter-table .file-pad .head a:hover {
    color:#3088bf;
    text-decoration:none;
}

#browse-by-letter-table .file-pad .pad-head .title {
    display:block;
    float:left;
    width:75px;
    line-height:37px;
    font-size:16px;
    font-weight:bold;
    padding-left:45px;
}

#browse-by-letter-table .file-pad .pad-head .items {
    display:block;
    float:left;
    height:16px;
    margin:11px 0 5px;
    padding-left:14px;
    border-left:1px solid #d9d9d9;
    font-size:11px;
    color:#aaa;

}

#browse-by-letter-table .file-pad .pad-head .items a {
    font-weight:bold;
    color:#1973ac;
    text-decoration:none;
}

#browse-by-letter-table .file-pad .pad-head .items a:hover {
    text-decoration:underline;
}

#browse-by-letter-table .file-pad .pad-head .toggle {
    display:block;
    width:22px;
    height:22px;
    float:right;
    margin:8px 7px 0 0;
}

#browse-by-letter-table .file-pad .closed .pad-head .toggle {
    background:url(../images/browse-details-controls.png) no-repeat 0 0;
}

#browse-by-letter-table .file-pad .open .pad-head .toggle {
    background:url(../images/browse-details-controls.png) no-repeat 0 -22px;
}

#browse-by-letter-table .file-pad .pad-body {
    background-color:#fff;
    border-left:3px solid #e9e9e9;
    border-right:3px solid #e9e9e9;
}

#browse-by-letter-table .malware-pad .pad-body {
    padding:10px 19px 25px;
}

#browse-by-letter-table .safe-pad .pad-body {
    padding:10px 19px 15px;
}

#browse-by-letter-table .file-pad .pad-body table {
    width:858px;
}

#browse-by-letter-table .file-pad .pad-body table th {
    border-bottom:1px solid #e9e9e9;
    font-weight:bold;
    font-size:11px;
    text-align:left;
    padding:0 0 10px 10px;
}

#browse-by-letter-table .file-pad .pad-body table td {
    font-size:11px;
    text-align:left;
    padding:10px 0 0 10px;
}

#browse-by-letter-table .file-pad .pad-body table .last {
    padding-right:10px;
}

#browse-by-letter-table .file-pad .pad-body table td a {
    font-size:11px;
    font-weight:bold;
    color:#1973ac;
    text-decoration:none;
}

#browse-by-letter-table .file-pad .pad-body table td a:hover {
    text-decoration:underline;
}

#browse-by-letter-table .pad-body-bottom {
    height:10px;
    background:url(../images/browse-bl-pan-bottom.png) no-repeat center bottom;
}

#browse-by-letter-table .malware-pad.closed .pad-head {
    height:37px;
    background:url(../images/browse-bl-tab-middle.png) no-repeat center top;
}

#browse-by-letter-table .malware-pad.open .pad-head {
    height:38px;
    background:url(../images/browse-bl-tab-middle.png) no-repeat center top;
}

#browse-by-letter-table .malware-pad .pad-head .title {
    background:url(../images/icons/malware-tiny-icon.png) no-repeat 24px 9px;
}

#browse-by-letter-table .safe-pad.closed .pad-head {
    height:40px;
    background:url(../images/browse-bl-tab-bottom.png) no-repeat center top;
}

#browse-by-letter-table .safe-pad.open .pad-head {
    height:38px;
    background:url(../images/browse-bl-tab-middle.png) no-repeat center top;
}

#browse-by-letter-table .safe-pad .pad-head .title {
    background:url(../images/icons/safe-tiny-icon.png) no-repeat 24px 9px;
}

/* css toggle */
/* #browse-by-letter-table .malware-pad.closed .pad-body-wrap{
    display: none;
}
#browse-by-letter-table .safe-pad.closed .pad-body-wrap{
    display: none;
}  */
/* css toggle */

/*******************************
    browse by letter - block
*******************************/

#browse-by-letter-block {
    padding:30px 0 10px;
}

#browse-by-letter-block #th-wrap {
    width:145px;
    /* border-right: 1px solid #e9e9e9; */
    float:left;
}

#browse-by-letter-block #th-wrap .empty {
    width:145px;
    height:50px;
    border-bottom:1px solid #e9e9e9;
}

#browse-by-letter-block #malware-head, #browse-by-letter-block #safe-head {
    position:relative;
}

#browse-by-letter-block #th-wrap .head {
    width:145px;
    height:38px;
    background:url(../images/browse-bb-head-bg.png) repeat-x top;
    border-bottom:1px solid #e9e9e9;
}

#browse-by-letter-block #th-wrap .head span {
    display:block;
    width:95px;
    height:38px;
    font-weight:bold;
    font-size:16px;
    line-height:38px;
    padding-left:50px;
}

#browse-by-letter-block #th-wrap #malware-head .head span {
    background:url(../images/icons/malware-tiny-icon.png) no-repeat 29px 11px;
}

#browse-by-letter-block #th-wrap #safe-head .head span {
    background:url(../images/icons/safe-tiny-icon.png) no-repeat 29px 11px;
}

#browse-by-letter-block #th-wrap .body li {
    display:block;
    width:116px;
    height:29px;
    font-size:11px;
    font-weight:bold;
    line-height:29px;
    border-bottom:1px solid #e9e9e9;
    padding-left:29px;
}

#browse-by-letter-block .toggle {
    width:30px;
    height:38px;
    background:url(../images/browse-bb-toggle-bg.png) no-repeat 0 0;
    position:absolute;

    left:928px;
    top:0px;
}

#browse-by-letter-block .toggle a {
    display:block;
    width:22px;
    height:22px;
    margin:8px 0 0 5px;
}

#browse-by-letter-block .closed .toggle a {
    background:url(../images/browse-details-controls.png) no-repeat 0 0;
}

#browse-by-letter-block .open .toggle a {
    background:url(../images/browse-details-controls.png) no-repeat 0 -22px;
}

#browse-by-letter-block #td-wrap {
    width:813px;
    float:left;
    overflow:hidden;
}

#browse-by-letter-block #td-wrap .file-entry {
    width:270px;
    float:left;
    border-left:1px solid #e9e9e9;
}

#browse-by-letter-block #td-wrap .file-entry:hover {
    background-color:#eef9fe;
}

#browse-by-letter-block #td-wrap .file-name {
    width:257px;
    height:50px;
    border-bottom:1px solid #e9e9e9;
    padding-left:13px;
}

#browse-by-letter-block #td-wrap .file-name a {
    font-weight:bold;
    font-size:18px;
    color:#1973ac;
    text-decoration:none;
}

#browse-by-letter-block #td-wrap .file-name a:hover {
    color:#3088bf;
    text-decoration:none;
}

#browse-by-letter-block #td-wrap .body li {
    display:block;
    width:257px;
    height:29px;
    font-size:11px;
    line-height:29px;
    border-bottom:1px solid #e9e9e9;
    padding-left:13px;
}

#browse-by-letter-block #td-wrap .head {
    width:257px;
    height:38px;
    line-height:38px;
    background:url(../images/browse-bb-head-bg.png) repeat-x top;
    padding-left:13px;
    border-bottom:1px solid #e9e9e9;
    font-size:11px;
    color:#aaa;
}

#browse-by-letter-block #td-wrap .head a {
    font-size:11px;
    font-weight:bold;
    color:#1973ac;
    text-decoration:none;
}

#browse-by-letter-block #td-wrap .head a:hover {
    text-decoration:underline;
}

#browse-by-letter-block #scroll {
    height:50px;
}

/*************************************
	content bottom
*************************************/

#content-wrap .content-bottom {
    background:url(../images/content-bottom-bg.png) no-repeat top;
    width:900px;
    height:42px;
    padding:15px 30px 0;
}

#content-wrap .content-bottom-empty {
    background:url(../images/content-bottom-empty-bg.png) no-repeat top;
    width:960px;
    height:11px;
}

/*************************************
    page navigation controls
*************************************/

.page-nav {
    float:left;
}

.page-nav a {
    display:block;
    float:left;
    background:url(../images/btn-page-controls.png) no-repeat;
    height:26px;
}

.page-nav a.prev {
    width:56px;
    background-position:0 0;
    margin-right:8px;
}

.page-nav a.prev:hover {
    background-position:0 -26px;
}

.page-nav a.next {
    width:56px;
    background-position:-56px 0;
    margin-left:6px;
}

.page-nav a.next:hover {
    background-position:-56px -26px;
}

.page-nav a.pg-no {
    width:26px;
    background-position:-112px 0;
    line-height:25px;
    font-weight:bold;
    font-size:14px;
    color:#666;
    text-align:center;
    text-decoration:none;
    margin-right:5px;
}

.page-nav a.pg-no:hover {
    background-position:-112px -26px;
}

.page-nav a.pg-no.current, .content-bottom a.pg-no.current:hover {
    background-position:-138px 0;
    color:#fff;
}

.page-nav span {
    display:block;
    float:left;
    height:26px;
    font-weight:bold;
    font-size:14px;
    padding:0 10px;
    color:#666;
}

/*************************************
    select items per page controls
*************************************/

.select-items-per-page {
    width:200px;
    height:25px;
    float:right;
    position:relative;
    font-size:14px;
    font-weight:bold;
    line-height:23px;
    text-align:right;
}

.select-items-per-page a {
    display:inline-block;
    width:120px;
    height:25px;
    line-height:25px;
    background:#000000 url(../images/content-bottom-select-bg.png) no-repeat;
    font-size:11px;
    font-weight:normal;
    text-align:left;
    text-decoration:none;
    color:#000000;
    padding-left:8px;
}

.select-items-per-page a:hover {
    color:#933;
}

.select-items-per-page ul {
    display:block;
    position:absolute;
    top:25px;
    right:10px;
}

.select-items-per-page li {
    min-width:100px;
    background-color:#fefefe;
    border-bottom:1px solid #ddd;
    border-left:1px solid #bbb;
    border-right:1px solid #bbb;
    font-size:11px;
    font-weight:normal;
    text-align:left;
    padding-left:10px;
}

.select-items-per-page li:hover {
    background-color:#eee;
    cursor:pointer;
}

.select-items-per-page li.bottom {
    border-bottom:1px solid #bbb;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

/*******************************
	page view tabs
*******************************/

.tab-menu {
    padding-top:3px;
}

.tab-menu.right {
    float:right;
}

.tab-menu a.change-view {
    display:block;
    float:left;
    background:url(../images/btn-change-views.png) no-repeat;
    height:25px;
    text-decoration:none;
    padding-left:17px;
    margin-right:10px;
}

.tab-menu a.change-view span {
    display:block;
    background:url(../images/btn-change-views.png) no-repeat;
    margin-right:-6px;
    padding-right:6px;
    padding-bottom:4px;
    height:21px;
    line-height:21px;
    color:#fff;
    font-size:11px;
    font-weight:bold;
    text-align:left;
    white-space:nowrap;
    cursor:pointer;
}

.tab-menu a.change-view.selected {
    padding-left:18px;
}

.tab-menu a.change-view.selected span {
    margin-right:-7px;
    padding-right:7px;
    padding-bottom:2px;
    height:23px;
    line-height:23px;
    color:#7a7a7a;
}

.tab-menu a.table-view {
    background-position:left -50px;
}

.tab-menu a.table-view:hover {
    background-position:left -75px;
}

.tab-menu a.table-view span {
    background-position:right -50px;
}

.tab-menu a.table-view:hover span {
    background-position:right -75px;
}

.tab-menu a.table-view.selected {
    background-position:left 0;
}

.tab-menu a.table-view.selected span {
    background-position:right 0;
}

.tab-menu a.block-view {
    background-position:left -100px;
}

.tab-menu a.block-view:hover {
    background-position:left -125px;
}

.tab-menu a.block-view span {
    background-position:right -100px;
}

.tab-menu a.block-view:hover span {
    background-position:right -125px;
}

.tab-menu a.block-view.selected {
    background-position:left -25px;
}

.tab-menu a.block-view.selected span {
    background-position:right -25px;
}

/*******************************
	bottom promos
*******************************/

#bottom-promos {
    margin-bottom:40px;
    padding: 0 20px;
}

#bottom-promos a {
    color:#1973AC;
    text-decoration:none;
}

#bottom-promos .cis img, #bottom-promos .cisfd img {
    position:absolute;
    top:24px;
    right:32px;
}

#bottom-promos .cgb img, #bottom-promos .cgbfd img {
    position:absolute;
    top:24px;
    right:0;
}

#bottom-promos .cis {
    /*width:360px;
    border-right:1px solid #bebebe;*/
    float:left;
	width:85%;
    padding-right:119px;
    position:relative;
}

#bottom-promos .cisfd {
    width:330px;
    border-right:1px solid #bebebe;
    float:left;
    padding-right:119px;
    margin-top:40px;
    position:relative;
}

#bottom-promos .cgb {
    width:370px;
    float:left;
    padding:0 70px 0 40px;
    position:relative;
}

#bottom-promos .cgbfd {
    width:338px;
    float:left;
    padding:0 70px 0 40px;
    position:relative;
    margin-top:40px;
}

#bottom-promos .headline {
    color:#333;
    font-weight:bold;
    font-size:20px;
    text-decoration:none;
}

#bottom-promos a.headline:hover {
    color:#900;
}

#bottom-promos p {
    font-size:13px;
    margin:10px 0 18px;
}

#bottom-promos a.promo-button {
    display:inline-block;
    background:url(../images/bottom-promo-black-button.png) no-repeat left top;
    height:24px;
    text-decoration:none;
    padding-left:16px;
}

#bottom-promos a.promo-button:hover {
    background-position:left bottom;
}

#bottom-promos a.promo-button span {
    display:block;
    background:#000000 url(../images/bottom-promo-black-button.png) no-repeat right top;
    height:24px;
    line-height:24px;
    margin-right:-7px;
    padding-right:7px;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    white-space:nowrap;
    color:#fff;
    cursor:pointer;
}

#bottom-promos a.promo-button:hover span {
    background-position:right bottom;
}

/*******************************
	hidden elements
*******************************/

#search-dropdown,
.select-items-per-page ul,
#browse-by-letter-block,
#browse-by-letter-table .pad-body-wrap,
#browse-by-letter-block .body,
#search-sha1-table {
    display:none;
}

.item.hidden, .file-pad.hidden {
    display:none;
}

#loading {
    text-align:center;
    margin:50px 0 0 0;
}

#browse-by-letter-table {
    padding:15px 15px 0 15px;
}

#browse-by-letter-table table {
    border-collapse:collapse;
}

#browse-by-letter-table table td {
    border:solid 1px #e9e9e9;
    padding:10px 15px;
}

#browse-by-letter-table table td a {
    font-size:12px;
    font-weight:bold;
    color:#1973ac;
    text-decoration:none;
}

#browse-by-letter-table table td a:hover {
    color:#3088bf;
    text-decoration:none;
}

.outer-wrapper{ width:1240px; margin:auto;}
.lft-wrap{ float:left;}
.rght-wrapper{ float: right; margin-right: -19%; margin-top:-172px; right: 0; }
/*.rght-wrapper{ float: left;margin-top: 8%; position: absolute;right: 15%;top: 3px;}*/
.clr{ clear:both;}  
.cta-forensic{padding-top:30px; float:right;}   
.cta-forensic a{ background:url(../images/cta-button.png) no-repeat 0 0; width:214px; height:86px; display:block;}
.cta-forensic a:hover{ background:url(../images/cta-button.png) no-repeat 0 -85px; display:block;}  
.content-box { float: left; }


.text-center{text-align:center;}
/*.rght-wrapper{border:1px solid #c7c7c7;width:170px;background:#ebebeb;}*/
.rght-wrapper .first_banner{border:1px solid #c7c7c7;width:170px;background:#ebebeb;}
.rght-wrapper .img-responsive{width:100%;}
.rght-wrapper .title{color:#d11732;font-size:16px;font-weight:bold;padding:10px 10px;text-transform:uppercase;}
.sub-title{color:#6a6a6a;font-size:16px;font-weight:600;text-align:center;text-transform:uppercase;padding:20px 0 25px;}
.rght-wrapper a.btn {background: #e51937 none repeat scroll 0 0;border-radius: 7px;box-shadow: 3px 3px 3px rgba(57, 57, 57, 0.25);color: #ffffff;
font-size: 13px;font-weight: 700;padding:10px 15px;text-decoration: none;text-transform: uppercase;margin:10px 0;}
.rght-wrapper a.btn:hover{background:#ce001e;}
.rght-wrapper p{font-size:16px;color:#6a6a6a;font-weight:300;text-align:center;padding:30px 10px 22px;line-height:20px;}
.text-center img{padding-bottom:20px;width:auto;}
.rght-wrapper .second_banner { margin-top: 20px; text-align: center; }
/*****************29.06.2017*************/
.ransom-img{background:url(../images/petya-ransomware-prevention.jpg) no-repeat left bottom; display:block; width:960px; height:170px;clear:both; margin:0px 0 10px 0; position:relative;}
.button{ padding: 130px 0 0 45px; clear:both;}
.ransom-img a{ background:#c30a0a; padding:10px; font-size:14px; text-transform:uppercase; border-radius:10px; text-decoration:none; font-weight:400; color:#FFFFFF;  box-shadow: 3px 3px 3px rgba(57,57,57, 0.25);}
.ransom-img a:hover{ background:#8e0000;}

.left-wrapper { float: left; margin-left: -19%; margin-top: 32px; width: 172px; }
.left-wrapper a { margin-bottom: 20px; display: block; }

.endpoint-protection { min-height: 161px; position: relative; float:left; }
.endpoint-protection a.ep-anchor {
    /*background-color: #f50000;
    padding: 12px 20px;*/
    background-color: #de3600; 
    padding: 15px 20px;
    font-size: 23px;
    color: #ffffff;
    display: inline-block;
    border-radius: 6px;
    text-decoration: none;
    position: absolute;;
    top: 50px;
    /*right: 190px;
    border: 1px solid #9b090a;*/
    right: 40px;
    border: 1px solid #de3600;
    text-shadow: 2px 2px #de3600;
    font-weight: 600;
}

.endpoint-protection a.ep-anchor:hover,
.endpoint-protection a.ep-anchor:focus,
.endpoint-protection a.ep-anchor:active {
    /*background-color: #da0202;*/
    background-color: #fd8317;
}

.banner {
    min-height: 250px;
    width: 100%;
    background: url(../images/banner.jpg) no-repeat;
    margin-bottom: 25px;
    text-align: center;
    padding: 50px 15px;
    box-sizing: border-box;
}

.banner h1 {
    font: 600 40px 'Oswald';
    color: #ffffff;
    text-transform: uppercase;
}

.banner p {
    font: 400 20px 'Open Sans';
    color: #ffffff;
    margin-bottom: 15px;
}
/*
.btn.btn-orange {
    background-color: #ea750e;
    font: 16px/22px 'Open Sans';
    border: 1px solid #ea750e;
    padding: 12px 25px;
    border-radius: 30px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s linear;
    cursor: pointer;
}
*/
.btn.btn-orange { 
    background-color: #ea750e; 
    font: 22px/30px 'Open Sans'; 
    border: 1px solid #ea750e; 
    padding: 12px 34px; 
    border-radius: 30px; 
    display: inline-block; 
    color: #ffffff; 
    text-decoration: none; 
    transition: 0.3s linear; 
    cursor: pointer; 
    font-weight: 600; 
} 

.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange:active {
    background-color: #d86b0a;
}

.form-page * {
    box-sizing: border-box;
}

.form-page #header {
    height: auto;
    padding: 30px 0;
    float: left;
}

.form-page .form-wrap #main-wrap {
    max-width: 775px;
    width: auto;
}

.form-page .form-wrap h1 {
    font: 700 30px 'Open Sans';
    color: #000000;
    text-align: center;
    margin-bottom: 15px;
}

.form-page .form-wrap p {
    font: 400 18px 'Open Sans';
    color: rgba(0,0,0,0.7);
}

.form-page .form-wrap,
.form-page .thank-wrap {
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 50px 15px;
}

.form-page .form-wrap .row {
    margin: 0 -15px;
}

.form-page .form-wrap [class^="split-box"] {
    float: left;
    padding: 0 15px;
}

.form-page .form-wrap .split-box-6 {
    width: 50%;
}

.form-page .form-wrap .split-box-12 {
    width: 100%;
}

.form-page .form-wrap .form-group {
    margin-bottom: 18px;
    position: relative;
}

.form-page .form-wrap form {
    max-width: 620px;
    margin: 50px auto 30px;
}

.form-page .form-wrap form .btn {
    font-size: 20px;
}

.form-page .form-wrap form .form-btn {
    margin: 15px auto 50px;
    text-align: center;
}

.form-page .form-wrap form label {
    font: 600 14px 'Open Sans';
    color: rgba(0,0,0,0.6);
    display: block;
    margin-bottom: 5px;
}

.form-page .form-wrap form .form-control {
    background-color: #e8e8ea;
    border: 1px solid #e8e8ea;
    width: 100%;
    display: block;
    height: 50px;
    border-radius: 4px;
    font: 600 14px 'Open Sans';
    color: rgba(0,0,0,0.6);
    padding: 6px 12px;
}

.form-page .form-wrap form select option {
    font: 400 14px 'Open Sans';
}

.form-page .form-wrap .form-group label.error {
    font: 13px 'Open Sans';
    color: #fc0000;
    position: absolute;
    left: 0;
}

.thank-wrap {
    padding: 80px 0 0;
}

.thank-wrap .thank-you {
    max-width: 835px;
    background-color: #e5e5e5;
    padding: 70px;
    text-align: center;
    position: relative;
}

.thank-wrap .thank-you h1 {
    font: 800 40px 'Open Sans';
}

.thank-wrap .thank-you p {
    font: 400 18px 'Open Sans';
}

.thank-wrap .thank-you h1,
.thank-wrap .thank-you p {
    color: rgba(0,0,0,0.87);
}

.form-page .thank-wrap {
    height: 89%;
    padding: 50px 15px 0;
}

html.tk-u {
    overflow: visible;
}

html.tk-u, html.tk-u body,
.form-page .thank-wrap #main-wrap {
    height: 100%;
}

.form-page .thank-wrap .m-hei {
    min-height: 78%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thank-wrap .thank-you img {
    border-radius: 50%;
    border: 3px solid #ffffff;
    position: absolute;
    top: -45px;
    left: calc(50% - 50px);
}
#loading_overlay { position: fixed; display: none; width: 100% !important; height: 100% !important; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.5); z-index: 9999; }
#loader { position: absolute; left: 50%; top: 50%; width: 100px; height: 100px;  background-image: url('/images/loading.gif'); background-repeat: no-repeat; background-position: center center; background-size: 100px 100px; }

.av-banner { min-height: 250px; width: 100%; background:#081325 url('/images/file-intelligence-av-banner.jpg') no-repeat center center; margin-bottom: 25px; text-align: center; padding: 30px 15px; box-sizing: border-box; } 
.av-banner #av-main-wrap { width: 980px; margin: 0 auto; }
.av-banner #av-main-wrap .left-pos { width: 250px; float: left; }
.av-banner #av-main-wrap .right-pos { width: 730px; float: left; text-align: left; }
.av-banner h1 { font: 600 24px 'Poppins'; color: #FFFFFF; margin-bottom: 15px; letter-spacing: 0.5px; }
.av-banner h1 .no-bold { font-weight: normal; }
.av-banner .green-clr { color: #69cc0a; }
.av-banner .btn-green { font: bold 18px 'Poppins'; padding: 15px 50px; color: #FFFFFF; background: #418502; border-radius: 5px; text-decoration: none; float: left; letter-spacing: 1px; }
.av-banner p { font: 16px 'Poppins'; color: #FFFFFF; float: left; width: 100%; letter-spacing: 0.5px; margin-bottom: 15px; }
.av-banner p a.green-clr { text-decoration: none; border-bottom: 1px solid #69cc0a; }

#virus_description h2 { font-size: 18px; }
#virus_description h3 { font-size: 17px; }
#virus_description p { font-size: 15px; }
#virus_description ul li, #virus_description ol li { font-size: 14px; }

@media all and (-ms-high-contrast:none) {
    .form-page .thank-wrap .m-hei {
        padding: 200px 0;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1600px) {
    .av-banner {
        background-position: -260px top;
    }
}

@media screen and (max-width: 991px) {
    .av-banner { background: #040b15; }
    .av-banner #av-main-wrap .left-pos { display: none; }
    .av-banner #av-main-wrap .right-pos { width: 100%; text-align: center; }
    .av-banner p { margin: 15px auto;  }
    .av-banner .btn-green { float: none; }

}
.visuallyhidden {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0,0,0,0);border: 0;color:transparent;}