/*
* { -moz-box-sizing: border-box }
*/
/* Clearfix Hack */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

form {
	padding: 0;
	margin: 0;
}

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Fine del Clearfix Hack */

/* Tag */

body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 0.7em;
	line-height: 1.5em;
}

a img {
	border: none;
	margin: 0;
}

a.linkbold, a.linkbold:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #282828;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 17px;
	line-height: 30px;
	background: url(images/bar.gif) no-repeat right;
	color: #0c67d6;
	padding-left: 10px;
	margin-top: 0px;
	margin-left: -2px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 15px;
	color: #333333;
	line-height: 15px;
	margin-bottom: 0px;
}

a {
	color: #404040;
/*	text-decoration: none;*/
}

a:visited {
	color: #404040;
/*	text-decoration: none;*/
}

a:hover {
	text-decoration: underline;
	color: #30482d;
}


p a, p a:visited {
	text-decoration: underline;
}

.hidewarning {
	display: none;
}

/* Containers */
#container {
	background-color: #ffffff;
	height: 100%;
	width: 973px;
	margin: 1em auto;
	margin-top: 0;
}

#page {
	clear: both;
	border: 1px solid #e8e8e8;
	margin-top: 6px;
	background:url(images/background.gif) repeat-y;
	min-height: 560px;
}
* html #page { margin-top: -8px; }

#page-full {
	border: 1px solid #e8e8e8;
	margin-top: 25px;
}

#leftbar {
	height: 100%;
	margin: 0px 20px 0 0;
	float: left;
}

#leftbar a, #footer a, #hotspot a{
	text-decoration: none;
}

#maincontent {
	float: left;
	width: 760px;
}

#maincontent-full {}

/* Header */
#header {
	background: url(images/graybar.jpg) no-repeat;
	height: 80px;
}

#logo {
	float: left;
	/*background: url(images/logo.gif) no-repeat;*/
	position: relative;
	width: 350px;
	height: 70px;
	margin-top: 5px;
}

#mainmenu {
	background: url(images/mainmenu.jpg) left no-repeat;
	float: right;
	width: 546px;
	height: 80px;
	padding: 0;
	margin: 0;
}

* html #mainmenu {
	margin: -5px -12px 0 0;
}

#mainmenu_internal {
	background: url(images/mainmenu_internal.jpg) left no-repeat;
	float: right;
	width: 482px;
	height: 80px;
}

#mainmenu_internal div#menubuttons { height: 36px; }

#menubuttons {
	float: left;
	height: 80px;
	/*width: 350px;*/
	margin: 10px 0 0 8px;
}

#menubuttons ul {
	float: left;
	margin: 0;
	padding: 0;
}
#menubuttons li {
	list-style-type: none;
	display: inline;
}

#searchbox, #searchbox_internal { float: right; margin: 5px 13px 0pt 0pt; }

#logininfo {
	float: left;
	height: 20px;
	margin-left: 5px;
	width: 240px;
}

#logininfo p {
	color: #333333;
	font-size: 10px;
	text-align: right;
	line-height: 10px;
}

#logininfo img { vertical-align: middle; }

#loginbox tr td {
	height: 13px;
}


#loginbox {
	float: right;
	width: 180px;
	/*position: relative;*/
	line-height: 13px;
	height: 42px;
	margin-top: 2px;
}

.go {
	border:0px;
	padding: 0px;
	margin: 0px;
	height: 15px;
	width: 21px;
	background-image: url(images/arrowbutton.gif);
	color: #c9d8ed;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 15px;
}

.stringa {
	font-size: 11px;
	width: 85px;
	height: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #33588E;
	border: 1px solid #87a0b3;
	background-color: #f3f8fd;
	margin-right: 0px;
	margin-top: 0px;
}

.stringasearch {
	font-size: 11px;
	width: 70px;
	height: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #33588E;
	border: 1px solid #87a0b3;
	background-color: #f3f8fd;
	margin-right: 8px;
	margin-top: 0px;
}

#loginbox, #searchbox, #searchbox_internal label {
	color: #FFFFFF;
}

/* Promo Area and about */

#promoarea { margin-top: 10px; }
* html #promoarea { margin-bottom: -85px; }

#hotspot { float: left; }

#hotspot_sx {
	float: left;
	margin-right: 10px;
	width: 382px;
	height: 334px;
}

#hotspot_dx {
	float: left;
	width: 382px;
	height: 334px;
}

#about {
	float: right;
	position: relative;
	width: 185px;
}

#productdesc_sx, #productdesc_dx {
	position: relative;
	top: -75px;
	left: 30px;
	width: 320px;
	font-size: 1.2em;
	font-weight: bold;
}
#productdesc_sx p, #productdesc_dx p { margin: 0; }


.downloadnow {
	float: right;
	margin-top: 8px;
	width: 125px;
	height: 35px;
	background:url(images/downloadnow.png) no-repeat left;
	color: #3c4755;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-top: 15px;
}

.downloadnow:hover {
	cursor: pointer;
}

.top-menu {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
}

.top-menu:hover {
	cursor: pointer;
}

/* Other products and news */

#bottomcontainer {
	width: 100%;
}

#otherproducts {
	float: left;
	position: relative;
	width: 378px;
	border-right: 1px solid #e8e8e8;
	padding-right: 10px;
	margin-top: 25px;
}

#otherproducts .listcontent{
	margin-left: 115px;
}

#maincontent .listcontent, #maincontent-full .listcontent {
	margin-right: 130px;
}

#news {
	float: right;
	position: relative;
	width: 568px;
	margin-left: 5px;
	margin-top: 25px;
}

.imageleft {
	float: left;
	position: relative;
	margin-right: 15px;
}

.imageright {
	float: right;
	position: relative;
	margin-left: 15px;
}

.listitem {
	margin-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
	min-height: 120px;
}

.listcontent {
	position: relative;
}

.newstitle{
	color: #282828;
	margin-bottom: 5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #e8e8e8;
}

.newsdate {
	color: #888888;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

.newsdate a, .newsdate a:hover, .newsdate a:visited{
	color: #888888;
}

/* Footer */
#footer {
	background:url(images/footer.jpg) no-repeat left;
	width: 973px;
	height: 64px;
	color: #ffffff;
	font-size: 1.2em;
	margin: 0 auto;
}

#left_footer a { color: #ffffff; }

#left_footer {
	width: 781px;
	position: relative;
	text-align: center;
	float: left;
}

#left_footer ul {
	list-style: none;
	margin: 0px;
	/*float: left;*/
	margin-top: 8px;
	margin-bottom: 8px;
}

* html #left_footer, * html #right_footer { margin-top: 14px; }

#left_footer li {
	display: block;
	float: left;
	border-right: 1px solid #0c67d6;
	width: 100px;
}

#left_footer li.last { border:none; }

#copyright {
	clear: both;
	width: 100%;
	margin-top: 10px;
}
* html #copyright { margin-top: -12px;}

#right_footer {
	width: 180px;
	position: relative;
	text-align: left;
	float: left;
}

#right_footer ul {
	list-style: none;
	margin: 6px 0 0 15px;
	padding: 0;
	float: left;
}

#right_footer li {
	display: block;
	line-height: 15px;
}

#right_footer a {
	color: #0a50a5;
	font-weight: bold;
	font-size: 0.7em;
}

/* Breadcrumbs */
#breadcrumbs {
	background-color: #ffffff;
	color: #0a50a5;
}

#breadcrumbs ul {
	padding: 0;
	float: left;
	margin: 4px 0 0 15px;
}

#breadcrumbs ul li{
	display: inline;
	text-align: center;
	background: url(images/arrow.gif) left no-repeat;
	margin-right: 8px;
	padding-left: 18px;
}

#breadcrumbs ul li a {
	color: #0a50a5;
	text-decoration: none;
	font-weight: bold;
}

#breadcrumbs ul li a:hover {
	color: #0c67d6;
}

/* Left menu */
#leftmenu {
	width: 180px;
}
#leftmenu ul {
	width: 180px;
	/*float: left;*/
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#leftmenu li ul {}
#leftmenu li{ display: block; }

#leftmenu ul a {
	background: url(images/blueblock.gif) right no-repeat;
	height: 32px;
	display: block;
	color: #0a50a5;
	padding-left: 15px;
	line-height: 32px;
	clear: both;
}

#leftmenu ul a.active { background: url(images/blueblock_active.gif) right no-repeat; }

#leftmenu li ul a {
	background: url(images/smallblock.gif) left no-repeat;
	height: 24px;
	display: block;
	color: #0a50a5;
	padding-left: 35px;
	line-height: 24px;
}

#leftmenu li ul a.active { background: url(images/smallblock_active.gif) left no-repeat; }
#leftmenu ul a:hover { background: url(images/blueblock_active.gif) right no-repeat; }
#leftmenu li ul a:hover { background: url(images/smallblock_active.gif) left no-repeat; }

/* Other Links */

#otherlinks {
	width: 150px;
	margin-left: 16px;
	float: left;
	margin-top: 10px;
}

#otherlinkscontent {
	background-color: #e9f2fe;
	border: 1px solid #8ebffb;
	border-top: none;
	margin-top: -11px;
}

#otherlinks h2 {
	background: url(images/bluebox_header.gif) top no-repeat;
	width: 135px;
	height: 18px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 4px;
	color: #0a50a5;
}

#otherlinks ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#otherlinks ul a {
	background: url(images/arrow.gif) no-repeat left;
	padding-left: 20px;
	color: #0a50a5;
}

#maincontent h2, #maincontent-full h2 {
	color: #0c67d6;
	font-size: 17pt;
	font-weight: normal;
	line-height: 30px;
	border-bottom: 1px solid #e8e8e8;
	margin-top: 10px;
}

#maincontent-full h2 {
	margin-left: 7px;
}

#maincontent h3, #maincontent-full h3 {
	color: #0c67d6;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	border-bottom: 1px solid #e8e8e8;
}

pre{
    font-size         : 8pt;
    border: 1px solid #D0D0D0;
	background-color: #F6F6F6;
}

/* phpCodeBeautifier User Manual */
span.redMark {
    background-color: #FFDDDD;
    border: 1px solid #FFCCCC;
}


/* ChangeLog */
table.pretty {
	margin				: 2px;
	background-color	: #A0A0A0;
}

table.pretty td.btCell, table.pretty td {
	background-color	: #FFFFFF;
	vertical-align		: top;
	text-align: left;
}

table.pretty th.btHead, table.pretty th {
	background-color	: #e5e5e5;
	vertical-align		: top;
}

img.screenshot{
	border: 1px solid #666666;
	padding: 2px;
}

img.screenshot:hover{ border: 1px solid #FF6666; }

/* Testimonials */
.testimonial{
    border: 1px solid #D0D0D0;
	background-color: #F6F6F6;
	padding: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.testimonial-content{ text-align: justify; }
.testimonial-author{ text-align: right; color: #888888; }

.topJump { text-align: right; }

/* Extranet */

tr.license-expired td{
	background-color: #FFDFDF;
	color: #990000;
}

tr.license-valid td{
	background-color: #D0E4FD;
	color: #0A50A5;
}

tr.license td{
	background-color: #DFFFDF;
	color: #009900;
}

.action-message{
	margin-top: 5px;
	background-color: #FFDFDF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: 1px solid #FF9999;
}


/* Order process */
#order-process{
/*
	float: right;
*/
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-top: 20px;
	margin-left: 5px;
	width: 160px;
	text-align: justify;
}

#order-process ol li.active{
	font-weight: bold;
}


#order-process ol li.done{
	text-decoration: line-through;
}

/* Table design */

/* ChangeLog */
table.pretty2 th{
	margin				: 2px;
	background-color	: #e5e5e5;
	border: 1px solid #A0A0A0;
	padding: 3px;
}

table.pretty2{
	border: 1px solid #A0A0A0;
	margin: 0px;
	padding: 0px;
}

table.pretty2 td{
	padding: 2px;
}

tr.invoice-proposal-expired td{
	background-color: #F6F6F6;
	color: #BFBFBF;
}

tr.invoice-proposal td{
	background-color: #FFDFDF;
	color: #990000;
}

tr.invoice td{
	background-color: #D0E4FD;
	color: #0A50A5;
}

tr.invoice-sent td{
	background-color: #D0E4FD;
	color: #0A50A5;
}

tr.invoice-paid td{
	background-color: #DFFFDF;
	color: #009900;
}


.invoice-cell-background {
	background-color: #CACACA;
	border-bottom: 1px solid #000000;
}

.invoice-bl{
	border-left: 1px solid #000000;
}

.invoice-br{
	border-right: 1px solid #000000;
}

.invoice-blr{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.invoice-blrt{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}

.invoice-blt{
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

.invoice-brt{
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

.invoice-bt{
	border-top: 1px solid #000000;
}

.invoice-bbt{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.invoice-discount{
	background-color: #EEEEEE;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}

.invoice-cell-border {
	background-color: #FFFFFF;
 border-bottom: 1px solid #000000;
}

#cart {
	float: right;
	margin: 0;
}

.aright{
	text-align: right;
}

.aleft{
	text-align: left;
}

span.formErrorMsg{
	color: #FF0000;
}

.payment-gateway{
	margin: 3px;
	float: left;
	height: 130px;
	width: 258px;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.payment-gateway-default{
	margin: 3px;
	float: left;
	height: 130px;
	width: 258px;
	background-color: #DFFFDF;
	border: 1px solid #009900;
	padding: 5px;
}

#license-request{
	margin: 3px;
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
	padding: 5px;
}

#license-request-answer{
	margin: 3px;
	background-color: #FFDFDF;
	border: 1px solid #990000;
	color: #990000;
	padding: 5px;
	margin-left: 30px;
}


.important-notice{
	margin: 3px;
	background-color: #FFDFDF;
	border: 1px dotted #990000;
	color: #990000;
	padding: 5px;
}


.important-notice a{
	color: #990000;
}

img.shot {
	margin: 3px;
	border: 1px solid #000000;
}


.imageLeft { float: left; margin: 0 10px 10px 0; }
.imageRight { float: right; margin: 0 0 10px 10px; }

.special-offer {
	border: 1px dotted #FF0000;
	background-color: #F9BDBD;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}


/*- Menu Tabs G--------------------------- */
/* http://exploding-boy.com/images/cssmenus/menus.html */

.tabsG {
  float:left;
  width:100%;
  background:#FFF;
  line-height:normal;
  }
.tabsG ul {
  margin:0;
  padding:5px 5px 0 5px;
  list-style:none;
  }
.tabsG li {
  display:inline;
  margin:0;
  padding:0;
  }
.tabsG a {
  float:left;
  background:url("images/tabs/tableftG.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
.tabsG a span.span-tab {
  float:left;
  display:block;
  background:url("images/tabs/tabrightG.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#000;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabsG a span {float:none;}
/* End IE5-Mac hack */
.tabsG a:hover span.span-tab, .tabsG a.active span.span-tab {
  color:#FFF;
  }
.tabsG a:hover, .tabsG a.active {
  background-position:0% -42px;
  }
.tabsG a:hover span.span-tab, .tabsG a.active span.span-tab {
  background-position:100% -42px;
  } 

/* BETA Status */

.beta-status-valid {
	background-color: #DFFFDF;
	border: 1px solid #A0A0A0;
	padding: 3px;
}
tr.beta-status-valid td {
	background-color: #DFFFDF;
}

.beta-status-expired {
	background-color: #FFDFDF;
	border: 1px solid #A0A0A0;
	padding: 3px;
}
tr.beta-status-expired td {
	background-color: #FFDFDF;
}

.beta-status-none {
	background-color: #EEEEEE;
	border: 1px solid #A0A0A0;
	padding: 3px;
}
tr.beta-status-none td {
	background-color: #EEEEEE;
}

.beta-status-upcoming {
	background-color: #D0E4FD;
	border: 1px solid #A0A0A0;
	padding: 3px;
}
tr.beta-status-upcoming td {
	background-color: #D0E4FD;
}

