.tabbed_content {
	/*background-color: #000000;*/
	width: 498px;	
}

.tabs {
	height: 27px;
	position: relative;
	background-color:#FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #eae9e5;
}

.tabs .moving_bg {
	/*padding: 15px;*/
	/*background-color:#eaeaea;*/
	background-image:url(../images/tab.png);
	position: absolute;
	width: 65px;
	z-index: 190;
	left: 0;
	/*padding-bottom: 29px;*/
	/*background-position: bottom left;*/
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 17px;
	padding-left: 17px;
}

.tabs .tab_item {
	display: block;
	float: left;
	/*padding: 15px;*/
	width: 65px;
	color: #525a68;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	/*padding-top: 7px;*/
	padding-top: 10px;
	padding-right: 17px;
	padding-left: 17px;
	font-size:10px;
	font-weight:bold;
}

.tabbed_content2 {
	/*background-color: #000000;*/
	width: 492px;	
}

.tabs2 {
	height: 27px;
	position: relative;
	background-color:#FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #eae9e5;
}

.tabs2 .moving_bg {
	/*padding: 15px;*/
	/*background-color:#eaeaea;*/
	background-image:url(../images/tab2.png);
	position: absolute;
	width: 90px;
	z-index: 190;
	left: 0;
	/*padding-bottom: 29px;*/
	/*background-position: bottom left;*/
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 4px;
	padding-left: 4px;
}

.tabs2 .tab_item {
	display: block;
	float: left;
	/*padding: 15px;*/
	width: 90px;
	color: #525a68;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 4px;
	font-size:10px;
	font-weight:bold;
}

.tabbed_content .slide_content, .tabbed_content2 .slide_content {
	overflow: hidden;
	background-color: #f7f6f2;
	padding: 20px 0 20px 20px;
	position: relative;
	width: 500px;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 460px;
	margin-right: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: url(../images/arrow.png);
}

.tabslider ul a {
	color: #525a68;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #aaaaaa;
}

.tabslider ul li {
	padding-bottom: 7px;
}
.tabslider ul.reviewsli {
	padding-bottom: 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
}
.tabslider ul.children {
	float: left;
	width: 430px;
	margin-right: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	padding-right: 30px;
}
