#tabs_div_l {
	width: 700px;
	height: 26px;
}
ul.tabs_l {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 26px;
}
ul.tabs_l li {
	float: left;
	margin: 0;
	padding: 0;
	height: 26px;
	overflow: hidden;
	position: relative;
}
ul.tabs_l li a {
	text-decoration: none;
	display: block;
	outline: none;
}
.tab_container_l {
	overflow: hidden;
	clear: both;
	width: 700px;
}
.tab_content_l {
	width:660px;
	padding: 20px;
	text-align:justify;
	background-color: #c8c8c8;
	color:#000000;
}

.tabsButton_l_left {
	width:20px;
	height:26px;
	float:left;
	background-image:url(../../images/products/tab/tabbg_left_vitamin.png);
	background-position:0px 0px;
}
.tabsButton_l {
	min-width:85px;
	height:18px;
	line-height:10px;
	padding-top:8px;
	padding-right:5px;
	float:left;
//	color:#ff0000;
	color:#303030;
	background-image:url(../../images/products/tab/tabbg_center_vitamin.png);
	background-repeat:repeat;
	background-position:0px 0px;
	cursor:pointer;
}
.tabsButton_l a {
//	color:#ff0000;
	color:#303030;
}
.tabsButton_l_right {
	width:8px;
	height:26px;
	margin-right:5px;
	float:left;
	background-image:url(../../images/products/tab/tabbg_right_vitamin.png);
	background-position:0px 0px;
}