
ul.tabs
{
    padding: 10px 0;
    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:1px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font-size: 16px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding:7px 22px 10px 6px;
    color: #474847;
    background: #eae8e8;
    outline:none;
	font-family:Arial, Helvetica, sans-serif;
}
        
ul.tabs li a:visited
{
    color: #474847;
}
        
ul.tabs li a:hover
{
    background:#E1E1E1 ;
	color:#016107;
}
        
ul.tabs li.selected a
{
    /*selected tab style */
    position: relative;
    top: 1px;
    background:#fff;
    border: 1px solid #1fb629;
    border-bottom-color: white;
	color:#016107;
}
        
        
ul.tabs li.selected a:hover
{
    /*selected tab style */
    text-decoration: none;
}
        
div.tabcontent
{
    display: none;
}

div.tabcontents
{
    border: 1px solid #1fb629; 
	padding:15px 10px 10px 10px;
    background-color:#FFF;
    border-radius: 0 2px 2px 2px;
	min-height:174px;

}



.tabcontent ul {
	float:left;
	padding:0;
	margin:0;
	width:100%;
	}
	
.tabcontent ul li {
	background:url(/img/bulet_img.png) left 6px no-repeat;
	padding:1px 0 1px 10px;
	margin:0;
	}	


.tabcontent ul li a { 
    font-size:13px;
    color:#333333;
    display: block;
    font-weight:normal;
    text-decoration: none;

}

.tabcontent ul li a:hover {
	color:#64a668;	
	
	}
	


div.tabcontents_inn
{
    border: 1px solid #B7B7B7; 
	padding:15px 10px 10px 10px;
    background-color:#FFF;
    border-radius: 0 2px 2px 2px;
	min-height:241px;
}





















	
	