body {
	background: transparent url(/images/bg-gradient.png) repeat-x scroll center top;
	margin: 0px;
}

#container {
	width: 960px;
	padding: 15px 20px 0px 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}

#header-container {
	width:100%;
	background-color: #f1f1f1;
	border-bottom: 1px solid #ccc;
}

#header {
	width: 960px;
	height: 118px;
	position: relative;
	/*margin-bottom: 10px;*/
	margin: 0 auto;
	padding: 10px 0;
}

#header #language {
	position: absolute;
	top: 5px;
	left: 235px;
	color: #444;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#header #acctlogin {
	position: absolute;
	right: 19px;
	top: 70px;
}

#header #acctlogin a {
	text-decoration: none;
	color: #005fa9;
	font-family: 'Lato', 'Lucida Sans Unicode', 'Lucida Console', Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

#language hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

#language img {
        cursor: pointer;
}

#logo {
	width: 106px;
	height: 112px;
	margin-left: 10px;
	float: left;
}

#header #trustguard {
	float: right;
	width: 150px;
	height: 40px;
	margin-right: 19px;
	margin-top: 10px;
}

#header #shopperapp {
	float: right;
	width: 130px;
	height: 50px;
	margin-right: 20px;
}

#header #telephones{position:relative;top:6px;float:right;text-align:center;line-height:17px;max-width:125px;margin-right:25px;font-family:Arial,Helvetica,sans-serif;font-size:9pt;}
#header #telephones span{font-size:14pt;color:#005fa9;}
#header #telephones hr{margin:2px;}
#header #telephones i{font-size:9px;position:relative;top:-4px;}

#header #searchbox {
	position: absolute;
	top: 0px;
	right: 10px;
	height: 24px;
	padding: 0px;
}

#header #searchbox .button-search {
	position: absolute;
	left:0px;
	top:1px;
	background: url(/images/button-search.png) center center no-repeat;
	width: 28px;
	height: 23px;
	border-right: 1px #a7a7a7 solid;
}

#header #searchbox input {
	padding: 4px 8px 4px 33px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px #a7a7a7 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/* behavior: url(/css/border-radius.htc); */
	zoom: 1;
}

#header #searchbox input.box {
	width: 168px;
	color: #777777;
}

#header #searchbox input.go {
	height: 25px;
	padding-left: 8px;
	background: #e9e9e9;
	color: #515050;
	text-shadow: #dcdcdc 1px 1px 2px;
}

#header #navbar {
	position: absolute;
	bottom: 0px;
	right: 20px;
	height: 25px;
	font-family: 'Lato', 'Lucida Sans Unicode', 'Lucida Console', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-variant: small-caps;
	font-weight: 400;
	color: #555;
}

#header #navbar a, #header #navbar a:visited {
	color: #555;
	text-decoration: none;
}

#header #navbar a:hover, #header #navbar a:active, #header #navbar a.current:hover, #header #navbar a.current:active {
	color: red;
	text-decoration: none;
}

#header #navbar a.current {
	color: #01ab65;
}

div.toprightfloat {
	float: right;
	position: fixed;
	right: 0;
	top: 0;
	display: block;
	z-index: 100000;
}

#content {
	width: 960px;
}

#slides {
	width: 960px;
	height: 240px;
	position: relative;
	z-index: 0;
}

#slides .slides_container {
	width: 960px;
	height: 239px;
	overflow: hidden;
}

#slides .pagination {
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}

#slides .pagination li {
	float: left;
	margin: 0 1px;
	list-style: none;
}

#slides .pagination a {
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url(/images/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}

#slides .pagination li.current a {
	background-position: 0 -12px;
}

img {
	border: 0px;
}

#content #main {
	width: 960px;
	margin-top: 20px;
	font-family: 'Lato', 'Lucida Sans Unicode', 'Lucida Console', Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 14px;
}

#content #main h1.title {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 35px;
	color: #005fa9;
	text-shadow: white 1px 1px 1px;
	margin-bottom: 10px;
}

#content #main h1.fronttitle {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 30px;
	color: #005fa9;
	text-shadow: white 1px 1px 1px;
	margin-bottom: 10px;
}

#content #main h2.title {
	color: #005fa9;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 24px;
	text-shadow: white 1px 1px 1px;
	margin-bottom: 10px;
}

#content #main h3.title {
	color: #005fa9;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 1.25em;
	text-shadow: white 1px 1px 1px;
	margin-bottom: 10px;
}

#content #main p {
	text-align: justify;
}

#content #main div.blue-shield {
	width: 128px;
	background: url("/images/blue-shield-v2-128.png") no-repeat;
	display: block;
	float: left;
	margin: 0 68px;
}

#content #main div.blue-shield-96 {
	width: 96px;
	background: url("/images/blue-shield-v2-96.png") no-repeat;
	display: block;
	float: left;
	margin: 10px 31px;
	height: 170px;
}

#content #main div.blue-shield-96 div.user-count a.title {
	color: white;
	font-size: 18pt;
	font-family: Arial, sans-serif;
}

#content #main div.blue-shield-96 div.user-count a.title span {
	padding-top: 30px;
}

#content #main div.blue-shield-96 div.user-count {
	position: relative;
	/* top: 30px; */
	height: 76px;
	color: white;
	font-size: 18pt;
	font-family: Arial, sans-serif;
}

#content #main div.blue-shield-96 div.user-count-tier a.title {
	color: white;
	font-size: 18pt;
	font-family: Arial, sans-serif;
}

#content #main div.blue-shield-96 div.user-count-tier {
	position: relative;
	top: 15px;
	height: 76px;
	color: white;
	font-size: 18pt;
	font-family: Arial, sans-serif;
}

#content #main div.blue-shield div.license-term a.title {
	color: white;
	font-size: 48pt;
	font-family: Arial, sans-serif;
}

#content #main div.blue-shield div.license-term {
	position: relative;
	top: 18px;
	height: 110px;
	color: white;
	font-size: 48pt;
	font-family: Arial, sans-serif;
}

#content #main img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content #main #leftcol {
	width: 440px;
	height: 300px;
	float: left;
}

#content #main #rightcol {
	width: 440px;
	height: 300px;
	float: right;
}

#content #main div.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

#content #main hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

#content a.title {
        font-family: 'Lato', 'Lucida Sans Unicode', 'Lucida Console', sans-serif;
        font-size: 17px;
	font-variant: small-caps;
	color: #005fa9;
        text-decoration: none;
	font-weight: bold;
}

#content .disabled {
        opacity: 0.1;
        filter:alpha(opacity=10);
}

#advsearchresults table {
	border: 1px solid #ccc;
}

#advsearchresults td {
	padding: 3px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}

#advsearchresults a {
	text-decoration: none;
	color: #005fa9;
}

#advsearchresults td.head {
	color: #005fa9;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-shadow: #ddd 1px 1px 1px;
	font-size: 16px;
	background-color: #ccc;
}

#advsearchresults td.odd {
	background-color: #ddd;
}

#advsearchresults td.even {
	background-color: white;
}

div.pdf {
	border: 1px #ccc solid;
	height: 72px;
	width: 810px;
	padding: 6px 10px 4px 82px;
	background: url(/images/avsales-icon-pdf.png) no-repeat;
	background-position: 5px center;
	margin-bottom: 10px;
	background-color: #e1e1e1;
}

div.pdf-tab {
	border: 1px #ccc solid;
	height: 72px;
	width: 775px;
	padding: 6px 10px 4px 82px;
	background: url(/images/avsales-icon-pdf.png) no-repeat;
	background-position: 5px center;
	margin-bottom: 10px;
	background-color: #e1e1e1;
}

div.pdf-tab-half, span.pdf-tab-half {
	border: 1px #ccc solid;
	height: 72px;
	width: 320px;
	float: left;
	padding: 6px 10px 4px 82px;
	background: url(/images/avsales-icon-pdf.png) no-repeat;
	background-position: 5px center;
	margin: 0 5px 10px 5px;
	background-color: #e1e1e1;
}
div.pdf-tab-acc-half, span.pdf-tab-acc-half {
	border: 1px #ccc solid;
	height: 72px;
	width: 290px;
	float: left;
	padding: 6px 10px 4px 82px;
	background: url(/images/avsales-icon-pdf.png) no-repeat;
	background-position: 5px center;
	margin: 0 5px 10px 5px;
	background-color: #e1e1e1;
}

p#info {
	width: 900px
}

div.pdf a, div.pdf-tab a, div.pdf-tab-half a, div.pdf-tab-acc-half a {
	text-decoration: none;
	color: #005fa9;
}

.area2 h3, .area2 h3 a {
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 6px;
	padding-top: 0px;
	color: #059;
	text-decoration: none;
	margin: 0;
}

div#tab-2 div.new_area div.area2 {
	width: 390px;
	float: left;
	padding: 0 20px;
}

div#tab-2 .new_area {
	padding: 0 0px;
	overflow: hidden;
}

div#tab-2 .new_area p {
	line-height: 1.5em;
	padding-bottom: 11px;
}

p.bodytext {
	line-height: 1.5em;
	padding-bottom: 11px;
	font-size: 13px;
	color: #626670;
	margin: 0;
}

div.csc-textpic-clear {
	clear: both;
}

div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	float: left;
	clear: both;
}

.search-result .search-result-link {
	display: block;
	overflow: hidden;
	padding: 5px 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color: #059;
	text-decoration: none;
}

a.search-result-link span.icon {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	padding: 0 20px;
}

a.logo-select img {
	border: 1px solid transparent;
}

a.logo-select img:hover {
	background-color: #EEEEF5;
	border: 1px solid #000077;
	border-radius: 5px;
}

/* img.disabled {
	border: 1px solid transparent;
}

img.disabled:hover {
	background-color: #bbb;
	border: 1px solid #222;
	border-radius: 5px;
} */

#footer-container {
	height: 91px;
	width: 100%;
	/*background-image: url(/images/antivirus-sales-footer-bg.png);*/
	background-color: gray;
	position: relative;
	bottom: 0px;
	margin-top: 30px;
	/* opacity: 0.95;
	filter: alpha(opacity=95); */
}

#footer {
	text-align: center;
	color: white;
	font-family: 'Lato', 'Lucida Sans Unicode', 'Lucida Console', Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-variant: small-caps;
        font-weight: 400;
	text-shadow: #222 1px 2px 10px;
	height: 90px;
}

#footer div.navbar {
	position: relative;
	top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#footer div.navbar a {
	color: white;
	text-decoration: none;
}

#footer div.navbar a:hover, #footer div.navbar a:active {
	color: red;
}

#footer div.copyright {
	position: relative;
	top: 35px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#footer-container a { color: white; text-decoration: none; }

.ui-autocomplete { position: absolute; cursor: default;}	
* html .ui-autocomplete { width:1px; }

.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
.sBorderGray {
	border:1px solid #d0d0d0;
}
.sRound3 {
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
}
.sRound9 {
	border-radius: 9px; 
	-moz-border-radius: 9px; 
	-webkit-border-radius: 9px; 
}
.sBackgroundBlue {
	background-color:#5582ae; color:#ffffff;
}
.sGradientBlue {
	background: #5582ae; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1ODJhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OWE5ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #5582ae 0%, #89a9d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5582ae), color-stop(100%,#89a9d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5582ae 0%,#89a9d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5582ae 0%,#89a9d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5582ae 0%,#89a9d8 100%); /* IE10+ */
	background: linear-gradient(top, #5582ae 0%,#89a9d8 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5582ae', endColorstr='#89a9d8',GradientType=0 ); /* IE6-8 */
	color:#ffffff;
}
.sGradientGray {
	background: #f2f3f3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f2f3f3 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f3f3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f3f3 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f3f3 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f3f3 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #f2f3f3 0%,#ffffff 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	color:#626971;
}
.lColumnSingle {
	position: relative;
	width: 268px;
	min-height: 205px;
	float: left;
	padding: 13px 5px 13px 13px;
	margin: 0px 9px 17px 9px;
}
