#tab-wrapper { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px #CCCCCC dotted;}
#tab-wrapper h3 { font-size: 13px; margin-bottom: 0; }
#tab-wrapper a { text-decoration:none; border-bottom: none; color: #522398; font-weight:normal; }
#tab-wrapper a:hover { text-decoration: underline; border-bottom: none; font-weight:normal; }

/*#tab-wrapper #tabs div { clear: both; }*/
/*#tab-wrapper ul {padding-left: 0px; margin: 0;}	*/
#tab-wrapper ul.tabs  { margin: 10px 0px 0px 0px; padding: 0px; }
#tab-wrapper ul.tabs li { list-style:none; display: inline-block; width: auto; height: auto; margin: 0px 3px 0px 0px; float: left; }
#tab-wrapper ul.tabs li a { color:#CCC !important; border-bottom: 0px!important; display: inline-block; width: auto; height: auto; padding: 8px 20px; display: block; background-color: #bababa; }
#tab-wrapper ul.tabs li a:hover { border-bottom: 0px; color: #000 !important; background-color: #333; text-decoration: none; }
#tab-wrapper ul.tabs li.active a { color: #fff !important; border-bottom: 0px; background: url(../../Images/tab-active1.png) center bottom;  padding-bottom: 17px;}

/* new way */

.tab-wrapper { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px #CCCCCC dotted;}
.tab-wrapper h3 { font-size: 13px; margin-bottom: 0; }
.tab-wrapper a { text-decoration:none; border-bottom: none; color: #522398; font-weight:normal; }
.tab-wrapper a:hover { text-decoration: underline; border-bottom: none; font-weight:normal; }

/*.tab-wrapper #tabs div { clear: both; }*/
/*.tab-wrapper ul {padding-left: 0px; margin: 0;}	*/
.tab-wrapper ul.tabs  { margin: 10px 0px 0px 0px; padding: 0px; }
.tab-wrapper ul.tabs li { list-style:none; display: inline-block; width: auto; height: auto; margin: 0px 3px 0px 0px; float: left; }
.tab-wrapper ul.tabs li a { color:#CCC !important; border-bottom: 0px!important; display: inline-block; width: auto; height: auto; padding: 8px 20px; display: block; background-color: #bababa; }
.tab-wrapper ul.tabs li a:hover { border-bottom: 0px; color: #000 !important; background-color: #333; text-decoration: none; }
.tab-wrapper ul.tabs li.active a { color: #fff !important; border-bottom: 0px; background: url(../../Images/tab-active1.png) center bottom;  padding-bottom: 17px;}

