/* Tab Content - menucool.com */

ul.tabs
{
    padding: 6px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: right; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:4px; /*distance between tabs*/
}
        
ul.tabs li a
{
    border-bottom: #1b1f1f 1px solid;
	color: #1b1f1f;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 10pt; 
   	text-decoration: none;
	text-transform: uppercase;
   	position: relative;
    padding: 0px 14px;
	margin-right: 10px;
  }
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
   font-weight:bold;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{

    font-weight:bold;

}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
   

div.tabcontents
{
	background: #d3cfc8;
	color: #0c0c08;
	border: solid 1px #afafaf;
	overflow: hidden;
	padding: 4px;
}


.member-profil-avatar {
	padding: 1px;
	width: 250px;
	background: #eae7e2;
	border: 3px solid #eae7e2;
	outline: 1px solid #a3a3a3;
	
}


.member-profil-box {
	background: #eae7e2;
	color: #0c0c08;
	border: 3px solid #eae7e2;
	outline: 1px solid #a3a3a3;
}

#member-profil-button {
	width: 100px;
	height: 50px;
	text-align: center;
	background: #eae7e2;
	color: #0c0c08;
	border: 3px solid #eae7e2;
	outline: 1px solid #a3a3a3;
	float: left;
	margin-top: 5px;
	margin-right: 4.5px;
}

