.tab-pane {
	position:	relative;
	width:		100%;		/* width needed weird IE bug */
	margin-right:	-2px;	/* to make room for the shadow */
}

.tab, .tab.selected, .tab.hover{
width:auto;	
position:		relative;
top:			0;
display:		inline;
float:			left;
overflow:		hidden;
cursor:			Default;
margin:			1px -1px 1px 2px;
/*padding:		2px 0px 5px 0px;*/
border:			0;
z-index:		1;
white-space:	nowrap;
text-align:		center;
}

/*.tab .r, .tab.selected .r {
width:auto;
float:left;
display:inline;
height:19px;
padding:10px 8px 0 0px;
*padding-bottom:4px;
_padding-bottom:6px;
#padding-bottom:6px;
*height:15px;
}*/

/*.tab .r {
background:url('/templates/uktenpin/images/blue/tab_off_r.gif') no-repeat bottom right;
color:#FFFFFF;
}

.tab.selected .r {
background:url('/templates/uktenpin/images/tab_on_r.gif') no-repeat bottom right;
color:#000000;
}*/

/*.tab .l, .tab.selected .l {
width:6px;
height:29px;
float:left;
display:inline;
*padding-bottom:3px;
_padding-bottom:2px;
}
*/
/*.tab .l {
background:url('/templates/uktenpin/images/blue/tab_off_l.gif') no-repeat bottom;
}

.tab.selected .l {
background:url('/templates/uktenpin/images/tab_on_l.gif') no-repeat bottom;
}*/

.tab.hover {
text-decoration:underline;
color:#FFFFFF;
}

.tab a {
color:#FFFFFF;
}
/*
.dynamic-tab-pane-control .tab-row .tab.hover {
}
*/

.tab-page {
	clear:			both;
	border: 1px solid #CCCCCC;
	z-index:		2;
	position:		relative;
	top:			-2px;
	filter:			progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fffcfcfe, EndColorStr=#fff4f3ee, GradientType=0)
					progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=2, Direction=135);	
	padding:		5px;
}

.tab-row {
	z-index:		1;
	white-space:	nowrap;
}
