#tabs{

    overflow: hidden;

    width: 100%;

    margin: 0;

    padding: 0;

    list-style: none;

}

#tabs a{

    position: relative;
    background: white;    
    height: 20px;
	margin: 0px -1px 0px 0px; padding: 4px 8px;
    float: left;    
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    //border-radius: 5px 0 0 0;
    // box-shadow: 0 2px 2px rgba(0,0,0,.4);
    border: 1px solid #d0cfcf;
    border-bottom-color: #fff;
    color: #cbcaca;
}

#tabs a:hover{

    color: #4d4d4d !important;

}

#tabs #current a,
#tabs #current a::after{

    background: #fff;
    z-index: 3;
    color: #4d4d4d !important;
}

#content

{

    margin: -1px 0px 0px 0px; padding: 15px 15px 5px;
    border-width: 1px;	border-style: solid;
    border-color: #d0cfcf;
    position: relative;
    z-index: 2;
}