.tabbed_content {
	width: 615px;
	margin-top:25px;
	margin-bottom:15px;
}

.tabs {
	height: 51px;
	position: relative;
	width:306px;
	background-image:url(../image/bg_tab.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}

.tabs2 {
	height: 51px;
	position: relative;
	width:459px;
	background-image:url(../image/bg_tab.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}

.tabs .moving_bg,.tabs2 .moving_bg {
	background-image:url(../image/bg_tab_move.png);
	position: absolute;
	width: 116px;
	z-index: 200;
	left: 0;
	background-position: bottom right;
	background-repeat: no-repeat;
	padding:28.5px 15px 0px 22px;
	font-weight:normal;
	bottom:-1px;
}

.tabs .tab_item,.tabs2 .tab_item {
	display: block;
	float: left;
	padding: 13px 15px 0px 15px;
	width: 123px;
	color: #506496;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	font-size:12px;
	font-weight:bolder;
	line-height:1.4em;
	
}

.tabs .tab_item_one,.tabs2 .tab_item_one{
	display: block;
	float: left;
	padding: 24px 15px 0px 15px;
	width: 123px;
	color: #506496;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	font-size:12px;
	font-weight:bolder;
	line-height:1.4em;
}

.tabs .tab_item:hover,.tab_item_one:hover,.tabs2 .tab_item:hover{
	text-decoration:underline;
}

.tabbed_content .slide_content {
	overflow: hidden;
	padding: 20px 10px 20px 10px;
	position: relative;
	width: 595px;
	border:solid 1px #82a0d1;
	top:-1px;
	z-index:195;
}

.tabslider {
	width: 2420px;
}

.tabslider ul {
	float: left;
	width: 565px;
	margin: 0px;
	padding: 0px;
	margin-left:15px;
	margin-right: 15px;
}

.tabslider ul li img{
	float:left;
	margin:auto 15px auto auto;
}

.tabslider ul a {
	text-decoration: none;
}


.tabslider ul li {
	padding-bottom: 7px;
}

.tabslider ul li dd a{
	color:#506296;
}

.tabslider ul li dd a:hover{
	text-decoration:underline;
}

.tabslider ul li div.textarea{
	width:415px;
	overflow:hidden;
	display:block;
}
