@charset "utf-8";
/*********************************************************************************/
/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
/* # #																										 									 # # */
/* # #  Copyright (c) PLAN e d.o.o., 2007-2009															 # # */
/* # #  Vse pravice pridržane. All rights reserved.													 # # */
/* # #  info@plan-e.si | www.plan-e.si  																		 # # */
/* # #  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  # # */
/* # #  Template variables:																									 # # */
/* # #  Array														 # # */
/* # #  Array											 # # */
/* # #  Tehla												 # # */
/* # #  ../images																					 # # */
/* # #  ../../../../template/Tehla/images				 # # */
/* # # 																																			 # # */
/* # #  How to:																															 # # */
/* # #  #009938										 # # */
/* # #  #000000									 # # */
/* # # 																																			 # # */
/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */



/**************************************/
/*** 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(../../../../template/Tehla/images/shop/tabs/tabPanBack.png) repeat-x top;
}


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

/******************************************************/
/***	TAB PANEL Button															***/
/******************************************************/
.TabbedPanelsTab {
	position: relative; float: left; z-index: 0;
	
	margin-left: 8px;
	
	font-size: 11px; line-height: 16px;
	font-weight: normal; color: #ffffff;
	
	background: url(../../../../template/Tehla/images/shop/tabs/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: 19px; position: relative; float:left;
	padding: 0 10px; padding-top: 6px;
	left: -3px;
	
	background: url(../../../../template/Tehla/images/shop/tabs/tabPanBtnL.png) top left no-repeat;
}

.TabbedPanelsTabHover {
	color:#666666;
}

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

	background: url(../../../../template/Tehla/images/shop/tabs/tabPanBtnSelectR.png) top right no-repeat;

}
.TabbedPanelsTabSelected .TabbedPanelsTabR {
	background: url(../../../../template/Tehla/images/shop/tabs/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 {
}



