@charset "UTF-8";
/* CSS Document */
h2 {
	font-size: 16px;
}
h4 {
	margin:0 0 10px 0;
}
.title-safe {
	color:#569007;
	font-size:48px;
	margin-bottom:20px;
}
.title-unsafe {
	color:#f00;
	font-size:48px;
	margin-bottom:20px;
}
.title-caution {
	color:#f26522;
	font-size:48px;
}
.title-unrated {
	color:#666;
	font-size:48px;
}
.results-safe {
	width:854px;
	height:auto;
	background:#dbffaa;
	border:1px solid #8fc63d;
	margin-bottom:30px;
	overflow:hidden;
	padding:20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.results-caution {
	width:854px;
	height:auto;
	background:#fffbc7;
	border:1px solid #d7c8b7;
	margin-bottom:30px;
	overflow:hidden;
	padding:20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.results-unsafe {
	width:854px;
	height:auto;
	background:#fbdfdf;
	border:1px solid #d7b7b7;
	margin-bottom:30px;
	overflow:hidden;
	padding:20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.results-unrated {
	width:854px;
	height:auto;
	background:#eee;
	border:1px solid #ccc;
	margin-bottom:30px;
	overflow:hidden;
	padding:20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
img.rating {
	float:left;
	margin-right:20px;
}
.results-details {
	width:894px;
	height:auto;
}
.infobar {
	height:142px;
	margin:0 0 30px 0;
}
ul, li {
	list-style-type:none;
	margin:0;
	padding:0;
}
li {
	margin-left:40px;
}
li p {
	color:#666;
	font-size:12px;
	word-wrap: break-word;
}
li.first h4 {
	display:inline-block;
	vertical-align:super;
	margin-bottom:0;
}
ul.download-test li.first {
	list-style-image:url(/res/images/icon-download.jpg);
	list-style-position:outside;
}
ul.online-affiliation li.first {
	list-style-image:url(/res/images/icon-online.jpg);
	list-style-position:outside;
}
ul.annoyances li.first {
	list-style-image:url(/res/images/icon-annoyances.jpg);
	list-style-position:outside;
}
ul.annoyances img {
	float:left;
	margin-right:5px;
}
ul.annoyances li p {
	display:inline-block;
}

#accordion {
	margin-bottom:20px;
}
