@charset "utf-8";
/* CSS Document */
#tabs{
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  width:953px !important;
}

#tabs li{
  float: left;
  margin: 0 .6em 0 0;
}

#tabs a{
  position: relative;
  height:40px;
  float: left;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  line-height:40px;
}

#tabs a.tab1{background:#14a767; width:128px;}
#tabs a.tab2{background:#14a767; width:128px;}
#tabs a.tab3{background:#14a767; width:128px;}
#tabs a.tab4{background:#14a767; width:128px;}
#tabs a.tab5{background:#14a767; width:128px;}
#tabs a.tab6{background:#14a767; width:128px;}
#tabs a.tab7{background:#14a767; width:128px;}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after{
  background:#009051;
}

#tabs a:focus{
  outline: 0;
}

#tabs a::after{
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 1em;

}

#tabs #current a,
#tabs #current a::after{
  background: #009051;
  z-index: 3;
}

/* ------------------------------------------------- */

#content{
	background:#ffffff;
	border-radius:0px 0px 5px 5px; -moz-border-radius:0px 0px 5px 5px; /* Old Firefox */
	box-shadow: 0px 3px 5px 2px #f3f3f3;
	margin:0 4px 0 0;
	padding:35px 13px 32px 13px;
	position: relative;
	z-index: 2;
	width:920px;
	min-height:280px;

}

#content img{  margin:0 14px 0 0; display:block; float:left; border:3px solid #FFF; box-shadow: 0px 0px 1px 0px #c1c1c1; border-radius:8px; -moz-border-radius:8px;}


#content h2{
	padding: 15px 0 0 0;
	font-size:15px; font-weight:bold; color:#004bb6;
}
#content h2 span{ font-size:12px; line-height:14px; color:#009051; padding:0 0 0 26px;}
#content p{ color:#444444; display:block !important; float:left !important;}
#content #tab1 .est1{ color:#444444; width:160px; display:block !important; float:left !important;}
#content #tab1 .est2{ color:#444444; width:700px; display:block !important; float:left !important;}
#content a{ color:#009051;}
#content  a:hover{ color:#07bc6d;}

/* ------------------------------------------------- */

#about
{
    color: #999;
}

#about a
{
    color: #eee;
}
/*-------------------------for-font-color-red-------------------*/
.color{ color:#d41240;}
/*---------------------------------------afterchanged-tab-manu------------------------------*/
#content h3{ padding:0 0 10px 0; font-size:20px; font-weight:bold; color:#009051;}
#content h4{ padding:10px 0 5px 0; font-size:16px; font-weight:bold; color:#0433ff;}
#content span{ padding:0px 0 3px 0; color:#009051; font-size:14px; font-weight:bold; display:block; line-height:19px;}
.hitshots-img{ float:left; display:block; margin:0 10px 5px 0;}
