/* Global styles */
h1 {
  font-size: 18px;
  font-weight: normal;
  color: #007cc6;
  border-bottom: 3px solid #b3c8e0
}
body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  /*background: url(../images/body-bg.gif) #B0C6DF;*/
  margin: 0 auto;
  padding: 0;
  color:#747474;
}
a
{
  color: #4B96C0;
}
a:hover
{
  color: #038208;
}
a.unknown
{
  cursor: help;
  background-color: Lime;
}
a.notarget
{
  color: Black;
}
.center
{
  text-align: center;
}
.warning
{
  FONT-WEIGHT: bold;
  COLOR: #990000;
  text-align: center; 
}

.warning2
{
  COLOR: black; 
  text-align: center;
  background-color: yellow;
  display: none;
}

/* Quotes */
.quotecontainer{width:400px;}
.quote
{
  border: solid 1px #ddd;
  padding: 10px;
  margin: 13px 10px 0px 0px;
  color: #477FC9;
}
.quotemark
{
  float: right;
  z-index: 5;
  margin: 0px 5px 0px 0px;
}

/*Landing Pages */
.boxSeparator
{
  background:url(../images/bg_point_0_1.gif) left top repeat-y;
  border-left:11px solid #ffffff; 
  border-right:11px solid #ffffff;    
}

/* Tabs */
TD.TabSpace
{
  width: 100%;
  border-bottom: #000000 1px solid;
  background-color: #FFF;
}
.TabPanel
{
  border-right: #000 1px solid;
  border-left: #000 1px solid;
  border-bottom: #000 1px solid;
  background-color: #ddd;
  float:left;
}

A.TabSelected
{
  width: 150px;
  text-align: center;
  text-decoration: none;
  background-color: #ddd;
  font-weight: bold;
  border-right: #000000 1px solid;
  border-left: #000000 1px solid;
  border-top: #000000 1px solid;
  padding:8px 20px 0px 20px;
  float:left;
}
A.TabUnselected
{
  width: 150px;
  text-align: center;
  text-decoration: none;
  background-color: #B3C8E0;
  border:#000000 solid 1px;
  padding: 5px 20px 0px 20px;
  float:left;
}

/* Errors */

.Error
{
  background-image: url(../images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 20px;
  height: 16px;
  padding-left: 20px;
  white-space: nowrap;
  cursor: default;
}
.Errors
{
  border: solid 2px red;
  background-color: #ff9;
  padding: 5px;
  margin-top: 25px;
  width: 400px;
  margin: 10px auto;
}
.Errors .Title
{
  font-weight: bold;
  font-size: 16px;
  color: Red;
}
.Errors .SubTitle
{
  font-weight: bold;
}
.Errors .List
{
  margin-top: 10px;
}

.hlTermsAndConditions
{
  color: #175E89;
  font-weight: bold;
}

.btnImage
{
  background-image: url(../images/calendar.gif);
  text-align: center;
  color: White;
  font-weight: bold;
  width: 16px;
  height: 6px;
  padding-top: 10px;
  display: block;
}

/* Nav */

#warning
{
  FONT-WEIGHT: normal;
  COLOR: #8d8d8d;
  font-style: normal;
}

#nav ul li
{
  float: left;
  white-space: nowrap;
  overflow: hidden;
  height: 64px;
}
#nav li a
{
  display: block;
  width: 100%;
  height: 64px;
}
#nav li a span
{
  display: none;
}
#nav li a img
{
  height: 64px;
  border: 0;
}
#body-nav ul
{
  background-image: url(../images/website/nav-bar.gif);
  width: 778px;
  margin: 0px auto ! important;
  margin: 0px;
  height: 64px;
  padding: 0px;
  list-style: none;
}
#nav-family
{
  width: 196px;
}
#nav-family a
{
  width: 196px;
}
#nav-family a:hover
{
  background-image: url(../images/website/nav-bar.gif);
  background-position: 0 -64px;
}
#nav-family .selected 
{
  background-image: url(../images/website/nav-bar.gif);
  background-position: 0 -64px;
}
#nav-computer
{
  width: 217px;
  height: 64px;
}
#nav-computer a
{
  width: 217px;
  height: 64px;
}
#nav-computer a:hover
{
  width: 217px;
  height: 64px;
  background-image: url(../images/website/nav-bar.gif);
  background-position: -196px -64px;
}
#nav-computer .selected 
{
  width: 217px;
  height: 64px;
  background-image: url(../images/website/nav-bar.gif);
  background-position: -196px -64px;
}
#nav-business
{
  width: 187px;
}
#nav-business a
{
  width: 187px;
}
#nav-business a:hover
{
  width: 187px;
  background-image: url(../images/website/nav-bar.gif);
  background-position: -413px -64px;
}
#nav-business .selected 
{
  width: 187px;
  background-image: url(../images/website/nav-bar.gif);
  background-position: -413px -64px;
}
#nav-login
{
  width: 178px;
}
#nav-login a
{
  width: 178px;
}
#nav-login a:hover
{
  width: 178px;
  background-image: url(../images/website/nav-bar.gif);
  background-position: -600px -64px;
}
#nav-login .selected 
{
  width: 178px;
  background-image: url(../images/website/nav-bar.gif);
  background-position: -600px -64px;
}
a.Button, td a.button
{
  background-color: #f4f1f2;
  margin: 3px;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
  border: solid 1px #677ca2;
  color: #000000;
  text-align: center;
}
a.Button:hover
{
  background-color: #fcfcfc;
  color: #990000;
  text-decoration: underline;
}
a.Red
{
  background-color: Red;
  font-weight: bold;
  color: White;
}
A.Disabled:link, A.Disabled:visited, A.Disabled:hover, A.Disabled:active
{
  color: #999999;
  text-decoration: none;
  background-color: #DDDDDD;
  cursor: default;
}
TR.alt
{
  background-color: #eeeef6;
}

.know-more-outer {
border: 5px solid #5B8AB1; 
background-color: #FFFFCC
}
.know-more-inner {
margin: 2px; 
border: 2px solid #5B8Ab1;
}
#main-wrap 
{
  width: 815px;
  margin: 0 auto;
  /*background: url(../images/main-bg.gif) #fff; */
  text-align: center;
}
#header 
{
  width: 798px;
  margin: 0 auto;
}
#header .logo 
{
  float: left;  
  margin-right: 40px;
 /* margin-bottom: 15px; */
}
#header .logo-cart 
{
  position: relative;
  margin: auto; 
  left: -125px; 
  top: 15px;
  display: inline;
  width: 346px;
/* margin-right: 80px; */
}
#header .logo-account { 
  position: relative;
  top: 15px;
  display: inline;
  width: 230px;
  height: 90px;
  margin-bottom: 26px;
  float: left;
}

#header .two_part {
  display: inline;
  width: 238px;
  position: relative;
  margin: auto;
  left: -65px;
  top: -10px;
  font-weight: bold;
  font-size: 14px;
  color: #cbcbcb;
}
.part_label {
  font-weight: bold;
  font-size: 14px;
  color: #cbcbcb;
}
#header .part_label {
  width: 258px;
  display: inline;
  position: relative;
  margin: auto;
  left: 75px;
  top: -5px;
}
#header .top-links 
{
  float: right; 
  padding: 20px 20px 0 0;
  text-align: right;
}
#header .top-links a 
{
  font-size: 11px; 
  font-weight: bold; 
  color: #666666; 
  text-decoration: none
} 
#header .top-links span 
{
  padding: 0 8px;
}
#header .top-links div 
{
  margin-bottom: 5px;
}
#main-content 
{
  /*width: 777px ! important;*/
  width:794px;
 /* margin: 0px 0px 14px 18px ! important;
  margin: 0px 0px 14px 9px;  */
  text-align: left;
  padding:9px;
  float:left;
}
#main-content .Introtitle
{
  padding:7px;
  font-size: 23px;
  color:White;
  text-align:center;
}

#pnlIntro
{
  width:776px;
}


#main-content .title 
{
  padding-top:5px;
  font-size: 19px;
  color:#228DCE;
}
.detail h1
{
  padding-top: 0;
  margin-top: 2px;
  /* margin-bottom: 8px; */
  font-size: 19px;
  color:#228DCE;
  border: none;
  line-height: 22px;
}
#main-content .titleBuy 
{
  padding-top:5px;
  font-size: 15px;
  font-weight:bold;
  color:#747474;
}

#main-content .IntroPredTitle 
{
  PADDING-LEFT: 40px;
  FONT-WEIGHT: bold;
  FONT-SIZE: 24px;
  PADDING-TOP: 20px;
}

#main-content .IntroPredAlertDesc
{
  PADDING-TOP: 8px;
  PADDING-LEFT: 128px;
  FONT-WEIGHT: bold;
  FONT-SIZE: 22px;
  
}

#main-content .prod-title 
{
  font-size: 16px; 
  margin-bottom: 10px; 
  font-weight:bold;
  color:#228DCE;
}
#main-content #col-1 
{
  width: 613px; 
  float: left;
  padding:0px;
  margin:0px;  
  }
#main-content #col-1 p 
{
  padding-right: 20px; 
  line-height: 14px
} 
#main-content #col-1 .callout 
{
  background: #dce7f4;
  width: 192px; 
  border: 1px solid #a6b8ca; 
  text-align: center; 
  padding: 8px 0 12px 0; 
  float: left;
  margin: 0 20px 0 0;
}
#main-content #col-1 .callout img 
{
  padding: 0;
} 
#main-content #col-1 .testimonial 
{
  width:178px; 
  margin: 0 auto; 
  text-align: left; 
  border-bottom: 1px solid #a6b8ca;
  font-size: 11px; 
  padding-bottom: 6px;
  padding-top: 3px; 
}

 .callout 
{
  background: #dce7f4;
  width: 192px; 
  border: 1px solid #a6b8ca; 
  text-align: center; 
  padding: 8px 0 12px 0; 
  float: left;
  margin: 0 20px 0 0;
}
 .callout img 
{
  padding: 0;
} 
.callout .testimonial 
{
  width:178px; 
  margin: 0 auto; 
  text-align: left; 
  border-bottom: 1px solid #a6b8ca;
  font-size: 11px; 
  padding-bottom: 6px;
  padding-top: 3px; 
}

#main-content #col-1 #New
{
  padding-left:10px;
  font-size:14pt;

}
#main-content #col-1 #NewImages
{
  padding-left:100px;
  padding-bottom:15px;
  font-size:8pt;
}

 #main-content #col-1 #New span 
 {
  font-weight: bold;
  color:#CE0031;
  font-size:14pt;
 }
 
 #main-content #col-1 .testimonial span 
 {
  display: block; 
  text-align: right;
   font-weight: bold;}
 #main-content #col-1 .looking 
 {
  width: 182px; 
  margin: 0 auto;
   text-align: left;
    padding: 10px 0 0 0;}
 #main-content #col-1 .looking ul 
 {
  margin: 0 0 10px 0; 
  padding: 0; 
  list-style: none;
   font-weight: bold;}
 #main-content #col-1 .looking strong 
 {
   display: block; 
   margin-bottom: 14px;}
 #main-content #col-1 .bottom-promo 
 {
   padding: 1px 0 0 0;
    margin: 2px 2px 0 0;
    float:left;
    clear:right;
    display:block;
   }
 #main-content #col-1 .bottom-promo .box 
 {
  width: 195px; 
  height: 170px;
  float:left;
    background: #F3F2F2;
     border: 1px solid #dedede;
     }
 #main-content #col-1 .bottom-promo .box div 
 {
  width: 190px; 
  margin: 1px auto;} 
 #main-content #col-1 .bottom-promo .box p 
 {
  padding: 5px 10px 5px 10px; 
  margin: 0;
  }
  
 #main-content #col-1 .bottom-promo .box strong 
 {
  display: block;} 
 #main-content #col-1 .bottom-promo .box .learn {font-weight: bold; margin-bottom: 5px; text-align: center;}
 #main-content #col-1 .bottom-promo .box .learn img {margin-top: 10px;} 
 #main-content #col-2 .box .how-compare {background: url(../images/how-compare-bg2.gif) no-repeat; width: 157px; height: 96px; margin: 0 auto;}
 #main-content #col-2 .box .how-compare p {padding: 80px 0 0 0; font-size: 11px; text-align: left; margin: 0 auto;}
 #main-content #col-2 {width: 155px; font-size: 11px; background: #ebebeb; float:right;}
 #main-content #col-2 ul {margin: 7px 0 11px 9px; padding: 0; list-style: none;} 
 #main-content #col-2 li {padding: 3px 0;}
 #main-content #col-2 h2 {background: #90BED8; font-size: 11px; font-weight: bold; color: #fff; padding: 3px 0px 3px 10px; margin: 0}
 #main-content #col-2 .secure {padding: 5px; border: 1px solid #fff; border-width: 1px 0; margin: 0 5px;}
 #main-content #col-2 img {margin: 12px 0;}
 #main-content #col-2 .cash-rewards { text-align: center; padding-bottom: 10px;}
#footer 
{
	width: 760px ! important;
	width: 777px;		
  margin: 0px 0px 8px 17px ! important;
  margin: 0px 0px 8px 8px;	
	padding: 10px ! important;
	padding: 10px 0px;   
  background:url(../images/footer_bg_2.gif) left top repeat-x; 
	font-size: 11px; 
	text-align: center; 
	float:left;
}
.inputText {
  border: 1px solid #8d8d8d;
}
.chargeTotal {
  color: #000;
}
#footer-cart
{
	width: 800px ! important;
	width: 800px;
  margin: 0;
  padding: 0;	
	font-size: 11px; 
	color:Black;
	text-align: center; 
	float:left;
}

#footer span, #footer-cart span {padding: 0px 10px;color: Black;}
#footer div div, #footer-cart div div { display: inline;}
#footer .vcard span, #footer-cart .vcard span { padding: 0; color: Black; }
#footer a, #footer-cart a {color: #0066CC; font-weight: bold; text-decoration: none;}
#footer a:hover, #footer-cart a:hover {color: #038208;}

.copyright { margin-top: 10px; }

#nav 
{
	width: 798px; 
	margin: 0 auto;
	text-align: center;
}
.paddedBottom {
  padding-bottom: 15px;
  }
.header
{
  background: #B3C8E0;
  font-weight: bold;
}
.cart-header {
  font-weight: bold;
  color: #007cc6
}
.logo-account A { 
 text-decoration: underline;
  color: White;
}
.logo-account A:hover { 
  text-decoration: bold;
  color: #2F3195;
}
.box .header, .box .Content
{
  padding: 5px;
}
TD.Borders
{
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  font-weight: bold;
}
.box .header A
{
  text-decoration: none;
  color: #2F3195;
}
.box .header A:hover
{
  text-decoration: underline;
}
/* Products */

.products-wrap { margin: 0px 10px 10px 0px; width: 590px; padding: 5px 3px 5px 0px; }
 /*.product .photo {float: left; width: 173px;}*/
 .product .photo img { border: 1px solid #ebebeb; padding: 1px 0;}
 .product .detail {float: left; width: 400px; margin-right: 10px; line-height: 13px;} 
 .product .detail .title { font-size: 17px !important; font-weight: bold; margin-bottom: 10px; padding-top: 10px;color:#228DCE;}
 .product .buy-now {background: #e3ebf4;float: left; width: 174px; text-align:center;margin:0px 0px 0px 5px;}
 .product .buy-now strong {color: #003399; display: block; margin: 5px 0;}
 .product .buy-now a {display: block; margin: 5px 0 10px 0;}
 .product .buy-now .title {font-size: 14px !important; font-weight: bold; background: #B3C8E0; padding: 5px 0;color:#747474;}
 .product .buy-now .price {font-size: 11px; background: #FFFFCC; margin: 5px 6px 10px 6px; padding: 3px 0;}
 .product .buy-now .price span {font-size: 16px; display:block; font-weight:bold;}
 .product .buy-now .price .usd { display: inline; font-size: 12px; }
 
 .products2-wrap { margin: 0 10px 10px 0; width: 763px; padding: 5px 3px 5px 7px;  background:url(../images/bckProd.jpg); background-repeat:repeat-x;}
 .product2 .photo {float: left; width: 194px;}
 .product2 .photo img { border: 1px solid #ebebeb; padding: 3px 4px;}
 .product2 .detail {float: left; width: 500px; margin-right: 0px; line-height: 14px;} 
 .product2 .detail .title { font-size: 17px !important; font-weight: bold; margin-bottom: 10px; padding-top: 10px;}
 .product2 .buy-now {background: #e3ebf4; float: right; height:170px; width: 240px; padding: 1px; border:1px solid #B3C8E0; text-align:center; vertical-align:middle;}
 .product2 .buy-now strong {color: #003399; display: block; margin: 5px 0;}
 .product2 .buy-now a {display: block; margin: 5px 0 10px 0;}
 .product2 .buy-now .title {font-size: 14px !important; font-weight: bold; background: #B3C8E0; padding: 5px 0;}
 .product2 .buy-now .price {font-size: 11px; background: #FFFFCC; margin: 5px 6px 10px 6px; padding: 3px 0;}
 .product2 .buy-now .price span {font-size: 16px; display:block; font-weight:bold;}
 .product2 .buy-now .price .usd { display: inline; font-size: 12px; }
 
 .products3-wrap { margin: 0 10px 10px 0; width: 590px; padding: 0px 0px 0px 0px; }
 .product3 .photo {float: left; width: 420px; }
 .product3 .photo img { border: 0px; padding: 0px 0px 0px 0px; }
 .product3 .detail .title { font-size: 17px !important; font-weight: bold; margin-bottom: 10px; padding-top: 10px;color:#228DCE;}
 .product3 .wide-detail {float: left; width: 164px; margin-right: 0px; margin-top: 25px; line-height: 13px;} 

.product4-wrap {margin-left:20px; margin-right:30px}
 
 #this-computer {
  display: none; 
/*position: relative;
left: -9000px;
height: 0px;
display: block;*/
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-TOP: 5px;
	PADDING-BOTTOM: 0px; 
	FLOAT: left; 
	WIDTH: 99%; 
  }
#another-computer {
  display: none; 
/*position: relative;
left: -9000px;
display: block;
height: 0px; */
	PADDING-TOP: 5px;
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	FLOAT: left; 
	WIDTH: 99%; 
  }
.show-print { display: none; }
.show-print-inline { display: none; }

 #individual-product .photo img { border: 1px solid #ebebeb; padding: 1px 0px;}
 #individual-product ul { margin: 0px 0px 0px 20px; padding: 5px;}
 #top-prod {margin-right: 8px;}
 #top-prod .buy-now {background: #e3ebf4;float: left; width: 174px; text-align:center;margin:0px 0px 0px 5px;}
 #top-prod .buy-now .title {font-size: 14px !important; font-weight: bold; background: #B3C8E0; padding: 5px 0;color:#747474;}
 #top-prod .buy-now strong {color: #003399; margin: 10px 0; display: block;}
 #top-prod .buy-now .price {font-size: 11px; background: #FFFFCC; margin: 5px 6px 10px 6px; padding: 3px 0;}
 #top-prod .buy-now .price span {font-size: 16px; display:block; font-weight:bold;} 
 #top-prod .buy-now .price .usd { display: inline; font-size: 12px; }
 
#individual-product .content {float: left;width:410px;} 
#bottom-prod { margin-top: 10px;}
 #bottom-prod .buy-now {background: #e3ebf4; float: left; width: 174px; padding: 1px; border:1px solid #B3C8E0; text-align:center;}
 #bottom-prod .buy-now strong {color: #003399; margin: 10px 0; display: block;}
 #bottom-prod .buy-now a {display: block; margin: 5px 0 30px 0; font-size: 11px; font-weight:bold;}
 #bottom-prod .buy-now .title {font-size: 14px !important; font-weight: bold; background: #B3C8E0; padding: 5px 0;color:#747474;}
 #bottom-prod .buy-now .price {font-size: 11px; background: #FFFFCC; margin: 5px 6px 10px 6px; padding: 3px 0;}
 #bottom-prod .buy-now .price span {font-size: 16px; display:block; font-weight:bold;} 
 #bottom-prod .buy-now .price .usd { display: inline; font-size: 12px; }
 #bottom-prod .content {float: left; width: 413px; margin: 0 10px 0 0;}  
#sub-nav { background:url(../images/sub-nav-bar.gif) no-repeat; height: 30px; padding-top: 2px;margin-left:12px;width:777px;} 
 #sub-nav span {padding: 0 11px;}
 #sub-nav a {color: #fff; font-size: 11px; font-weight: bold; text-decoration: none;}
 #sub-nav a:hover { text-decoration: underline;}
 #sub-nav .MAmenu{width:126px;text-align:center;float:left;}
#txtSlider, #Master_txtDescription
{  
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.McAfeeLogo{display:block;}

/* --- Float Hack --- */
.clear { clear: both;}
.cf:after { content: "."; display: block;   height: 1%;  clear: both; visibility: hidden; }
/* Hides from IE-mac \*/
* html .cf {height: 1%;}
/* End hide from IE-mac */