@font-face {
    font-family: 'VAGRoundedStdLight';
    src: url('vagroundedstd-light-webfont.eot');
    src: url('vagroundedstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('vagroundedstd-light-webfont.woff') format('woff'),
         url('vagroundedstd-light-webfont.ttf') format('truetype'),
         url('vagroundedstd-light-webfont.svg#VAGRoundedStdLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  background-color: #cccccc;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  width: 100%;
  overflow-x: hidden;
}

div:after,
.clearfix:after,
h1:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}

ul li {
  list-style-type: disc;
  list-style-image: url('/images/bullet.png');
  color: #666666;
  padding: 0px 0px 10px;
  margin-left: 13px;
  line-height: 1.4; /* Added by FF */
}

/* After p, a ul element needs a top margin to display correctly because p has a 
   top margin as well. We can't generally give ul a top margin because that messes
   up other elements in the site. */
   
p + ul {
  margin-top: 10px;
}

a,
a:link,
a:hover,
a:visited {
  color: #0072AC;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;	
}

p,
blockquote {
  line-height: 1.4;
  margin-top: 10px;
}

h1, h2, h3 {
  font-family: VAGRoundedStdLight, "Myriad Pro", "Arial", sans-serif;
}

a.highlight,
a.highlight:link
a.highlight:hover
a.highlight:visited {
  color: #d22e38;
  display: block;
  float: left;
  clear: left;
  background: url('/images/link-arrow-red.png') no-repeat right center;
  padding-right: 10px;
}

#container {
  margin: 0 auto;
  background-color: #ffffff;
  width: 1000px;
  position: relative;
}

#lines {
  height: 523px;
  z-index: 200;
  position: absolute;	
  margin-left: -80px;
  width: 1160px;
  overflow: visible;
}

div#lines {
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  visibility: none; /* Added by FF */
}

#logo {
  width: 170px;
  height: 140px;
  position: absolute;
  top: 15px;
  z-index: 900;
}

#header {
  background-color: #000000;
  position: relative;
  height: 78px; /* Edited by FF. Was: 123px; */
}

#slogan {
  float: right;
  color: #0072ac;
  margin: 13px 25px 0 0; /* Edited by FF. Was 25px 25px 0 0;*/
}

.menu {
  list-style-type: none;
  position: absolute;
  bottom: 8px;
  margin: 0;
  padding: 0;
  z-index: 400;
}

.menu li {
  float: left;
  padding: 0 10px;
  margin: 0;
  list-style-type: none;
  list-style-image: none;
}

.menu a,
.menu a:link,
.menu a:hover,
.menu a:visited {
  color: #ffffff;
  text-decoration: none;
}

.menu a:hover{
  color: #0072ac;
}

.menu .active a,
.menu .active a:link,
.menu .active a:hover,
.menu .active a:visited {
  color: #0072ac;
}

#main-menu{
  font-family: VAGRoundedStdLight, "Myriad Pro", Arial, sans-serif;
  font-size: 18px;
  left: 190px;
}

/* Disabled separators between menu items */
/* #main-menu li { border-left: 1px solid #333333; } */

#main-menu li:first-child{
  border-left: none;	
}

#util-menu {
  right: 15px;
  padding-bottom: 2px;
}

#social-menu { 
  right: 25px;
  top: 10px;
}

#social-menu li {
  margin: 0;
  padding: 0;
}

#social-menu li:first-child {
  padding-left: 6px;
  border-left: 1px solid #004162;
}

#social-menu a:hover img {
  padding-top: 2px;
}

#title-bg {
  height: 400px;
  position: relative;
  z-index: 100;
}


/* Added by FF */

#title-bg-home {
  height: 420px;
  position: relative;
  z-index: 100;
}

#title {
  height: 248px;
  width: 248px;
  position: absolute;
  left: 575px; 
  top: 140px;	/* Edited by FF. Was: 163px; */
  z-index: 600;
}

#title a {
  font-family: VAGRoundedStdLight, "Myriad Pro", "Arial", sans-serif;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 12px;
}

#title h1,
#title h2,
#title a {
  display: block;
  margin-left: 20px;
}

#title h1 {
  margin-top: 20px;
  font-size: 50px;
  color: #ffffff;
}

#title h2 {
  top: 130px;
  width: 230px;
  font-size: 32px;
  margin-top: 20px;
}

#title h2.large{
  margin-top: 20px;
  font-size: 40px;
}

#title a,
#title a:link,
#title a:hover,
#title a:visited {
  float: left;
  color: #ffffff;
  font-size: 21px;
  margin-top: 20px;
  margin-left: 50px;
}

/* Finally, we override .theme #title h1 a properties, which allowes us
   to expand links within the H1 tag. */

.theme #title h1 a {
  background-image: none;  
  margin: 0px;
  font-size: 50px;
}

.theme #title h1 a:hover {
  text-decoration: none;
}

#content {
  z-index: 700;
  position: relative;
  top: -70px;
  background-color: #ffffff;
  float: left;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  padding: 20px 0px 20px 30px;
  width: 720px;
}

#sidebar {
  z-index: 700;
  float: right;
  width: 250px;
}

#sidebar a.button {
  width: 160px;
}

#sidebar a.button.small {
  width: auto;
}

#actions {
  background-position: right -23px;
  float: left;
  padding: 30px 20px 20px 30px; /* Added by FF to replace declaration in product.css and main.css */
}

#actions h3 {
  font-size: 25px;
  margin-top: 40px;
  margin-bottom: 5px;
}

/* Turning off link highlights on H2 tags. */
#content h2,
#content h2 a:link,
#content h2 a:visited,
#content h2 a:active {
  color: #000000;
  text-decoration: none;
}

/* review stars */

.review {
 height: 25px; /* Edited by FF. Was: 20px; */
}

.review .star-container {
 width: 160px;
 height: 14px;
 float: left;
 background: url('/images/stars16x14.png') repeat-x;
 background-position: bottom left;
 margin-right: 5px;
 margin-top: -1px;
}
.review .stars {
 background: url('/images/stars16x14.png') repeat-x;
 background-position: top left;
 height: 14px;
}
.stars-10 {
 width: 100%;
}
.stars-9 {
 width: 90%;
}
.stars-8 {
 width: 80%;
}
.stars-7 {
 width: 70%;
}
.stars-6 {
 width: 60%;
}
.stars-5 {
 width: 50%;
}

/* end review stars */

.side-note {
  float: right;
  background-image: none;
  background-color: #ffffff;
  width: 199px;
  padding: 0 20px 0 30px; 
  margin: 30px 0px 10px 0px;  /* Edited by FF. Was: 30px 0; */ 
  border-left: 1px solid #e8e8e8;
}

.side-note h3 {
  font-size: 25px;
}

.side-note .source {
  display: block;
  color: #0073ad;
  text-align: right;
  margin-right: 5px;
}

.side-note .ref {
  display: block;
  margin: 4px 5px 8px 0; 
  text-align: right;
}

.side-note h4 {
  font-size: 15px; 
  margin: 15px 0;	
}

.side-note blockquote {
  margin: 15px 0px 8px 4px;
  text-indent: -4px;  /* FF: Outdents the first quote */
}

a.continue {
  display: block;
  float: left;
  clear: left;
  background: url('/images/link-arrow-blue.png') no-repeat right center;
  padding-right: 11px;
}

a.continuegrey {
  display: block;
  float: left;
  clear: left;
  background: url('/images/link-arrow-grey.png') no-repeat right center;
  padding-right: 11px;
  color: #666666;
}

a.button {
  font-family: VAGRoundedStdLight, "Myriad Pro", Arial, sans-serif;
  background: url('/images/button-blue-black-right.png') no-repeat top right;
  display: block;
  clear: both;
  height: 40px;
  margin-bottom: 5px;
  line-height: 38px;
  padding-right: 10px;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 0 #005581;
}
a.button span {
  background: transparent url('/images/button-blue-black.png') no-repeat top left;
  height: 40px;
  padding: 0 10px 0 10px;
  display: block;
  font-size: 21px;
}
a.button span.icon {
 display: inline-block;
 padding: 0;
 height: 21px;
 width: 24px;
 margin-right: 12px;
 margin-bottom: -3px;
}
a.button:hover {
    background-position: bottom right;
}
a.button:hover span {
    background-position: bottom left;
}
a.button:hover span.icon {
 background-position: top left;
}
a.button.trial, a.dbutton.purchase {
 width: 160px;
}
.trial .icon {
 background: url('/images/icon-download.png') no-repeat;
}
.purchase .icon {
 background: url('/images/icon-basket.png') no-repeat;
}
a.button.small,
a.button.small:link,
a.button.small:hover,
a.button.small:visited {
  font-family: VAGRoundedStdLight, "Myriad Pro", Arial, sans-serif; /* Edited by FF: Was Arial, sans-serif */
  background: transparent url('/images/button-small-blue-black-right.png') no-repeat top right;
  height: 30px;
  float: left;
  margin-bottom: 5px;
  line-height: 30px; /* Edited by FF. Was: 25px;*/
  padding-right: 10px;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 0 #005581;
}

a.button.small:hover {
  background-position: bottom right;
}
  
a.button.small span {
  background: transparent url('/images/button-small-blue-black.png') no-repeat top left;
  height: 30px;
  padding: 0 5px 0 12px;
  display: block;
  font-size: 15px;
}
  
a.button.small:hover span{
  background-position: bottom left;
}
  
#content h2 {
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 10px;
}
  
#content h2:first-child {
  margin-top: 10px;
}
  
  
#allplugins {
  font-family: VAGRoundedStdLight, "Myriad Pro", "Arial", sans-serif;
  padding-left: 50px;
  position: absolute;
  left: 750px;
  top: 436px;
  z-index: 200;
}

#allplugins p {
  color: #666;
  margin-top: 3px;
}

#allplugins a,
#allplugins a:link,
#allplugins a:hover,
#allplugins a:visited {
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('/images/title-link-arrow.png');
  color: #ffffff;
  padding-right: 14px;
  font-size: 21px;
}

#footer {
  float: left;
  padding: 16px 0 0 0px;
  margin-bottom: 80px;
  width: 1000px;
}

#footer li:first-child {
  padding-left: 40px;
  padding-right: 30px;
}

#footer li {
  float: left;
  color: #999999;	
  border-left: 1px solid #e8e8e8;
  line-height: 30px;
  height: 37px;
  padding: 8px 0 0 0;
  list-style-type: none;
  list-style-image: none;
}

#footer li img {
  margin: 0 10px;	
  float: left;
}

#footer a,
#footer a:link,
#footer a:hover,
#footer a:visited{ 
  margin-right: 50px;
  display: block;
  float: left;
  color: #666666;
  text-decoration: none;
}

#footer li:first-child {
  border-left: none;
}
#footer li:first-child a{
  margin-left: 15px;
  display: inline;
  float: none;
}

#footer li:last-child a {
  margin-right: 0px;
}

.containsrss a,
.containsrss a:link,
.containsrss a:hover,
.containsrss a:visited{ 
  margin-right: 35px !important; /* We need space to fit the RSS list item */
}

.containsrss li:first-child {
  padding-right: 0px !important;
}


/*************************************/
/*** FabFilter additions from here ***/
/*************************************/

div.side-note ul li {
  margin-left: 0px;
}

.greentext {
  color: #00CC00;
}

.newfeature {
  color: #6C0;
  vertical-align: super;
  font-size: 70%;
}

.vercenter {
  vertical-align: middle;
}

.subscribe {
  margin-right: 5px;
  height: 20px;
}

strong {
  font-weight: bold;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

ul.quicklist {
  list-style-type: none;
  margin-top: 5px;
  margin-left: 0px;
  padding-left: 0xp;
}

li.quicklistitem {
  width: 165px;
  margin-left: -5px;
  clear: both;
  overflow: hidden;
}

li.quicklistitem p {
  padding: 0px;
  margin: 0px;
}

/* Mac and Windows icons plus text */

div.macwin {
  margin-top: 10px;
}

span.macwhite,
span.macblack,
span.winwhite,
span.winblack {
  display: block;
  text-decoration: none;
  float: left;
  height: 25px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left bottom;
  line-height: 28px;
}

span.macwhite,
span.macblack {
  padding-left: 26px;
  margin-right: 20px;
}

span.macwhite,
span.winwhite {
  color: #ffffff;
}

span.macwhite {
  background-image: url('/images/mac-icon.png');
}

span.winwhite {
  background-image: url('/images/win-icon.png');
}

span.macblack {
  background-image: url('/images/mac-icon-hover.png');	
}

span.winblack {
  background-image: url('/images/win-icon-hover.png');	
}

/* prodot: use around the dot in e.g. Pro*L to make it slightly smaller */
span.prodot {
  font-size: 70%;
  vertical-align: middle;
}


/* Form button: partly copied from a.button */

input.button {
  font-family: VAGRoundedStdLight, "Myriad Pro", Arial, sans-serif;
  font-size: 15px;
  background: url('/images/button-small-blue-black.png') no-repeat top left;
  height: 30px;
  width: auto;
  float: left;
  margin-bottom: 5px;
  line-height: 23px;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 0 #005581;
  border-style: none;
  
  /* Makes the right cornes (almost) as rounded as the left ones in the image */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

input.button:hover {
  background-position: bottom left;
}

.roundcorners {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


/* ColorBox style adjustments */

#cboxTitle {
  font-family: VAGRoundedStdLight, "Myriad Pro", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal !important;
}

#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight, 
#cboxMiddleLeft, 
#cboxMiddleRight, 
#cboxTopCenter, 
#cboxBottomCenter {
  width: 0px;
  height: 0px;
  visibility: hidden;
}

#cboxContent{
  padding: 15px;
  /* border: 2px solid #000000; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#cboxTitle { 
  bottom: 10px !important;
}

#cboxClose {
  bottom: 6px !important;
  right: 6px !important;
}

/* Specific styles for the 'updating' page */

body.updating,
body.updating #container {
  background-color: #000000;
}

body.updating #container {
  margin-top: 300px;
  text-align: center;
  _height: 250px;
}

body.updating #container img {
  clear: both;
}

body.updating #container p,
body.updating #container h1 {
  color: #ffffff;
}

body.updating #container h1 {
  margin-top: 30px;
  font-size: 30px;
}

/* Customizing placement of menu, header and content */


/* Header div, containing menu, util menu and slogan, */
#header { height: 102px; }

/* Placement of menu and util-menu, relative from the bottom of the header container */
.menu { bottom: 13px; }

 /* Slogan margins. */
#slogan { margin: 14px 24px 0 0; visibility: visible; }

/* Height of large home-page or product page ad */
#title-bg-home { height: 420px; }
#content {
  top: -90px;
} 
#homecontent .contentblock { margin-top: -90px !important; }

/* Placement of All Plug-ins... link */
#allplugins { top: 456px !important; }

/* Title circle on home and product pages */
#title { top: 140px; }
