




.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;
}

.dynamic-tab-pane-control .tab-row .tab {
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
	cursor:			Default;
	display:		inline;
	float:			left;
	/********** tab background (not selected) **********/
	
/*   background-image: url("http://localhost/catalog/images/infobox/box_background.gif");*/  /* Use background image*

/********** tab borders (not selected)**********/
	border-top: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
	border-left: 1px solid #C1C1C1;
	border-bottom: 1px none #C1C1C1;
	cursor:			hand;
	cursor:			pointer;

	position:		relative;
	top:			0;
	width: 125px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-right: 5px;
	 
}

.dynamic-tab-pane-control .tab-row .tab.selected {        /* Style for Selected tab */
	border:			1px solid #C1C1C1;
	border-bottom:	0;
	z-index:		1;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	
    width: 125px;
	background:		white;
	
}

.dynamic-tab-pane-control .tab-row .tab a {               /*Link Colour*/
		font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #A5A5A5;
	line-height: 19px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	text-decoration: none;
	display: block;
	background-position: 9px;
	cursor:			hand;
	cursor:			pointer;	
	
}

.dynamic-tab-pane-control .tab-row .hover a {             /*Link Colour on mouseover */
  
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #5C5C5C;
	background-color: #E8E8E8;
	line-height: 19px;
	background-image: url(../../images/arrow_hover.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	text-decoration: none;
	display: block;
	background-position: 9px;
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #5C5C5C;
	background-color: #E8E8E8;
	line-height: 19px;
	background-image: url(../../images/arrow_hover.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	text-decoration: none;
	display: block;
	background-position: 9px;
}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	background:		White;
	z-index:		2;
	position:		relative;

	color:			Black;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		13px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C1C1C1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	/********************************************************* tab header background *************/
	
	/*   background:	   #F7F9FF;    */
/*   background-image: url("http://localhost/catalog/images/infobox/box_background.gif");*/   /* Use background image*/
	
	width:			100%;                                        /*hide  border bottom*/
	                                     /*hide  border top*/
}
.toppad {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
h2 {
	margin: 0;
	padding: 0;
}

