@charset "utf-8";
a{color:#9e9e9e;
cursor:pointer;
}

/*** Container All Tabs ********************/
.tabs{
	position: relative;
	display: block;
	width: 1005px;
	color:#9e9e9e;
}
.tabs a{
	display: block;
	height: 43px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
	width: 151px;
	padding-right: 10px;
	float:left;
	
}
.tabs h5{
	
	line-height: 37px;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	width: 151px;
	padding-right: 10px;
	font-weight: bold;
}

/*** Container One Tab ********************/
.container1{
	position: absolute;
	top:0;
	left: 0;	
}

/*** Tab Lebels ****************************/
.label{
	position: absolute;
	width: 160px;
	height: 37px;
	
}



/*** Content ******************************/
.content{
	position: absolute;
	width: 720px;
	overflow: hidden;
	left: 190px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	top: 14px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #cecbcb;
	padding-left: 25px;
	padding-top: 12px;
	font-size: 12px;
	line-height: 24px;
	color: #7d7d7d;
	
}


/*** For Change Animation Effects *******************/
.container:target .content{
	-webkit-animation: bounce .6s 1;
	animation: bounce .6s 1;
	
}


/* Label Clicked background */
.clicked{
	/*Main Color*/
	color: #00a0e9;
	font-size: 12px;
	
	line-height: 37px;
	float: left;
	width: 151px;
	padding-right: 10px;
	font-weight: bold;
	background-image: url(../images/about_tab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 43px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
	
}
/* Label hover background */
.hover{                   
	/*Main Color*/
	color: #00a0e9;
	font-size: 12px;
	
	line-height: 37px;
	float: left;
	width: 151px;
	padding-right: 10px;
	font-weight: bold;
	background-image: url(../images/about_tab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 43px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
}
