﻿/**!
 * 交易信息
 * author: wangkai;
 */

/* main */

.ewb-tab {
	float: left;
	margin-top: 13px;
	height: 28px;
}

.ewb-tabname {
	float: left;
	margin-left: 28px;
	height: 26px;
	line-height: 25px;
	color: #e8f4ff;
	position: relative;
}

.ewb-tabname i {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
	display: none;
	width: 7px;
	height: 3px;
	background: url('../images/tab_jt1.png') no-repeat;
}

.ewb-tabname.current {
	border-bottom: 2px solid #fff;
	font-weight: bold;
	color: #fff;
}

.ewb-tabname.current i {
	display: block;
}