
body {
	margin: 0px;
	font-family: Verdana,"Trebuchet MS", Tahoma, "Dejavu Sans", sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	color: #333333;
}

div.gtorbox {
	float:right;
	padding-left: 10px;
	margin-top: -15px;
}

div.gtorbox span {
	display:block;
	clear:both;
	text-align: center;
	color:#999999;
}

div.gtorbox span a {
	line-height: 1.2em;
}

th {
	text-decoration: underline;
	padding-bottom: 6px;
}

h1 {
	font-size: 185%;
	margin: 0px;
	padding-top: 15px;
    padding-bottom: 5px;
}

h2 {
	font-size: 150%;
	line-height: 1.2em;
	margin: 0px;
	padding-bottom: 10px;
}

h3 {
	padding: 0;
	clear: both;
}


div.hr {
	border-top: 1px dotted #999;
	padding-bottom: 1em;
}

div.brandnew {
	display: inline;
	color: #FF0000;
	font-weight: bold;
	padding-right: .2em;
}

li {
	padding-bottom: .5em;
}

.prefetch {
	display: none;
}
/* site related */

div#site_holder {
	background: url("/images/site-bkg.gif") repeat-x;
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
}

div#site_page {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#site_header {
	height: 92px;
	background: url("/images/title-bkg.gif") repeat-x;
}

div#site_header_left {
	background: url("/images/title.gif") no-repeat;
	width: 100%;
	height: 92px;
	text-align: right;
}

div#site_header_right {
	margin-left: auto;
	margin-right: 0;
	background: url("/images/title-right.gif") no-repeat;
	width: 165px;
	height: 92px;
}

/* menu bar */

div#site_header_menu {
	height: 28px;
	background: url("/images/menu-bkg.gif") repeat-x top;
}


div.menu_separator {
	width: 1px;
	height: 28px;
	float: left;
	margin-left: 1px;
	margin-right: 1px;
}

a.menu_item {
	display: block;
	height: 19px;

	cursor: pointer;
	float: left;
	cursor: hand;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 1px;
	margin-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 10px;
	margin-right: 10px;
}

a.menu_item:hover {
	background: #696a6a;
	color: #fff;
}

/* menu items specific */


/*
a#menu_home span.menu_gfx {
	background: url("/images/menu_home.jpg") no-repeat center;
	display: block;
	width: 80px;
	height: 40px;
}
a#menu_home:hover span.menu_gfx {
	background: url("/images/menu_home_hover.jpg") no-repeat center;
}

a#menu_about span.menu_gfx  {
	background: url("/images/menu_about.jpg") no-repeat center;
	display: block;
	width: 88px;
	height: 40px;
}
a#menu_about:hover span.menu_gfx  {
	background: url("/images/menu_about_hover.jpg") no-repeat center;
}

a#menu_services span.menu_gfx  {
	background: url("/images/menu_services.jpg") no-repeat center;
	display: block;
	width: 98px;
	height: 40px;
}
a#menu_services:hover span.menu_gfx  {
	background: url("/images/menu_services_hover.jpg") no-repeat center;
}

a#menu_softwares span.menu_gfx  {
	background: url("/images/menu_softwares.jpg") no-repeat center;
	display: block;
	width: 108px;
	height: 40px;
}
a#menu_softwares:hover span.menu_gfx  {
	background: url("/images/menu_softwares_hover.jpg") no-repeat center;
}

a#menu_search span.menu_gfx  {
	background: url("/images/menu_search.jpg") no-repeat center;
	display: block;
	width: 98px;
	height: 40px;
}
a#menu_search:hover span.menu_gfx  {
	background: url("/images/menu_search_hover.jpg") no-repeat center;
}

a#menu_support span.menu_gfx  {
	background: url("/images/menu_support.jpg") no-repeat center;
	display: block;
	width: 98px;
	height: 40px;
}
a#menu_support:hover span.menu_gfx  {
	background: url("/images/menu_support_hover.jpg") no-repeat center;
}

a#menu_contact span.menu_gfx  {
	background: url("/images/menu_contact.jpg") no-repeat center;
	display: block;
	width: 96px;
	height: 40px;
}
a#menu_contact:hover span.menu_gfx  {
	background: url("/images/menu_contact_hover.jpg") no-repeat center;
}
*/

/* content */

div#site_content {
}

div#content_left {
}

div#content {
	background-color:#FFFFFF;
}

/* data area */

div#data {
	width:100%;
	padding: 0px;
}

div#submenu_left {
	float: left;
	width: 180px;
	margin: 0px;
	padding-top: 10px;
	font-size: .9em;
	font-family:  Verdana, Arial, Helvetica,  "Dejavu Sans", sans-serif;
	line-height: 1.4em;
}

div#submenu_left_normpage {
	padding-top: 15px;
	float: left;
	width: 210px;
	margin: 0px;
	font-size: .9em;
	font-family:  Verdana,Arial, Helvetica,  "Dejavu Sans", sans-serif;
	line-height: 1.5em;
	position:absolute;
	top: 10px;
	margin-top: 110px;
}

div#submenu_left_normpage a, div#submenu_left a {
	border-bottom: 1px dotted #e6bf5b;
	color: #CC3300;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 10px;
}

div#submenu_left_normpage a:hover, div#submenu_left a:hover {
	border-bottom: 1px solid  #8fb424;
	color: #FFF;
	text-decoration: none;
	background-color: #8fb424;
}

a.submenuleft_item {
	display: inline;
}

div#data_content {
	margin-left: 0px;
	margin-left: 200px;
}


div#text_content {
	background-position: bottom left;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

div#text_content a {
	color: #CC3300;
	border-bottom: 1px dotted;
	text-decoration: none;
}


div#text_content a:hover {
	background-color: #CC3300;
	color: #fff;
	border-bottom: 1px solid  #CC3300;
}



/* footer */

div#site_footer {
	height: 100px;
	width: 100%;
	text-align: center;
}

div#footer_page {
	width: expression(document.body.clientWidth > 970 ? "970px": "756px");
	min-width: 703px;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#footer_data {
	height:100px;
}

div#footer_text {
	height: 100px;
	margin-left:190px;
	margin-right: 4px;
	padding: 10px;
	color:#666666;
	font-family:  Verdana, Arial, Helvetica, "Dejavu Sans", sans-serif;
	font-size: 10px;
	line-height: 1.4em;
}

div#valid_logos {
	border: 0px;
	display: inline;
	vertical-align: middle;
	padding-right: 2px;
}

div#valid_logos a img {
	border: 0px;
	position: relative;
	top: 2px;
}

div#footer_text a {
	border: 0px;
	color: #666666;
	text-decoration: none;
}

div#footer_text a:hover {
	border-bottom: 1px dotted #993300;
	color:#993300;
}

/* forms related */

input, select, textarea {
	font-family: "Trebuchet MS", "Arial", Tahoma, Verdana, "Dejavu Sans", sans-serif;
	font-size: 1em;
}

div.form_q {
	padding-top: 1em;
	padding-bottom: 1px;
}

div.form_a {
}

textarea.form_a_fullwidth {
	width: 90%;
}

/* table maker with div */

div.table_row {
	width: 100%;
	display:block;
	clear:both;
}

div.table_cell {
	margin-bottom: 1em;
	display:block;
	float:left;
	padding-left: 1em;
	padding-right: 2em;
	overflow: auto;
}

/* home columns */

div.home_column_container {
}

div.home_column {
}

div.home_column_title {
	border-bottom-color:#FF9933;
	font-weight: bold;
	margin-bottom: .7em;
}

div.home_column_text {
	margin-bottom: 1.5em;
}

div.docheader {
	font-size: 80%;
	text-align: right;
	margin-bottom: -1em;
}


div.docftr {
	font-size: 85%;
	border-top: 1px dotted #ccc;
	margin-top: 4em;
}

p.screenshots {
	font-size: 85%;
	text-align: center;
	color: #888;
	margin-top: 2em;
}

div#text_content p.screenshots a {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

div#text_content  p.screenshots a:hover {
	border-bottom: 1px dotted #CC0000;
	background-color: #fff;
}

p.screenshots img {
	padding: 8px;
	border: 1px solid #ddd;
}


p.screenshots_thumbnails {
	font-size: 85%;
	color: #888;
	float: none;
}

div#text_content p.screenshots_thumbnails a {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

div#text_content p.screenshots_thumbnails a:hover {
	border-bottom: 1px dotted #CC0000;
	background-color: #fff;
}

p.screenshots_thumbnails img {
	padding: 3px;
	display:block;
	float: left;
	border: 1px solid #ddd;
	margin-right: 11px;
	margin-bottom: 11px;
}


p.screenshots_thumbnails_end {
	float:none;
	display:block;
	width:100%;
	clear:both;
}


form.download_now {
	background: url("/images/download.jpg") no-repeat 0px 16px;
	padding-left: 80px;
	height: auto;
	padding-bottom: 1em;
	display:block;
}

div#agree_error {
	color: #FF0000;
	font-size:85%;
}


div#badge_holder {
	padding-left: 8px;
}

a#forum_badge {
	height: 131px;
	width: 102px;
	display: block;
	background: url("/images/newforumbadge.jpg") no-repeat;
}

div#badge_holder_spedia {
	padding-left: 0px;
	margin-left: -12px;
	margin-top: 20px;
}

div#badge_holder_spedia img {
	border:none;
	cursor: pointer;
	cursor:hand;
}



/* calendar type date */

ul.news {
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

.news li {
	margin: 0;
	padding: 0;
	clear: both;
	list-style-type: none;
}

.news li a {
	font-weight: normal;
}

.news .date {
	background: #FAF4C8;
	border-right: 1px solid #E3DE9F;
	border-bottom: 1px solid #E3DE9F;
	float: left;
	text-align: center;
	line-height: 1.1em;
	padding: 2px 5px 5px 5px;
	width: 2.2em;
	color: #666666;
	margin: 0 0.5em 0em 0;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 12px;
}

.news .date:first-line {
	font-size: 70%;
}

.news .date small {
	font-size: 0.6em;
}


div#nodecor_holder a.nodecor {
	border: none;
}

div#nodecor_holder a.nodecor:hover {
	border:none;
	background-color: #FFFFFF;
}

p.warning {
	padding: 1em;
	border: 2px solid #FFCC99;
	background: #FFFFCC;
}

div#text_content a.nouline {
	border-bottom: 0;
}

div#text_content .nouline:hover {
	background: none;
}
