.eStoreBlueButton {
	color: #fff;
	padding: 3px 20px 3px 10px;
	border: none;
	background-color: #537388;
	background-repeat: no-repeat;
	background-position: right center;
}
.eStoreBlueButton:hover {
	background-color: #12659c;
}
.handerItem{
	cursor: pointer;		
}
a .eStoreBlueButton
{
	text-decoration: none;	
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.abgne_tab {
	clear: left;
	width: 765px;
	margin: 0;
}
ul.tabs {
	width: 100%;
	height: 35px;
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
}
ul.tabs li {
	float: left;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	position: relative;
	border: 0px solid #999;
	border-left: none;
	background: #5c91c5;
	margin-right:2px;
}
ul.tabs li a {
	display: block;
	padding: 0 20px;
	color: #fff;
	border: 0px solid #fff;
	text-decoration: none;
}
ul.tabs li a:hover {
	background: #A9E2F3;
}
ul.tabs li.active  {
	height: 32px;
	border-bottom: 0px solid#fff;
	text-decoration:none !important;
	color:#3366cc !important;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00a0eb;
	background-color: #1462ac;
}
ul.tabs li.active a:hover {
	background: #1462ac;
}
div.tab_container {
	clear: left;
	width: 100%;
	border: 0px solid #999;
	border-top: none;
	background: #fff;
}
div.tab_container .tab_content {
	padding: 0px;
}
div.tab_container .tab_content h2 {
	margin: 0 0 0px;
}