/* AntivirusReviewer.com Stylesheet */
body{
	margin: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}
img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	float: left;
	width: 1000px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left 21px;
	height: 150px;
}

h1#logo {
	font-size: 0.5em;
	display: block;
	width: 230px;
	float: left;
	padding: 0px;
	margin-top: 21px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 85px;
	text-indent: -999em;
}
h1#logo a {
	display: block;
	float: left;
	width: 230px;
	height: 85px;
}
#nav {
	float: right;
	padding: 0px;
	margin-top: 56px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav li {
	display: inline;
}
#nav li a {
	color: #71c7e7;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ECF3F5;
	display: block;
	float: left;
	margin-left: 40px;
	margin-top: 1px;
}
#nav li a:hover {
	color: #AADDF0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E0FC98;
	margin-top: -1px;
}
#nav .selected a{
    color: #AADDF0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E0FC98;
	margin-top: -1px;
}
#leftcol {
	float: left;
	width: 750px;
	padding-right: 13px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #F0FECD;
	margin-bottom: 15px;
}
#leftcol a {
	color: #229ECE;
	text-decoration: none;
}
#leftcol a:hover {
	color: #9FDA05;
	text-decoration: underline;
}


#leftcol p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.9em;
	line-height: 24px;
}

#leftcol h2 {
	font-size: 1em;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#leftcol h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	color: #4A4A4A;
	line-height: 30px;
}
#leftcol h4 {
	font-size: 1em;
	color: #4A4A4A;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
#soft-compare {
	width: 100%;
	border: 3px double #71C7E7;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
}
#soft-compare td {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D9E8EC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9E8EC;
}
#soft-compare tr:hover {
	background-color: #ECF2F4;
}
#soft-compare .even {
	background-color: #F8FEE7;
}
#soft-compare a {
	color: #229ECE;
	text-decoration: none;
}
#soft-compare a:hover {
	color: #1B789C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BAE44A;
}
#comp-head {
	height: 136px;
	background-image: url(images/comp-head.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.photo {
	float:right;
	background-color:#f5f5f2;
	margin-left:10px;
	margin-bottom:10px;
	font-size:9px;
	padding:10px;
	border:1px solid #d8d6ce;
	text-align:center;
	margin-top: 25px;
}
div.photo img {
	display:block;
	border:1px solid #d8d6ce;
}
.hoz-ads {
	margin-top: 20px;
	text-align: left;
}
.ver-ads {
	margin-right: auto;
	margin-left: auto;
	width: 160px;
	margin-top: 15px;
}
#form label
{
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	padding-top: 1px;
}
#form input
{
	color: #666666;
	border: 1px solid #2E9FD8;
	background-color: #F8FAFC;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#form textarea {
	background-color: #F8FAFC;
	border: 1px solid #2E9FD8;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 3px;
	color: #666666;
}

#form .submit input
{
	color: #000;
	border: 2px outset #2E9FD8;
	background-color: #EDF2F8;
	width: 80px;
	margin-left: 150px;
	margin-right: -135px;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
}
#form .submit input:hover {
	color: #6C9403;
	background-color: #E3EBF4;
}

#form fieldset
{
	border: 1px solid #2E9FD8;
	background-color: #FFFFFF;
	margin-left: 100px;
	width: 570px;
}
#form legend
{
	color: #2E9FD8;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-size: 1.2em;
}
#rightcol {
	float: right;
	width: 225px;
}
#rightcol h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #9FDA05;
	text-align: center;
	background-color: #F5F8F9;
	display: block;
	line-height: 38px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightcol ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EBF2F3;
	border-left-color: #EBF2F3;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D6E7E9;
}
#rightcol ul li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6E7E9;
}
#rightcol ul li a {
	text-decoration: none;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: 50px;
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
	font-weight: bold;
}
#rightcol ul li a:hover {
	color: #333333;
	background-color: #F5FEDE;
}
#rightcol .current {
	background-image: url(images/listhover.gif);
	background-repeat: repeat-y;
	color: #333333;
	background-color: #FAFBFC;
}
#rightcol .current:hover {
	font-size: 1em;
	color: #333333;
	background-color: #FAFBFC;
}
#footer {
	float: left;
	height: 40px;
	width: 1000px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #999999;
	margin-bottom: 5px;
}
#footer ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: 0px;
}
#footer ul li {
	list-style-type: none;
	float: left;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#footer ul li a {
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #229ECE;
}
#footer ul li a:hover {
	color: #9FDA05;
	text-decoration: underline;
}
#footer span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-left: 15px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#footer a {
	color: #229ECE;
	text-decoration: none;
}
#footer a:hover {
	color: #9FDA05;
	text-decoration: underline;
}
#footer #copyright {
	float: right;
	margin-right: 10px;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #00000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
