/* general */

* {
	margin: 0;
	padding: 0;
}
body, input, textarea, select {
	font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333333;
}

select {
	width: 200px;	
}

body {
	background: #e3e3e3;
	margin-left: auto;
	margin-right: auto;
	/*width: 939px;*/
	text-align:justify;
	line-height:1.6em;
}
a, a:visited {
	color: #348df0;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
img {
	border: 0px;
	vertical-align: middle;
	text-align: center;
}
p {
	padding: 10px 0px 5px 0px;
}
/* headers */
h1 {
	font-size: 20px;
	margin: 15px 0px 8px 0px;
	color: #85b80a;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	margin: 15px 0px 8px 0px;
	font-weight: bold;
	color: #333333;
	border-bottom: #CCC 1px dashed;
	padding-bottom: 10px;
}
h3 {
	font-size: 14px;
	margin: 15px 0px 5px 0px;
	font-weight: bold;
}
h4 {
	font-size: 11px;
	margin: 4px 0px 10px 0px;
	font-weight: bold;
}
/* list */
ul {
	list-style-type:square;
	list-style-position: inside;
}
.editionbox {
	text-align: right;
	width: 316px;
	color: #FFF;
}
.editionbox .link {
	position: relative;
	padding-right: 35px;
	font-weight:bold;
}
.editionbox .link a {
	text-transform: uppercase;
	color: white;
	text-decoration: underline;	
}
.editionbox .link a:hover {
	color: #cccccc;
	text-decoration: none;
}

.editionbox .premium {
	background: url(images/premiumeditionimage.jpg) no-repeat center;
	height: 215px;	
	width: 316px;
	margin: auto;
}
.editionbox .free {
	background: url(images/freeeditionimage.jpg) no-repeat center;
	height: 153px;
	width: 316px;
	margin: auto;
}
.editionbox .premium .box {	
	width:320px;
	height: 180px;	
}
.editionbox .free .box {	
	width:320px;
	height: 107px;
}
.editionbox .premium .link {	
	top: 4px;	
}
.editionbox .free .link {	
	top: 4px;	
}
.editionbox .version {
	color: #666666;
	text-align:center;
}
.editionbox .version a {
	color: #666666;
	font-weight: normal;
	text-transform:none;
	text-decoration: underline;
}
.maintop {
	background: url(images/maintop.jpg) no-repeat center bottom;
	height:43px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.menu {
	padding: 8px 10px 0px 10px;
	background: url(images/menuback.jpg) repeat-x;
	height: 30px;
	line-height:1em;
}
.maintransition {
	background: url(images/maintransition.jpg) no-repeat center top;
	height:23px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.maintopcontainer {
	background: url(images/maincentergray.jpg) repeat-y center;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.maincontent {
	margin-left: auto;
	margin-right: auto;
	width: 885px;
}
.mainimage {
	margin-left: auto;
	margin-right: auto;
	width: 885px;
	background: url(images/subpage_back.jpg) no-repeat top left;
	height: 200px;
}
.mainimage.blank {
	background: none;
	height: 20px;
}

.mainimage.blank .pagetitle{
	top: 0px;
}

#subpage.mainimage.view {
	background-image: url(images/subpage_back_view.jpg);
}
#subpage..mainimage.edit {
	background-image: url(images/subpage_back_edit.jpg);
}
#subpage..mainimage.create {
	background-image: url(images/subpage_back_create.jpg);
}
#subpage..mainimage.share {
	background-image: url(images/subpage_back_share.jpg);
}
.maincenter {
	background: url(images/maincenter.jpg) repeat-y center top;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.contenttop {
	background: url(images/contenttop.jpg) repeat-y center top;
	height: 12px;
}
.content {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	overflow: auto;
}
.contentcenter {
	background: url(images/contentcenter.jpg) repeat-y center;
}
.contentbottom {
	background: url(images/contentbottom.jpg) repeat-y center top;
	height: 12px;
}
.mainbottom {
	background: url(images/mainbottom.jpg) no-repeat center top;
	height:35px;
	text-align: center;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.copyright {
	font-size: 9px;
	color: #666666;
	padding: 15px;
}
.sidemenu {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	width: 230px;
	padding: 5px;
	margin: 10px;
	display: block;
	float:right;
}
.sidemenu a {
	color: #333333;
	font-weight:bold;
	display:block;
	background-color: #f5f5f5;
	height: auto;
	text-decoration:none;
	padding: 5px;
	margin-bottom:2px;
	border-left: 10px solid #eeeeee;
}
.sidemenu a:hover {
	background-color: #f0f0f0;
	color: black;
	border-left: 10px solid #cccccc;
}
.sidemenu img {
	vertical-align:middle;
	padding-right:10px;
}
.maintext {
	width: 850px;
}
.topmaintext {
	overflow:auto;
}
.topmaintext .titletext {
	padding-top: 8px;
}
.title {
	font-size: 2em;
	font-weight:bold;
	border-bottom: dashed 1px #CCC;
	color:black;
	display:block;
	height: 20px;
}
.subtitle {
	padding-left: 0px;
	margin-bottom: 10px;
	font-weight:bold;
	color: #333333;
}
.titletext {
	margin-bottom:20px;
	font-size:1.1em;
}
.pagetitle {
	font-weight: bold;
	padding:10px 0px 5px 10px;
	font-size: 26px;
	position: relative;
	top: 82px;
	left: 28px;
	color:#333;
	line-height: 25px;
}
.subtitle {
	color: #666;
	top:90px;
	left: 40px;
	position:relative;
}
.visionstitle {
	color: #666;
	font-weight: normal;
	padding-right: 5px;
}
.downloadtitle {
	padding-top: 8px;
	display: block;
}
.maintext ol {
	list-style-type: decimal;
	list-style-position:inside;
	padding: 5px;
}
.maintext li {
	margin: 5px;
}
.gotop {
	float:right;
	display:block;
}
.reviewpack {
	margin-left:20px;
}
.reviewpack p {
	padding: 10px;
	background-color: #f8f8f8;
	border: dashed 1px gray;
	margin:10px;
}
a.rss {
	color:#ff6600;
}
.toppagemenu {
	border-bottom: solid 1px #ccc;
	padding: 20px 0px 20px 0px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.faq {
	margin: 30px 30px 50px 30px;
	border-bottom: dashed #999 1px;
}
.faq .question {
	margin-bottom: 12px;
	font-weight:bold;
}
.solutionheader {
	font-weight:bold;
	padding-bottom:10px;
	color: #85b80a;
}
.releasenotes {
}
.releasenotes .version {
	font-size: 16px;
	font-weight:bold;
	color: #85b80a;
}
.releasenotes .versioncontainer {
	margin-bottom: 20px;
}
.releasenotes .released {
	font-size: 10px;
}
.releasenotes .description {
	font-size: 12px;
	font-weight:bold;
	margin-top:10px;
}
.releasenotes ul {
	margin-top:10px;
	margin-left: 20px;
}
.releasenotes li.fix {
	list-style-type:square;
}
.releasenotes li.update {
	list-style-type:disc;
}
.releasenotes li.new {
	list-style-type:circle;
}
.reviewslinks td {
	text-align:center;
}
.videoframe {
}
.videoobject {
	padding: 10px;
	border: 1px #CCC solid;
	width: 425px;
	background:#eee;
	margin:auto;
}
.aboutcell {
	width: 230px;
	display: block;
	float: left;
	margin: 30px;
}
.abouttable {
	margin: auto;
	width: 580px;
}
.underline {
	text-decoration: underline;
}
#st200812245687 {
	position: relative;
	padding-left: 758px;
	top: 283px;
	top: expression('285px');
}
#st200812245687.noimagepage {
	top: 96px;
	top: expression('98px');
}
.sitesearch {
	position: relative;
	margin-left: 683px;
	top: 31px;
	width: 300px;
}
.sitesearch input {
	font-size: 9px;
	font-family:Verdana, Geneva, sans-serif;
	background: #fff;
	border: #999 1px solid;
	padding: 2px;
}
.sitesearch input.box {
	background: #fff;
	border: #999 1px solid;
	padding: 2px;
}
	.sitesearch input.submit {
	background: #eee;
	border: #999 1px solid;
	padding: 1px;
}

.floatright {
	float: right;	
}
.floatleft {
	float: left;	
}


	
.specialnote {
	width: 80%;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}

.smallnote {
	font-size: 0.9em;	
}

.hidden {
	display: none;	
}
.required {
	color:#F00;	
}

.google_linkunits {
	padding: 5px 0px 0px 40px;
}
.google_adunits_download {
	padding-left: 70px;
}
.google_adunits_download_rect {
	float: right;
	width: 425px;
	text-align: center;
	border: 1px solid #CCC;
	margin: 10px;
}

.google_adunits_screenshots {
	float: right;
}
.google_adunits_video {
	float: right;
}
.visionsbar a {
	text-decoration: none;
	color: #333;
	font-size:10px;
}
.visionsbar a:hover {
	color: #999;
}
.offers .printing {
}
