/*Example for a easytabs Style*/
.easytabs{
	height: 7px;
	width: 240px;
	padding:10px 0 0 130px;
}
.easytabs ul{
	margin: 0px;
	padding: 0px;
	height: 7px;
	width: 240px;
	overflow:hidden;
}
.easytabs li{
	float:left;
	height:7px;
	margin:0 15px 0;
}
.easytabs li a{
	display:block;
	width:7px;
	height:7px;
	text-decoration: none;
	background:url(../images/product/img_list_icon.gif);
}
.easytabs li a.tabactive{
	position: relative;
	background:url(../images/product/img_list_icon_h.gif);
}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4{
	width: 280px;
	height:190px;
}
