﻿#tabs {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-family: Verdana;
	font-weight: normal;
	position:relative;
	width:570px;
	margin-left: 0px;
	list-style:none;
	left: 0px;
	padding-left: 10px;
	height: 24px;
	border-bottom: 1px solid #91a7b7;
	top: 0px;
	background: #fafafa;
	margin-bottom: 20px;
}


#tabs li {
	float:left;
	height: 1px;
}

#tabs a {
	/*font-size: 10px;	*/
	display:block;
	color:#000;
	text-decoration:none;
	text-align: center;
	background:#ddd;
	line-height:28px;
	margin-bottom: -4px;
	width: 100px;
	background: url('/images/tabs/tab_inactive_back2.png');
}


#tabs a.active,
#tabs a.active:link,
#tabs a.active:visited {
	background: url('/images/tabs/tab_active_back2.png');
	position: relative;
	bottom: -3px;
	line-height:22px;
}

#tabs a:hover {
	background: url('/images/tabs/tab_inactive_back_hover2.png');
}

.tabcontent_header
{
	padding: 30px 15px 15px 15px;	
}

.tabcontent
{
	padding: 0px 15px 0px 15px;
}

