body {
   background-image: url(/images/grad.png);
   background-repeat: repeat-x;
   margin:0;
   padding:0;
   line-height: 1.5em;
   text-align: center;
   font-family: verdana;
   font-size: 8pt;
}

.new {
   margin-left: 5px;
   font-size: 9px;
   color: red;
   font-weight: bold;
}

#search-icon {
   position: relative;
   top: 60px;
   left: -2px;
}

td {
   font-family: tahoma, verdana, sans serif;
   font-size: 8pt;
}

#container {
   text-align: left;
   width: 970px;
    margin: 0 auto;
}

#header-image {
   float: left;
}

#footer, .footer {
   clear: both;
   width: 100%;
   border-top: 1px solid black;
   margin-top: 10px;
   text-align: center;
   padding: 4px 0;
}

#pagecontainer {
    width: 970px;
}

#content {
   font-size: 10pt;
   font-family: arial;
   margin-left: 210px;
   padding: 10px;
   color: #474747;
}

#sidebar {
   margin-top: 10px;
   width: 200px;
   float: left;
}

h1 {
   font-family: arial;
   font-size: 18pt;
   color: #2750FF;
   font-weight: normal;
}

h2 {
	color: #003CB6;
	font-size: 12pt;
}

#content h1:first-child {
   margin-top: 0px;
}

.share {
 margin-bottom: -12px;
}

.content a {
   color: #275FFF;
}

.content a:hover {
   color: #FA8100;
}

.navdiv {
  width: 2px;
  background-repeat: no-repeat;
  background-image: url(/images/divider.png);
  float: left;
  color: white;
         height: 30px;
}

#navigation {
  border-radius: 6px;
  height: 30px;
  margin-top: 4px;
  clear: both;
  background-image: url(/images/btn.png);
  background-repeat: repeat-x;
  background-color: black;
  padding-left: 4px;
}

.navleft {
  background-image: url(/images/lnav.png);
  float: left;
}

.navbtn {
  float: left;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 11px;
  background-color: black;
  background-image: url(/images/btn.png);
  background-repeat: repeat-x;
  color: white;
}

.navbtnsel {
  background-image: url(/images/btnsel.png);
  background-repeat: repeat-x;
}

.navbtn a {
  color: white;
  text-decoration: none;
}

.column {
	float: left;
}

.ddmenu {
  border-radius: 0px 0px 12px 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  z-index: 5000;
  position: absolute;
  display: none;
  width: 920px;
  left: 10px;
  background-color: black;
  color: white;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background-image: url(/images/menubg.png);
  background-repeat: repeat-x;
}

.indent {
	margin-left: 15px;
}

.ddmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.ddmenu li {
	list-style-type: none;
	padding: 3px;
}

.ddmenu a {
	color: white;
}

.ddmenu h3 {
	margin-bottom: 0px;
	color: #FA8700;
}

.ddmenu .menuitem {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
}

.ddmenu .menuitem a {
  color: white;
  text-decoration: none;
}

.ddmenu .menutext {
   padding: 2px;
   padding-left: 7px;
   padding-right: 7px;
}

.ddmenu .menusep {
  height: 12px;
  background-image: url(/images/navsep.png);
}

pre {
   width: 720px;
   border: 1px solid #898989;
   background-color: #dedede;
   padding: 4px;
   overflow: auto;
   font-family: courier new;
}

.shadow {
  height: 12px;
  background-image: url(/images/shadow.png);
  background-repeat: repeat-x;
}

#header-tagline {
        margin-top: -32px;
	float: right;
}

.account {
	padding: 6px;
	background-color: #898989;
	top: 31px;
	border-radius: 0px 0px 8px 8px;
	float: right;
	position: relative;
}

.account a {
	color: white;
	text-decoration: none;
}

#header-tagline b {
 	display: none;
}

#header-tagline input {
	margin-left: 10px;
        padding-left: 24px;
        font-size: 10pt;
        font-family: arial;
        height: 19px;
        border: 1px solid black;
}

ul.tsul {
   margin-left: 0px;
   padding-left: 0px;
   list-style-type: none;
}

.tsul li {
   margin-left: 0px;
   padding-left: 0px;
}

.bloghead {
   margin-bottom: 2px;
}

.blogdate {
   margin-top: 0px;
   color: #898989;
}

.fimg {
   padding: 8px;
   text-align: center;
}

.sidebar {
   top: 0px;
}

.sidebar-container {
   clear: both;
   margin-bottom: 6px;
}

.sidebar-head {
   background-color: #D6D4BA;
   padding: 4px;
   height: 16px;
}

.sidebar-icon {
	display: none;
}

.sidebar-head span {
   font-weight: bold;
}

.sidebar-link {
   background-color: #efefef;
   padding: 4px;
   padding-left: 20px;
}

.sidebar-link a {
    color: #275FFF;
   font-weight: bold;
   text-decoration: none;
}

.sidebar-link a:hover {
   text-decoration: underline;
}

.share img {
   border: 0px;
}

.image {
	border: 1px solid #898989;
	padding: 4px;
	background-color: #efefef;
	width: 300px;
}

.image span {
	display: block;
}

.fright {
	margin-left: 8px;
	float: right;
}

.fleft {
	float: left;
	margin-right: 8px;
}

.buy {
	background-color: #F8BF24;
	padding: 8px;
	margin-botom: 4px;
	height: 55px;
}

.buy .prices {
	font-weight: bold;
	color: black;
	font-size: 12pt;
}

.buy .licenceterms {
	font-size: 8pt;
}

.buymethod {
	width: 200px;
	float: left;
}

.tabular {
	width: 100%;
	border-collapse: collapse;
}

.tabular th {
	text-align: left;
	background-color: #D6D4BA;
	padding: 4px;
	border-bottom: 1px solid #898989;
}

.tabular td {
	padding: 4px;
	border-bottom: 1px solid #898989;
}

