/* $This file is distributed under the terms of the license in LICENSE$ */

span#toggleContainer {
    float:right;
    padding:10px 8px 0 0;
    font-size: 0.85em;
}
section.property-group  {
    padding-top: 15px;
    border-top:none;
}
section.property-group h2 {
    padding: 8px 10px 4px 12px;
}
.scroll-up {
   position: absolute;
   width: 21px;
   height: 30px;
   top: 8px; /* changed for redesign, was 0 */
   right: 12px; /* changed for redesign, was -21px;*/
}
section.property-group > div {
    margin-top:15px;
/*    display:none; */
}
section.property-group h2 {
    font-size: 1.15em !important;
    color: #5e6363 !important;
    font-weight: normal !important;
    background: #fafaf9 !important;
}
ul.propertyTabsList  {
    margin-left: 4px;
    margin-top: 24px
}
ul.propertyTabsList li {
    font-size: 1.0em;
}
ul.propertyTabsList li:first-child {
    width: 7px;
}
li.nonSelectedGroupTab {
    float:left;
    border: 1px solid #DFE6E5;
    background-color:#E4ECF3;
    padding: 6px 8px 6px 8px;
    cursor:pointer;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
}
li.selectedGroupTab {
    float:left;
    border: 1px solid #DFE6E5;
    border-bottom-color:#fff;
    background-color:#FFF;
    padding: 6px 8px 6px 8px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
}
li.groupTabSpacer {
    float:left;border-bottom: 1px solid #DFE6E5;background-color:#fff;width:3px;height:37px
}
div.additionalItems {
	margin-top: 0 !important;
}
