/* General */

body  {
	font-family: "Segoe UI", Verdana, Tahoma, Sans, Arial,Helvetica, sans-serif;
	font-size:80%;
	background:	#ededed url(/img/body_bg.png) top repeat-x;
	/*background: #E5E5E5;*/
	margin: 0em;
	padding: 0;
	color: black;
}

html {
	overflow-y:scroll;
}

img {
	vertical-align:middle;
	border:0;
}

a {
	text-decoration:none;
	color:#2946AD;
}
a:hover {
	text-decoration:underline;
	color:#6B76B1;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
}

table {
	width:99%; /* wegen IE 6 */
	border-collapse:collapse;
	border:0;
	border-spacing:0;
	margin:5px 0;
}

thead {
	background-color:#eef3f7;
}

td {
	vertical-align:top;
}

form {
	padding:0;
	margin:0;
}

tr.header {
	/*background:#0d70b8;
	color:white;*/
}
tr.header a {
	/*color:white;*/
}
tr.row-1 {
	background:transparent;
}
tr.row-2 {
	background:#f5f5f5;
}
ol, ul {
	list-style-position:outside;
	margin:5px 0;
	padding-left:3em;
}

ul.easy {
	list-style-type:none;
	padding:0;
}

ul.log {
	list-style-type:none;
	padding:0;
	vertical-align:middle;
}

/* Frames */

#container {
	width:870px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#inner-container {
	margin:0 5px;
	margin:0;
	padding:5px;
	position:relative;
	background:url(../img/interface/border.png) repeat-y;
}

/* Content */

#content {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin: 0px 0px 0px 185px;
	position:relative;
}

div#content {
	line-height:18px;
	position:relative;
}

#content h1 {
	font-size:140%;
	color:#45548E;
	padding:8px 0;
	margin:0;
}

#content h2 {
	font-size:120%;
	color:#8E4545;
	padding:5px 0;
	margin:0;
}

#content h3 {
	font-size:110%;
	padding:5px 0;
	margin:0;
}

#content h4 {
	font-size:100%;
	padding:4px 0;
	margin:0;
	color:#45548E;
//	font-weight:normal;		
}

#content p {
	padding:5px 0;
	margin:0;
}

#content p.trademark {
	color:#aaaaaa;
	font-size:xx-small;
	margin-top:30px;
	vertical-align:bottom;
}

/* Header */
#header {
	width:100%;
	height:75px;
	position:relative;
}

#header .top {
	background:url(../img/interface/header.png) no-repeat top;
	height:20px;
}

#header .spacer {
	background:url(../img/interface/border.png) repeat-y;
	height:55px;
}

#header .logo {
	position:absolute;
	top:4px;
	left:16px;
	z-index: 100;
}

#copyright {
	color:#555555;
	font-size:smaller;
	line-height:16px;
	width:100%;
	height:30px;
	position:relative;
	background:url(../img/interface/footer.png) no-repeat top;
}

#copyright .left {
	position:absolute;
	left:10px;
	top:5px;
}

#copyright .right {
	position:absolute;
	right:10px;
	top:5px;
}

#copyright .languages {
	text-align:center;
	top:5px;
	position:relative;
}

.sidebar-left {
	float: left; 
	padding: 8px 5px;
	width: 180px;
}

.sidebar-right {
	float: right; 
	padding: 8px 0;
	width: 160px;
}

/* Boxes */
.box {
	margin:0;
	margin-bottom:10px;
	border:1px solid #0064B1;
	border-top:none;
}

.box-header {
	background:#0064B1 url(../img/interface/menu-background-blue-normal.png) repeat-x;
	font-weight:bold;
	color:white;
	text-align:center;
	/*padding:1px;*/
}

.box-content {
	padding:6px;
}

/* Main */
#main {  }

/* Main Download */
#main-download {width:16em; margin-left: auto; margin-right: auto; margin-top: 1em; margin-bottom: 1em; }
#main-download .button a {display:block;height:50px;background:url(../img/btn_download.png) 0 -0px no-repeat #7094E2;padding-left:10px;text-decoration:none;}
#main-download .button a strong {display:block;background:url(../img/btn_download.png) 100% -0px no-repeat transparent;padding:0 10px 0 0; white-space: nowrap; font-size:1.3em;font-weight:bold;line-height:50px;color:#fff;text-align:center;}
#main-download .button a:hover {background-position:0 -50px;}
#main-download .button a:hover strong {background-position:100% -50px;}
#main-download .button a:active {background-position:0 -100px;}
#main-download .button a:active strong {background-position:100% -100px;}


/* Localization Table */
#localizations {
	/*background-color:#f3f6f9;*/
	border:1px solid #025493;
}
#localizations tbody td {
	padding:2px 4px;
}
#localizations thead {
	font-weight:bold;
}
#localizations .flag {
	width:20px;
	vertical-align:middle;	
}

#localizations .flag img {
	display: block; margin-left: auto; margin-right: auto;
}

#localizations .last {
	width:30px;
}

#localization .current {
	font-weight:bold;
}

/* Pricing Table */
table.pricing {

}

table.pricing thead tr {

}

/* Licence Renewal */
#license input#id {
	width:15em;
}

#license input#email {
	width:15em;
}

/* Menu Specific */

/* If you change menu li height, you also have to adjust padding and heights in */
/* li a, li span and img.icon and img.dropdown */

#menu {
	margin:0;
	padding:0 5px;
}
#menu li {
	list-style-type:none;
	border-bottom:1px dotted #6F788E;
	padding:0;
	height:20px;
	white-space:nowrap;
	overflow:hidden;
	line-height:20px;
	vertical-align:middle;	
	display:block;
}

#menu li.selected {
	font-weight:normal;
	background:#EAEBF1;
}
#menu li.first {
	margin-top:0px !important;
}
#menu li.root {
	margin-top:12px;
	font-weight:bold;
}
#menu li:hover {
	background:#5da5e1;
}
#menu li:hover > a {
	color:white;
}
#menu li a {
	text-decoration:none;
	display:block;	
}

#menu img.dropdown {
	margin-right:4px; 
}

#menu li.disabled:hover {
	background:none;
}

.sprites {
	z-index:10;
	background:url(/img/menu.png) no-repeat;
	padding:0px 0px 0px 20px;	
}

.sprite-renew { background-position: 0 -30px; } 
.sprite-help { background-position: 0 -76px; } 
.sprite-download { background-position: 0 -122px; } 
.sprite-changelog { background-position: 0 -168px; } 
.sprite-sftp { background-position: 0 -214px; } 
.sprite-cog { background-position: 0 -260px; } 
.sprite-search { background-position: 0 -306px; } 
.sprite-forum { background-position: 0 -352px; } 
.sprite-chm { background-position: 0 -398px; } 
.sprite-sitemap { background-position: 0 -442px; } 
.sprite-tutorials { background-position: 0 -488px; } 
.sprite-kb { background-position: 0 -534px; } 
.sprite-editions { background-position: 0 -580px; } 
.sprite-languages { background-position: 0 -626px; } 
.sprite-book { background-position: 0 -672px; } 
.sprite-license { background-position: 0 -718px; } 
.sprite-information { background-position: 0 -764px; } 
.sprite-email { background-position: 0 -810px; } 
.sprite-cart { background-position: 0 -856px; } 
.sprite-corporate { background-position: 0 -902px; } 
.sprite-screenshots { background-position: 0 -948px; } 

/* fake sprites */
.sprite-rss { background: url(../img/rss16.png) no-repeat; padding-left: 20px; }
.sprite-twitter { background: url(../img/twitter.png) no-repeat; padding-left: 20px; }
.sprite-facebook { background: url(../img/facebook.png) no-repeat; padding-left: 20px; }
.sprite-winlogo { background:url(../img/win_logo_color.png) 0 2px no-repeat transparent; padding-left: 20px; }
.sprite-exclamation { background:url(../img/exclamation.png) 0 2px no-repeat transparent; padding-left: 20px; }
.sprite-key { background:url(../img/key.png) 0 2px no-repeat transparent; padding-left: 20px; }
	
/* Navigation */
#navigation {
	font-size:85%;
	padding-left:15px;
	background:url(../img/interface/navigation-bg.png) no-repeat;
	height:24px;
	line-height:24px;
	vertical-align:middle;
}

#navigation .header { color:#D9EDF9; font-weight:bold; }
#navigation ul { list-style-type:none; }
#navigation ul, #navigation li { padding:0; margin:0; display:inline; }
#navigation li { padding-right: .25em}
#navigation li.item { background:url(../img/right.png) no-repeat left center; padding-left:1em; }
#navigation li a { color:#E6EEF7;	}
#navigation li a.selected { font-weight:bold; }

/* Sitemap */
#sitemap p {
	font-weight:bold;
	padding:4px;
}

ul#languagelist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
}

#languagecontainer
{
	float: right;
	margin-left:1em; 
	margin-right:5em;	
}

/* General Classes */

.alct {
	text-align:center;
}

.block {
	padding:10px 0;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

span.new,
span.important {
	color:red !important;
}

span.edition {
	color:black !important;
}

span.current {
	font-weight:bold;
}

span.selected {
	font-weight:bold;
	color:blue;
}

.comment {
	font-size:x-small;
	color:#909A9E;
}
.error {
	color:#FD6565;
	font-weight:bold;
}

/*FIX FOR CSS FLOATS*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


a.buy-button {
	width:120px;
	height:27px;
	padding-left:20px;
	background-image:url(../img/button_buy.png);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	color:white;
	line-height:23px;
	vertical-align:middle;
	text-align:center;
	margin:auto;
	font-weight:bold;	
	/* IE6 fix */
	cursor: pointer;
}
/* IE6 fix */
a:hover.buy-button {
	color:white;
}

#navsearch {
	position:absolute;
	top:4px;
	left:690px;
	z-index: 100;
}
#navsearch #searchtextdiv {
	left: 5px; background-image: url(/img/search_box.png); position: absolute; width: 155px; top: 30px; height: 22px;
}
#navsearch #searcharea {
	border-right: #ffffff 1px solid; border-top: #ffffff 1px solid; left: 1px; position: absolute; border-left: #ffffff 1px solid; 
	width: 126px; border-bottom: #ffffff 1px solid; 
	top: 1px; 
	height: 16px;
	background-color: #ffffff;
}
#navsearch #searchsubmit {
	right: 5px; 
	top: 3px;
	position: absolute
}

/*Expandable node*/
.nodePlus		{cursor:pointer; list-style-type:none; background:url("/img/btn_plus.jpg") no-repeat left 3px; padding-left:15px;}
.nodeMinus		{cursor:pointer; list-style-type:none; background:url("/img/btn_minus.jpg") no-repeat left 3px; padding-left:15px; }