@charset "utf-8";
/* CSS Document */

.tabs {
	width: 425px;
	font-size:12px;
	color:#333333;
}

.tabs_little {
	width: 500px;
	font-size:12px;
	color:#333333;
}
.tabs_navigator {
	width:500px;
	margin:auto;
	clear: both;
}
.tabs_unselected {
	float:left;
	clear: none;
	height: 30px;
	width: 150px;
	text-align:center;
	position:relative;
	left: 30px;
	bottom:-3px;
	background-image:url(images/tabs/unselected_tab.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor: pointer;
}
.tabs_selected {
	float:left;
	clear: none;
	height: 32px;
	width: 150px;
	position:relative;
	bottom:-1px;
	left: 30px;
	text-align:center;	
	font-weight: bold;
	background-image:url(images/tabs/selected_tab.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor: pointer;		
}
.tabs_content {
	width:725px;
	clear: both;
	background-image:url(images/tabs/tab.jpg);
	background-repeat:no-repeat;	
	background-position:top center;
}
.tabs_content_little {
	width:500px;
	clear: both;
	background-image:url(images/tabs/tab.jpg);
	background-repeat:no-repeat;	
	background-position:top center;
}

.tabs_content p{
	margin: 20px;
	padding-top: 10px;
	text-align: justify;
}

a.tabs_label{
	font-size: 10px;
	height: 15px;
	position:relative;
	bottom:-13px;
	
}

a.tabs_label:visited{
	color: #333333;	
}