/*

bright: rgb(234,242,255);
normal: rgb(120,172,255);
dark:	rgb(0,66,174);

*/




.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		440px;
}

.dynamic-tab-pane-control .tab-row .tab {
	font-family:"Trebuchet MS";
	font-size:		12px;
	cursor:			Default;
	display:		inline;
	margin:			1px -5px 1px 5px;
	float:			left;
	padding:		3px 6px 3px 6px;

	


/********** tab borders (not selected)**********/
	z-index:		3;
	padding:		2px 6px 5px 6px;
	margin:			1px -6px -2px 0px;
	top:			-2px;
	background:		white;
}

.dynamic-tab-pane-control .tab-row .tab.selected {        /* Style for Selected tab */
	z-index:		3;
	padding:		2px 6px 5px 6px;
	margin:			1px -6px -2px 0px;
	top:			-2px;
	background:		none;
}

.dynamic-tab-pane-control .tab-row .tab a {               /*Link Colour*/
	background-image: url(http://www.paltz.fr/boutique/includes/tabs/tab_active.png) ;
	background-repeat: no-repeat;
	width:  120;
	height: 30;
	font-family:"Trebuchet MS";
	font-size:			13px;
	color:				#3d2aa1;
	text-decoration:	none;
	cursor:			hand;
	cursor:			pointer;
	padding:		3px;
	padding-left:	10px;	
}

.dynamic-tab-pane-control .tab-row .hover a {             /*Link Colour on mouseover */
   color:	7dc021;
/*	color:	rgb(0,66,174);*/
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
	background-image: url(http://www.paltz.fr/boutique/includes/tabs/tab_hover.png);
	background-repeat: no-repeat;
	width: "120px";
	height: "30px";
	font-weight:	bold;
}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:			black;
	font-family:	"Trebuchet MS";
	font-size:		13px;
	padding:		5px;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	font-family:"Trebuchet MS";
	
/*	border:			1px solid;*/
/*	border-color:	rgb(120,172,255);	*/
	border-color: #BBC3D3;
/*	border-left:	0; */                                     /*hide  border left*/
	border-bottom:	0;                                        /*hide  border bottom*/
/*	border-top:	0;*/                                         /*hide  border top*/
}
