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

.dynamic-tab-pane-control .tab-row .tab {
	/*width: 150px;*/
	height: 20px;
	position: relative;
	top: 0;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: Default;
	margin: 1px -1px 1px 2px;
	padding: 2px 10px 0 10px;
	border: 0;
	z-index: 1;
	font: 11px Tahoma;
	white-space: nowrap;
	text-align: center;
	background-color: #DAE0ED;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	/*width: 154px !important;*/
	height: 22px !important;
	border-bottom-width: 0;
	z-index: 3;
	padding: 2px 10px 0 10px;
	margin: 1px -3px -3px 0px;
	top: -2px;
	font: 11px Tahoma;
	background-color: #C8CDE0;
	font-weight: bold;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font-size: 11px;
	font-family: Tahoma;
	color: Black;
	text-decoration: none;
	cursor: pointer;
	line-height: 1.5;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	font-size: 11px;
	font-family: Tahoma;
	/*width: 150px;*/
	height: 20px;
	background-image: url( ../img/produs_top.jpg );
	background-repaet: no-repeat;
	cursor: pointer;
	padding: 2px 10px 0 10px;
}

.dynamic-tab-pane-control .tab-page {
	clear: both;
	border: 1px solid #C8CDE0;
	background: rgb(252, 252, 254);
	z-index: 0;
	position: relative;
	top: -2px;
	font: 11px Tahoma;
	color: Black;
	filter: progid : DXImageTransform . Microsoft .
		Gradient(StartColorStr = #fffcfcfe, EndColorStr = #fff4f3ee,
		GradientType = 0) progid : DXImageTransform . Microsoft .
		Shadow(Color = #ff919899, Strength = 2, Direction = 135);
	/*244, 243, 238*/ /* 145, 155, 156*/
	padding: 10px;
	min-height: 350px;
	width: 560px;
}

.dynamic-tab-pane-control .tab-row {
	z-index: 2;
	white-space: nowrap;
}

#div_fo_form {
	height:350px;
}
