@import url("*http://p1.zdassets.com/hc/assets/appearance-b64d6ba72b8b75a26b21924fd3a4545c.css");
/* ====================================================
   Base styles
   ==================================================== */





*, input[type=search] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}



html {
  background-color: #FFFFFF;
}


body {
  color: #555555;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 2;
  margin: 0;
}

main {
	display: block;
}

a {
  color: #1A74B0;
  text-decoration: none;
}





a:hover {
  cursor: pointer;
  text-decoration: underline;
}

img {
  vertical-align: middle;
}

p {
	margin-top: 0;
	color: #444444;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 0px;
}

h1 {
  font-size: 1.75em;
  line-height: 1.75em;
  margin: 0;
  text-transform: uppercase;
}

h7 {
	font-size: 2.75em;
	line-height: 2.75em;
	margin: 0;
	text-transform: uppercase;
}

.section-area h1 {
  text-transform: capitalize;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
 * Forms
 */

label {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}

input[type=checkbox] + label {
  display: inline-block;
  margin-left: 5px;
}

input, textarea {
  border: 1px solid #DBDBDB;
  border: 1px solid rgba(0, 0, 0, .13);
  outline: none;
  padding: 10px;
  vertical-align: middle;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea, input[type=text] {
  width: 100%;
}

input, textarea, select {
  color: #555555;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}


/*
 * Buttons
 */

button, [role=button], [type=button], [type=submit] {
  background: transparent;
  border: 1px solid #D1D1D1;
  border: 1px solid rgba(0, 0, 0, .17);
  border-radius: 5px;
  box-shadow: inset 0 -2px #F6F6F6;
  box-shadow: inset 0 -2px rgba(0, 0, 0, .03);
  color: #555555;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 33px;
  line-height: 31px;
  padding: 0 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE 8 */
  opacity: 0.4;
}

a[role="button"]:hover {
  text-decoration: none;
}

/*
 * Welcome icons
 */
 
div.principal-container div.container-span4{
  width: 21%;
  margin-right: 4%;
  float: left;
  margin-top: 40px;
}

div.principal-container div.container-span4 p.image-bloc{
  display: block;
  width: 157px;
  height: 91px;
  margin: auto;
}

div.principal-container div.container-span4 p.image-bloc span.document-image{
  width: 69px;
  height: 82px;
  background-position: 0 -21px;
}

div.principal-container div.container-span4 p.button-bloc{
  margin-top: 10px;
}

div.principal-container div.container-span4 p.button-bloc a{
  display: block;
  margin: auto;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;

}

div.principal-container div.container-span4 p.description-bloc{
  margin: auto;
  margin-bottom: 20px;
  font-size: 13px;
  color: #727272;
  padding: 5px;
  margin-top: 15px;
}

div.principal-container div.container-span4 p.image-bloc span{
  display: block;
  margin: auto;
  background: url('http://a1f538467f0d2b054493-65a035857ca82390e7d4ef715f445584.r8.cf2.rackcdn.com/sprite-support-new.png') no-repeat;
} /* in pratica sta tutto in un png e viene "ritagliato" in vari rettangoli cui viene dato un nome */

div.principal-container div.container-span4 p.image-bloc span.community-image{
  width: 91px;
  height: 91px;
  background-position: -70px -21px;
}

div.principal-container div.container-span4 p.image-bloc span.startedGuide-image{
  width: 100px;
  height: 84px;
  background-position: -162px -21px;
}

div.principal-container div.container-span4 p.image-bloc span.support-image{
  width: 84px;
  height: 80px;
  background-position: -263px -21px;
}


/* ====================================================
   Helper classes
   ==================================================== */

/*
 * Clearfix: contain floats
 */

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*
 * Column size
 */

.main-column {
  float: left;
  width: 618px;
}

.side-column {
  float: right;
  width: 298px;
}

/*
 * Dropdown carets
 */

button, [role=button], [type=button], [type=submit],
#user .dropdown-toggle {
  background: #ff7102;
/*  background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 50%,#ededed 100%);
  background:    -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 50%, #ededed 100%);
  background:     -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 50%,#ededed 100%);
  background:      -o-linear-gradient(top, #ffffff 0%,#f4f4f4 50%,#ededed 100%);
  background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f4f4f4), color-stop(100%,#ededed));
  background:         linear-gradient(to bottom, #ffffff 0%,#f4f4f4 50%,#ededed 100%);*/
  border-radius: 5px;
  color: #FFFFFF;
}

#user .dropdown-toggle:hover,
.comment-form-controls input[type=submit]:hover,
button:hover,
[role=button]:hover,
[type=button]:hover,
[type=submit]:hover {
  border-color: #bbb;
  box-shadow: inset 0 -1px #ccc;
  text-decoration: none;
}

#user .dropdown-toggle:active,
.comment-form-controls input[type=submit]:active,
button:active,
[role=button]:active,
[type=button]:active,
[type=submit]:active {
  background: #eee;
  background: -webkit-linear-gradient(top, #f5f5f5 0%,#d5d5d5 100%);
  background:    -moz-linear-gradient(top, #f5f5f5 0%, #d5d5d5 100%);
  background:     -ms-linear-gradient(top, #f5f5f5 0%,#d5d5d5 100%);
  background:      -o-linear-gradient(top, #f5f5f5 0%,#d5d5d5 100%);
  background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#d5d5d5));
  background:         linear-gradient(to bottom, #f5f5f5 0%,#d5d5d5 100%);
  border-color: #DDDDDD;
  box-shadow: inset 0 -2px #DDDDDD;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle:after {
  color: #888;
  content: "\25BE";
  font-family: "entypo";
  font-size: 14px;
  margin-left: 5px;
  padding-right: 2px;
}

#user .dropdown-panel {
  padding: 10px 0;
}

.header .dropdown-panel.pull-right {
  margin-top: 10px;
}

/*
 * Visibility: Category, Section and Article
 */

.visibility-internal:before {
  content: "\1F512";
  font-family: "entypo";
  font-size: .9em;
  margin-right: 5px;
}

/* ====================================================
   Content frame
   ==================================================== */

.header-inner, .footer-inner {
  margin: 0 auto;
  padding: 0 -50px;
  width: 980px;
  background-color:#494949;
}

main {
  margin: 25px auto 0;
  padding: 0 20px;
  width: 980px;
}

/* ====================================================
   Header
   ==================================================== */

.header {
/*  background-color: #F0F0F0;
  height: 130px;*/
  background-position:0 -220px;
  background-color: #FAE914; /* fascia gialla */
 /* border-bottom: 5px solid #494949; /* linea nera */
  height: 60px; /* fascia gialla */
}

.logo {
  float: left;
}

.logo a {
  display: inline-block;
 /* line-height: 130px;*/
}

.logo img {
  margin: 0px 0px;
  height: 130px;
  vertical-align: middle;
}

.tagline{
  float:left;
  color:#fff;
  margin:18px 0 0 7px;
  text-shadow:0px 1px 0px #416ed9;
}

.user-nav {
/*  margin: 12px auto;
  padding: 0 20px;
  width: 980px;*/
  float: right;
  margin-top: 7px;
}

.user-nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.user-nav a{
  /*color:#fff;*/
}

.user-nav > a {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  float: right;
  font-size: 12px;
  line-height: 33px;
  margin-left: 15px;
  padding-left: 15px;
}

.user-nav > a.login {
  font-size: 13px;
  margin-left: 30px;
  padding: 0 15px;
}

.user-nav > a.my-activities {
  border: 0;
}

.user-info {
  display: inline-block;
  /*float: right;*/
  margin-left: 30px;
}

.language-selector {
  display: inline-block;
}

.user-avatar {
  left: -5px;
  max-height: 20px;
  position: relative;
  top: -1px;
}

/* ====================================================
   Home
   ==================================================== */

.hero-unit {
  padding: 25px 60px 70px 60px;
}

.help-center-name {
  font-size: 35px;
}

/* ====================================================
   Parsed markdown
   ==================================================== */

.markdown {
  word-wrap: break-word;
}

.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5 {
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: bold;
  line-height: 13px;
  font-size: 13px;
}

.markdown img {
  display: block;
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, .07);
  height: auto;
  max-width: 100%;
  padding: 3px;
  margin-bottom: 10px;
}

.markdown p {
  margin-bottom: 10px;
}

.markdown ul,
.markdown ol {
  list-style-position: inside;
  margin: 0 0 10px 10px;
}

.markdown ul {
  list-style-type: disc;
}

.markdown ol {
  list-style-type: decimal;
}

.markdown ul > ul,
.markdown ol > ol {
  margin: 0 0 0 10px;
}

.markdown pre {
  background: #FBFBFB;
  background: rgba(0, 0, 0, .02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  margin-bottom: 10px;
}

.markdown blockquote {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, .07);
  color: #8E8E8E;
  font-style: italic;
  padding-left: 10px;
  margin: 0 0 10px 0;
}

.markdown hr {
  margin-bottom: 10px;
  height: 2px;
  background-color: #ECECEC;
}

/* ====================================================
   Search
   ==================================================== */

.search-small {
  display: block;
  float: left;
  line-height: 90px; /* posiziona verticalmente il box ricerca*/
  position: relative;
}

.search-small:before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 25px;
  right: 18px;
  line-height: 30px;
  position: absolute;
  top: 40%;
}

.search-small input[type=search] {
  border-radius: 20px;
  font-size: 18px;
  padding: 6px 45px 6px 20px;
  width: 300px;
}

.search-small input[type=text] {
  border-radius: 20px;
  font-size: 18px;
  padding: 6px 45px 6px 20px;
  width: 300px;
}

main .search-small {
  display: none;
}

/* ====================================================
   Navigation pages: Home, Category and Section
   ==================================================== */

.knowledge-base h1 {
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 22px;
}

.knowledge-base:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.community h4 {
  float: right;
  margin: 0;
}

.trending-questions + h4 {
  margin-top: 65px;
}

.community,
.section-tree,
.subtle-wrap,
.article-sidebar section {
 
  background: #ffffff;
  overflow: hidden;
  padding: 0px 0px 0px 10px;
  margin-top: 45px;
}

.subtle-wrap {
  margin-top: 15px;
}

.community h2 {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 12px;
  text-transform: uppercase;
}

.community h2 a {
  font-size: 12px;
  margin-left: 5px;
}

.community h4 a {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}



.section-tree .section 

{
  overflow: visible;
  float: left;
  margin: 0px 20px 40px 20px;
  width: 45%;
}


.section-tree .section h3

{ 
    overflow: visible;
  background-repeat:no-repeat;
    background-position:0px 0px;
    background-size:40px 40px;
   
 
}






.section-tree h3 {
 

  font-size: 22px;
  line-height: 40px;
  padding: 0px 0px 00px 50px;
  margin: 30px 10px 10px 0px;
}



.section-tree ul,
ul.article-list {
  color: #1A74B0;
  font-size: 14px;
 list-style-position: inside;
  list-style-type: disc;
}

.knowledge-base h4:before, .community h4:before {
  color: #333333;
  font-family: "entypo";
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.article-list li, .community li {
  line-height: 28px;
  margin-bottom: 0;
}

section.category {
 
  width: 296px;
  height: 203px;
  background: #333;
  display: block;
  line-height: 160px;
  margin-bottom: 25px;
  margin-right: 25px;
  text-align: center;
  color: section.category; /* #333333; */
  float: left;
  font-weight: normal;
}

section.category:nth-child(3n) {
  margin-right: 0;
}

section.category a {
    overflow: visible;
  border-bottom: 3px solid #FFFFFF;
  padding: 11px;
}

section.category a:hover {
  text-decoration: none;
}

section.category section,
section.category i {
  display: none;
}



.category h2 a, .section h3 a {
  color: inherit;
  font-size: .85em;
  font-weight: normal;
}

.article-promoted span {
  cursor: default;
  margin-right: 5px;
  position: relative;
}

.article-promoted span:before,
.article-promoted span:after {
  display: none;
  position: absolute;
}

.article-promoted span:hover:before,
.article-promoted span:hover:after {
  display: block;
}

.article-promoted span:before {
  background: #222;
  background: rgba(0, 0, 0, .85);
  border-radius: 4px;
  color: #FFF;
  content: attr(data-title);
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

.article-promoted span:after {
  border-bottom: 5px solid #222;
  border-bottom: 5px solid rgba(0, 0, 0, .85);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}

.see-all-articles {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
  text-decoration: underline;
}

.category-description, .section-description {
  color: #555555;
  font-size: 15px;
  line-height: 15px;
  margin-top: 0;
  margin-bottom: 30px;
}

.section-subscribe, .section-unsubscribe {
  float: right;
  margin-top: 5px;
}

.category-list a, .section-list a {
  color: inherit;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
}

/* ====================================================
   Subnav
   ==================================================== */

.sub-nav {
  margin-bottom: 4px;
}

.sub-nav .breadcrumbs {
  
  float: left;
  font-size: 12px;
  margin-top: 5px;
}

/* ====================================================
   Breadcrumbs
   ==================================================== */

.breadcrumbs li {
  display: inline-block;
  font-size: 11px;
}

.breadcrumbs li + li:before {
  color: #1A74B0;
  content: ">";
}

.category-breadcrumbs .breadcrumbs li:last-child {
  display: none;
}

/* ====================================================
   Article
   ==================================================== */

.article-header h1 {
  text-transform: none;
}

.article-author {
  font-weight: bold;
}

.article-metadata {
  float: left;
  padding-left: 55px;
  position: relative;
}

.article-avatar {
  left: 0;
  position: absolute;
  top: 0;
}

.article-avatar img {
  max-height: 38px;
  max-width: 38px;
}

.article-updated {
  color: #8E8E8E;
  font-size: 12px;
  margin-top: 5px;
}

.article-subscribe, .article-unsubscribe {
  float: right;
}

.article-sidebar {
  margin-top: 29px;
}

.article-sidebar h3 {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  font-size: 16px;
  padding-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}

.article-sidebar ul {
  margin-bottom: 60px;
}

.article-body,
.section-area .article-list {
  margin-top: 6px;
}

.article-body {
  font-size: 14px;
  line-height: 30px;
  word-wrap: break-word;
}

.article-body img {
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, .07);
  height: auto;
  max-width: 100%;
  padding: 3px;
}

.article-body pre {
  background: #FBFBFB;
  background: rgba(0, 0, 0, .02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, .07);
  color: #8E8E8E;
  font-style: italic;
  margin: 20px 0px;
  padding-left: 20px;
}

.article-body ul,
.article-body ol {
  margin: 20px 0 20px 20px;
  list-style-position: outside;
}

.article-body ul > ul,
.article-body ol > ol {
  margin: 0 0 0 20px;
}

.article-body ul {
  list-style-type: disc;
}

.article-body ol {
  list-style-type: decimal;
}

.article-body li {
  margin-left: 20px;
}

.article-footer {
  margin: 50px 0 25px;
}

.article-footer .share {
  float: right;
}

.article-vote {
  float: left;
  position: relative;
}

.article-vote-count {
  position: absolute;
  left: 260px;
  top: 4px;
  width: 300px;
}

.article-vote small {
  color: #8E8E8E;
  display: block;
}

.article-vote a:hover {
  text-decoration: none;
}

.article-vote-controls {
  position: absolute;
  right: -85px;
  top: 1px;
}

.article-vote-up, .article-vote-down {
  background: #d5d5d5;
  color: inherit;
  font-family: "entypo";
  border: none;
  border-radius: 50%;
  box-shadow: none;
  line-height: 30px;
  height: 30px;
  width: 30px;
}

.article-vote-up:before {
  color: #fafafa;
  content: "\1f44d";
}
.article-vote-down:before {
  color: #fafafa;
  content: "\1f44e";
}

.article-voted {
  box-shadow: inset 1px 1px 5px #666;
  opacity: 1;
}

.article-vote-up.article-voted {
  box-shadow: inset 1px 1px 5px #526F00;
  background-color: #6B9100 !important;
}

.article-vote-down.article-voted {
  box-shadow: inset 1px 1px 5px #99260E;
  background-color: #b7391e !important;
}

.article-more-questions {
  margin-bottom: 30px;
}

.article-comments {
  margin-top: 50px;
}

.article-comments .subtle-wrap {
  padding: 30px 30px 5px;
}

.recent-articles li, .related-articles li {
  margin-bottom: 5px;
}

ProductDataSheetPitcture

/* ====================================================
   Social share links
   ==================================================== */

/* Common styles */

.share li {
  display: inline-block;
}

.share a, .share a:before {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  width: 30px;
}

.share a:before {
  display: inline-block;
  color: #FFF;
  font-family: "entypo";
  text-align: center;
}

.share a:hover {
  text-decoration: none;
}

.share-twitter:before {
  background: #00ACED;
  content: "\F309";
}

.share-facebook:before {
  background: #3B5998;
  content: "\F30C";
}

.share-linkedin:before {
  background: #4875B4;
  content: "\F318";
}

.share-googleplus:before {
  background: #CD3C2A;
  content: "\F30F";
}

/* Community questions and answers only */

.share-label {
  cursor: pointer;
}

.share-label + .share {
  background: #FFF;
  border: 1px solid #D1D1D1;
  border: 1px solid rgba(0, 0, 0, .17);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  left: 50%;
  line-height: 70px;
  margin: 10px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 100%;
  white-space: nowrap;
  width: 175px;

}

.share-label + .share:before, .share-label + .share:after {
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
}

.share-label + .share:before {
  top: -7px;
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid #CCC;
  border-left: 7px solid rgba(0, 0, 0, 0);
  margin-left: -6px;
}

.share-label + .share:after {
  top: -6px;
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid #FFF;
  border-left: 6px solid rgba(0, 0, 0, 0);
  margin-left: -5px;
}

.share-label[aria-selected="true"] {
  color: #111;
}

.share-label[aria-selected="true"] + .share {
  display: block;
}

.share-label[aria-selected="false"] + .share {
  display: none;
}

/* ====================================================
   Attachments/Screencasts
   ==================================================== */

.attachment-list, .screencast-list {
  font-size: 11px;
  margin-top: 25px;
}

.attachment-list span, .screencast-list span {
  color: #8E8E8E;
}

.attachment-list li, .screencast-list li {
  margin-bottom: 10px;
}

.attachment-list li:before, .screencast-list li:before {
  background: #F2F2F2;
  border-radius: 3px;
  color: #8E8E8E;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}

.attachment-list li:before { content: "\1F4CE"; }
.screencast-list li:before { content: "\1F4BB"; }

/* ====================================================
   Comments - Used in the Article page and Request page
   ==================================================== */

.comment, .comment-form {
  position: relative;
  padding-bottom: 40px;
  overflow:hidden;
}

.comment-container {
  margin-left: 90px;
}

.comment-avatar {
  float:left;
  display: inline-block;
}

.comment-avatar img {
  border-radius: 3px;
  max-width: 70px;
  max-height: 70px;
}

.comment-author {
  display: block;
  margin-top: -8px;
  font-size: 16px;
  line-height: 2;
}

.comment-published, .comment-delete {
  float: right;
  font-size: 11px;
}

.comment-published {
  color: #8E8E8E;
  display: none;
}

.comment-form textarea {
  border-radius: 2px 2px 0 0;
  border-width: 1px;
}

.comment-attachments {
  border-color: #DBDBDB;
  border-color: rgba(0, 0, 0, .13);
  border-style: solid;
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
  padding: 10px;
}

.comment-form {
  padding-bottom:20px;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.comment-form-controls input[type=submit] {
  margin-left: 15px;
  padding: 0 20px;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 50%,#ededed 100%);
  background:    -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 50%, #ededed 100%);
  background:     -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 50%,#ededed 100%);
  background:      -o-linear-gradient(top, #ffffff 0%,#f4f4f4 50%,#ededed 100%);
  background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f4f4f4), color-stop(100%,#ededed));
  background:         linear-gradient(to bottom, #ffffff 0%,#f4f4f4 50%,#ededed 100%);
  border-radius: 3px;
}

.comment-screencasts {
  float: left;
  margin-top: 3px;
}

/* ====================================================
   Requests
   ==================================================== */

/*
 * Shared
 */

.request-follow-up {
  text-align: right;
}

.follow-up-hint {
  display: inline-block;
  float: right;
  font-size: 13px;
  margin-top: 13px;
}

.request-actions, .request-details, .subscriptions-menu {
  margin: 30px 0 30px;
  padding: 15px 20px;
}

.request-actions li + li, .request-details li + li {
  margin-top: 10px;
}

.request-actions, .request-details, .subscriptions-menu, .form {
  background: #FBFBFB;
  background: rgba(0, 0, 0, .02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 3px;
}

/*
 * Open requests
 */

.request {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  padding: 10px 30px 30px;
}

.request:first-child {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, .07);
}

.request-status {
  color: #FFF;
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 2px 5px;
}

.request .request-status {
  float: right;
  margin-top: 18px;
}

.request-subject {
  margin-bottom: 3px;
}

.request-published {
  color: #8E8E8E;
  font-size: 12px;
  margin-bottom: 20px;
}

.request-link {
  border: 1px solid #D1D1D1;
  border: 1px solid rgba(0, 0, 0, .17);
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  margin-top: 25px;
  padding: 3px 15px;
}

/*
 * Request lists
 */

.status-selection {
  display: inline-block;
  margin-left: 5px;
  margin-top: 20px;
}

.status-selection > button {
  font-weight: bold;
}

/*
 * All requests list
 */

.requests-search {
  border-radius: 15px;
  outline: none;
  padding: 5px 15px;
  margin-right: 30px;
  width: 250px;
}

.request-table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
  text-align: left;
}

.request-table th {
  color: #8E8E8E;
  font-size: 11px;
  font-weight: normal;
}

.request-table td, .request-table th {
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, .07);
  border-width: 1px 0;
  padding: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.request-table td:nth-child(1) { max-width: 50px; }
.request-table td:nth-child(2) { max-width: 250px; }
.request-table td:nth-child(3) { max-width: 60px; }
.request-table td:nth-child(4) { max-width: 80px; }
.request-table td:nth-child(5) { max-width: 80px; }

/*
 * Request page
 */

.request-id {
  color: #8E8E8E;
  display: block;
  font-size: 13px;
}

.request-details {
  font-size: 12px;
}

.request-details dt ~ dt {
  margin-top: 15px;
}

.request-details dd {
  font-weight: bold;
  margin: 2px 0 0;
}

/*
 * Request statuses
 */

.request-open {
  background: #59BBE0;
}

.request-answered {
  background: #F5CA00;
}

.request-solved {
  background: #828282;
}

/*
 * Subscriptions
 */

.subscription {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  padding: 10px 30px;
}

.subscription:first-child {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, .07);
}

.subscription-options {
  float: right;
}

/* ====================================================
   Search results
   ==================================================== */

body.community-enabled .search-results-column {
  float: left;
  width: 450px;
}

body.community-enabled .search-results-column ~ .search-results-column {
  margin-left: 40px;
}

.search-results-heading {
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px 0;
}

.search-results-subheading {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  padding-bottom: 10px;
  margin-bottom: 0;
}

.search-results-subheading-link {
  font-size: 13px;
  margin-left: 5px;
}

.search-result {
  margin: 0;
  padding: 20px 0;
}

.search-result + .search-result {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, .07);
}

.search-results-list {
  margin: 0;
}

.search-result-link {
  font-weight: bold;
  font-size: 16px;
}

.search-result-description{
  padding-top: 5px;
  font-size: 14px;
}
.search-result-meta {
  padding-top: 0px;
  font-size: 9px;
}

/*----------------
.search-result-meta-name,
.search-result-meta-time,
.search-result-meta-count {
  font-size: 12px;
  color: #8E8E8E;
}
-----------------  */
.search-result-meta-name,
.search-result-meta-time,
.search-result-meta-count {
  font-size: 8px;
  color: ##FAE914;
}

.search-result-meta-time:before,
.search-result-meta-count:before {
  display: inline-block;
  padding-right: 5px;
  content: '\2022';
  speak: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}

.search-result-votes {
  background: #A8D119;
  border-radius: 2px;
  color: #FFF;
  display: inline-block;
  line-height: 1em;
  margin-left: 5px;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}

.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
  margin-right: 3px;
}

/* ====================================================
   Forms
   ==================================================== */

.form {
  overflow: hidden;
  padding: 40px 55px;
}

.form-field + .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}


.form-field.required > label:after {
  content: "*";
  color: red;
  margin-left: 2px;
}

.form-field textarea, .form-field input {
  box-shadow: inset 0 1px #E3E3E3;
  box-shadow: inset 0 1px rgba(0, 0, 0, .11);
}

.form-field p {
  color: #BEBEBE;
  font-size: 11px;
}

.form-field input[type=number], .form-field input.datepicker {
  width: 150px;
}

.form form + form {
  margin-top: 25px;
}

.form footer {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, .07);
  margin-top: 40px;
  padding-top: 25px;
  text-align: right;
}

.form footer a {
  color: #CCC;
  cursor: pointer;
  margin-right: 15px;
}

/* ====================================================
   Footer
   ==================================================== */

.footer {
/*  margin-top: 50px;
  padding: 25px 0 100px;*/
  width: 100%;
  height:35px;
  margin:0;
  padding:0;
  
}
.footer-content {
  color: #727272;
  font-size: 11px;
  text-align:left;
}

.footer-content p{
  line-height:37px;
  color: #FFFFFF;
}

.social{
  float:right;
}

.social a{
  display: inline-block;
  margin-left: 10px;
  width:25px;
  height:25px;
  margin-top:5px;
}

.social a.fb{
  background: url("/hc/theming_assets/01HZM53SDND6DA0NZN2R5JY8QM") no-repeat 0 0px;
}

.social a.fb:hover{
  background-position: -26px 0px;
}

.social a.tw{
  background: url("/hc/theming_assets/01HZM53SDND6DA0NZN2R5JY8QM") no-repeat -52px 0px;
}

.social a.tw:hover{
  background-position: -78px 0px;
}

.social a.in{
  background: url("/hc/theming_assets/01HZM53SDND6DA0NZN2R5JY8QM") no-repeat -104px 0px;
}

.social a.in:hover{
  background-position: -130px 0px;
}


/* ====================================================
   Error pages
   ==================================================== */

.error-page {
  margin: 0 auto;
  max-width: 500px;
  padding-top: 5%;
}

.error-page h1 {
  font-size: 4em;
  margin-bottom: 0;
}

.error-page h2 {
  font-size: 1.25em;
  margin-bottom: 5px;
}

.error-page > a {
  display: block;
  margin-top: 25px;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, .07);
  line-height: 0;
  padding: 20px 0;
  text-align: center;
}

.pagination ul {
  display: inline-block;
}

.pagination li {
  float: left;
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, .07);
}

.pagination li + li {
  border-left: none;
}

.pagination a, .pagination span {
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  padding: 5px 12px;
}

.pagination-current {
  background-color: #F6F6F6;
  background-color: rgba(0, 0, 0, .03);
  color: #AAA;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

/* ==========================================================================
   Chat
   ========================================================================== */

.chat {
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom .5s ease-in, color .5s ease-in;
     -moz-transition: bottom .5s ease-in, color .5s ease-in;
       -o-transition: bottom .5s ease-in, color .5s ease-in;
          transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
  content: "\E720";
  font-family: "entypo";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.chat:hover {
  text-decoration: none;
}

.chat-available {
  bottom: 0;
}

.chat-unavailable {
  color: gray;
  cursor: default !important;
  bottom: -50px;
}

/* ====================================================
   Community
   ==================================================== */

/*
 * Navigation
 */

.community-nav {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 55px;
  margin-top: 75px;
  padding-bottom: 25px;
}

.community-nav li {
  display: inline-block;
  padding-right: 30px;
}

.community-nav li + li {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 30px;
}

.community-nav li:last-child {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -3px;
}

.community-nav li:last-child a {
  color: #1A74B0;
}

.community-nav li:last-child a:before {
  content: "\270E";
  font-family: "entypo";
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}

.community-sub-nav {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 15px 0;
  position: relative;
}

.community-sub-nav li {
  display: inline-block;
  margin-right: 30px;
}

.community-sub-nav .topic-add {
  position: absolute;
  right: 0;
  top: 10px;
}

.community-sub-nav + p {
  margin-top: 10px;
}

/*
 * Topics, Questions and Answers
 */

.topic {
  display: inline-block;
  width: 49.5%;
  padding: 20px 30px 20px 0;
  vertical-align: top;
}

.topic-header, .question-header {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  display: table;
  padding-bottom: 10px;
}

.topic-header > *, .question-header > * {
  display: table-cell;
  vertical-align: middle;
}

.topic-header .topic-meta, .question-header .question-meta {
  padding: 0 15px;
  white-space: nowrap;
}

.topic-heading, .question-heading, .answer-list-heading {
  font-weight: bold;
  font-size: 13px;
  width: 100%;
}

.topic-heading {
  font-size: 18px;
}

.topic-questions {
  margin-top: 45px;
}

.topic-description {
  margin-top: 10px;
}

.question, .answer {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 20px 0;
  position: relative;
}

.question-avatar, .answer-avatar {
  float: left;
  margin-right: 10px;
  min-width: 40px;
}

.question-avatar img, .answer-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.question-body, .answer-body {
  display: table-cell;
  width: 10000px;
}

.question-body p, .answer-body p {
  margin: 0 0 5px;
}

.question-body p img, .answer-body p img {
  max-width: 470px;
}

.question-body .question-meta, .answer-body .answer-meta {
  float: left;
}

.question .answer {
  border: none;
  padding-bottom: 0;
}

.question-topic-list {
  margin: -20px 0 30px;
}

.question-topic-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.question-topic-list a {
  background: #F9F9F9;
  background: rgba(0, 0, 0, .02);
  border-radius: 5px;
  color: #CCC;
  display: inline-block;
  font-size: 11px;
  padding: 7px 15px;
}

.question-title, .topic-title {
  margin: -3px 0 5px;
  font-size: 15px;
  font-weight: bold;
}

.question-title a, .topic-title a {
  font-weight: normal;
}

.question-meta, .answer-meta, .topic-meta {
  color: #CCC;
  font-size: 11px;
}

.topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
  content: "\2022";
  font-size: 10px;
  margin: 0 10px;
}

.answer-form {
  margin: 30px 0 0 95px;
}

.answer-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.answer-form-controls input[type=submit] {
  margin-left: 15px;
}

.answer-official-heading {
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 20px;
}

.answer-list-heading {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 30px;
  padding-bottom: 20px;
}

.question-share, .answer-share {
  position: relative;
}

.related-questions h3 {
  font-size: 13px;
  font-weight: bold;
}

.related-questions li {
  margin-bottom: 10px;
}

/*
 * Vote widget: question and answer
 */

.vote {
  float: left;
  margin-left: 15px;
  margin-right: 10px;
}

.vote-sum, .vote-controls {
  display: inline-block;
  vertical-align: middle;
}

.vote-sum {
  font-size: 15px;
  font-weight: bold;
  min-width: 45px;
  text-align: center;
}

.vote-controls {
  border-radius: 5px;
}

.vote-controls a {
  background: #FFF;
  border-color: #F2F2F2;
  box-shadow: none;
  color: #BBB;
  display: block;
  font-family: "entypo";
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
}

.vote-up {
  border-radius: 5px 5px 0 0;
}

.vote-down {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

.vote-up:before {
  content: "\E763";
}

.vote-down:before {
  content: "\E760";
}

.vote-controls:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.vote-controls:hover a {
  background: #FFF;
  border-color: #A6A6A6;
  color: #BBB;
}

.vote-controls a:hover, .vote-controls [aria-selected=true] {
  background: #F2F2F2;
  color: #333;
}

.vote-controls a:active {
  background: #CCC;
  color: #111;
}

/*
 * Accept widget
 */

.answer-accept {
  color: #BBB;
  font-size: 15px;
  left: 0;
  margin-top: 7px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 15px;
}

.answer-accept:hover {
  text-decoration: none;
}

.answer-accept:before {
  content: "\2713";
  font-family: "entypo";
  margin-right: 5px;
}

.answer-accepted .answer-accept, .answer-accepted .vote-sum {
  color: green;
}

/*
 * Admin controls
 */

.topic-controls, .question-controls, .answer-controls {
  float: right;
  font-size: 11px;
}

.topic-delete, .question-delete, .answer-delete {
  color: #CCC;
  margin-right: 25px;
}

.topic-delete:after, .question-delete:after, .answer-delete:after  {
  content: "\2022";
  font-size: 10px;
  margin-left: 10px;
  pointer-events: none;
  position: absolute;
}


/* ====================================================

   Up Arrow

   ==================================================== */

.uparrow{

    width:128px;

    height:128px;
    
    position:fixed;
    
    opacity:0.3;

    bottom:10px;

    right:10px;

    display:none;

    text-indent:-9999px;

    background: url('//p1.zdassets.com/hc/theme_assets/16932/3386/arrow_up.png') no-repeat;

}
.sup:hover{

    opacity:0.6;
}



/* ====================================================

   MARBED Product Sheet

   ==================================================== */
#MARBEDProductSheet {
  font-family: arial; /* */
}

.notAvailable{

  
  font-style: italic; 
}
.notAvailable:before { content:"Not Available" ; }

.ClassifiedEndUsers{
  color: red; /* */
  font-style: italic;
}
.ClassifiedEndUsers:after { content:" (This resource is available for the Registered Users only)" ; }

.ClassifiedDealers{
  color: red; /* */
  font-style: italic;
}
.ClassifiedDealers:after { content:"(This resource is available for the Registered Dealers only)" ; }


.pdf{
	background: url("http://p1.zdassets.com/hc/theme_assets/233374/200004297/pdf-ico.png" );
	background-repeat: no-repeat;
	/*font-style: italic;*/
	
  background-position: 10px;
	text-indent: 50px;
	
}

.MarbedBook{
	background: url("/hc/theming_assets/01HZM53QRGZDN4ZDGYMX1SJ61M");
	background-repeat: no-repeat;
	font-style: italic;
	background-position: left;
	text-indent: 40px;
	background-size: 24px;
}

.Movie{
  background: url("/hc/theming_assets/01HZM53P5JJ873Q9M0FHPE9W9C");
  background-repeat: no-repeat;
  font-style: italic;
  background-position: left;
  text-indent: 40px;
}

.Picture, .Announcement, .Description, .KeyFeatures, .DesignedFor, .ProductLiterature, .SpareParts, .MediaGallery {
  width:100%;  /* occupa l'intera larghezza disponibile */
  background: #E2E146;    /* colore di sfondo */
  margin: -10px; /* sborda lo sfondo a sx */

  padding-left: 10px; /* Margine di scrittura a sx */
  margin-bottom: 0px; /* non stacca troppo l'immagine */ 
  background-position: 'left top';

  font-family: Arial; /* */
  font-weight: bold; /* */
  font-size: 15px; /* */
  color: #564F4F; /* */
  letter-spacing: -1px;
  text-indent: 30px;
}

.Picture{
  background: url("/hc/theming_assets/01HZM53G8V0SHPFP132QF864GB");
  background-repeat: no-repeat;
}
.Picture:after { content: "Picture"; }

.Announcement{
  background: url("/hc/theming_assets/01HZM53NCAKE6PPJDHGWVY851T");
  background-repeat: no-repeat;
}
.Announcement:after { content: "Announcements"; }

.Description{
  background: url("/hc/theming_assets/01HZM53MA1VHBWK0FXXD76BRV2");
  background-repeat: no-repeat;
}
.Description:after { content: "Description"; }

.KeyFeatures{
  background: url("/hc/theming_assets/01HZM53EHQXKFZS0T7VK6JH1XK");
  background-repeat: no-repeat;
}
.KeyFeatures:after { content: "Key Features and benefits"; }

.DesignedFor{
  background: url("/hc/theming_assets/01HZM53JPQ3FKDFXNVSA56SQP6");
  background-repeat: no-repeat;
}
.DesignedFor:after { content: "Designed for"; }


.ProductLiterature{
  background: url("/hc/theming_assets/01HZM53N2F9KE5AN5YHMTSYE39");
  background-repeat: no-repeat;
}
.ProductLiterature:after { content: "Product Literature"; }


.SpareParts{
  background: url("/hc/theming_assets/01HZM53FEAYP0P66M4EEW03ZPE");
  background-repeat: no-repeat;
}
.SpareParts:after { content: "Spare Parts"; }


.MediaGallery{
  background: url("/hc/theming_assets/01HZM53H2BXX787BAYXZ0Y7VT5");
  background-repeat: no-repeat;
}
.MediaGallery:after { content: "Media Gallery"; }

 }



div#PUAcontainer{text-align:left}

div#PUAnumber{float:right; width:100px; background:#BFBD93;text-align:center }

div#PUAheader{border-radius:0px 0px 15px 15px; box-shadow: rgba(0,0,0,0.5) 0px 1px 6px; margin-left:-29px; background-color:#FFFF99; height:100px}
div#PUAheader p{margin-left:10px; margin-top:00px; /*padding-top:10px*/; font-size:15px}

div#PUAcode{margin-left:10px; float:left;  font-weight:bold; 
 font-size: 30px ;text-align:left}

div#PUAdescription{ margin-right:10px; height:30px; font-weight:bold; font-size: 30px ;color:0000CC;text-align:left; text-transform: capitalize}

div#PUAcontent{/*background-color:#FFFF99;*/  }
div#PUAcontent p{font-size: 10px ;margin:10px 10;}
div#PUAcontent h1{font-size: 10px ;margin:10px 10;}
div#PUAcontent h2{margin:10px 10;font-size: 20px ;color:0000CC;}
div#PUAcontent ul{list-style-type:square;}
div#PUAcontent li{}

div#PUAwrapper2{ box-shadow: rgba(0,0,0,0.5) 0px 1px 6px; border-radius:15px 15px 0px 0px; margin-left:-29px; background:#F6F0E0; height:400px;margin-top:10px;}

div#PUAwrapper3{ box-shadow: rgba(0,0,0,0.5) 0px 1px 6px; border-radius:15px 15px 15px 15px; margin-left:-29px; background:#FFFFFF; margin-top:10px;}

div#PUAwrapper3 p{ line-height: 3;}



div#wrapper{margin-left:-30px; background:#F6F0E0; height:400px;margin-top:20px;}

div#PUAnavigation{/*background:#F6A4E0;*/float:left;width:70%;height:400px}
div#PUAnavigation p{margin-left:20px ;/* margin-top:10px; */ }
div#PUAnavigation ul{margin:10px 40;list-style-type:square;}
div#PUAnavigation li{/*margin-bottom:05px;*/}

div#PUAextra{border-radius:0px 15px 0px 0px; box-shadow: rgba(0,0,0,0,5) 0px 1px 6px; float:right;width:30%;background:#CCC8B3; height:100%}
div#PUAextra p{margin:0 ;font-size: 10px; float:center; font-style:italic;padding:5px 10px}

div#PUAfooter{box-shadow: rgba(0,0,0,0.5) 0px 1px 6px; border-radius:0px 0px 15px 15px; margin-left:-29px; clear:both;background:#FFFF99/*BFBD93*/;}
div#PUAfooter p{margin:10;padding:50px 10px}
/*-------*/

div#NPAcontainer{/*width:700px;margin:30 auto;*/text-align:left}

div#NPAnumber{float:right; width:100px; background:#BFBD93;text-align:center }

div#NPAheader{background-color:#FFFF99; height:100px}
div#NPAheader p{/*margin-left:10px ; margin-top:20px;padding-top:10px;*/font-size: 15px  }

div#NPAcode{float:left; width:200px; height:30px; font-weight:bold; 
 font-size: 30px ;text-align:center;margin:0; vertical-align:middle;}

div#NPAdescription{ height:65px;  margin-top:-10px; width:350px ;overflow:auto; font-weight:bold; font-size: 30px ;color:0000CC;text-align:left;/*background:#BFBD93*/;}

div#NPAcontent{margin-top:30px ;}
div#NPAcontent p{font-size: 15px ;margin:10px 10;}
div#NPAcontent h1{margin:10px 10;}
div#NPAcontent h2{margin:10px 10;font-size: 20px ;color:0000CC;}
div#NPAcontent ul{list-style-type:square;}
div#NPAcontent li{}

div#NPAwrapper2{float; background:#F6A4E0; height:400px;margin-top:40px;}

 {background:#F6F0E0;float:left;width:30%;height:400px}
div#NPAnavigation p{margin:0;font-style:italic;padding:5px 10px; line-height:normal;}

div#NPAextra{float:right;width:70%;background:#CCC8B3;height:400px}
div#NPAextra p{margin-left:20px ;/* margin-top:10px; */padding:5px 0; line-height:normal; }
div#NPAextra ul{margin:00px 30;list-style-type:square;}
div#NPAextra li{/*margin-bottom:05px;*/}

div#NPAfooter{clear:both;background:#BFBD93; width:100% }
div#NPAfooter p{margin:0;padding:5px 10px}


/* ====================================================

   ROBY Product Sheet

   ==================================================== */

/* ulp {padding-left: 10px;}
						
/*Questo è il contenitore numero Pua*/

		.PUA {
	float:right;
	width:140px;
	font-weight: bold;
	padding: 1px;
	background-color:#00CC33;
	text-align:center;
	margin-right: 15px;
	margin-top: 0px;
		}
		
			.NPA {
	float:right;
	width:140px;
	font-weight: bold;
	padding: 1px;
	text-align:center;
	margin-right: 15px;
	margin-top: 0px;
	background-color: #FFF;
		}
		
		.PDN {
	float:right;
	width:140px;
	font-weight: bold;
	padding: 1px;
	text-align:center;
	margin-right: 15px;
	margin-top: 0px;
	background-color: #CCC;
		}
		
/*Questo è il contenitore primario*/
/*
	.FinestraPrincipale 
	{
	width:587px;
	height:auto;
} */
/*Questo è la testata PDN*/

	.rettangoloPDNHEAD {
	width: 95%;
	height: inherit;
	font-size:14px;
	font-weight: normal;
	background-color:#FFEC00;
	margin-top:0;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 0px 0px 15px 15px;
	-moz-box-shadow: 0px 3px 7px #3b3a3b;
	-webkit-box-shadow: 0px 3px 7px #3b3a3b;
	box-shadow: 0px 3px 7px #3b3a3b;
    
		}
		
		
		/*Testo "Marbed is..."..*/
		
	.rettangoloPDNHEAD h1{
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #444444;
	text-transform: none;
	margin-top: 0px;
}		

	.rettangoloPDNHEAD p{
	text-wrap: none;

}		

.rettangoloPDNHEAD:before { content: "Marbed announces the dismission of the product"; }





/*Questo è la testata NPA*/

	.rettangoloNPAHEAD {
	width: 95%;
	height: inherit;
	font-size:14px;
	font-weight: normal;
	background-color:#FFEC00;
	margin-top:0;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 0px 0px 15px 15px;
	-moz-box-shadow: 0px 3px 7px #3b3a3b;
	-webkit-box-shadow: 0px 3px 7px #3b3a3b;
	box-shadow: 0px 3px 7px #3b3a3b;
    
		}
		
		
		/*Testo "Marbed is..."..*/
		
	.rettangoloNPAHEAD h1{
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #444444;
	text-transform: none;
	margin-top: 0px;
}		

	.rettangoloNPAHEAD p{
	text-wrap: none;

}		

.rettangoloNPAHEAD:before { content: "Marbed is proud to announce the release of the new product"; }
		
/*Questo è la testata PUA*/

	.rettangoloPUAHEAD {
	width: 95%;
	height: inherit;
	font-size:14px;
	font-weight: normal;
	background-color:#FFEC00;
	margin-top:0;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 0px 0px 15px 15px;
	-moz-box-shadow: 0px 3px 7px #3b3a3b;
	-webkit-box-shadow: 0px 3px 7px #3b3a3b;
	box-shadow: 0px 3px 7px #3b3a3b;
    
		}
		
		
		/*Testo "Marbed is..."..*/
		
	.rettangoloPUAHEAD h1{
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #444444;
	text-transform: none;
	margin-top: 0px;
}		

	.rettangoloPUAHEAD p{
	text-wrap: none;

}		

.rettangoloPUAHEAD:before { content: "Marbed is excited to announce enhancements for"; }

/*Questo è lo spazio foto*/
		

		.rettangolo2 {
	width: 95%;
	height: inherit;
	background-color:#FFFFFF;
	margin-top:8px;
	
	}


		
			.rettangolo70 {
	width: 69%;
	height: 320px;

	background-color:#FFFFFF;
	margin-top:40px;
	margin-bottom:8px;
	float:left
	}
	
			.rettangolo70 img {
				width:300px;
}
			.rettangolo70 a {
	target:_new;
	cursor: pointer;
}

			.rettangolo30 {
	width: 30%;
	height: 352px;

	background-color:#FFFFFF;
	margin-top:8px;
	margin-bottom:8px;
	float:right;
	display:block;
	}

		
/*Questo è lo spazio foto*/
		
		.rettangoloIMMAGINE {
	width: 70%;
	height: auto;
	float:left
	
	
	background-color:#444444;
	margin-top:8px;
	
	

		}
		
		/*Questo è lo spazio validity e contacts*/
		
		.rettangoloRIGHT {
	width: 30%;
	height:100%;
	float:right;
	background-color:#FffffF;
	margin-top:0;
}
		
		
	

	.rettangoloENHANCEMENTS {
	width: 100%;
	height: auto;
	min-height: 10px;
	background-color: #FFFFFF;
	float: left;
	
	

	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 0px 0px;
	
	-moz-box-shadow: 0px -3px 7px #3b3a3b;
		-webkit-box-shadow: 0px -3px 7px #3b3a3b;
		box-shadow: 0px -3px 7px #3b3a3b;
		
		
	margin-right: 5px;
	
}
	
	
	.rettangoloENHANCEMENTS h3	
	
	{
	font-size:12px;
	background-color:#FFEC00;
	margin-top:0;
	height: 28px;
	font-weight: bold;
	font-style: oblique;
	padding-left: 10px;
	padding-top: 0px;
	text-shadow: 1px 1px 2px #999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 0px 0px;
}
	
.rettangoloENHANCEMENTS h3:before { content: "Enhancements"; }
	
	
	.rettangoloENHANCEMENTS h5	
	
	{
	font-size:12px;
    line-height: 20px;
	margin-top:15px;

	font-weight: normal;
	font-style: oblique;
	padding-left: 20px;
	padding-top: 0px;
	
}
	
	
	.rettangoloFEATURES {
	width: 100%;
	height: auto;
	min-height: 10px;
	background-color: #FFFFFF;
	float: left;
	
	

	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 0px 0px;
	
	-moz-box-shadow: 0px -3px 7px #3b3a3b;
		-webkit-box-shadow: 0px -3px 7px #3b3a3b;
		box-shadow: 0px -3px 7px #3b3a3b;
		
		
	margin-right: 5px;
	
}
	
	
	.rettangoloFEATURES h3	
	
	{
	font-size:12px;
	background-color:#FFEC00;
	margin-top:0;
	height: 28px;
	font-weight: bold;
	font-style: oblique;
	padding-left: 10px;
	padding-top: 0px;
	text-shadow: 1px 1px 2px #999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 0px 0px;
}
	
.rettangoloFEATURES h3:before { content: "Key Features and Benefits"; }
	
	
	.rettangoloFEATURES h5	
	
	{
	font-size:12px;
    line-height: 20px;
	margin-top:15px;

	font-weight: normal;
	font-style: oblique;
	padding-left: 20px;
	padding-top: 0px;
	
}
	
	
		.rettangoloWHY {
	width: 100%;
	height: auto;
	min-height: 10px;
	background-color: #FFFFFF;
	float: left;
	
	

	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 0px 0px;
	
	-moz-box-shadow: 0px -3px 7px #3b3a3b;
		-webkit-box-shadow: 0px -3px 7px #3b3a3b;
		box-shadow: 0px -3px 7px #3b3a3b;
		
		
	margin-right: 5px;
	
}
	
	
	.rettangoloWHY h3	
	
	{
	font-size:12px;
	background-color:#FFEC00;
	margin-top:0;
	height: 28px;
	font-weight: bold;
	font-style: oblique;
	padding-left: 10px;
	padding-top: 0px;
	text-shadow: 1px 1px 2px #999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 0px 0px;
}
	
.rettangoloWHY h3:before { content: "Description"; }
	
	
	.rettangoloWHY h5	
	
	{
	font-size:12px;
    line-height: 20px;
	margin-top:15px;

	font-weight: normal;
	font-style: oblique;
	padding-left: 20px;
	padding-top: 0px;
	
}
	
	
	
	.rettangoloDESCRIPTION {
	width: 69%;
	height: auto;
	min-height: 100px;
	background-color: #222FFF;
	float: right;
	
	

	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 0px 0px;
	
	-moz-box-shadow: 0px -3px 7px #3b3a3b;
		-webkit-box-shadow: 0px -3px 7px #3b3a3b;
		box-shadow: 0px -3px 7px #3b3a3b;
		
		
	
	
}
	
	
	.rettangoloDESCRIPTION h3	
	
	{font-size:12px;
	background-color:#FFEC00;
	margin-top:0;
	height: 28px;
	font-weight: bold;
	font-style: oblique;
	padding-left: 10px;
	padding-top: 0px;
	text-shadow: 1px 1px 2px #999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 0px 0px;}
	
	
	
	
	.rettangoloDESCRIPTION h5	
	
	{
	font-size:12px;
    line-height: 20px;
	margin-top:15px;

	font-weight: normal;
	font-style: oblique;
	padding-left: 20px;
	padding-top: 0px;
	
}
	
	
	
	
	
	
	
			/*Questo è validity e contacts*/
		
		.rettangoloVALIDITY {
	width: 140px;
	height: 150px;
	float:right;
	/*min-height: 150px;*/
	background-color:#999999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0px -3px 7px #3b3a3b;
	-webkit-box-shadow: 0px -3px 7px #3b3a3b;
	box-shadow: 0px -3px 7px #3b3a3b;
	margin: 15px;
}

.rettangoloVALIDITY h1{
padding: 0px 0px 0px 0px; 
font-size: 32px; 
line-height: 30%; 
font-weight: bold; 
text-align: center; 
text-shadow: 1px 1px 5px #111111; 
color: #ffffff;
}

.rettangoloVALIDITY h2{
	padding: 0px 2px 0px 2px;
	font-size: 20px;
	line-height: 70%;
	font-weight: bold;
	text-shadow: 1px 1px 5px #111111;
	color: #ffffff;
	text-align:center;
}

.rettangoloVALIDITY h3:before { content: "Validity"; }

.PDN-body .rettangoloVALIDITY h3:before { content: "Discontinue dates"; }

.rettangoloVALIDITY P{
padding: 0px 14px 0px 14px; 
font-size: 12px; 
line-height: 100%; 
font-weight: normal; 
text-align: center; 
color: #ffffff;}

/*.rettangoloINRIGHT h3 {
	font-size:12px;
	background-color:#FFEC00;
	margin-top:0;
	height: 28px;
	font-weight: bold;
	font-style: oblique;
	padding-left: 10px;
	padding-top: 0px;
	text-shadow: 1px 1px 2px #999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 0px 0px;}
*/
		
		
			/*Questo è validity e contacts*/
		
.rettangoloCONTACTS {
	width: 140px;
	height: 150px;
	float:right;
	/*min-height: 150px;*/
	background-color:#CCCCCC;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0px -3px 7px #3b3a3b;
	-webkit-box-shadow: 0px -3px 7px #3b3a3b;
	box-shadow: 0px -3px 7px #3b3a3b;
	margin: 15px;
	
	
	
}

.rettangoloCONTACTS h3:before { content: "Contacts"; }

.rettangoloVALIDITY h3 {
	font-size:12px;
	background-color:#FFEC00;
	margin-top:0;
	height: 28px;
	font-weight: bold;
	font-style: oblique;
	text-shadow: 1px 1px 2px #999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 0px 0px;
	padding: 0px 20px 20px 10px;
}


.rettangoloCONTACTS h3 {
	font-size:12px;
	background-color:#FFEC00;
	margin-top:0;
	height: 28px;
	font-weight: bold;
	font-style: oblique;
	text-shadow: 1px 1px 2px #999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 0px 0px;
	padding: 0px 20px 20px 10px;
	}


.rettangoloCONTACTS h5 {
	color:#1A74B0;
	padding-left: 10px;
	
	line-height:1px;
	font-weight: normal;
	text-align:left;
	}

.rettangoloCONTACTS h6 {
	font-size:12px;
	color:#666666;
	padding-left: 10px;
	line-height:1px;
	font-weight: bold;
	text-align:left;
	padding-top: 15px;
	}
	
	
		rigaGRIGIA {
	background-color:#999999;
	color: #F3F3F3;
}


.rigaTESTOgrigia {
	/*font-size:12px;*/
	background-color:#EEEEEE;
	margin-top:0;
	height: auto;
	/*font-weight: normal;
	font-style: normal;*/
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.rigaTESTOgrigia h4{
	font-size:14px;
	line-height:1em;
	font-weight: bold;
}

.rigaTESTOgrigia h6{
	border: 10px;
	font-size:12px;
	
	font-weight: normal;
	line-height: 1em;
	 
	
	
}

.rigaTESTObianca {
	/*font-size:12px;*/
	background-color:#FFFFFF;
	margin-top:0;
	height: auto;
	/*font-weight: normal;
	font-style: normal;*/
	padding-left: 20px;
	padding-top: 0px;
}

.rigaTESTObianca h4{
	font-size:14px;
	line-height:1.5em;
	font-weight: bold;
}

.rigaTESTObianca h6{
	border: 10px;
	font-size:12px;
	
	font-weight: normal;
	line-height: 1em;
	 
	
	
}
.rettangoloRETROACTIVITY {
	width: 69%;
	height: auto;
	min-height: 120px;
	margin-top:-2px;
	background-color: #B6B6B6;
	float: left;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 0px 0px;
/*	-moz-box-shadow: 0px -3px 7px #3b3a3b;
	-webkit-box-shadow: 0px -3px 7px #3b3a3b;
	box-shadow: 0px -3px 7px #3b3a3b;*/
}
	
	
	.rettangoloRETROACTIVITY h3	
	
	{font-size:12px;
	background-color:#FFEC00;
	margin-top:0;
	height: 28px;
	font-weight: bold;
	font-style: oblique;
	padding-left: 10px;
	padding-top: 0px;
	text-shadow: 1px 1px 2px #999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 0px 0px;
	
	-moz-box-shadow: 0px -3px 7px #3b3a3b;
	-webkit-box-shadow: 0px -3px 7px #3b3a3b;
	box-shadow: 0px -3px 7px #3b3a3b;}
	
.rettangoloRETROACTIVITY h3:before { content: "Retroactivity"; }

.rettangoloRETROACTIVITY h5	
	
	{font-size:14px;
	line-height: 1.5em;
	margin-top:0;
	color:#444444;
	font-weight: normal;
	font-style: oblique;
	padding-left: 10px;
	padding-top: 0px;
	 overflow: Auto;
	
	}




	.rettangoloADDITIONAL {
	width: 30%;
	height: auto;
	min-height: 120px;
	background-color: #CCCCCC;
	float: right;
	margin-top:-2px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 0px 0px;
	/*-moz-box-shadow: 0px -3px 7px #3b3a3b;
	-webkit-box-shadow: 0px -3px 7px #3b3a3b;
	box-shadow: 0px -3px 7px #3b3a3b;*/
	margin-right: 0px;
}
	
	
	.rettangoloADDITIONAL h3	
	
	{font-size:12px;
	background-color:#FFEC00;
	margin-top:0;
	height: 28px;
	font-weight: bold;
	font-style: oblique;
	padding-left: 10px;
	padding-top: 0px;
	text-shadow: 1px 1px 2px #999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 0px 0px;
	
	-moz-box-shadow: 0px -3px 7px #3b3a3b;
	-webkit-box-shadow: 0px -3px 7px #3b3a3b;
	box-shadow: 0px -3px 7px #3b3a3b;
	}
	
	
.rettangoloADDITIONAL h3:before { content: "Additional Information"; }
	
	.rettangoloADDITIONAL h5	
	
	{font-size:14px;
	line-height: 1.5em;
	margin-top:0;
	color:#444444;
	font-weight: normal;
	font-style: oblique;
	padding-left: 10px;
	padding-top: 0px;
	}
	
	
	
	
	.rettangoloCRights{ 
			text-align:center;
			font-size:9px;
			
  }				

		.rettangoloCRights:before {
 content: "Copyright 2001-2014, Marbed (Italy). All rights reserved."; }				
			
/*			
			.#BARRA
{
    overflow: Auto;
    background-color: #EEEEEE;
    color: #000000;
    font: Normal 12px Verdana;
    width: 150px;
    height: 200px;
    margin: 0px;
    padding: 5px;
    border: Solid 1px #000000;
    scrollbar-base-color: #000000;
    scrollbar-arrow-color: #CCCCCC;
    scrollbar-track-color: #CCCCCC;
}*/


#scroll 
{
	overflow: auto;
	color: #999999;
	width:99%;
	height: 65px;
	margin: 0px;
	scrollbar-base-color: #333333;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #CCCCCC;
} 



/*
 * ScreenSteps
 */

div.step h2 {
color: #FF7F00;
    font-weight: bold;
}

div.step h3 {
  color: #FF7F00;
    font-weight: normal;
}
