    /**
    * o------------------------------------------------------------------------------o
    * | This package is licensed under the Phpguru license. A quick summary is       |
    * | that for commercial use, there is a small one-time licensing fee to pay. For |
    * | registered charities and educational institutes there is a reduced license   |
    * | fee available. You can read more  at:                                        |
    * |                                                                              |
    * |                  http://www.phpguru.org/static/license.html                  |
    * o------------------------------------------------------------------------------o
    *
    * © Copyright 2008,2009 Richard Heyes
    */

/**
* Generic tabstrip styles
*/
div.tabstrip {
    position: relative;

}

div.tabstrip div.tabstrip_tab {
    position: relative;
    top: -2px;
    top: expression(2);
    display: inline;
    width: 110px;
    height: 25px;
    border: 1px solid #cececc;
    border-bottom: 0;
    margin: 0 3px 0 0;
    padding: 5px;
    padding: expression(0);
    padding-top: expression(4);
    text-align: center;
    font-size: 10.5pt;
    background-color: #eee;
    font-family: Tahoma;
    color: #959494;
}

div.tabstrip div.tabstrip_tab.active {
    position: relative;
    top: -1px;
    top: expression(3);
    border: 1px solid #777;
   	border-bottom: 1px solid #cececc;
    background-color: #a1d067;
    height: 28px;
	font-weight: bold;
}

div.tabstrip div.tabstrip_tab a {
    text-decoration: none;
 	color: #777;   
}

div.tabstrip div.tabstrip_tab.active a {
    font-weight: normal;
    color: #555;
    z-index: 3;
    position: relative;
}

div.tab_body {
	list-style-type: none;
    border: 1px solid #deded8;
	padding-left:15px;
	height: 3000px;
    top: -1px;
    z-index: -1;
	float:center;
	background:#f0f1e6;
	*+padding-left: 0px;
	*+padding-top: 0px;
	*+margin-top: 0px;
}



ul#sidebarautor {
list-style-type: none;
margin: 0;
padding: 0;
}

#sidebarautor a {
color: #333;
text-decoration: none;
}

#sidebarautor a:hover {
color: #666;
}

#sidebarautor h2{
color:#444;
background:url(../images/aside_title.png) top left no-repeat;
padding-left: 40px;
margin-left:10px;
padding-top: 0px;
font-size: 22px;
margin-bottom: 0.5em;
*+margin-bottom: 30px;
*+padding-bottom: -20px;
*+margin-top: 25px;
*+padding-top: 0px;

}

li.widgetautor ul{
list-style-type: none;
margin: 5px 10px 0 0;
}

.widgetautor ul li {
background: url(../images/sidebar_li.png) no-repeat;
color: #999;
padding-left: 20px;
}

