/*
Tabs styles
*/

#tabs {
	position:relative;
	width:340px;
	height:410px;
	overflow:hidden;
	background:url(../images/design/grid.png) 0 0 no-repeat;
	padding-top:5px;
	margin:20px 0;
}

.tabs_title {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.tabs_title li {
	float: left;
	background-color: #000;
	padding: 0px 8px 2px 8px;
	margin: 0 5px 5px 0;
	cursor: pointer;
	font:normal 12px/170% Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #fff;
	height: 19px;
	background-color: #f78f1e;
	border:2px solid #fdb813;
}

.tabs_title a {
	text-decoration:none;
	color: #fff;
	border:2px solid #fdb813;
	margin-top:5px;
	}

.tabs_title li.over {
	background-color: #fdb813;
	border:2px solid #f78f1e;
}

.tabs_title li.active {
	background-color: #000;
	margin-bottom:0;
	height:24px;
	border:2px solid #000;
}

.tabs_panelwrap {
	top:28px;
	overflow: hidden;
	width:340px;
	height:390px;
}

.tabs_panel {
	/*position:absolute;
	top:28px;*/
	width:310px;
	height:340px;
	display:none;
	overflow: auto;
	background-color: #000;
	color: #fff;
	clear: both;
}

.tabs_panel ul {
	list-style-type: disc;
	margin-left: 13px;
}

.tabs_panel.active {
	display: block;
}

.tabs_panel  {
	padding:20px 10px 20px 20px;
}
.tabs_panel h3	{
	font:normal 14px/100%  Arial, sans-serif;
	color:#16b4e2;
}
.tabs_panel p	{
	margin-bottom:20px;
}
