#tab-content { clear: both; }
#tab-content ul.tab-nav { background-image: url(images/grey_h3.png); background-repeat: no-repeat; background-position: left top; padding: 0px 0px 0px 0px; margin: 0px!important; border-right: 1px solid #a0b1b8; list-style: none; list-style-image: none; }
#tab-content ul.tab-nav li { display: block; float: left; margin: 0; font-size: 12px; list-style: none; list-style-image: none; }
#tab-content ul.tab-nav li a { padding:0.5em; display: block; }
#tab-content ul.tab-nav li a.current { 
    border: none; color: #FFF; 
    background: #5A4099; 
    background: -webkit-gradient (linear, 0 50%, 0 100%, from(#5A4099), to(#3F2975) ); 
    background: -moz-linear-gradient(top, #5A4099, #5A4099, #3F2975);
}
  
#tab-content ul.tab-nav li#first-tab a.current { 
    border: none; color: #FFF; 
    background: -webkit-gradient (linear, 0 50%, 0 100%, from(#5a4099), to(#3F2975) ); 
    background: -moz-linear-gradient(top, #5a4099, #5a4099, #3F2975);
	-webkit-border-top-left-radius: 11px;
    -moz-border-radius-topleft: 11px;
    border-top-left-radius: 11px;
}

.tab-panes {
    clear: both;
    width: auto;
    margin: 0 0 2em 0;
    padding: 1em 0 1em 0;
    -moz-box-shadow: 0 0 7px #CCC;
    -webkit-box-shadow: 0 0 7px #CCC;
    box-shadow: 0 0 7px #CCC;
}
.tab-panes .details-details {
    clear: both;
}
.tab-panes .details-details .content {
    padding: 0 1em;
}
.tab-panes .highlights {
    float: left;
    width: 340px;
}
.tab-panes .highlights .content {
    padding-left: 1em;
    padding-bottom: 1em;
}

.tab-panes .detail-body .content {
    padding: 0 1em;
}
.tab-panes .has-highlights .detail-body {
    float: right;
    width: 600px;
}
.tab-panes .detail-body .content {
    padding-left: 30px;
    padding-bottom: 1em;
    padding-right: 1em;
}
#tab-content ul.tab-nav li {
    font-size: 1em;
    border-right: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
}
#tab-content ul.tab-nav li#first-tab {
    border-left: 1px solid #d6d6d6;
}
#tab-content ul.tab-nav {
    border: none;
    background: none;
}
#tab-content ul.tab-nav li#first-tab a.current {
    border-radius: 0;
}   
