

.tab a
{
	color:#666;
	text-decoration:none;
}
.tab a:hover
{
cursor:pointer!important;

}
.tab_hover a
{
	color:#28acd6;
	text-decoration:none;
}
.tab_hover a:hover, .tab a:hover
{
	color:#28acd6 !important;
    cursor:text;
    text-decoration:none;
    
}
.tab_hover, .tab
{
}
.tab_hover {
	background:url(../images/tab1.gif) no-repeat;
	height:25px;
	width:190px;
	float:left;
	padding-left:10px;	
	border-bottom:none;

	font-size:11px;

	
	line-height:25px;		
}
.tab {
	background:url(../images/tab2.gif) no-repeat;
	height:25px;
	width:190px;
	float:left;
	padding-left:10px;	
	border-bottom:none;

	font-size:11px;
	color:#ce2232;
	cursor:pointer;
	line-height:25px;	
	}

#tab1_data, #tab2_data, #tab3_data 
{
background:#FFF;
width:630px;
height:100px;
border-top:none;
padding:.3em;
}
.tabline
{
	background:url(../images/tab_dot.gif) repeat-x bottom;
	height:1px;
	width:5px;
	float:left;
	height:25px;
}
.tablineend
{
	background:url(../images/tab_line_end.gif) no-repeat bottom;
	height:1px;
	width:49px;
	float:left;
	height:25px;
}
.tabline1
{
	width:35px;
}

#tab2_data ul li , #tab3_data ul li{
	list-style-image:url(../images/arr_li1.gif);
	list-style-position:outside;
	padding-left:0px;
}
.contbox1{
	float:left;

}
.contbox1 ul{
	width:200px;
}
 .contbox2 ul{
	width:500px;
}
.contbox2{
	float:left;
	width:250px;
}