/*
	style
*/
.clear-all {
	clear: both;
	display: block;
}
.elements-icons {
	display: inline-block;
    height: 25px;
    margin-bottom: -5px;
    padding-right: 8px;
    position: relative;
    width: 25px;
}
.hazard-icon { 
	background: url("../img/hazard.png") no-repeat;
}
.win-os-icon {
	background: url("../img/win-os.png") no-repeat;
}
.world-icon {
	background: url("../img/world.png") no-repeat;
}

.devider {
	border-bottom: 1px solid #dedede;
	margin-bottom: 30px;
	margin-top: 30px;
}


ul.infected-os {
    margin-bottom: 30px;
    margin-left: 30px;
    list-style: outside none square;
}
.post .post-excerpt .infected-os li,  
.infected-os li {
    margin-bottom: 8px;
    list-style: outside none square;
    padding-left: 10px;
}
.infected-os .label {
    display: block;
    width: 20%;
    float: left;
    height: 12px;
    color: #888;
}
.infected-os .progress-bar {
    display: block;
    width: 75%;
    float: right;
    font-size: 12px;
}
.infected-os .progress-bar .bar {
    display: block;
    float: right;
    width: 90%;
    background: #eaeaea;
}
.infected-os .progress-bar .count {
    display: block;
    width: 8%;
    float: left;
    text-align: right;
    padding-right: 2%;
}
.infected-os .progress-bar .bar-fill {
    display: block;
    background: #5cabd9; 
    border-right: 1px solid #fff;
    margin: 1px;
}
.detections {
    border-color: #f5c624;
    border-width: 2px 2px 2px 8px;
    border-style:solid;
    padding: 10px 10px 10px 20px;
    margin-bottom: 30px;
}

.identification {
    border-color: #21c3ff;
    border-width: 2px 2px 2px 8px;
    border-style:solid;
    padding: 10px 10px 10px 20px;
    margin-bottom: 30px;
}
.identification table {
    border: 0px;
}
.identification th {
    width: 80px;
}
.identification td, .identification th {
    font-size: 12px;
    padding: 5px 5px;
    border: 0px;
    border-bottom: 1px solid #ccc;
}
.identification tr:last-child th, .identification tr:last-child td {
    border: 0px;
}




.items-list {
	width: 92%;
	background: #eee;
	font-style: italic;
	border: 0px;
	color: #666;
	border-left: 3px solid #CADAE7;
	margin-left: 40px;
	min-height: 50px;
	line-height: 1.4;
}
h3.list-title {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}


.download-tool {
	display: inline-block;
	line-height: 30px;
	padding: 6px 10px 6px 10px;
	background: #fcf7a3;
	background: -moz-linear-gradient(top,  #fcf7a3 0%, #f9f286 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf7a3), color-stop(100%,#f9f286)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcf7a3 0%,#f9f286 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcf7a3 0%,#f9f286 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcf7a3 0%,#f9f286 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcf7a3 0%,#f9f286 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf7a3', endColorstr='#f9f286',GradientType=0 ); /* IE6-9 */
    
    border: 1px solid #e3db5f;
    /*border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;*/
	font-size: 16px;
	width: 250px;
	margin-left: 20px;
}
.download-tool .icon-spyhunter {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url( '/images/spyhunter.png' ) no-repeat;
	padding-right: 10px;
}
.download-tool .icon-plumbytes {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url( '/images/plumbytes.png' ) no-repeat;
	padding-right: 10px;
}

body a.download-box, body a.download-box:visited, body a.download-box-regular,
body .post a.download-box, body .post a.download-box:visited, body .post a.download-box-regular {
	display: block;
	width: 65%;
	min-height: 60px;
	margin: 20px auto 20px;
	/*background: url( '../img/download-button-a.png' ) no-repeat;*/
    
    background: #45d794; /* Old browsers */
    background: -moz-linear-gradient(top,  #45d794 0%, #24c179 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45d794), color-stop(100%,#24c179)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #45d794 0%,#24c179 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #45d794 0%,#24c179 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #45d794 0%,#24c179 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #45d794 0%,#24c179 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45d794', endColorstr='#24c179',GradientType=0 ); /* IE6-9 */
    
    -webkit-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);   
    border: 1px solid #2dbf7c;
    
	color: #fff;
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	padding: 5px 5px 10px;
	line-height: 1.5;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	text-decoration: none; 
}
body a.download-box:hover, body .post a.download-box:hover {
	color: #fff;
}
body a.download-box:hover, body a.download-box-regular:hover,
body .post a.download-box:hover, body .post a.download-box-regular:hover {
    background: #48eca1; /* Old browsers */
    background: -moz-linear-gradient(top,  #48eca1 0%, #28d485 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48eca1), color-stop(100%,#28d485)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #48eca1 0%,#28d485 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #48eca1 0%,#28d485 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #48eca1 0%,#28d485 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #48eca1 0%,#28d485 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48eca1', endColorstr='#28d485',GradientType=0 ); /* IE6-9 */
    
    border: 1px solid #2fc982;
	color: #fff;
}

body .post a.download-box-es, body .post a.download-box-regular-es,
body .post a.download-box-bg, body .post a.download-box-regular-bg,
body .post a.download-box-pl, body .post a.download-box-regular-pl,
body .post a.download-box-ro, body .post a.download-box-regular-ro,
body .post a.download-box-si, body .post a.download-box-regular-si,
body .post a.download-box-fr, body .post a.download-box-regular-fr,
body .post a.download-box-it, body .post a.download-box-regular-it
{
	padding-top: 10px;
	font-size: 22px;
}

.download-box:hover, .download-box-regular:hover, 
.entry-content .download-box:hover, .entry-content .download-box-regular:hover {
	text-decoration: none;
	color:#fff;
}
.download-box span, .download-box-regular span {
	font-size: 16px;
	display: block;
} 
.download-box-regular strong {
    color: #fff;
}


.ad-download-box {
	display: block;
	width: 500px;
	height: 102px;
	margin: 20px auto 10px;
	background: url( '../img/download-v7.png' ) no-repeat;
}

.blockquote-message {
	width: 92%;
	background: #eee;
	font-style: italic;
	border: 0px;
	color: #666;
	border-left: 3px solid #CADAE7;
	margin-left: 40px;
	min-height: 50px;
	line-height: 1.4;
}