/*#content {
  width: 690px;
  margin: 20px auto; } */

.gugg-slider {
    margin-bottom: 10px;
}

.scale {
  width: 480px;
  height: 46px;
  padding: 0;
  margin: 0;
  border: 1px solid #999;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  position: relative;
  background-image: url(images/slider_background.png);
  font-family: verdana;
  font-size: 12px; }
  .scale li {
    height: 47px;
    font-weight: bold;
    list-style-type: none;
    display: block;
    float: left;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: 0;
    left: 0; }
    .scale li .scale-text {
      height: 37px;
      line-height: 37px;
      text-align: center;
      position: relative;
      top: 10px;
      background-image: url(images/scale_border.png);
      background-repeat: no-repeat;
      background-position: left bottom; }
    .scale li:first-child .scale-text {
      background-image: none; }
    .scale li .bullet {
      height: 47px;
      line-height: 47px;
      position: relative;
      font-size: 16px;
      top: -62px;
      left: 0;
      color: #005596; }

.slider {
  background-color: transparent;
  background-image: none; }

.ui-slider {
  border: none;
  z-index: 10; }
  .ui-slider .ui-slider-handle {
    width: 50px;
    height: 33px;
    border: none;
    background-color: transparent;
    background-image: url(images/grabber.png);
    z-index: 15; }

#content .support-popups .popup {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #0089a1;
    background-color: #bde0e7;
    width: 430px;
    display: none; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 20px;
    position: relative;
    left: 28px;}

.support-popups .popup:before {
	content:"";
	position:absolute;
	border-style:solid;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;


	top:-19px; /* value = - border-top-width - border-bottom-width */
	right:50px; /* controls horizontal position */
	bottom:auto;
	left:auto;
	border-width:0 6px 19px; /* vary these values to change the angle of the vertex */
	border-color:#0089a1 transparent;
}

.support-popups .popup:after {
	content:"";
	position:absolute;
	border-style:solid;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;


	top:-16px; /* value = - border-top-width - border-bottom-width */
	right:50px; /* controls horizontal position */
	bottom:auto;
	left:auto;
	border-width:0 6px 19px; /* vary these values to change the angle of the vertex */
	border-color: #bde0e7 transparent;
}

.support-matrix {
  width: 490px;
  font-size: 12px;
  background-image: url(images/support-matrix-bg.png);
  background-repeat: repeat-y;
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae; }
  .support-matrix .left {
    width: 245px;
    float: left; }
  .support-matrix .right {
    width: 245px;
    float: right; }
  .support-matrix .cell {
    border-top: 1px solid #aeaeae;
    padding: 10px; }
    .support-matrix .cell:first-child {
      border-top: none; }


div.support-cross-sell-matrix {
    padding: 10px;
    width: 470px;
    background-color: #bde0e7;
}

/* jQuery UI Theme overrides */

#main-three-center .ui-tabs {
    padding: 0;
}

#main-three-center  .ui-tabs .ui-tabs-panel {
    padding: 1em 0;
}

#main-three-center .ui-tabs.ui-widget-content {
    background: none;
    border: none;
    color: inherit;
}

#main-three-center .ui-tabs .ui-widget-header {
    background: none;
    border: none;
    border-bottom: 1px solid #d1d1d1;
}

#main-three-center .ui-tabs .ui-tabs-nav li {
    margin: 0 1px 0 0;
}

#main-three-center .ui-tabs-nav a {
    color: black;
}

#main-three-center .ui-tabs-nav img {
    color: black;
    position: relative;
    top: 2px;
}

.cssgradients #main-three-center .ui-tabs-nav .ui-state-default {
    border: 1px solid #d1d1d1;
    /*background-color: #e1e1e1;*/    


    background: #e8e8e8; /* Old browsers */

    background: -moz-linear-gradient(top,  #e8e8e8 85%, #b3b3b3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(85%,#e8e8e8), color-stop(100%,#b3b3b3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e8e8e8 85%,#b3b3b3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e8e8e8 85%,#b3b3b3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e8e8e8 85%,#b3b3b3 100%); /* IE10+ */
    background: linear-gradient(top,  #e8e8e8 85%,#b3b3b3 100%); /* W3C */
}

.cssgradients #main-three-center .ui-tabs-nav .ui-state-active,
.no-cssgradients #main-three-center .ui-tabs-nav .ui-state-active {
    border: 1px solid #d1d1d1;
    background: white none;
}

#main-three-center .ui-tabs .ui-corner-top {
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    
}


