/* General */

body  {
	font-family: "Segoe UI", Verdana, Tahoma, Sans, Arial,Helvetica, sans-serif;
	font-size:80%;
	background:	#ededed url(body_bg0.gif) 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;
}

#publifloat {
	float: left;
/*	width: 340px; /*Width of right column in pixels*/
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
}

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;
}

input.licensekeyid {
	background-image:url(login_pw.gif);
	background-repeat:no-repeat;
	padding-left: 18px;
}

/* 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(border00.png) repeat-y;
}

/* Content */

#content {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin: 0px 0px 0px 185px;
	position:relative;
}

#content-buscador {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin: 0px 0px 0px 0px;
	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:115%;
	color:#8E4545;
	padding:5px 0;
	margin:0;
}

#content h3 {
	font-size:100%;
	padding:5px 0;
	margin:0;
}

#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(header00.png) no-repeat top;
	height:20px;
}

#header .spacer {
	background:url(border00.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(footer00.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(menu-bac.png) repeat-x;
	font-weight:bold;
	color:white;
	text-align:center;
	/*padding:1px;*/
}

.box-content {
	padding:6px;
}

/* Localization Table */

#localizations {
	/*background-color:#f3f6f9;*/
	border:1px solid #025493;
}
#localizations tbody td {
	padding:2px 4px;
}
#localizations thead {
	font-weight:bold;
}
#localizations .first {
	width:20px;
}

#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(menu0000.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; } 

/* Navigation Bar */

#navigation {
	font-size:85%;
	padding-left:15px;
	background:url(navigati.png) no-repeat;
	height:24px;
	line-height:24px;
	vertical-align:middle;
}

#navigation a {
	color:#E6EEF7;	
}

#navigation .header {
	color:#D9EDF9;
	font-weight:bold;
}

#navigation a.selected {
	font-weight:bold;
}

/* Sitemap */

#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.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(button_b.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:500px;
	z-index: 100;
}
#navsearch #searchtextdiv {
	left: 25px; position: absolute; width: 355px; 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
}
