/*
+---------------------------------------------------------------+
|	e107 website system
|	-------------------
|	American Football
|	-------------------
|	©2010 mcpeace
|	http://www.manatwork.info
|	mcpeace.manatwork@gmail.com
|
|	Released under the terms and conditions of Commercial License.
|
+---------------------------------------------------------------+
*/
#tabbed-area {
    margin: 0;
    position: relative;
}
#tabbed-area .menu .text{
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
}
#tabbed-area .menu {
    padding: 0;
}
#tabbed-area .menu h3{
    margin-bottom: 0;
}
#tabs {
    border-bottom: 5px solid #F65403;
    height: 30px; 
    margin-bottom: 0px;
}

#tabs li {
	float: left;
    list-style: none;
}
#tabs a {
	float: left;
	background: url("images/tabs.png") top center no-repeat;
    width: 125px;
    padding: 10px 0 7px 0;
    border: none;
    text-align: center;
    font-size: 11px;
    color: #fff;
}
#tabs a:hover {
	background: url("images/tabs.png") bottom center no-repeat;
    color: #000;
}
#tabs a.active-tab {
	background: url("images/tabs.png") bottom center no-repeat;
    color: #000;
}
#tabs a:hover.active-tab {
	background: url("images/tabs.png") bottom center no-repeat;
    color: #000;
    cursor: default;
}
.panel {
	clear: both;
	display: none;
}
.panel.active-tab-body {
	display: block;
}
.panel .menu {
	background:#f7f7f7;  
    border: none;
    margin-bottom: 10px;
    padding-bottom: 10px;      
}
.panel .article {
	background:none;  
    border: none;
    margin-bottom: 0;   
}
