.TabbedPanels {margin: 0px;padding: 0px;clear: none;width: 930px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {margin: 0px;padding: 0px;}

.TabbedPanelsTab {position: relative;float: left;padding: 0;margin: 0px 10px 10px 0px;background-color: #FFF;list-style: none;-moz-user-select: none;-khtml-user-select: none;
cursor: pointer;}

.TabbedPanelsTabHover 		{}
.TabbedPanelsTabSelected 	{}
.TabbedPanelsTab a 			{color: black;text-decoration: none;}
.TabbedPanelsContentGroup 	{clear: both;}

.TabbedPanelsContent 		{}

.TabbedPanelsContent #Facade		{background: url(facades-FOND.gif) repeat-y;padding: 10px;}
.TabbedPanelsContent #Sols 			{background: url(sols-FOND.gif) repeat-y;padding: 10px;}
.TabbedPanelsContent #Carrelages	{background: url(carrelages-FOND.gif) repeat-y;padding: 10px;}
.TabbedPanelsContent #Mortiers 		{background: url(mortiers-FOND.gif) repeat-y;padding: 10px;}

.SepFd   {width:37px;background: url(sep.gif) top left no-repeat;}


.TabbedPanelsContentVisible {}
.VTabbedPanels .TabbedPanelsTabGroup {float: left;width: 10em;height: 20em;background-color: #EEE;position: relative;border-top:solid 1px #999;border-right: solid 1px #999;border-left: solid 1px #CCC;border-bottom: solid 1px #CCC;}

.VTabbedPanels .TabbedPanelsTab {float: none;margin: 0px;border-top: none;border-left: none;border-right: none;}

.VTabbedPanels .TabbedPanelsTabSelected {background-color: #EEE;border-bottom: solid 1px #999;}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {clear: none;float: left;padding: 0px;width: 30em;height: 20em;}


