* { 
  -moz-box-sizing: border-box; 
}

* html a:hover 
{
  visibility: visible;
}

.greentext {
  color: #00CC00;
}

.vercenter {
  vertical-align: middle;
}

body { 
  overflow-x:hidden; 
  color: #000000;
  background: #FFFFFF;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  margin-top: 14px;
  margin-left: 14x;
	text-align: center;
}

td {
  vertical-align: top;
  font-family: Verdana, Arial, Sans Serif;
  font-size: 11px;
}

a:link, a:visited {
  color: #295BCD;
  text-decoration: underline;
}

a:active, a:hover {
  color: #86A3F6;
  cursor: hand; 
  text-decoration: underline;
}

a.forum:visited {
  color: #8C9EC8;
  text-decoration: underline;
}

a.adminlink:link, a.adminlink:visited {
  color: #CD5B29;
  text-decoration: underline;
}

a.adminlink:active, a.adminlink:hover {
  color: #EF9F8C;
  text-decoration: underline;
}

img {
  border: none;
}

p {
  margin-top: 0px;
  margin-bottom: 8pt;
}

h1 {
  font-family: Verdana, Arial, Sans Serif;
  font-size: 115%;
  margin-top: 0px;
  margin-bottom: 15px;
}

h2 {
  font-family: Verdana, Arial, Sans Serif;
  font-size: 100%;
  margin-top: 0px;
  margin-bottom: 8pt;
}

h3 {
  font-family: Verdana, Arial, Sans Serif;
  font-size: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

ul { 
  margin-top: .8em; 	
  margin-bottom: .9em;
  list-style-type: disc;
  margin-left: 1.5em;
  padding-left: 0em;
  margin-right: 1.5em;
}
		
ol { 
  margin-top: .5em;
  margin-bottom: 0;
  margin-left: 2.1em;
  padding-left: 0em;
  margin-right: 2.1em;
}

li {
  margin-bottom: 0.3em;
  clear: both;
}

.code {
  font-family: Courier New, Courier, Verdana, Arial, Helvetica, Sans Serif;
}

/* Image rollover implementation: rollovers are implemented by hiding the
   image inside a div element so that its background image (which has to be
   set of course) is showing. */

.rollover a { display: block; }
.rollover a:hover img { visibility: hidden; } 

/* Main containers */

div#body {
  position: relative;
  width: 822px;
 	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* To display the page correctly on older browsers like IE 5 for Mac, it was 
   needed to make the bottombar 224 pixels wide and disable the overflow 
   setting */
div#bottombar {
  background: #FFFFFF url(images/bottombar_background.gif) no-repeat;
  width: 822px;
  height: 21px;
  /* overflow: hidden; */
  clear: left;
}

div#menu {
  float: right;
  position: relative;
  top: 13px;
  width: 680px;
  height: 32px;
  overflow: hidden;
}

div#leftcolumn {
  width: 142px;
 	text-align: left;
  float: left;
}

div#mainarea {
  float: left;
  width: 665px;
  margin-left: 15px;
  margin-top: 28px;
  margin-right: 0px;
  margin-bottom: 0px;
}

div#maincontent {
  width: 473px;
}



/* NB. In the future, the usercontent area is replaced by the accountcontent
   styles, so this can be removed then. */

div#usercontent {
  clear: left;
  float: left;
  width: 627px;
  margin-bottom: 15px;
}

div#usercontent h1,
div#usercontent h2,
div#usercontent h3,
div#usercontent p,
div#usercontent li,
div#usercontent table {
  mmargin-left: 15px;
  mmargin-right: 15px;
}


/* Main menu */


div#menu ul
{
  list-style: none;
  padding: 0;
  margin: 0;
} 

div#menu li
{
  background: url(images/nav_background.gif) repeat-x bottom left;
  height: 32px;
  float: left;
  clear: none;
  margin: 0px;
  line-height: 29px;
  text-align: left;
  overflow: hidden;
}

div#menu li h1 {
  margin: 0px;
  font-size: 100%;
}

div#menu li a:link, div#menu li a:visited, div#menu li a:active
{
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}

div#menu li a:hover
{
  text-decoration: underline;
} 

div#menu li#menu_start { width: 15px; }
div#menu li#menu_plugins { width: 59px; background: url(images/menu_plugins_on.gif) no-repeat; }
div#menu li#menu_news { width: 45px; background: url(images/menu_news_on.gif) no-repeat; }
div#menu li#menu_download { width: 68px; background: url(images/menu_download_on.gif) no-repeat;}
div#menu li#menu_shop { width: 44px; background: url(images/menu_shop_on.gif) no-repeat; }
div#menu li#menu_support { width: 59px; background: url(images/menu_support_on.gif) no-repeat;}
div#menu li#menu_forum { width: 52px; background: url(images/menu_forum_on.gif) no-repeat;}
div#menu li#menu_fill { width: 122px; }
div#menu li#menu_myaccount { width: 79px; background: url(images/menu_myaccount_on.gif) no-repeat;}
div#menu li#menu_about { width: 67px; background: url(images/menu_about_on.gif) no-repeat;}
div#menu li#menu_contact { width: 61px; background: url(images/menu_contact_on.gif) no-repeat;}
div#menu li#menu_end {
  background: #4790EE url(images/nav_end.gif) repeat-x bottom left;
  width: 9px;
  height: 32px;
  padding: 0px;
  float: right;
}


/* Left/right column and items */

div#companylogo {
  width: 142px;
  height: 145px;
  overflow: hidden;
  margin-bottom: 14px;
}

/* Due to a round-off error in firefox, the border images had to be 11 pixels
   of height in stead of 10. Otherwise, the image in the div had a 1 pixel 
   offset from the top */

div.leftitemtop {
  background: #FFFFFF url(images/leftitem_top.gif) no-repeat;
  width: 142px;
  height: 11px; 
  overflow: hidden;
}

div.leftitembottom {
  background: #FFFFFF url(images/leftitem_bottom.gif) no-repeat;
  width: 142px;
  height: 11px; 
  overflow: hidden;
  margin-bottom: 14px;
}

div.leftitemtext {
  width: 142px;
  background: #FFFFFF url(images/leftitem_background.gif) repeat-y;
  overflow: hidden;
}

div.leftitemtext h1 {
  font-size: 100%;
  font-weight: normal;
}

/* Note: the text padding is applied to the elements within the left item DIV 
   because applying padding to the DIV itself has unwanted side-effects in
   IE 5 for MAC */
div.leftitemtext p, 
div.leftitemtext h1, 
div.leftitemtext h2, 
div.leftitemtext div,
div.leftitemtext ul {
  padding-left: 10px;
  padding-right: 10px;
}

div#quickbuttons {
  width: 142px;
}

div#quickbuttons div#quickdownload { 
  background: url(images/button_freetrials_on.gif) no-repeat; 
  width: 142px;
  height: 43px;
  overflow: hidden;
}

div#quickbuttons div#quickbuy { 
  background: url(images/button_buy_on.gif) no-repeat; 
  width: 142px;
  height: 43px;
  overflow: hidden;
}

div.quickproductitem {
  width: 142px;
  height: 15px;
  overflow: hidden;
  clear: left;
}

div.quickproductitem a:link,
div.quickproductitem a:active,
div.quickproductitem a:hover,
div.quickproductitem a:visited {
  font-weight: bold;
}

div.quickproductitem div {
  padding: 0px;
  color: #8D8D8D;
  letter-spacing: -1px;
}

div.quickproductitem div.quickicon {
  width: 15px;
  height: 14px;
  overflow: hidden;
  float: left;
}

div.quickproductitem div.productlink {
  margin-left: 3px;
  width: 110px;
  height: 40px;
  overflow: hidden;
}

div.rightitemtop {
  background: #FFFFFF url(images/rightitem_top.gif) no-repeat;
  width: 180px;
  height: 9px; 
  overflow: hidden;
}

div.rightitembottom {
  background: #FFFFFF url(images/rightitem_bottom.gif) no-repeat;
  width: 180px;
  height: 9px; 
  overflow: hidden;
  margin-bottom: 15px;
}

div.rightitemtext {
  background: #FFFFFF url(images/rightitem_background.gif) repeat-y;
  width: 180px;
  overflow: hidden;
}

div.rightitemdivider {
  background: #FFFFFF url(images/rightitem_divider.gif) no-repeat;
  width: 180px;
  height: 31px;
  overflow: hidden;
}

div.rightitemtext h1 {
  font-size: 100%;
}

/* Note: the text padding is applied to the elements within the left item DIV 
   because applying padding to the DIV itself has unwanted side-effects in
   IE 5 for MAC */
div.rightitemtext p, 
div.rightitemtext h1, 
div.rightitemtext h2, 
div.rightitemtext form,
div.rightitemtext ul,
div.rightitemtext table { 
  padding-left: 10px;
  padding-right: 10px; 
}

div#rightcolumn {
  width: 180px;
  float: right;
}



/* Main area item */

div.contenttop {
  background: #FFFFFF url(images/mainitem_top.gif) no-repeat;
  width: 473px;
  height: 15px;
  overflow: hidden;
}

div.contentheader {
  background: #FFFFFF url(images/mainitem_header.gif) no-repeat;
  width: 473px;
  height: 25px;
  overflow: hidden;
}

div.contentheader h1 {
  font-size: 105%;
  padding-top: 10px;
  padding-left: 10px;
}

div.contentbottom {
  background: #FFFFFF url(images/mainitem_bottom.gif) no-repeat;
  width: 473px;
  height: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}

div.content {
  background: #FFFFFF url(images/mainitem_background.gif) repeat-y;
  width: 473px;
  overflow: hidden;
}

div.content p,
div.content h1,
div.content h2,
div.content h3 {
  padding-left: 10px;
  padding-right: 10px;
}

div.content h1 {
	clear: left;
  font-size: 105%;
}


/* Bottom info bar */

div.bottombartext {
  width: 411px;
  float: left;
  overflow: hidden;
  text-align: left;
  line-height: 18px;
}

div.bottombartext span {
  padding-left: 12px;
  padding-right: 12px;
}

/* General styles */

.floatleft {
  float: left;
}

p.quote {
  color: #8D8D8D;
  text-indent: -5px;
  margin-left: 5px;
}

ul.quicklist {
  list-style-type: none;
  margin-top: 5px;
  margin-left: 0px;
}

li.quicklistitem {
  width: 165px;
  font-size: 100%;
  margin-bottom: 5px;
  clear: both;
  overflow: hidden;
}

div#topad {
  width: 473px;
  height: 85px;
  overflow: hidden;
  margin-bottom: 15px;
}



/* Forum style table */

td.forumcaption {
  border-style: solid;
  border-color: #FFFFFF;
  border-width: 1px;
  background-color: #8BBBF6;
  font-weight: bold;
  color: #FFFFFF;
  padding: 3px;
}

td.forum {
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  background-color: #F3F6FA;
  padding: 3px;
}



/* Account style table */

table.account {
  width: 600px;
  margin-left: 15px;
}

td.accountcaption {
  background: #FFFFFF url(images/account_tablecaptionbackground.gif) repeat-x;
  height: 16px;
  overflow: hidden;
  font-weight: bold;
  color: #959595;
  padding-left: 3px;
}

td.account {
  border-color: #D6D6D6;
  border-style: solid;
  border-left-width: 0px;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  padding: 3px;
}



td.post {
  width: 70px;
  height: 28px;
  vertical-align: middle;
}

input.subscribe {
  margin-right: 5px;
  width: 100px;
}

.bold {
  font-weight: bold;
}

div.forumlinks {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 15px;
  clear: right;
}

div.forumlink img {
  margin-right: 10px;
  float: left;
}

div.forumlink p {
  padding-top: 3px;
  margin: 0px;
}

div.forumadminlinks {
  padding-left: 10px;
  padding-bottom: 5px;
}

ul.searchresults li {
  margin-left: 10px;
}

/* Old css styles that are still used but shouldn't be in the future */

td.mainitem {
  padding-left: 15px;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
}

td.mainlastitem {
  padding-left: 15px;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 15px;
}

