body {
  margin: 0px;
  padding: 0px;
  background: white url(body-bg.jpg) repeat-y left;
  font-size: 12px;
}

h1.quote {
  font-size: 1.5em;
  font-weight: normal;
  /* color: #444; */
  font-style: italic;
  display: inline;
}

#head {
  margin: 0px;
  padding: 0px;
  height: 110px;
  background:  url(don-bg.jpg) no-repeat top right;
  position: relative;
}
#logo {
  border: 0px; 
  margin: 0px;
  padding: 10px 280px 0px 170px;
  
}

ul.tls {
  list-style: none; 
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

ul.tls li {
  display: inline; 
  float: left; 
  clear: none; 
  width: 20%; 
  color: #444; 
  font-size: 11px; 
  margin: 0;
}
ul.tls li span {
  display: block;
  width: 100%;
  margin: 0;
  padding: 4px;
}


.product-box {
  float: left;
  height: 130px;
  width: 150px;
  clear: both;
}

.product-logo {
  width: 128px;
  height: 128px;
  margin: 10px 0px 0px 20px;
  padding: 0px;
  position: relative;
}



.product-img {
  border: 0px;
  margin: 0px;
  padding: 0px;
  width: 128px;
  height: 128px;
}

#left-side {
  position: absolute;
  top: 106px;
  left: 0px;
  height: 200px;
  width: 150px;
}

.sponsor-logo {
  width: 64px;
  height: 64px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}



.sponsor-img {
  border: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}

#r2-logo {
  position: relative;
  top: -64px;
  left: 0px;
}
p.sponsoredbyr2 {
  position: relative;
  top: -64px;
  margin: 0px; 
  padding: 4px 4px 4px 8px;
  text-align: left;
  color: black;
}


.content {
  margin: 0px 0px 0px 160px;
  padding: 8px;
  background: url(content-bg.jpg) no-repeat top right;
}


body, #content,p,td {
  font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
  font-weight: normal;
  color: #344;
}

h1,h2,h3,h4,h5,h6,th, .loud {
  color: #E85A28;
  font-weight: bold;
  font-family: "trebuchet ms", verdana, arial,helvetica,sans-serif;
}

h1 { font-size: 2em }
h2 { 
  font-size: 1.8em; 
  text-align: right;
  position: absolute;
  right: 128px;
  top: 71px;
}

h2.product {
  position: static;
  border-bottom: 2px solid #E85A28;
  margin-bottom: 0px;
}
h3 { font-size: 1.6em }
h4 { font-size: 1.4em; }  
h5 { font-size: 1.2em; }
h6 { font-size: 1em }

h4, h5, h6 {
  margin-top: 4px;
  padding-top: 2px;
  margin-bottom: 2px; 
  padding-bottom: 2px; 
}

.section, .section ol, .signature {
  text-align: justify;
  /* max-width: 450px; */
  margin-right: 1em;
}
.signature { display: block; }

li h6 {
  margin: 8px 0px;
}

li li h6 {
  margin: 4px 0px;
}
#content {
  font-size: 1em;
}


pre.section {
  text-align: left;
}

.separated {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-color: #E85A28;
  border-width: 0px 0px 1px 0px;
  border-bottom: 1px solid #E85A28; 
}

div.nav {
  margin: 0px;
  padding: 0px;
}

.nav a {
  display: block;
  margin: 0px;
  padding: 4px 4px 5px 4px;
  text-align: right;
  text-decoration: none;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #002080;
  width: 140px;
  white-space: nowrap;
}

#main-nav {
  padding: 0px 12px 0px 150px;
  border: 1px solid #E85A28;
  border-width: 1px 2px 1px 0px;
  background: #E85A28 url(hbg.png) repeat-x center;
  margin: 0px;
  height: 24px;
}
#main-nav a {
  width: auto;
  float: left;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
  border-width: 0px 1px;
  border-color: #E85a28;
  border-style: solid;
  padding: 4px;
}

#topnav {
  position: absolute;
  bottom: 0px;
  left: 0px;
  
}



.details-bar {
  clear: both;
  text-align: center;
  margin: 16px 0px;
  font-size: 11px;
  /* max-width: 450px; */
}

.nav a:hover {
  background-color: #E85A28;
  color: #ffa;
}

h3.nav {
  font-size: 12px;
  font-weight: bold;
  font-family: verdana, arial, sans-serif;
  text-align: left;
  border-color: white;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  color: #ffa;
  margin: 12px 0px 0px 12px;
  padding: 4px;
}

.copyright {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 9px;
   font-weight: normal;
   color: #333;
   text-align: center;
   margin: 16px 0px;
   /* max-width: 450px; */
   clear: both;
}

a {
  color: #002080;
  text-decoration: underline;
}

a:hover {
  color: #2040c0;
}

.signature {
  text-align: right;
  font-style: italic;
  font-weight: bold;
  clear: both;
}

div.screenshot {
  margin: 12px 4px;
  padding: 4px;
  border: 2px  solid #f6c3a7;
}

div.didasc {
  font-weight: bold;
  /* max-width: 450px; */
}

#b {
 
  margin: 16px 0px ;
  /* max-width: 475px; */
  text-align: center;
}

span.b {
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
}
img.b {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  border-width: 0px;
  margin: 4px;
}

.notes {
  font-style: italic;
}

.yell{
 margin: 8px 0 8px 25px;
} 

.yell h4 {
  text-align: center;
  border-bottom-width: 0px;
}

.yell p, .yell ul {
  padding-right: 16px;
}

.yell div {
  background: white url(boxbg.png) repeat-y top left;
  border: 1px solid #fdc;
  -moz-border-radius: 8px;
  -border-radius: 8px;
}

code,pre,.codebox {
  font-family: "lucida console", "courier new", courier, monospaced;
  font-size: 12px;
}

.codebox {
  border: 1px solid #f6c3a7;
  background: #fffff0;
  text-align: left;
  margin: 2px;
  padding: 2px;
}

span.QA {
  color: #E85A28;
  font-weight: bold;
}

div.sponsored {
  border: solid #f6c3a7; 
  border-width: 0px 0px 1px 0px;
}

.ss-r {
  border: 1px solid #f6c3a7; 
  float: right;
  margin: 8px;
}

#main {
  min-height: 300px;
  margin-right: 130px;
}

#donation { 
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: right;
  width: 250px;
  color: #E85a28;
  font-size: 12px;
  padding: 8px;
  letter-spacing: -1px;
}


form.donation { 
  padding: 2px 0px;
  margin: 0px;
  display: block;
  vertical-align: middle;
}

form.donation image {
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
}


#google {
  position: absolute;

  right: 2px;
  width: 124px;
 
  margin: 0px;
  padding: 0px;
  top: 110px;
}


#google2, #googlepack, #casale-skyleft {
  text-align: right;
  margin: 8px 2px 8px auto;
}

#google2 {
  position: absolute;
  right: 0px;
}

.ga {
  margin: 16px 0px;
}

a.faq {
  text-decoration: none;
}

.supportdonations td {
  background-color: #ffebcd;
  vertical-align: top;
  text-align: left;
}

.amount {
  font-family: "lucida console", "courier new", courier, monospaced;

}

.supportdonations td.total, .total {
  font-weight: bold;
  border-top: 1px solid #444;
  text-align: right;
}

ul li {
  list-style-image: url(bullet.png);
}

ol li {
  list-style-image: none;
}

.maconly {
  display: none;
}

a.install-button, a.install-button:visited {
  display: block;
  border: 1px solid #8a8;
  border-bottom-color: #696;
  background: #73B9FF url(https://addons.mozilla.org/media/img/amo2009/bg/button-green.jpg) repeat-x center;
  background: -moz-linear-gradient(center top , #93C85E 30%, #55A802 55%) repeat scroll 0 0 transparent;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding: 4px;
  text-decoration: none;
  width: 130px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  text-shadow: 0 -1px 0 #3a7404;
  margin: auto;
}

a.install-button:focus {
  outline: none;
}

a.install-button:hover {
  -moz-box-shadow: 0 0 2px #FFF inset;
  box-shadow: 0 0 2px #FFF inset;
  border-color: #cfc;
  text-shadow: 0 0 1px #cfe;
}

a.install-button > span {
  display: block;
  background: url(install.png) no-repeat top left;
  padding: 4px 4px 4px 32px;
  vertical-align: middle;
  text-transform: uppercase;
}

#left-side a.install-button {
  margin: 4px 0px 4px 16px;
}



cite {
  font-style: italic;
}

.url {
  font-size: 8px;
  color: #008;
  font-family: verdana, arial, helvetica, sans-serif;
  letter-spacing: -1px;
}

.content > h1 { display: none }

#bs3top {
  position: absolute;
  right: 250px;
  top: 2px;
  text-align: left;
  width: 240px;
}

#__ghosteryfirefox {
  /* Moves Ghostery's box a bit on the left not to cover the GPL disclaimer and the donation box */
  right: 250px !important;
  position: absolute !important;
}