
ul.tabs
{
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:3px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 7px 16px;
    
    /*border-bottom-color:#B7B7B7;*/
    color: #000;
    background: #F0F0F0 url(tabbg.gif) 0 0 repeat-x;
    border-radius: 2px 2px 0 0;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    /* border: 1px solid #B7B7B7; */
    background:#F0F0F0 url(tabbg.gif) 0 -36px repeat-x;
}
        
ul.tabs li.selected a
{
    /*selected tab style */
    position: relative;
    top: 0px;
    font-weight:bold;
    background: white;
	border-bottom: 1px solid #B7AA8A;
    
 
}
        
        
ul.tabs li.selected a:hover
{
    /*selected tab style */
    text-decoration: none;
}
        
.featured div.tabcontent
{
    display: block;
    background:url(../images/historypress/featured-box-bottom-bg.png) repeat-x #E1DBCB;
	background-position: bottom;
	/* height: 190px; */
	overflow: hidden;
} 

div.tabcontent
{
    display: block;
    background:url(../images/historypress/tab-box-bottom-bg.gif) repeat-x #ffffff;
	background-position: bottom;
	padding: 20px 16px 25px 16px;
	height: auto;
} 

div.tabcontents
{
    background-color:#FFF;
    border-radius: 0 2px 2px 2px;
}


div.tabcontents .text-container{
	display:none;
}	

