.tab-container{
	margin:0;
}

body.js .tab-container{
	position:relative;
	overflow:hidden;
	width: 725px;
}

.tabs{
	height:34px;
	width:100%;
	line-height:50px;
	position:absolute;
	top:0;
	left:0;
}

.tabs li{
	float:left;
	display:block;
}

.panel h2 {
	display:none;
}

.panel .header {
	padding-top:3px;
	padding-bottom:3px;
}

.tabs a{
	color:#fff;
	font-family:Tahoma;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	text-align:center;
	display:block;
	float:left;
	width:67px;
	margin-right:5px;
	padding-bottom:5px;
}

.tabs li.inactive a:hover {
	color:#fff;
	background:transparent url(../img/new_tabb.png) no-repeat center;
}

.tabs li.active a:hover {
	color:#fff;
	background:transparent url(../img/new_tabb.png) no-repeat center;
}

.tabs li.active a{
	color:#fff;
	background:transparent url(../img/new_tabb.png) no-repeat center;
}

.tabs li.inactive a{
	color:#8e8e8e;
	background:transparent url(../img/new_tabb.png) no-repeat center;
}

body.js .panels{
	position:relative;
	width:20000px;
	left:0;
}

.panel{
	margin-top:35px;
	line-height: 20px;
	padding:15px 15px 0 0;
	position:relative;
}

/* 677 - 692^ = */
body.js .panel{
	width:710px;
	float:left;
}


.panel .image{
	position:absolute;
	left:15px;
	top:10px;
	padding:6px;
}

.panel .actions{
	position:absolute;
	left:560px;
	top:15px;
	list-style-type:none;
}

.panel li {
	margin: 4px 0;
}

/* tabs */
