#tablist {
padding: 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 0;
margin-left: 0px;
border: 0px;
border-bottom: none;
background: white;
}

#tablist li a:link, #tablist li a:visited{
text-decoration: none; 
font-size: 11px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color: #666666; 
}

#tabcontentcontainer{
width:150px;
height:175px;
}

.tabcontent{
display:none;
}

