.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;
}

.dynamic-tab-pane-control .tab-row .tab {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		11px;
	cursor:			Default;
	display:		inline;
	float:			left;
	padding:		0px;
	margin:			0px 0px 0px 0px;
	background:		url(/ekmps/shops/philb/resources/Design/tab-bg.png) no-repeat left top;
	cursor:			hand;
	cursor:			pointer;
	z-index:		3;
	position:		relative;
	line-height: 24px;
	height: 24px;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	z-index:		3;
	padding:		0px;
	margin:			0px 0px 0px 0px;
	background:		url(/ekmps/shops/philb/resources/Design/tab-bg-select.png) no-repeat left top;
	line-height: 24px;
	height: 24px;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#ffffff;
	text-decoration:	none;
	cursor:			hand;
	cursor:			pointer;
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#fff;
	text-decoration:	none;
	cursor:			hand;
	cursor:			pointer;
}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			0px;
	background:		#ccc;
	z-index:		2;
	position:		relative;
	top:			0px;
	color:			#000;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		13px;
	padding:		10px;
        text-align:left;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
/*	background:		#FFFFFF;
	height:			1.85em;*/
	width:			100%;
}


