/**
 * Style rules common to our X-Cart, WordPress and forum areas
 */

.alignleft { float: left; }
.alignright { float: right; }
.clear { clear: both; height: 0px; }
.textcent { text-align: center; }

.left { float: left; }
.right { float: right; }

/* Start Cookie Popup */
.cookie_popup {
   display: inline;
   color: #000000;
   text-align: right;
   font-size: 13px;
   line-height: 100%;
   position: fixed;
   bottom: 0;
   right: 0;
   margin: 0;
   padding: 5px 15px 5px 5px;
   background: #F0F8FB;
   z-index: 100000;
   opacity: 0.9;
   filter: alpha(opacity=90);
}

.cookie_popup a {
   color: #000000;
   font-weight: bold;
}

.cookie_popup a:hover {
   color: #000000;
   text-decoration: underline;
}

.cookie_popup a:visited { color: #000000; }

/* End Cookie Popup */

div.header-wrapper {
   width: 100%;
   height: 72px;
   background: #fff;
   border-bottom: 1px solid #c0c0c0;
}

div.header-bar{
   width: 942px;
   margin: 0 auto;
   padding: 0px 19px;
}

div.header-title {
   display: inline-block;
   position: relative;
}

.header-title img {
   display: block;
   float: left;
   margin-top: 8px;
   margin-left: -3px;
}

.header-title h1 {
   display: inline-block;
   height: 72px;
   line-height: 72px;
   font-size: 39px;
   margin-left: 6px;
   margin-top: 1px;
   vertical-align: middle;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: #000;
}

.header-title sup {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   line-height: 60px;
   margin-left: 6px;
   vertical-align: top;
}

div.header-social-and-language { margin-top: 26px; }
div.header-social { height: 20px; }

.header-social img {
   display: block;
   float: left;
   margin-left: 8px;
}

div.header-language {
   width: 98px;
   z-index: 999;
   padding-left: 8px;
}

div.header-dddlogo {
   margin-top: 2px;
   margin-left: 8px;
}

.header-dddlogo img {
   display: block;
   float: right;
}

div.header-search {
   float: right;
   margin-top: 14px;
   margin-right: 1px;
   margin-bottom: 14px;
}

.header-search input {
   height: 20px;
   margin: 0px;
   width: 185px;
   background-color: #f0f0f0;
}

.header-search img {
   display: block;
   float: right;
   vertical-align: bottom;
   border: 0;
   margin-left: 10px;
}

.nav-bar ul {
   list-style: none;
   list-style-image: none;
   position: relative;
   margin: 0px;
   padding: 0px;
   font-size: 0;
}

.nav-bar li {
   list-style: none;
   list-style-image: none;
   text-align: center;
   display: inline-block;
}

.nav-bar a,
.nav-bar a:visited,
.nav-bar a:link {
   color: #666;
   text-decoration: none;
   display: block;
   font-size: 16px;
   line-height: 20px;
   padding: 26px 20px;
}

.nav-bar a:hover { color: #4D91FE; }

.nav-bar li > a:after {
   display: inline-block;
   content: ' ';
   background-image: url('/images/DropDown.svg');
   background-position: bottom;
   background-repeat: no-repeat;
   margin-left: 4px;
   position: relative;
   top: 2px;
   background-size: 13px 13px;
   height: 13px;
   width: 13px;
}

.nav-bar li > a:only-child:after {
   display: none;
}

.nav-bar ul ul {
   display: none;
   min-width: 70px;
   z-index: 998;
   background: #fff;
   border-left: 1px solid #c0c0c0;
   border-bottom: 1px solid #c0c0c0;
   border-right: 1px solid #c0c0c0;
   padding: 0px 20px 8px;
   float: left;
   position: absolute;
}

.nav-bar li:hover > ul { display: block; }

.nav-bar li li {
   float: none;
   display: block;
   text-align: left;
   line-height: 28px;
}

.nav-bar li li a,
.nav-bar li li a:visited,
.nav-bar li li a:link {
   padding: 6px 0px;
}


li.nav-bar-heading {
   line-height: 24px;
   padding-top: 12px;
}

li.nav-bar-heading:first-child {
   padding-top: 0px;
}

.nav-bar-heading span {
   font-size: 16px;
   color: #3F63AF;
   font-weight: bold;
}

div.footer {
   width: 980px;
   margin: 0 auto;
   font-size: 12px;
   margin-bottom: 10px;
   line-height: 1.5em;
   height: auto;
   border-left: 1px solid #dfdfdf;
   border-right: 1px solid #dfdfdf;
   border-bottom: 1px solid #dfdfdf;
   background: #fff;
}

.footer img {
   display: block;
   float: left;
}

div.footer-top {
   border-bottom: 1px solid #dfdfdf;
   text-align: center;
   color: #000;
}

.footer-top div {
   float: left;
   width: 326px;
   height: 150px;
   padding-top: 18px;
   border-right: 1px solid #dfdfdf;
}

.footer-top h2 {
   color: #3f63af;
   font-weight: 600;
}

.footer-top p {
   font-size: 16px;
   margin-top: 10px;
   margin-bottom: 12px;
}

div.noborder {
   border: none;
   border-collapse: collapse;
}

.footer-top div.clear {
   float: none;
   border: none;
   width: auto;
   height: 0;
   padding: 0;
}


div.footer-left {
   float: left;
   width: 420px;
   padding-top: 8px;
   padding-left: 70px;
   padding-bottom: 14px;
   border-right: 1px solid #dfdfdf;
}

.footer-left li {
   font-size: 14px;
   color: #333333;
}

div.footer-feature-list {
   padding-top: 20px;
   padding-left: 50px;
}

div.footer-buttons {
   padding-left: 40px;
}

.footer-buttons ul {
   list-style: none;
   list-style-image: none;
   position: relative;
   margin: 0px;
   padding: 0px;
}

.footer-buttons li {
   list-style: none;
   list-style-image: none;
   text-align: center;
   float: left;
   position: relative;
   padding-right: 32px;
}

.footer-buttons li:last-child {
   padding-right: 0;
}

.button,
.button a:link {
   display: inline-block;
   color: #fff !important;
   font-size: 16px;
   font-weight: 700;
   height: 30px;
   line-height: 28px;
   margin-bottom: 14px;
   margin-top: 16px;
   padding: 0 15px;
}

.button.blue {
   background-color: #3f63af;
}

.button.tight {
   margin-bottom: 2px;
   margin-top: 4px;
}

a:hover.button.blue {
   background-color: #324f8c;
}

div.need-help {
   float: right;
   width: 259px;
   padding-top: 23px;
   padding-right: 130px;
   padding-bottom: 5px;
}

.need-help h3 {
   color: #3f63af;
   font-size: 20px;
   font-weight: normal;
   margin-bottom: 10px;
}

.need-help a:link, .need-help a:visited { color: #000; }
.need-help a:hover { color: #4D91FE; }
.need-help p:hover { color: #4D91FE; }

.need-help img {
   display: inline-block;
   float: none;
   vertical-align: middle;
}

.need-help div {
   margin-bottom: 2px;
}

.need-help p {
   clear: none;
   font-size: 12px;
   font-weight: bold;
   display: inline-block;
   margin: 0 4px 0 2px;
}

div.footer-links {
   width: 980px;
   padding-top: 14px;
   padding-bottom: 10px;
   color: #4798d0;
   font-weight: bold;
   overflow: hidden;
   line-height: 1.5em;
   text-align: center;
}

.footer-links a:hover { }

div.footer-terms {
   width: 980px;
   padding-bottom: 10px;
   font-size: 10px;
   color: #000000;
   font-weight: normal;
   font-size: 10px;
   overflow: hidden;
   line-height: 1.5em;
   text-align: center;
}

.footer-terms a,
.footer-terms a:visited,
.footer-terms a:link { color: #000000; }

.footer-terms a:hover { color: #4D91FE; }

div.footer-language {
   width: 86px;
   z-index: 999;
   padding-right: 12px;
   position: relative;
   top: -54px;
}

div.language-current {
   margin: 0;
   padding: 0;
   position: relative;
   width: 84px;
   height: 18px;
   font-size: 12px;
   color: #666;
   background: #FFF;
   border: 1px solid #ccc;
   text-align: left;
}

.language-current ul {
   margin: 0px;
   padding: 0px 4px;
   background-image: url('/images/DropDown.svg');
   background-position: 66px 3px;
   background-repeat: no-repeat;
   background-size: 13px 13px;
}

.language-current li {
   list-style: none;
   list-style-image: none;
}

div.language-list {
   margin: 0;
   padding: 0;
   position: absolute;
   width: 84px;
   font-size: 12px;
   color: #666;
   background: #FFF;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   display: none;
   text-align: left;
   z-index: 999;
}

.language-list ul { padding: 0px 4px; }

.language-list ul li {
   list-style: none;
   list-style-image: none;
}

.language-list ul li:hover {
   background: #99ccff;
   cursor: pointer;
}

p.user-guide-wide { margin-right: -100px !important; }

span.user-guide-arrow {
   padding: 12px;
   font-size: 32px;
   position: relative;
   top: -112px;
}

img.user-guide-tile {
   vertical-align: middle;
   position: relative;
   left: 4px;
   top: -2px;
}

.list-with-gaps li { margin-bottom: 14px; }

div.left-half {
   float: left;
   width: 440px;
   padding-right: 17px;
   text-align: center;
}

div.right-half {
   float: left;
   width: 440px;
   padding-left: 17px;
   text-align: center;
}

.left-half p,
.right-half p {
   margin-left: 0px;
   margin-right: 0px;
}

div.download-bar {
   position: fixed;
   top: 0px;
   width: 917px;
   background-color: #f8f8f8;
   z-index: 9999;
   padding: 8px 33px 8px 30px;
   border-bottom: 1px solid #dfdfdf;
   visibility: hidden;
}

.download-bar img {
   display: block;
   float: left;
}

p.product-phrase {
   font-size: 24px;
   color: #444;
}

.feat-download  {
   display: inline-block;
   color: #000;
}

.feat-download h2 {
   font-size: 20px;
   font-weight: 600;
   margin-top: 10px !important;
   margin-bottom: 2px !important;
}

div.download-left {
   float: left;
   width: 457px;
}

div.download-right {
   float: left;
   width: 457px;
}

.crossfade {
   width: 980px;
   height: 551px;
}

.crossfade span {
   top: 0px;
   display: none;
   position: absolute !important;
}

.crossfade2 {
   width: 440px;
   height: 248px;
   text-align: left;
}

.crossfade2 span {
   top: 0px;
   display: none;
   position: absolute !important;
}

.crossfade3 {
   width: 438px;
   height: 249px;
   text-align: left;
}

.crossfade3 span {
   top: 0px;
   display: none;
   position: absolute !important;
}

.overlay-block {
   z-index: 2;
   float: right;
   position: absolute;
   right: 40px;
   top: 40px;
   width: 300px;
   height: 190px;
   background-color: rgba(255, 255, 255, 0.8);
   text-align: center;
   color: #000
}

.overlay-title {
   font-size: 28px;
   line-height: 1.1;
   padding-top: 11px;
}

.overlay-text {
   font-size: 20px;
   padding: 9px 10px 12px;
}

.product-list {
   display: inline-block;
   font-size: 24px;
}

.product-list img {
   vertical-align: middle;
}

.video-link { position: relative; }

.video-link a {
   position: absolute;
   display: block;
   background-image: url('/images/PlayOverlay.svg');
   width: 68px;
   height: 48px;
   left: 186px;
   top: 100px;
}

.video-link a:hover {
   background-image: url('/images/PlayOverlayHover.svg');

