/* Tabs ---------*/

.slide_content {
height:220px;
}

.tabbed_content {
    background-color: transparent;
    width: 960px;
	height:350px;
	float:left;
	margin-top: -49px;
}
 
.tabs {
    height: 330px;
    position: relative;
	padding-bottom:30px;
}
 
.tabs .moving_bg {
    background-color:#fff;
    background-image:url(../images/arrow_down_green.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    left: 0;
    padding: 15px;
    padding-bottom: 29px;
    position: absolute;
    width: 210px;
    z-index: 190;
	top:114px;
}
 
.tabs .tab_item {
    display: block;
    float: left;
    padding: 15px;
    width: 210px;
	height:130px;
	overflow:hidden;
    color: #fff;
	background-color:#999;
    text-align: left;
    z-index: 200;
    position: relative;
    cursor: pointer;
	border-right: 1px white solid;
width: 209px;
}

.tabbed_content .slide_content {
    overflow: hidden;
    background-color: #fff;
    padding: 0px;
    position: relative;
    width: 960px;
	border-bottom: 1px #093 solid;
}

.planet-health {
width:500px;
float:left;
color:#093;
padding-top:10px;
font-size: 11px;
}

.planet-health img {
	float:left;margin-right: 20px;
}
 
.tabslider {
    width: 5000px;
}
 
.tabslider ul {
    float: left;
    width: 960px;
    margin: 0px;
    padding: 0px;
    margin-right: 0px;
}
 
.tabslider ul a {
    color: #393;
    text-decoration: none;
}
 
.tabslider ul a:hover {
    color: #aaaaaa;
}
 
.tabslider ul li {
    padding-bottom: 7px;
	padding-top:30px;
}

.tabs h3 {
color: #fff;
text-shadow:none;	
font-size: 15px;
line-height:20px;
height:49px;
}

.tabs .tabslider h3 {
color: #090;
ont-szie:18px;
text-shadow:none;	
}