@charset "utf-8";
/**********************************************************************/
/**********************************************************************/
/***   Copyright (c) 2008, PLAN e d.o.o.														***/
/***   Vse pravice pridržane. All rights reserved.									***/
/**********************************************************************/
/**********************************************************************/



/**************************************/
/*** Tabbed Panel 									***/
/**************************************/
.TabbedPanelsCopy {
	width: auto;
	min-height: 30px;
	margin: 0 1px;
	background: none;
}

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	background: url(../images/icons/tabPanBack.png) repeat-x top;
}


.TabbedPanelsTabGroup {
	height: 25px;
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
}

/******************************************************/
/***	TAB PANEL Button															***/
/******************************************************/
.TabbedPanelsTab {
	height: 20px;
	position: relative;
	z-index: 0;
	float: left;	
	margin-left: -4px;
	
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #4c7ba8;
	
	background: url(../images/icons/tabPanBtnR.png) top right no-repeat;
	
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	outline: none;
	-moz-outline-style: none;
	cursor: pointer;
}
.TabbedPanelsTabR {
	height: 16px;
	position: relative;
	left: -4px;
	float:left;
	
	padding: 3px 22px 1px 12px;
	background: url(../images/icons/tabPanBtnL.png) top left no-repeat;
}

.TabbedPanelsTabHover {
	color:#f26522;
}

/******************************************************/
/***	TAB PANEL selected Button											***/
/******************************************************/
.TabbedPanelsTabSelected {
	z-index: 100;
	color:#fff;
	font-weight: bold;

	background: url(../images/icons/tabPanBtnSelectR.png) top right no-repeat;

}
.TabbedPanelsTabSelected .TabbedPanelsTabR {
	padding-top: 4px;
	padding-bottom: 0;

	background: url(../images/icons/tabPanBtnSelectL.png) top left no-repeat;
}



/******************************************************/
/***	TAB PANEL CONTENT															***/
/******************************************************/


.TabbedPanelsContentGroup {
	padding: 0 15px;
	clear: both;
}

.TabbedPanelsContent {
	padding: 0;
	padding-bottom:15px;
}
.TabbedPanelsContentSpacer {
	width: 100%;
	height: 15px;
}
.TabbedPanelsContent p.artikliNastevanje {
	color: #000;
	font-size: 11px;
	line-height: 14px;
	padding: 2px 0;
	padding-top: 1px;
	margin: 0;
	padding-left: 12px;

	
}
.TabbedPanelsContentVisible {
}




