/*
TAB STYLES:
Some more styles, not important for making tabs work, just for the look of it...
*/
#directory-tabs
{
	border:0px solid blue;
}

#directory-tabs drupal-tabs
{
	border:0px solid green;
}

#directory-tabs .anchors
{
    list-style: none;
    margin: 0; 	
	/*padding:4px 5px 0px 5px;*/
	background-color:#ffffff;
	border-bottom:1px solid #cccccc;
	height:27px;
}

#directory-tabs .anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
	color:#;
	
}
#directory-tabs .anchors li 
{
    float: left;
    margin: 0 0px 0 0;
	color:black;
	font-size:12px;
	border:0px solid red;
	padding-right:10px;
}

#directory-tabs .anchors a 
{
    display: block;
	position: relative;
    border:0px;
    text-decoration: none;
	font-weight:bold;
	color:#FF0000;
	font-size:12px;
	background-image:url(images/dir-tabs-bg.gif);
	background-repeat:repeat;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding: 5px;
}

#directory-tabs .anchors a:hover
{
    color:#000000;
	font-weight:bold;
    text-decoration: none;
	background-image:url(images/dir-tabs-bg.gif);
}

#directory-tabs .anchors .tabs-selected a 
{
    padding-bottom:5px;
    font-weight: bold;
	color:#FF0000;

}

#directory-tabs .anchors a:focus, .anchors a:active {
    outline: none; /* @ Firefox 1.5, remove ugly dotted border */
	color:#;
}

#directory-tabs .anchors .tabs-selected a, .anchors a:focus, 
.fragment 
{
    background-color:#FFFFFF;
	color:#FF0000;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	
}

#directory-tabs .anchors .tabs-selected a:link, .anchors .tabs-selected a:visited,
.anchors .tabs-disabled a:link, .anchors .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: auto;
	color:#000000;
}

#directory-tabs .anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: auto;
	color:#000000;
}

#directory-tabs .anchors .tabs-disabled
{
    opacity: .4;
	color:#000000;
}

#directory-tabs .anchors .tabs-disabled a:hover, .anchors .tabs-disabled a:focus, .anchors .tabs-disabled a:active {
    background: transparent;
}

#directory-tabs .fragment
{
    padding: 0 10px;
	clear:left;
	
}

@media print { /* maintain accessibility by overriding inline style used by animations... */
    .fragment-cont {
        display: block !important;
        height: auto !important;
        opacity: 1 !important;		
    }    
}


#directory-tabs .fragment-cont 
{
    padding:8px 10px;
	clear:left;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-image:url(images/dir-tabs-bg.gif);
	background-repeat:repeat;	
}

#directory-tabs .fragment-cont .cats .tagadelic .level1 
{
	color:green;
}