﻿.tabbed_content {
	background-color: #c4c4c4;
	width: 600px;
}

.tabs {
	height: 35px;
	position: relative;
}

.tabs .moving_bg {
	padding: 4px 10px 10px 10px;
	background-color: #a2a2a2;
	background-image: url(../images/arrow_down_blue.gif);
	position: absolute;
	width: 90px;
	z-index: 190;
	left: 0;
	padding-bottom: 29px;
	background-position: bottom left;
	background-repeat: no-repeat;	
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 10px;
	width: 90px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	border-right: 1px #8D8DB4 solid
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #fff;
	padding: 20px 0 20px 20px;
	/*position: relative;*/
	width: 580px;
	float: left;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 540px;
	margin: 0px;
	padding: 0px;
	margin-right: 40px;
	color: #000;
	font-size: 12px;
	line-height: 1.5em;
	overflow: hidden;
	background-color: white	
}

.tabslider ul a {
	color: #000;
	text-decoration: underline;
}

.tabslider ul a:hover {
	color: #CD004D;
}

.tabslider ul li {
	padding-bottom: 7px;
}
