/* CSS */

a:link:hover{
   text-decoration:underline;
}

.toplinks{
   position: relative;
   float: left;
   left: 240px;
   width: 960px;
   text-align: center;
   margin-top: 15px;
   background-color: #fff; 
}

.header{
   position: relative;
   float: left;
   left: 50px;
   width: 806px;
   height: 176px;
   margin-top: 5px;
   background-color: #fff; 
   top: -56px;
}

.header img {
border: 0;
}

.mcafeesafe {
    background-color: #FFFFFF;
    float: left;
    left: 230px;
    margin-top: 50px;
    position: relative;
    text-align: center;
    width: 110px;
}

.nortonsafe {
    background-color: #FFFFFF;
    float: right;
    margin-top: 50px;
    position: relative;
    text-align: center;
    width: 105px;
}

.mcafeesafe a, .nortonsafe a { color: green; text-decoration: none; }

.wrapper{
   width: 960px;
   background-color: #fff; 
   text-align: left;
   margin: 10px auto 0;
}

.left1{
   position: relative;
   float: left;
   left: 0px;
   border: 1px solid #79A7E2;
   border-radius: 10px;
   -moz-border-radius: 10px;
   box-shadow: 0 1px 10px #CCCCCC;
   -moz-box-shadow: 0 1px 10px #CCCCCC;
   -webkit-box-shadow: 0 1px 10px #CCCCCC;
   width: 175px;
   text-align: center; 
   height: 100%; 
   
}
.left2{
   position: relative;
   float: left;
   left: 17px;
   width: 625px;
   
}
.right{
   position: relative;
   float: right;
   padding-right: 0px;
   margin-bottom: 16px;
   border: 1px solid #79A7E2;
   border-radius: 10px;
   -moz-border-radius: 10px;
   box-shadow: 0 1px 10px #CCCCCC;
   -moz-box-shadow: 0 1px 10px #CCCCCC;
   -webkit-box-shadow: 0 1px 10px #CCCCCC;
   width: 120px;
   height: auto;
   
}

.right img {
padding-left: 10px; 
}

.right  a:link, .right a:visited {
opacity: 0.3;

}
.right a:hover, .right a:active {
opacity: 1.0;
}

.hiddentrlistsite {

    float: right;
    padding: 0 30px 0 0;
    position: relative;
    width: 25px;

}

.footer{
   position: relative;
   float: left;
   left: 0px;
   width: 960px;
   background-color: #EFF5FF;
   height: 70px;
   border: 1px solid #79A7E2;
   border-radius: 10px;
   -moz-border-radius: 10px;
   box-shadow: 0 1px 10px #CCCCCC;
   -moz-box-shadow: 0 1px 10px #CCCCCC;
   -webkit-box-shadow: 0 1px 10px #CCCCCC;
   margin-bottom: 50px;
   margin-top: 20px;
}
body {
   border-width: 0px;
   padding: 0px;
   margin: 0px;
   font-family: arial,helvetica,sans-serif;
   font-size: 12px;
   background-color: #FFFFFF;
   color: #000000;
   text-align: center;
}

.nav {
    position: relative;
	color: #30608F;
	float: left;
    left: 0px;
    width: 960px;
	height: 30px;
	margin-top: -3px;
	padding-top: 5px;
	text-align: left; 
	border-bottom: 1px solid #f2f2f2;	
	text-transform: uppercase;
	background-color: #EAF2FF;
	background-image: url(../images/bg3.jpg);
	background-position:left top;	
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	box-shadow: 0 1px 10px #CCCCCC;
	-moz-box-shadow: 0 1px 10px #CCCCCC;
	-webkit-box-shadow: 0 1px 10px #CCCCCC;
}

.navfooter {
    position: relative;
	color: #FF6600;
	float: left;
    width: 960px;
	height: 15px;
	margin-top: 10px;
	padding-top: 5px;
	text-align: left; 
	text-transform: uppercase;
	text-align: center; 
	
}

.navfooter2 {
    position: relative;
	color: #FF6600;
	float: left;
    width: 960px;
	height: 15px;
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;  
	text-transform: uppercase;
	
}


.nav img, .nav2 img {
	vertical-align: middle; 
	padding-right: 3px;
	padding-left: 3px;
	border: 0;
}

.nav img a, .nav2 img a{
    border: 0;
}

.nav2 {
    position: relative;
	color: #30608F; 
	float: left;
    left: 0px;
    width: 960px;
	height: 30px;
	text-align: left; 
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2;	
	background-color: #E6EDF8; 
	padding-top: 5px;
	box-shadow: 0 1px 10px #CCCCCC;
   -moz-box-shadow: 0 1px 10px #CCCCCC;
   -webkit-box-shadow: 0 1px 10px #CCCCCC;
}


.nav ul , .nav2 ul, .navfooter ul, .navfooter2  ul{
    list-style: none outside none;
    margin: 0;
    padding: 0;
	padding-left: 10px;
}

.nav li, .nav2 li , .navfooter li, .navfooter2 li{
    display: inline;
    margin: 0;
    padding: 0;
}	
	
.nav ul li a:link, .nav ul li a:visited, .nav2 ul li a:link, .nav2 ul li a:visited  {
    /* background-color: #EDEDED; */
    color: #30608F; 
	font-size: 11px;		
    font-weight: bold;
    text-decoration: none;
}

.navfooter ul li a:link, .navfooter ul li a:visited, .navfooter2 ul li a:link, .navfooter2 ul li a:visited  {
    color: #FF6600;
    font-size: 11px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}

.nav ul li a:hover, .nav ul li a:active, .nav2 ul li a:hover, .nav2 ul li a:active {
    text-decoration: underline;
	color: #FF6600;
}

.navfooter ul li a:hover, .navfooter ul li a:active, .navfooter2 ul li a:hover, .navfooter2 ul li a:active {
    text-decoration: underline;
	color: #30608F; 
}


.socialwrap {
	float: left; 
	position: relative; 
	left: 0px;
	width: 960px;
	background: none repeat scroll 0 0 #F0F7FD;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	box-shadow: 0 1px 10px #CCCCCC;
	-moz-box-shadow: 0 1px 10px #CCCCCC;
	-webkit-box-shadow: 0 1px 10px #CCCCCC;
	height: 48px;
	margin-bottom: 15px;
}


.social {
    /* background: none repeat scroll 0 0 #F0F7FD; */
    float: left;
    left: 0px;
    padding-top: 7px;
    position: relative;
    width: 300px;
	padding-left: 10px;
	
}

.social2 {
	float: left;
	position: relative; 
	width: 80px; 
	padding-top: 11px;
}

.social3 {
	float: left;
	position: relative; 
	width: 100px; 
	padding-top: 14px;
}

.social4 {
	float: left;
	position: relative; 
	width: 80px; 
	padding-top: 15px;
}

.search2 {
    float: right;
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    height: 40px;
    position: relative;
    padding-top: 11px;
    width: 250px;
    right: 20px;
}

.rss {
    float: right;
    height: 35px;
    margin-bottom: 15px;
    position: relative;
    right: 225px;
}

.topads {
	width: 960px;
	height: 16px;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 7px; 
}

.info {
    background-color: #2F5D8B;
    height: 46px;
}	
	
.date {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 23px;
    padding-left: 3px;
    text-align: center;
    vertical-align: bottom;
    white-space: nowrap;
}	



.share {
    float: left; 
	position: relative; 
	color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    padding-left: 3px;
    padding-top: 7px;
    text-align: left;
    vertical-align: bottom;
    white-space: nowrap;
    width: 160px;
}

.copyright {
	float: right; 
	position: relative;
	color: #FFFFFF;
	padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    vertical-align: bottom;
    white-space: nowrap;
    width: 300px;
	margin-right: 3px;
}	
	
h1 {
    margin: 0;
}


.search {
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    vertical-align: top;
    width: auto;
    height: 50px; 
    padding: 10px;
    overflow: hidden;
}

.searches {
    color: #00368F;
    background-color: #E6EDF8; 
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    padding: 10px;
    margin: 5px;
    width: 140px;
    text-align: left;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #79A7E2;
}

.searches a {
    color: #3366CC;
    text-decoration: none;  
}

.searches a:hover {
    text-decoration: underline;  
}

.boldtxt {
    color: #00368F;
    font-size: 11px;
    font-weight: bold;
}

hr {
border: 0;
color: #3366CC;
background-color: #3366CC;
height: 1px;
width: 100%;
text-align: left;
}

.colAds {
    background-color: #FFFFFF;
    border: 1px solid #79A7E2;
    position: relative;
	float: left;
    margin-right: 15px;
    padding: 0;
    text-align: center;
    width: 160px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 1px 10px #CCCCCC;
	-moz-box-shadow: 0 1px 10px #CCCCCC;
	-webkit-box-shadow: 0 1px 10px #CCCCCC;
}

.colAdsheader {
    background-color: #D9E7FF;
    background-image: url(../images/bg3.jpg);
	background-position:left top;
    color: #00368F;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
	text-align: center;
    vertical-align: middle;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-bottom: 1px solid #79A7E2;
	padding-top: 7px;
	line-height: 20px;
}

.colAdsheader a , .listHeader a {
    color: #00368F;
    font-size: 13px;
    font-weight: bold;
	text-decoration: none;
}

.listName a {
    color: #3366CC;
    font-size: 13px;
    font-weight: bold;
	text-decoration: none;
	padding: 2px;
}

.showMoreWall, .showMoreWall a {
	color: #00368F;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 6px;
	margin-top: 36px;
}

.showMoreWall2, .showMoreWall2 a {
	color: #00368F;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 6px;
	margin-top: 20px;
}


.showMoreWall a:active, .showMoreWall a:hover, .showMoreWall2 a:active, .showMoreWall2 a:hover  {
	color: #FF6600;
}

.colAds2 {
    background-color: #FFFFFF;
    border: 1px solid #79A7E2;
    float: right;
    height: 200px;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 140px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 1px 10px #CCCCCC;
	-moz-box-shadow: 0 1px 10px #CCCCCC;
	-webkit-box-shadow: 0 1px 10px #CCCCCC;
}


h2, h3 {
    margin: 0;
}

/* styling table met downloadinfo */

.listColumn   {
    background-color: #FFFFFF;
    border: 1px solid #79A7E2;
    float: left;
    padding: 0;
    width: 625px;
	height: auto; 
	margin-bottom: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative; 
	box-shadow: 0 1px 10px #CCCCCC;
	-moz-box-shadow: 0 1px 10px #CCCCCC;
	-webkit-box-shadow: 0 1px 10px #CCCCCC;
	padding-bottom: 15px;
}

.listColumnlatest   {
    background-color: #EFF5FF;
    border: 1px solid #79A7E2;
    float: left;
    padding: 0;
    width: 625px;
	height: auto; 
	margin-bottom: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 1px 10px #CCCCCC;
	-moz-box-shadow: 0 1px 10px #CCCCCC;
	-webkit-box-shadow: 0 1px 10px #CCCCCC;
	padding-bottom: 15px;
}

.listHeader {
    background-color: #D9E7FF;
    background-image: url(../images/bg3.jpg);
	background-position:left top;
    color: #00368F;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    text-align: center;
    vertical-align: middle;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	padding-top: 7px;
	border-bottom: 1px solid #79A7E2;
	line-height: 20px;
}

.breadcrumbs, .nobreadcrumbs {
	position: relative;
	float: left; 
	width: 960px;
	height: 15px;
	position: relative;
	padding: 0px;
	color: #00368F;
	margin-bottom: 10px;
	font-size: 12px;
	font-style: italic;
	text-align: left; 
}

.nobreadcrumbs {
	padding-left: 90px;
}

.breadcrumbs a {
	color: #00368F;
	text-decoration: none;
	font-weight: bold;
}

.listItem {
	float: left; 
	width: 625px;
	height: auto;
	position: relative;
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 5px; 
	border-bottom: 1px dotted #79A7E2;
}

.listItem2 {
	float: left; 
	width: 625px;
	height: auto;
	position: relative;
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 5px; 
	border-top: 1px dotted #79A7E2;
}

.endlist {
	float: left;
	width: 625px;
/*	border-top: 1px dotted #79A7E2; */
}

h1.titletext {
    color: #FFFFFF;
    text-decoration: none;
}

.listName { 
	float: left;
	position: relative;
	padding-left: 8px;
	width: 220px;
	color: #3366CC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

}

.listNamewide { 
	float: left;
	position: relative;
	padding-left: 8px;
	width: 480px;
}

.listDescription {
	float: left;
	position: relative;
	padding: 0;
	width: 260px;
}

.listDescriptionWide {
	float: left;
	position: relative;
	padding: 0;
	width: 380px;
}

.nosearchresults {
	float: left;
	position: relative;
	padding: 0;
	width: 500px;
	padding: 10px;

}

.listDownload {
	float: left;
	position: relative;
	padding-left: 7px;
	width: 58px;
}

.listDownload64 {
	float: left;
	position: relative;
	width: 34px;
	padding-left: 6px;

}

.listSite {
	float: right;
	position: relative;
	padding: 0 3px 0 0;
	width: 25px;
}

.showMore {
	float: left;
	position: relative;
	padding-left: 8px;
	text-decoration: none;
	padding-top: 10px;
}

.showMore2 {
	float: right;
	position: relative;
	padding-right: 8px;
	padding-top: 10px;
	text-decoration: none;
	height: 22px;
}

.gadblockColumn {
    background-color: #FFFFFF;
    border: 1px solid #79A7E2;
    float: left;
    padding: 0;
    width: 625px;
	height: auto;
	margin-bottom: 15px;
    border-radius: 10px;
	-moz-border-radius: 10px;
    box-shadow: 0 1px 10px #CCCCCC;
   -moz-box-shadow: 0 1px 10px #CCCCCC;
   -webkit-box-shadow: 0 1px 10px #CCCCCC;
}

.gadblockHeader {
    background-color: #D9E7FF;
    background-image: url(../images/bg3.jpg);
    background-position:left top;
	border-radius: 10px 10px 0 0;
    color: #00368F;
    font-size: 13px;
    font-weight: bold;
    height: 16px;
    margin-bottom: 3px;
    padding: 8px;
    text-align: right;
	border-bottom: 1px solid #79A7E2;
}

.gadblockItem {
	float: left; 
	width: 625px;
	height: auto;
	position: relative;
	padding: 0px;
	margin-bottom: 8px;
	background-color: #FFFFFF;
}

.leftgadblock {
	float: left; 
	position: relative;
	width: 300px; 
	padding-left: 5px;
}

.rightgadblock {
	float: right; 
	position: relative;
	width: 300px; 
	padding-right: 5px;
}

.extraadblockColumn  {
    background-color: #FFFFFF;
    border: 1px solid #79A7E2;
    float: left;
    padding: 5px 0 5px 0;
	width: 625px;
	height: auto;
	margin-bottom: 0px;
	text-align: center; 
	border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 1px 10px #CCCCCC;
	-moz-box-shadow: 0 1px 10px #CCCCCC;
	-webkit-box-shadow: 0 1px 10px #CCCCCC;
}

.extraadblockColumn2  {
    text-align: center;
}

/* styling downloadlinks en tags */

.dl64 {
	color: #3366CC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.dl, .shwm {
	color: #FF6600;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.web {
	color: #A0A0A0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.morerow {
	color: #3366CC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.tags {
	color: #A0A0A0;
	font-style: italic;
	text-decoration: none;
}


.boldtxt2 {
    color: #00368F;
    font-size: 13px;
    font-weight: bold;
}

.search-container {
  position: relative;
}

input[type="text"] {
  width: 250px;
  height: 30px;
  border: 1px solid #79A7E2;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 40px 5px 10px;
  font-size: 14px;
  color: #00368F;
  box-sizing: border-box;
}

input[type="text"]::placeholder {
  color: #AAAAAA;
}

button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 5px 10px;
}

.magnifying-glass {
  font-size: 16px;
  color: black;
}

button:focus {
  outline: none;
}

input[type="text"]:focus {
  outline: none;
}

.trust {
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
}

#webutation {
    padding-left:3px;
}

.about {
	float: right; 
	width: 300px;
	height: 15px;
	position: relative;
	padding: 0px;
	margin-bottom: 10px;
	text-align: right;
}

.abouttxt {
	color: #000;
	font-size: 12px;
	font-style: italic;
	text-decoration: none; 
}

.smallads {
float:right;
margin-top:15px;
margin-right:30px;
}

.floatads {
	float: right; 
	width: 768px;
	height: 15px;
	position: relative;
	padding: 0px;
	margin-top: -10px;
	margin-bottom: -10px;
	z-index: 10;
	text-align: right;
}

#selected {
	color: #FF6600;
	text-decoration: underline;
}

#ftselected {
	color: #30608F;
	text-decoration: underline;
}

.downloading {
width:600px;
padding-left:10px;
padding-bottom:10px;
font-weight:bold;
}

.sharelink {
color: #3366CC;
}

#downloadbanner {
padding-left:10px;
padding-top:5px;
}

.detailnewline {
float:left;
width:615px;
padding-left:10px;
padding-top:5px;
overflow:hidden;
}

.detaildesc {
float:left;
width:450px;
padding-left:10px;
padding-top:5px;
}

.detaildesc_short {
float:left;
width:450px;
padding-left:10px;
padding-top:5px;
font-weight: bold;
}

.rating {
float:left;
width:130px;
padding-top:5px;
padding-left:25px;
color: #A0A0A0;
white-space:nowrap;
}

.detailimage {
padding-left:10px;
float:left;
padding-top:5px;
}

.detailtitle {
font-size: 20px;
color: #3366CC;
font-weight: bold;
text-decoration: none;
padding: 2px;
}

.titlehead {
text-decoration: none;
}

.avgrating {
position:absolute;
z-index:-1;
}

iframe {
min-height:16px;
}

.sprite {
    background-image: url(../images/icons/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-left: 3px;
}

.sprite-Actions-games-config-theme-icon {
    width: 24px;
    height: 24px;
    background-position: -5px -5px;
}

.sprite-cd-dvd-burning-ripping {
    width: 24px;
    height: 24px;
    background-position: -39px -5px;
}

.sprite-communication {
    width: 24px;
    height: 24px;
    background-position: -73px -5px;
}

.sprite-compression {
    width: 24px;
    height: 24px;
    background-position: -107px -5px;
}

.sprite-games-hobby {
    width: 24px;
    height: 24px;
    background-position: -5px -39px;
}

.sprite-hidden-treasures {
    width: 24px;
    height: 24px;
    background-position: -39px -39px;
}

.sprite-internet-email {
    width: 24px;
    height: 24px;
    background-position: -73px -39px;
}

.sprite-microsoft {
    width: 24px;
    height: 24px;
    background-position: -107px -39px;
}

.sprite-music {
    width: 24px;
    height: 24px;
    background-position: -5px -73px;
}

.sprite-network-tools {
    width: 24px;
    height: 24px;
    background-position: -39px -73px;
}

.sprite-notebook-laptop {
    width: 24px;
    height: 24px;
    background-position: -73px -73px;
}

.sprite-office {
    width: 24px;
    height: 24px;
    background-position: -107px -73px;
}

.sprite-p2p {
    width: 24px;
    height: 24px;
    background-position: -5px -107px;
}

.sprite-p2p-old {
    width: 24px;
    height: 24px;
    background-position: -39px -107px;
}

.sprite-photo-imaging {
    width: 24px;
    height: 24px;
    background-position: -73px -107px;
}

.sprite-security {
    width: 24px;
    height: 24px;
    background-position: -107px -107px;
}

.sprite-system-tools {
    width: 24px;
    height: 24px;
    background-position: -141px -5px;
}

.sprite-video {
    width: 24px;
    height: 24px;
    background-position: -141px -39px;
}

.sprite-vpn {
    width: 24px;
    height: 24px;
    background-position: -141px -73px;
}

.sprite-right {
    background-image: url(../images/spritesheet-right.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.sprite-facebook-100 {
    width: 100px;
    height: 100px;
    background-position: -5px -5px;
}

.sprite-google-safebrowsing {
    width: 80px;
    height: 100px;
    background-position: -115px -5px;
}

.sprite-virustotal {
    width: 100px;
    height: 100px;
    background-position: 2px -210px;
}

.sprite-norton {
    width: 86px;
    height: 86px;
    background-position: -5px -115px;
}

.sprite-rss-100 {
    width: 100px;
    height: 100px;
    background-position: -101px -115px;
}

.sprite-twitter-100 {
    width: 100px;
    height: 100px;
    background-position: -205px -5px;
}

.sprite-webutation {
    width: 100px;
    height: 85px;
    background-position: -211px -115px;
}

.gads {
    display: none;
}
