/* Tab's */

/*
 * Style rules for the tabs, do not change these unless you
 * know what you are doing
 */

#content_tabs {
	list-style: none;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 165px; 
	height: auto;
}

#content_tabs li {
	display: inline;
}

#content_tabs a.tab {
	display: block;
	float: left;
	cursor: pointer;
}

.tab_content {
	position: absolute;
	left: 0;
}

/* Reset UL for lists inside the tabs */
#content_tabs ul { 
	list-style: disc outside;
}

#content_tabs ul li {
	display: list-item;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content_tabs {
	margin: 0;
	padding: 0px 0px 0px 0px;
}

#content_tabs a.tab {

	margin: 0px 0px 0px 0px;
	padding: 6px 0px 4px 0px;
	 background-color: #dadada; 
/*	background-image: url(../images/tab_off.jpg);*/
	border-bottom: none;
	text-decoration: none;
	color: #424242;
	width: 22px;/*114*/
	height: 15px;
	font-size: 12px;
	font-weight:bold;
	
}

#content_tabs a.tab:hover {
  	cursor: pointer;
/*	background-image: url(../images/tab_on.jpg); */
	color: #ffffff;
}

#content_tabs a#active_tab, #content_tabs a#active_tab:hover {
	background-color: #efefef; 
/*	background-image: url(../images/tab_on.jpg); */
	color: #ff9900;
	font-weight:bold;
}

.tab_content {
	top: 25px;
	padding: 5px 5px 5px 5px;
	width: 100%;
	/*height: 120px;*/
/*	border: #D5CDC8 1px solid; */
	background-image: url(../images/tab_poz.jpg);
}

