/* layout */


body {
  margin: 0;
  padding: 0;
  min-width: 750px;      
  padding-top: 20px;
  padding-bottom: 20px;
}

#page {
   margin: 0 auto;
   width: 95%;
   background:#fff;   
}

#header, #content {
  width: 100%; 
}

#header .form-item label {
  color: #fff;
}

.sections {
  width: 100%;
  padding: 0;
}

.section .block {
  padding: 15px;
}

.section.width49 {
  width: 50%;
}

.section.width33 {
  width: 33%;
}
.section.width24 {
  width: 25%;
}
.sections {
  width: 100%;
}

#sidebar-left, #sidebar-right {
  width: 210px;
  float:left;
  z-index: 2;
  display:inline;
  position: relative;
}
#sidebar-left .block, #sidebar-right .block {
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

#main {
  float: left;
  width:100%;
  display:inline;

}

body.sidebar-left #main {
  margin-left: -210px;
  margin-right: 0;
}

body.sidebar-right #main {
  margin-right: -210px;
  margin-left: 0;
}

body.sidebars #main {
  margin-left: -210px;
  margin-right: -210px;
}

body.sidebar-left #squeeze {
  margin-left: 210px;
  margin-right: 0;
}

body.sidebar-right #squeeze {
  margin-right: 210px;
  margin-left: 0;
}

body.sidebars #squeeze {
  margin-left: 210px;
  margin-right: 210px;
}

#squeeze {
  padding: 0 0 15px 0; 
}

#squeeze h1{width:600px; margin-left:15px;}

/* various overrides */

tbody {
   border: none;
}

/* typography */

body {

  font-size: 82%;
  font-family:  Arial, Verdana, sans-serif;
  line-height: 130%;
  color: #000;
  background-color: #fff;
}

tr.odd td, tr.even td {
  padding: 0.3em;
}

tr.odd {
background: #eee;
}

tr.even {
background: #ccc;
}

h1, h2, h3, h4, h4 {
  padding-bottom: 5px;
  margin: 10px 0;
  line-height:125%;
}

h1 {
  font-size: 160%;
}

h2 {
  font-size: 125%;
}

h3 { 
   font-size: 110%;
}

h4 {
  font-size:  100%;
}

#main h2.title {
   font-size: 150%;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}

/* links */

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

/* elements */

fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}

table {
  font-size: 1em;
}
/* header elements */

#masthead {
  float: none;
  clear: both;
  line-height: normal;
}

#name-and-slogan {
  float:left;
  padding-bottom:20px;
}

#site-name {
  padding-top: 20px;
    margin: 0 0 10px 20px;
}

#site-name a, #site-name a:hover {
  font-weight: normal;
  font-size: 200%;
  margin: 0;
  padding: 0;
}

#site-slogan {
  margin: 0 0 0 20px;
  font-size: 125%;
  display: inline;
}

#logo-title {
  float: left; margin-top:-47px;
}

img#logo  {
  margin: 10px 0px 0 10px;
}

img#roopletheme {
  width: 100px;
  height: 20px;
}

#search {
  padding-top: 25px;
  padding-right: 20px;
  float: right;
}

/* search box */

#search .form-text, #search .form-submit {
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}

#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}

/* drupal elements */

#mission {
  font-weight:bold;
  text-align:center;
  padding: .5em 1em;
  margin-top:20px;
  margin-bottom:20px;
  font-size: 85%;
}

.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  color: #222;
}

.comment .links {
  margin-bottom: 0;
}

.clr {
  clear: both;
}

/* Primary and Secondary links */

#primary {
margin-top:4px;  line-height: 30px;
}

#primary ul {
  margin-top:4px;
  padding:0;
  margin:0;
  list-style:none;
}

#primary li {
  display:inline;
}

#primary a {
  font-weight:bold;
  display:block;
  float:left;
  padding:0px 14px 0px 14px;
  margin: 2px 1px 0px 0px;
  font-size: 95%;
}

#primary a {
  background-position:0% 0px;
}

#primary a:hover {
  text-decoration: none;
  background-position:0% -42px;
}

#primary a.active {
  background-position: 0% -84px;
}

#secondary {border-top: 1px solid #F1F1F1;}

#secondary ul {
  margin:0;
  padding:0;
  list-style:none;
}
#secondary li {
  margin:0;
  padding:0;
  display:inline;
}

#secondary li a {
  float:left;
  display:block;
  font-size: 90%;
  padding:0px 14px 0px 14px;
}

#secondary a:hover {
  text-decoration: none;
}

#secondary a.active {
  font-weight:bold;
}

ul.links li {
  border-left: 1px solid #fff;
}
ul.links li.first {
  border: none;
}

a.readon,
a:hover.readon {
  margin-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;

  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}

.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}

#footer-region {
  text-align: center;
}

#header .block {
  text-align: center;
}

#footer-message {
  text-align: center;
  margin:0;
  font-size: 90%;
  padding: 1em;
}
  
#footer-message a {
  font-weight:bold;
}

div#breadcrumb {
  clear: both;
  font-size: 80%;
  padding-top: 3px;
}

.title, .title a {
  font-weight: bold;
  margin: 0 auto;
}
.submitted {
  font-size: 0.8em;
}
.links a {
  font-weight: bold;
}

.block .title {
  margin-bottom: .25em;
}

.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em .8em .8em .8em;
}
.node .taxonomy {
  font-size: 0.8em;
  padding-left: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  padding: .5em;
  margin-bottom: 1em;
}

.comment .title a {
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  float: right;
  margin: 0.5em;
}

#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  padding: 5px 8px 5px;
  margin: 0;
}

.poll .title { color:#000000;}

/* new */

.section {
  float: left;
}

#section1, #section2{
  padding-top: 5px; 
  
}

#content-top h2, #content-top h2.title,
#content-bottom h2, #content-bottom h2.title {
  font-size:125%;
}

/* box styles */
.boxborder { padding:0 7px 0 0; }

.bi { padding:0 0 0 7px; }
.bt {height:7px; margin:0 -7px; line-height: 0px; font-size: 0; }
.bt div { width:7px; height:7px; line-height: 0px; font-size: 0; }
.bb { height:7px; margin:0 -7px; line-height: 0px; font-size: 0; }
.bb div { width:7px; height:7px; line-height: 0px; font-size: 0; }

/* block theme styles */
.unstyled-block { padding: 10px; }

.rollover1-block { margin: 5px; }

.rollover-block h2 { padding: 2px 5px; }
.rollover-block ul { list-style: none; padding: 0; margin: 0; }
.rollover-block ul li, .rollover-block ul li.leaf, .rollover-block ul li.collapsed { padding: 0 0 0 0; list-style-image: none; list-style-type: none; padding: 0; margin: 0; }
.rollover-block ul li a { margin: 0; padding: 0 10px; display: block; text-decoration: none; }

.custom-inbox { padding: 10px; }

.no-margins-block { padding: 0; margin: 0; }
.no-margins-block p { margin: 0; }

.stripebox h2 { margin: 0 -9px 5px -9px; padding: 0 5px; }
.blk-outline, .blk-solid { margin: 5px; padding: 5px; }

#leaderboard .blk-outline, #leaderboard .blk-solid, #banner .blk-outline, #banner .blk-solid { margin: 0; padding: 5px; }

#sidebar-left  .customframeblock, #sidebar-right .customframeblock { padding: 0px; margin-bottom:10px; }
/*Product-Header-Styling*/

#product-header {
	width:980px;
	height:225px;
	position:relative;
}
#product-header h1 {
	font-size:3.4em;
	color:#fff;
	width:585px;
	font-family:"Myriad Pro", arial, serif;
	font-weight:lighter;
	padding:20px 0 0 20px;
}
#product-header h1 span {
	font-weight:bold;
}
#product-header p {
	font-size:1.6em;
	line-height:1.4em;
	color:#fff;
	width:585px;
	padding:10px 0 10px 20px;
}

/* Product Teaser Styling */

#block-views-product_teaser-block_1 .views-field-title{font-size:14px; font-weight:bold;}
#block-views-product_teaser_region2-block_1 .views-field-title{font-size:14px; font-weight:bold;}
#block-views-product_teaser_region3-block_1 .views-field-title{font-size:14px; font-weight:bold;}
#block-views-product_teaser_region4-block_1 .views-field-title{font-size:14px; font-weight:bold;}

#placetabs {
	width:645px;
	background:url(/images/back_contenttabs.png) repeat-y;
}
#menutabs {
	width:645px;
	height:39px;
	background:url(/images/back_tabs.png) no-repeat;
}
#menutabs li {
	height:36px;
	float:left;
	display:inline;
}
#menutabs li a, #menutabs li a:link, #menutabs li a:visited {
	height:36px;
	float:left;
	display:inline;
	background:url(/images/tabs_left.png) no-repeat;
	font-size:1.2em;
	color:#727272;
	font-weight:bold;
}
#menutabs .ui-tabs-selected a, #menutabs .ui-tabs-selected a:link, #menutabs .ui-tabs-selected a:visited {
	background-position:0 -36px;
	color:#276c98;
	text-decoration:none;
}
#menutabs .ui-tabs-selected a:hover {
	text-decoration:none;
}
.ui-tabs-hide {  
	display: none;  
}
#menutabs li a span, #menutabs li a:link span, #menutabs li a:visited span {
	height:27px;
	float:left;
	display:inline;
	background:url(/images/tabs_right.png) no-repeat 100% 0;
	padding:9px 25px 0 25px;
	cursor:pointer;
}
#menutabs li.last a span, #menutabs li.last a:link span, #menutabs li.last a:visited span {
	background:url(/images/tabs_rightlast.png) no-repeat 100% 0;
}
#menutabs li.ui-tabs-selected a span, #menutabs li.ui-tabs-selected a:link span, #menutabs li.ui-tabs-selected a:visited span {
	background-position:100% -36px;
}
.tabscontent {
	width:611px;
	padding:22px 15px 15px 15px;
	background:#fff;
	margin:0 0 0 1px;
}
.tabscontent h2 {
	padding:7px 0 0 43px;
	font-size:1.4em;
	height:25px;
}
.tabscontent p {
	font-size:1.2em;
	padding:0 23px 10px 43px;
	line-height:1.6em;
}

/* STYLES FOR THE GALLERY */

#placemonitor {
	width:324px;
	height:326px;
	position:relative;
	background:url(images/monitor.png) no-repeat;
	top:-185px;
	right:-165px;
}
#placeimages {
	width:324px;
	height:326px;
	position:relative;
}
#placeimages img {
	margin:16px 0 0 16px;
}
#monitorlight {
	width:291px;
	height:190px;
	position:absolute;
	background:url(images/monitor_light.png) no-repeat;
	top:16px;
	left:16px;
	z-index:100;
}

#views_slideshow_singleframe_teaser_section_gallery-block_1 .views-field-field-banner-image-fid{ margin-left: 15px; margin-top:15px;}

#category-pages {background: #ffffff url(images/bg-slice.jpg) 0 0 repeat-x; margin-top:-15px;}
/*#category-pages  h1{ font-size:3.4em; color:#fff; width:585px; font-family:"Myriad Pro", arial, serif; font-weight:lighter; padding:20px 0 0 20px;}
#category-pages  p{ font-size:1.6em; line-height:1.6em; color:#fff; width:585px;}*/
#category-middle-pane {margin-top:175px;}
#category-features-pane {margin-top: 45px;}
#category-tabbed-content-pane {margin-top: 75px; width:650px;}


#global-right-sidebar{width:324px; height:auto; position:relative; top: -225px; right:-165px;}
/*RegAce System Highlights */
	#extra {width:250px; padding:20px 20px 0 20px; float:left;}
			#extra h4 {font-size:14px; color:#c00; padding:0 0 10px 0;}
	#awards {margin:30px 0 0 0;}
				#awards ul {width:100%; margin:0; padding:0; list-style:none; overflow:hidden;}
				#awards li {padding:10px 0 0 0; text-align:center;}
			#screenshots {margin:30px 0 0 0;}
				#screenshots ul {width:100%; margin:0; padding:0; list-style:none; overflow:hidden;}
				#screenshots li {width:74px; padding:4px; float:left;}
				#screenshots img {width:74px; display:block;}
#download {margin:0 0 0 0;}
				#download .downloadBar {padding:0; position:relative;}
					#download .downloadBar a {width:210px; height:115px; margin:auto; background:url(images/download.png) 0 0 no-repeat; display:block;}
						#download .downloadBar a:hover {background-position:0 -115px;}
						#download .downloadBar a span {display:none;}
					#download .downloadBar span {font-size:12px; width:250px; height:50px; font-weight:bold; text-align:center; padding:3px 0; display:block; position:absolute; top:62px;}
					
		#banner {width:800px; padding:0 100px; background:url(images/bgd_banner.png) 0 170px no-repeat; overflow:hidden}
			#banner .visuHome {width:365px; display:inline-block; float:left; margin:10px 0 0 28px;}
			#banner h2 {width:400px; height:80px; margin:0; background:url(images/tit_home1.png) 0 0 no-repeat; float:left;}
				#banner h2 span {display:none;}
			#banner p {width:400px; font-size:12px; line-height:16px; float:left; overflow:hidden;}
			#banner .downloadHome {padding:10px 0 0 0; position:relative}
				#banner .downloadHome a {width:210px; height:115px; margin:auto; background:url(images/download.png) 0 0 no-repeat; display:block;}
					#banner .downloadHome a:hover {background-position:0 -115px;}
					#banner .downloadHome a span {display:none;}
				#banner .downloadHome span {width:400px; height:50px; font-weight:bold; text-align:center; padding:3px 0; display:block; position:absolute; top:72px;}
			#banner .compatibleHome {margin:0; padding:0;}
				#banner .compatibleHome strong {width:150px; padding:15px 5px 0 0; float:left; display:block;}
					#banner .compatibleHome strong span {width:100%; font-size:10px; font-weight:normal; line-height:10px; display:block;}
				#banner .compatibleHome img {float:left;}

	#highlights {width:860px; padding:0 19px 0 19px; margin:20px auto 0 auto; border:1px solid #ccc; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; background-color:#ffc; background:-moz-linear-gradient(100% 100% 90deg, #fff, #ffc); background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffc), to(#fff)); overflow:hidden}
			#highlights dl {width:340px; padding:20px 10px 0 70px; float:left;}
			#highlights dt {font-weight:bold; color:#c00;}
				#hReg {background:url(images/icon_reg.png) 0 20px no-repeat;}
				#hSpeed {background:url(images/icon_speed.png) 0 20px no-repeat;}
				#hSecurity {background:url(images/icon_security.png) 0 20px no-repeat;}
				#hGaming {background:url(images/icon_game.png) 0 20px no-repeat;}
				#hClean {background:url(images/icon_clean.png) 0 20px no-repeat;}
				
.download {width:125%; padding:10px 0 0 0; overflow:hidden; float:left;}
.download span {display:none;}
.download a {width:150px; height:82px; background:url(images/download_small.png) 0 0 no-repeat; display:block; float:left;}
.download a:hover {background-position:0 -82px;}
.download strong {font-size:12px; width:150px; padding:4px 0 0 10px; float:left; display:block;}
.download strong span {width:100%; font-size:10px; font-weight:normal; line-height:10px; display:block;}

#techtip-content{ width:500px; margin-left:100px; }

#mini-panel-tech_tip_nav{width:600px; margin-left: 15px;}

#mini-panel-driver_select_navigation {margin-top:-15px; margin-left:15px;}
.pane-driver-select-navigation {margin-left:12px;}

/*--- Footer ---*/

.footer-disclaimer{font-size:11px; text-align:center;}

#footer_wrapper{
	width: 900px;
	height: 185px;
	margin:auto;
	}

#footer_links_wrapper{
	height:45px;
	width:950px;
	float: left;
	color: #00008D;
	text-align: center;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
    border-top: 1px solid #808080;
    margin-left:-10px;
}

#footer{
	height:136px;
	width:994px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
}

#footer1{
	height:40px;
	width: 994px;
	float: left;
	text-align: center;
	font-size: 11px;
	line-height: 12px;
	margin-top: 8px;
}

#footer2{  
  	height:50px;
	width: 994px;
	float: left;
	text-align: center;
	font-size: 11px;
}

#footer3{
  	height:25px;
	width: 994px;
	float: left;
	text-align: center;
	font-size: 9px;
	line-height: 10px;

}

#footer-region {
  background-color: #fff; 
}
#footer-region .block  {
	color: #fff;
}

#footer-region .block a {
	color: #808080; margin-top:10px;
}

#footer-region .block h2, #footer .block h2.title {
	color: #fff;
}
	

#footer {
  background-color: #FFFFFF; 
  color:#EEEEEE;
}
  
#footer a {
  color: #adadad;
}

#rtecenter{text-align:center;}

.subLinks3{color: #808080;}

#links{margin-top: 20px;}

#block-views-home_page_banner-block_2{margin-left:-10px; margin-top:-10px; margin-bottom:-10px; height:245px;}

.teaser{margin-right: 10px;}

.views_slideshow_singleframe_slide{background-color:transparent;}

.view-id-gallery_antispyware {padding-left:15px; padding-top:17px; }
.view-id-gallery_antivirus {padding-left:15px; padding-top:17px; }

#block-views-product_teaser-block_1{margin-left:40px; margin-right: 20px; border-right: solid #FFFBF0 1px; height: 167px;}
#block-views-product_teaser_region2-block_1{margin-left:20px; margin-right: 20px; border-right: solid #FFFBF0 1px; height: 167px;}
#block-views-product_teaser_region3-block_1{margin-left:20px; margin-right: 20px; border-right: solid #FFFBF0 1px; height: 167px;}
#block-views-product_teaser_region4-block_1{margin-left:20px; margin-right: 20px;}

ul.quicktabs_tabs.quicktabs-style-sky li.active a, ul.quicktabs_tabs.quicktabs-style-sky li.active a:visited {
    background: url("images/bg-shade-dark.png") repeat-x scroll left bottom #EEEEEE;
    border: 1px solid #EEEEEE;
    color: #FFFFFF;
    font-size: 0.95em;
    font-weight: normal;
    height: 3.05em;
    line-height: 3.35em;
    min-height: 3.35em;
    top: -0.025em;
}

/* COMPARISON MATRIX*/


@charset "UTF-8";
/* CSS Document */

/* New Plans and Pricing */

.h1-pricing-signup{ color:#000; font-size:1.5em; text-align:center;}

.h2-pricing-signup{
	color:#000;
	font-size:1.4em;
	text-align:center;
}


#header-pricing-signup{
	height: 70px;
	width: 740px;
	float:left;
	background-image:url(images/t1-header-pricing-signup.jpg);
	background-repeat:no-repeat;
	margin-left: 22px;
	}

#pan-left{
	height:300px;
	width:290px;
	float:left;
	margin-top: 35px;
	}
	
#pan-middle{
	height:300px;
	width:155px;
	float:left;
	margin-left: -4px;
	}
	
#pan-right{
	height:300px;
	width:290px;
	float:left;
	;
	margin-top: 15px;
	}

#choose-plan{
	height: 17px;
	width: 280px;
	float:left;
	margin-top: 4px;
	}
.choose-plan-text{
	font-size:0.7em;
	height: 17px;
	width: 280px;
	text-align: center;
	vertical-align: bottom;
	margin-left: 5px;
	}


#pricing-grid{
	height: 345px;
	width: 740px;
	}

#content-pricing-grid{
	height: 345px;
	width: 740px;
	margin-left: 22px;
	float: left;
	}

.pricing-grid-container{
	height: 265px;
	width:143px;
	float:left;
	border-color: #CCC;
	background-image: url(images/t1-bg-price-contaner-140.jpg);
	background-repeat: repeat-y;
	border-width: 1px;
	border-style: solid;
	}
	
.pricing-list-wrapper{
	height: 155px;
	width:143px;
	float:left;
	text-align: left;
	margin-top: 10px;
	}

.price-item-sm{
	width:135px;
	height:16px;
	float:left;
	font-size:11px;
	color:#000;
	margin-left: 6px;
	}
	
.price-item-sm-bg{
	width:133px;
	height:18px;
	float:left;
	font-size:11px;
	color:#000;
	margin-left: 8px;
	background-image: url(images/t1-bg-price-item-sm.gif)   
	background-repeat:no-repeat;
	background-image: url(images/t1-bg-price-item-sm.gif);
	}
	
.price-item-lg{
	width:150px;
	height:20px;
	float:left;
	font-size:12px;
	color:#fff;
	}
.pricing-list-wrapper ul{
	height: auto;
	margin-top: 10px;
	list-style-position: outside;
	list-style-image: url(images/checkmark.jpg);
	padding: 0;
	margin-left: 0px;
	}
	
.plan-title{
	height:auto;
	width:143px;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	text-align: center;
	margin: auto;
	}
	
.pricing-signup-button{
	height:27px;
	width:143px;
	float:left;
	font-size:1.2em;
	font-weight:bold;
}

.pricing-title{
	font-size:1.2em;
	color: #F60;
	width: 143px;
	height: 30px;
	margin-bottom: 0px;
}
.pricing-cost{
	color:#000;
	text-align:center;
	font-size: 0.75em;
	height: 20px;
	width: 143px;
}
.pricing-more-details{
	font-size:.7em;
	color:#000;
	text-align:center;
	width: 143px;
	float: left;
}
.checkmark{
	height:10px;
	width:9px;
	float:left;
	background-image:url(images/checkmark.jpg);
	background-repeat:no-repeat;
	margin-right: 2px;
	margin-left: 1px;
	}
	
.checkmark-callout{
	height:11px;
	width:11px;
	float:left;
	background-image:url(images/checkmark-callout.jpg);
	background-repeat:no-repeat;
	margin-left: 6px;
	margin-right: 2px;
	}

	
.checkmark-spacer{
	height:10px;
	width:9px;
	float:left;
	background-repeat:none;
	margin-right: 2px;
	margin-left: 1px;
	}
	
.pricing-orange{
	color:#F60;
	margin-left: 0px;
	}
	
.pricing-white{
	color:#FFF;
	margin-left: 0px;
	}
	
.pricing-italics{
	font-style:italic;}

.want-more{
	color:#03C;
	font-size:11px;
	}	
	
#security-badges-container{
	height: 155px;
	width: 740px;
	float:left;
	margin-left: 24px;
}	
#comparison-grid {float:left;}
#comparison-grid th {border:#666 solid 1px}
#comparison-grid td {border:#666 solid 1px; text-align:center;}
.mainheadings{border-left:#666 solid 1px;
	border-right:#666 solid 1px;
	border-bottom:#666 solid 1px;}
.row-header {
	padding-left:10px;
	text-align:left;
	width: 300px;
	border:#666 solid 1px
}
.col-header{background-color:#039; color: #FFF; border:#666 solid 1px}

.cell-yellow{
	border:#666 solid 1px;
	background-color:#ffffcc;
	 vertical-align:middle;
}
.col-title{
	border-left:#666 solid 1px;
	border-right:#666 solid 1px;
	border-bottom:#666 solid 1px;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
    padding-top:5px;
    width:165px;
}
.col-title2{
	border-left:#666 solid 1px;
	border-right:#666 solid 1px;
	border-bottom:#666 solid 1px;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
    width:120px;
}

.price{
	font-size:1em;
	text-align: left;
	color:#FFF;
	background-color:#002060;
    vertical-align:middle;
}
.rating{
	padding-left:10px;
	font-size:1em;
	text-align: left;
	color: #000;
	background-color:#EEEEEEE;
    vertical-align:middle;
}
.price2{
	padding-left:10px; vertical-align:middle;
}

.font-sm{
	font-size:.6em;
	line-height: .5;
}

.red{color:#D40000; font-weight:bold; font-size:22px; vertical-align:middle;}

.green{color: #000000; font-weight:bold; font-size:22px; vertical-align:middle;}
.white{color:#000000; vertical-align:middle;}

.submitted{display:none;}
