﻿.content_tabs{
	margin: 0 0 18px;
	position: relative;
	height: 34px;
}

.tabs,
.tabs li{
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	min-height:1px;
	position: relative;
	
}

.tabs{
	padding: 0 0 0 10px;
	height: 34px;
	border-bottom: solid 1px #603314;
	position: relative;
}

.tabs li{
	float: left;
	height: 34px;
}

.tabs li a{
	display: block;
	float: left;
	padding: 5px 10px;
	border: solid 1px #603314;
	border-bottom: none;
	margin: 5px 0 0;
	background: #faf8f3 url(tabs.li.a.gif) repeat-x 0 bottom;
	height: 18px;
	margin-left: -1px;
	color: #603314;
}

* html .tabs li a{
	margin-left: 0;
}

.tabs li a:hover{
	color: #A70E13;
}

.tabs li.first a{
	border-left: solid 1px #603314;
}

.tabs li .selected{
	margin-top: 0;
	height: 24px;
	line-height: 24px;
	background: #faf8f3;
}


