.TabbedPanels {overflow: hidden;margin: 0px; padding: 0px 15px;	clear: none; position:relative;}
.TabbedPanels .GGTitle{width:150px; text-indent:16px;font-size:18px; position:absolute; left:16px; top:13px; font-weight:bold; background:url(../images/Ico.png) 0 5px no-repeat; }
.TabbedPanelsTabGroup {	margin:0px;padding: 0px;color:#777; height:50px; padding-left:118px;border-bottom:1px solid #E7E7E7;}
.TabbedPanelsTab {position:relative;float: left;list-style: none;-moz-user-select: none;-khtml-user-select: none;cursor: pointer; text-align:center;height:50px; line-height:52px; font-size:16px; margin:0 18px;}
.TabbedPanelsTab img{position:absolute;right:-20px;top:8px;}
.TabbedPanelsTabSelected {border-bottom:none;border-bottom:2px solid #8743A9;color:#8743A9;font-weight:bold;}
.TabbedPanelsContentGroup {clear: both; background:#fff;}
.TabbedPanelsContent {overflow: hidden;}


.VTabbedPanels {overflow: hidden;zoom: 1;margin:18px 0 0 0;}
.VTabbedPanels .TabbedPanelsTabGroup {float:left;width:110px; min-height:380px;position: relative;padding-left:0; border:none; background:none;}
.VTabbedPanels .TabbedPanelsTab {float: none;height:40px; line-height:40px; width:110px; background:#F9F9F9; border:1px solid #eee;font-size:16px;font-weight:500px;padding:0;margin:0;margin-bottom:30px; border-radius:100px;transition-duration: 0.3s;}
.VTabbedPanels .TabbedPanelsTabSelected {background: linear-gradient(to right, #B2388D,#943EBD);border:1px solid #943EBD; color:#fff;text-indent:10px;}
.VTabbedPanels .TabbedPanelsContentGroup {clear:none;float: left;width:740px;margin-left:20px;border:none;}

/* Styles for Printing */
@media print {
.TabbedPanels {
	overflow: visible !important;
}
.TabbedPanelsContentGroup {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}
.TabbedPanelsContent {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
}
.TabbedPanelsTab {
	 overflow: visible !important;
	 display: block !important;
	 clear:both !important;
}
}