﻿/*Example for a easytabs Style*/
.easytabs{
	height:88px;
	width: 270px;
	overflow:hidden;
}
.easytabs ul{
	width:64px;
	float:right;
	overflow:hidden;
}
.easytabs li{
	float:right;
	height:14px;
	margin:0 0 0 4px;
}
.easytabs li a{
	display:block;
	width:14px;
	height:14px;
	text-indent:-9999px;
}
.easytabs li.na1 a{ background:url(../images/Default/na1.jpg);}
.easytabs li.na1 a.tabactive{ background:url(../images/Default/na1_h.jpg);}
.easytabs li.na2 a{ background:url(../images/Default/na2.jpg);}
.easytabs li.na2 a.tabactive{ background:url(../images/Default/na2_h.jpg);}
.easytabs li.na3 a{ background:url(../images/Default/na3.jpg);}
.easytabs li.na3 a.tabactive{ background:url(../images/Default/na3_h.jpg);}

.easytabs li a.tabactive{
	color:#000;
	position: relative;
	background:url(../images/culture/hornor_li_bg.jpg) 0px 0px;
}
.showing{
	width: 270px;
	overflow:hidden;
	clear:both;
	padding:10px 0 0 0;
}
.caseimg{ width:96px; height:64px; overflow:hidden; float:left;}
.casttext{ float:right; width:160px; color:#666666; line-height:18px;}
.casttext a{ color:#666666;}
.casemore{ text-align:right;}
