.developer-page * {
  direction: ltr;
}

.developer-page .centered {
  width: 980px;
}

.promoHeader {
  height: 280px;
  z-index: 2;
  background: url(/images/Dev_img.png?1651356389) no-repeat;
}

.tabbedslider {
  overflow: hidden;
  clear: both;
}

.tabbedslider .tabpane {
  float: left;
  width: 200px;
}

.tabbedslider .tab-item {
  z-index: 1;
  width: 200px;
  border: 1px #cdcdcd solid;
  border-top: 0;
  background-color: #fff;
  cursor: pointer;
}

.tabbedslider .tab-item:first-child {
  border-top: 1px #cdcdcd solid;
}

.tabpane .tab-item .inner-grad {
  padding: 15px 15px 15px 45px;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: 13px center;
  font-size: 13px;
  color: #8d8d8d;
}

.tab-item:hover .inner-grad {
  background-color: #eeeded;
}

.tabbedslider .active-tab {
  z-index: 2;
  border-right: 0;
  position: relative;
}

.tabbedslider .active-tab .inner-grad {
  background-color: #fff;
  color: #5d5d5d;
}

.active-tab:hover {
  cursor: default !important;
}

.active-tab:hover .inner-grad {
  background-color: #fff !important;
}

.tab-about {
  background-image: url(/images/dev_tab_1.png?1693256329);
}

.tab-gettingin {
  background-image: url(/images/dev_tab_2.png?2625953378);
}

.tab-bestapps {
  background-image: url(/images/dev_tab_3.png?2913070862);
}

.tabbedslider .content-zone {
  width: 776px;
  border: 1px #cccccc solid;
  z-index: 80;
  background: #fff;
  float: right;
  border-radius: 0 0 10px 10px;
  padding: 1px;
  box-shadow: -2px -10px 10px #e2e2e2;
  margin-left: -10px;
}

.content-zone h2 {
  color: #484848;
  font-size: 17px;
  margin: 0 0 15px 0;
  font-weight: normal;
  text-transform: none;
}

.content-zone .inner-grad {
  padding: 20px 30px;
  border-radius: 0 0 10px 10px;
  background: #fff;
  background: -moz-linear-gradient(left, #fff 0%, #fff 64%, #F2F1F1 100%);
  background: -o-linear-gradient(left, #fff 0%, #fff 64%, #F2F1F1 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(64%, #fff), color-stop(100%, #F2F1F1));
  min-height: 240px;
}

.tab-content {
  display: none;
}

.footer-min {background:#fff; margin:15px auto; width:817px;
    color: #006699;
    font-size: 11px;
    line-height: 20px;
    padding: 10px 5px;
    text-align: center;
}

.footer-min a:link, .footer-min a:visited {
    color: #006699;
    text-decoration: none;
    white-space: nowrap;
}
.footer-min a:hover {
    color: #006699;
    text-decoration: underline;
}

.sharingtop {
padding:2px 3px;
    margin-top:4px;
font-weight:bold;
    float:right;
    margin-right:13px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

}

.sharingbottom {text-align:left; margin-left:199px; margin-top:20px;}

    .followonfb {
    background:url('/images/bookmarks/facebook.gif?2273061806') left 1px no-repeat;
    padding-left:20px;
    color: #777777 !important;
    font-size: 13px;
    margin-top:25px;
        margin-left:15px;
    display:block;
    text-decoration: none;
    text-shadow:1px 1px 0 #fff;



    }