/*

bright: rgb(234,242,255);
normal: rgb(120,172,255);
dark:	rgb(0,66,174);

*/




.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;
}

.dynamic-tab-pane-control .tab-row .tab {
	font-family:	Verdana, Helvetica, Arial;
	font-size:		11px;
	cursor:			Default;
	display:		inline;
	margin:			1px -5px 1px 5px;
	float:			center;
	padding:		3px 6px 3px 6px;
 
	
/********** tab background (not selected) **********/

	/* background:		rgb(130,148,164);        */     
	 /*  background:		rgb(0,0,50);       */                                                                                  /*tabkleur*/
 background-image: url("/images/producttab.gif");  /* Use background image*/
/* width: 100%; */
background-repeat: no-repeat;


/********** tab borders (not selected)**********/
	border:			0.35em solid;

	border-color:	rgb(255,255,255);                                                                                              /*lijn tussen niet geselecteerde tabs*/
	border-left:	0;                                        /*hide  border left*/
	border-bottom:	0;                                        /*hide  border bottom*/
	border-top:	0;                                           /*hide  border top*/

	
	cursor:			hand;
	cursor:			pointer;
	
	z-index:		1;
	position:		relative;
	top:			0;
}

.dynamic-tab-pane-control .tab-row .tab.selected {        /* Style for Selected tab */

	
	border:			0.35em solid;

	border-color:	rgb(255,255,255);                                                                                              /*lijn tussen niet selecteerde tabs*/
	border-left:	0;                                        /*hide  border left*/
	border-bottom:	0;                                        /*hide  border bottom*/
	border-top:	0;                                           /*hide  border top*/

	
	cursor:			hand;
	cursor:			pointer;
	
	z-index:		1;
	position:		relative;
	top:			0;
	
	
/*	background:		rgb(240,242,237);             */                               /* kan ook plaatje maken */          
	background-image: url("/images/producttab_selected.gif");
	         
}

.dynamic-tab-pane-control .tab-row .tab a {               /*Link Colour*/
width:        124px;
height:        25px;

	font-family:		Verdana, Helvetica, Arial;
	font-size:			13px;
	
	color:				rgb(59,106,160);                                                                                                      /*tekstkleur van alle tabs*/
	text-decoration:	none;
	cursor:			hand;
	cursor:			pointer;	
}

.dynamic-tab-pane-control .tab-row .hover a {             /*Link Colour on mouseover */
   color:	rgb(59,106,160);  
/*	color:	rgb(0,66,174);*/
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
	font-weight:	bold;
}


.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid rgb(232,236,240); 
	/*background:		white; */
	background:	rgb(232,236,240);                                                     /* de kleur achter de tekst */
	/*height:        1450px;*/
	width: 100%;
	z-index:		2;
	position:		relative;
	top:			-10px;
	color:			Black;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		11px; 
	padding:		0px;
    margin-left:    5px;                                                           
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
 /********************************************************* tab header background *************/
	
	
 	background:		rgb(255,255,255);                                                                                                           /*de kleur achter de tabs! */
/*   background:	   #F7F9FF;    */
/*  background-image: url("http://test.glucosamine.com/images/tab_header.jpg");  /* Use background image*/
/* background-repeat: no-repeat;  */  
position:		bottom;
/*	height:			1.85em; */
	
	height:			2.5em;
	
	width:			100%;
 /********************************************************* tab header outer borders **********/	
/*	border:			1px solid;*/
/*	border-color:	rgb(120,172,255);	*/

	border-color: black;
/*	border-left:	0; */                                     /*hide  border left*/
	border-bottom:	0;                                        /*hide  border bottom*/
/*	border-top:	0;*/                                         /*hide  border top*/
}



