BODY {
	background-color : #8B8C97;
	background-image : url(/res/images/bg.gif);
	background-position : top;
	background-repeat : repeat-x;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, dl, fieldset, address { margin:10px 0; }
dd, blockquote {margin-left: 40px;}
legend {color: #558459; }

a {
	color: #1975D1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img { border: 0; }

div {
	color: #000000;
	font-size : 11px;
}

yellow {
	color: yellow;
	font-style: italic;
}

h1 {
	color: #1975D1;
	font-size : 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

h2 {
	color: #1975D1;
	font-size : 13px;
	font-weight: bold;
}

h3 {
	font-size : 13px;
}

h4 {
	font-size: 13px;
}


h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
	color: #0066CC;
}

table th {
	background-color: #0066CC;
	color: white;
	font-weight: bold;
	padding: 3px;
}

ol li {
	margin-top: 10px;
	margin-bottom: 10px;
}

label {
	font-weight: bold;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #AAAAAA;
}

option { 
	background-color: #F3F3F1;
	color: black;
}

textarea {
	border: solid 1px #999999;
	font-size: 12px;
}

fieldset { 
	padding:10px;
	border: solid 1px #D9D6D7;
}

#main {
	width: 95%;
}

#main_content {
	padding: 3px 10px 5px 10px;
}

#navproduct {
	margin: 0;
	padding: 0;
	/*background-color: #E1E1E1;*/
	/*border: 1px solid #CCCCCC;*/
}

#navproduct ul{
	display: none;
}

#navproduct li {
	/*border-top: 1px solid white;*/
    list-style:none;
	margin: 0;
	padding: 0;
}

#navproduct li a {
	color: black;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 3px 4px 20px;
	display: block;
	font-size: 11px;
	background:url("/res/images/navbullet_n.gif") no-repeat 7px 7px;
}

/* Urghhh another IE Hack */
* html #navproduct li a {height:1em;}

#navproduct li a.selected {
	color: black;
	font-weight: bold;
	/*background-color: white;*/
	background-image:url("/res/images/navbullet_s.gif");
}


#navproduct li a.selected_sub {
	background-image:url("/res/images/navbullet_s.gif");
	color: black;
	font-weight: bold;
	
}


#navproduct .visible {
	padding-left: 20px;
	display: block;
}

#navproduct .visible_sub {
	padding-left: 30px;
	display: block;
}

#navproduct li a:hover {
	text-decoration: underline;
}

#navproduct li ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#navproduct li ul li {
	/*background-color: #EEEEEE;*/
	margin: 0;
	padding: 0;
	/*border-top: 1px solid white;*/
}

#navproduct li ul li a {
	padding: 4px 3px 4px 28px;
	background:url("/res/images/navbullet_n.gif") no-repeat 14px 7px;
}

#sidebar {
	width: 250px;
	text-align: left;
}

#sidebar_narrow {
	width: 200px;
	text-align: left;
}

#home_panel {
	width: 250px;
}

.ok {
	font-weight: bold;
	color: green;
}

.error {
	font-weight: bold;
	color: red;
	vertical-align: top;
}

blockquote {
	font-weight: bold;
	color: #0066CC;
	display: inline;
	font-size: 15px;
}

.mainproductdivider {
	margin: 10px 100px;
	border-bottom: 1px dotted #0066CC;
}

*html table .mainproductdivider {
	margin: 10px 100px;
	border: none;
	padding: 1px;
	background: url("/res/images/border_1pxdotted.gif") repeat-x bottom;
}

#morenews {
	text-align: right;
}

#moreawards {
	margin: 0 0 10px 10px;
}

#greyline {
	border-bottom: solid 1px #E1E1E5; 
	margin: 10px;
}

#productinfo div {
	margin-top: 0px;
	margin-bottom: 5px;
}

#sideboxshot {
	float: left;
	width: 150px;
	text-align: center;
}

#homeboxshot {
	float: left; 
	width: 130px; 
	margin-bottom: 10px;
}

#productinfo {
	padding-left: 170px;
}

#producthighlight {
	margin: 30px 0px 0px 0px;
	margin-bottom: 0px;
	height: 180px;
	width: 97%;
}

#productfeaturesmain {
	padding-top: 5px;
	padding-bottom: 10px;
}

#productfeatures li {
	font-weight: bold;
	list-style-type:none;
	padding-left: 20px;
	background:url("/res/images/spanner.gif") no-repeat 0 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.productfeaturesdetail li {
	list-style-type:none;
	padding-left: 20px;
	background:url("/res/images/spanner.gif") no-repeat 0 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.productfeaturesdetail li ul li {
	list-style-type:disc;
	background:none;
	padding-left: 0px;
}

#productbenefits li {
	list-style-type:none;
	padding-left: 20px;
	background:url("/res/images/check_grey.gif") no-repeat 0 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#spanner li {
	list-style-type:none;
	padding-left: 20px;
	background:url("/res/images/spanner.gif") no-repeat 0 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}



#purchaseinfo #productselect {
	text-align: center;
	margin: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#purchaseinfo_special {
	text-align: left;
	font-size: 11px;
	padding-left: 230px;
}

#special_offer_heading {
	font-family: Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #2B226B;
	margin-bottom: 2px;
}

#special_offer_dark{
	color: #2B226B;
}

#cdod {
	text-align: center;
	margin-bottom: 20px;
}

#supportcategories {
	margin: 5px 0px;
}

#supportcategories li {
	list-style-type:none;
	padding-left: 25px;
	background:url("/res/images/info_small.gif") no-repeat 0 0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;	
}

*html #supportcategories li {
	list-style-type:none;
	padding-left: 25px;
	background:url("/res/images/info_small.gif") no-repeat 0 0;
	margin: 5px 0 5px 40px;
	padding-bottom: 5px;	
}

.oldprice {
	text-decoration:line-through;
}

.center {
	text-align: center;
	margin: 30px 0;
}

.simplecenter {
	text-align: center;
}

#downloadnewsletter {
	text-align:center;
	background-color: #E9E9E9;
	padding: 5px;
}

#downloadlinks {
	text-align:center;
	margin: 30px 0;
}

.downloadlink {
	background:url("/res/images/sm_dl.gif") top left no-repeat;
	padding: 1px 20px;
}

.downloadlink a.maindl {
	font-weight: bold;
	text-decoration: underline;
}

.hddivider {
		background: url("/res/images/border_1pxdotted.gif") repeat-x bottom;
}

#insightsd li {
	background:url("/res/images/spyware-doctor/icon-small.gif") no-repeat 0 0;
}

#insightrm li {
	background:url("/res/images/registry-mechanic/icon-small.gif") no-repeat 0 0;
}

#insightpg li {
	background:url("/res/images/privacy-guardian/icon-small.gif") no-repeat 0 0;
}

.insightlinks li {
	list-style-type:none;
	padding-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;	
}

#insightlinks li h2 {
	font-size: 14px;
}

#insightfeatures li {
	list-style-type:none;
	padding-left: 20px;
	background:url("/res/images/check.gif") no-repeat 0 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#textbox {
	color: #CECECE;
	font-size: 11px;
}

#did_you_know {
	margin-bottom: 85px;
}

#allproducts td {
	background-color: #EEEEEE;
	padding: 10px 5px;
}

.screenshot {
	float: right;
	margin: 5px;
	text-align: center;
}

.menu {
	font-size : 11px;
	font-weight : bold;
	color : White;
}

.menu A:link {
	color : white;
}

.menu A:visited {
	color : white;
}

.home {
	background-image : url(/res/images/h2.gif);
	background-position : right;
	background-repeat : no-repeat;
}

.home1 {
	background-image : url(/res/images/company/home_c2.gif);
	background-position : right;
	background-repeat : no-repeat;
}

.copy {
	color: #D7D7DB;
	font-size : 10px;
}

.c3_b {
	background-image : url(/res/images/c3_b.gif);
	background-position : bottom;
	background-repeat : no-repeat;
}

.header {
	color: #1975D1;
	font-size : 14px;
	font-weight: bold;
	margin: 7px;
}

.text {
	color: #000000;
	font-size : 11px;
}

.text_right {
	color: #7E7E8B;
	font-size : 11px;
}

.text_right .date {
	color: #A6A6A6;
	font-size: 11px;
}

input.btn{
   color:#ffffff;
   font-size:120%;
   font-weight:bold;
   width: 250px;
   height: 40px;
   background-color:#4BA402;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#6DDA18',EndColorStr='#4BA402');}

      
input.upgrade_btn{
   color:#ffffff;
   font-size:100%;
   height: 25px;
   font-weight:bold;
   background-color:#4BA402;
   border:1px solid;
   border-top-color:#6A63B7;
   border-left-color:#6A63B7;
   border-right-color:#6A63B7;
   border-bottom-color:#6A63B7;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#6DDA18',EndColorStr='#4BA402');}     
       
input.submitting{
   color:#ffffff;
   font-size:100%;
   height: 25px;
   font-weight:bold;
   background-color:#959598;
   border:1px solid;
   border-top-color:#6A63B7;
   border-left-color:#6A63B7;
   border-right-color:#6A63B7;
   border-bottom-color:#6A63B7;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#C3C3C7',EndColorStr='#959598');}
      
#retail_table{
            width: 85%;
}



#retail_table td{
            background-color: #E8F1F0;
            padding: 3px;
}

#retail_table th {
            background-color: #0066CC;
            color: white;
            font-weight: bold;
            font-size: 11px;
            padding: 3px;
}
 

#edit_table{
            width: 400px;
}

#edit_table td{
            background-color: #E8F1F0;
            padding: 3px;
}

#edit_table th {
            background-color: #0066CC;
            color: white;
            font-weight: bold;
            font-size: 11px;
            padding: 3px;
}

#pctools_table {
	margin: 20px 0px 20px 0px;
}

#pctools_table td {
	background-color: #E6EDF6;
	padding: 3px;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
}

#pctools_table2 {
	margin: 10px 0px 20px 0px;
	border: solid 1px #CED9E8;
}

#pctools_table2 td {
	background-color: #E6EDF6;
	padding: 3px;
	font-size: 95%;
}

#pctools_table2 th {
	background-color: #4F789A;
}

#pctools_table3 {
	margin: 10px 0px 20px 0px;
	border: solid 1px #465F7B;/*#CED9E8;*/
}

#pctools_table3 td {
	background-color: #E6EDF6;
	padding: 3px;
	font-size: 95%;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
}

#pctools_table3 th {
	background-color: #4F789A;
	border-bottom: solid 1px #39688E;
}

.textfield { 
	border: solid 1px #999999;
	font-size: 12px;
	height: 16px;
}

.button { 
	border: solid 1px #999999;
	padding: 1px;
}

.button_hover {
	 border: solid 1px black;
	 color: white;
	 background-color: #5B5A58;
	 cursor: pointer;
 	 padding: 1px;
}

.file {
	border: solid 1px #999999;
}

p.disclaimer {
	font-size: 11px;
	color: #474746;
	background-color: #E9E9E9;
	padding: 10px;
}

#infection_details td{
	padding-bottom: 7px;
}

#topfaqs li, #seealso li {
	list-style-type: circle;
	padding: 0 0 5px 0;
	margin: 5px 0 5px 0px;
}

#faqs li {
	list-style-type: none;
	padding: 0 0 5px 0px;
	margin: 5px 0 5px -40px;
}

#faqs li a {
	font-weight: bold;
	padding-left: 0px;
}

.officephoto {
	float: left;
	margin-right: 15px;
}

#mrc dt {
	font-weight: bold;
	margin-top: 12px;
}

#mrc dd {
	margin-top: 6px;
	margin-left: 1em;
	margin-top: 6px;
}

#mrc li {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 16px;
}

.clearer {
	clear: both;
	height: 0;
	font-size: 1px;
}

a.imgbtn {
	display: block;
	color:#FFF;
	font-weight: bold;
	text-decoration:none;
	white-space:nowrap;
	text-align:center;
}

a.btnlg {
	width: 260px;
	height: 43px;
	line-height: 38px;
	background:url("/res/images/btn_lg_260.gif") no-repeat top left;
	font-size: 14px;
	margin: 5px auto;
}

a.btnlg:hover {
	text-decoration:underline;
	color:#FFF;
	/* background:url("/res/images/btn_lg_260.gif") no-repeat -43px left; */
}

a.btnsmblue, a.btnsmgreen {
	width: 110px;
	height: 21px;
	line-height: 21px;
	font-size: 11px;
}

a.btnsmblue {
	background:url("/res/images/btn_sm_blue_110.gif") no-repeat top left;
}

a.btnsmgreen {
	background:url("/res/images/btn_sm_green_110.gif") no-repeat top left;
}

a.btnsmblue:hover, a.btnsmgreen:hover {
	text-decoration:underline;
	color:#FFF;
	background-position: -21px left;
}

#emailoutline {
	background-color:#FFFFE6;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 5px;
	font-size: 11px;
}

.panel_link {
	height: 16px;
}

.panel_link a {
	color: #61CDFF; 
	text-decoration: none; 
	font-size: 11px;
}

.panel_link a:hover{
	text-decoration: none;
}

#spacer {
	/*clear: both;*/
	height: 7px;
	font-size: 1px;
}

.sidebox_content {
	color: #6C6B66;
	margin: 7px 5px 5px 5px;
	font-size: 11px;
}

.sidebox_content .reviewdetails {
	font-style:italic;
	text-align: right;
}

#award_div {
	margin-bottom: 15px;
}

#product_btn {
	margin-top: 15px;
	width: 380px;
}

#product_btn img {
	margin-right: 5px;
}

#moreoffice {
	margin: 0 0 5px 10px;
}

.greybold {
	color: #7E7E8B; 
	font-weight: bold;
}

#avindex_awards {
	margin: 30px 0px 10px 0px; 
	border: dotted 1px black; 
	background-color:#FCFAF0; 
	padding: 30px 0px 0px 0px;
	width: 500px;
}

#imgtable {
	margin-top: 15px;
}

.imgtd {
	height: 21px; 
	width: 110px;
	font-weight: bold; 
	color: white; 
	text-align: center;
}

.imgtd_blue {
	background: url(/res/images/buttons/btn_blue.gif) no-repeat; 
}

.imgtd_green {
	background: url(/res/images/buttons/btn_green.gif) no-repeat; 
}

.imgtd a {
	color: white;
}

#imgbox {
	width: 372px;
}

#instant_answer_div {
	position: relative; 
	padding: 10px 10px 10px 20px; 
	background-color: #F3F3F3; 
	border: 1px solid #999999;
}

#collapse_a {
	position: absolute; 
	top: 0px; 
	right: 0px; 
	cursor: pointer;
}

*html #collapse_a {
	right: 10px; 
}

#instant_answer_product_title {
	font-size: 12px; 
	font-weight: bold;
}

#instant_answer_product_title a{
	cursor: pointer;
}

.search_box {
	border: solid 1px #CCCCCC; 
	background-color: #E1E1E1; 
	width: 460px; 
	padding: 5px;
}

.specialoffer {
	text-align: center;
	color: green;
	font-weight: bold;
}

#container .heading {
	padding: 4px; 
	color: #6D6A6A; 
	font-weight: bold;
	font-size: 12px;
	background-color: #E8E8E8;
	border-bottom: solid 1px #C1C1C1;
}
#container {
	margin: 24px 7px 24px 7px;
}

#container .content {
	padding: 2px;
}

#added {
	margin: 24px 7px 24px 7px;
	border-bottom: solid 1px #C1C1C1;
	width: 98%;
}

#added td {
	border-top: solid 1px #C1C1C1;
	padding: 3px;
}
#added .heading {
	border-right: solid 1px #C1C1C1;
	padding: 4px; 
	color: #6D6A6A; 
	font-weight: bold;
	font-size: 12px;
	background-color: #E8E8E8;
	width: 130px;
}