﻿@charset "utf-8";

/*col sub focus
====================================================================================================*/
.focus_chart {
	margin-bottom:10px;
	background:#e6eaed;
	padding:5px 0 5px 5px;
	width:305px;
	height:231px;
	overflow:hidden;
	position:relative;
}
.focus_chart p{
	border-bottom:3px #a40b02 solid;
	position:absolute;
	left:5px;
	top:5px;
	height:200px;
	overflow:hidden;
}

.focus_chart div {
	color:#004FB2;
	float:left;
	height:31px;
	width:18px;
	line-height:33px;
	overflow:hidden;
	font-size:14px;
	font-weight:bold;
	margin:200px 0 0 0;
}
.focus_chart div.current{
	width:210px;
}
.focus_chart div em{
	background:url(http://www.bitauto.com/themes/2009/common/images/icon_focus_li.png) 0 0 no-repeat;
	color:#fff;
	cursor:pointer;
	float:left;
	width:14px;
	height:29px;
	padding:0 0 0 4px;
	text-decoration:none;
	font-weight:bold;
}
.focus_chart div.current em{
	background:url(http://www.bitauto.com/themes/2009/common/images/icon_focus_li_current.png) 0 0 no-repeat;
}
.focus_chart div a {
	text-decoration:none;
}
