h4, h5, h6, h1, h2, h3 {
	margin-top: 0;
	font-family: 'Open Sans', sans-serif;
}
ul, ol {
	margin: 0;
	padding:0;
}

p {
	margin: 0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 0.938em;
}
img{
	border:none;
}

html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background-color: #FFF;
	margin:0;
	padding:0;	
	-webkit-font-smoothing: antialiased;
}

body{overflow-x: hidden;}

.clear{clear:both;}

#main_container{
	width:100%;
	margin:0px auto;
}

/****************Banner-Tab******************/
.inner-banner {
	padding:0;
	margin: auto;
	width:100%;
}

.inner-body-container{
	width:93%;
	padding:0;
	margin: auto;
}
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}


/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 0px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #e2eff5;
    border-radius: 30px;
    display: inline-block;
	width: 12px;
	height: 12px;
    overflow: hidden;
    text-indent: -999em;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
	box-shadow:1px 0px 2px #5b5b5b;;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #75af14;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/* slider actions */
.lSAction > a {
    width: 19px;
    display: block;
    top: 50%;
    height: 30px;
    background-image: url('../images/co-background-sprite-img.png');
    cursor: pointer;
    position: absolute;
    z-index: 5;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: -39px -552px;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -70px -552px;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > * {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > * {
    float: right !important;
}
/* Rtl */

.inner-body-text{
	padding-top:10px;
}
.inner-body-text h2, .inner-body-text h1{
	font-size:30px;
	font-weight:600;
	padding:0 0 10px 0;
	margin:0;
}	
.inner-body-text span{
	font-size:14px;
	font-weight:400;
	color:#4d4d4d;
	line-height:20px;
}

.industries-search input[type="text"], .articles_detail input[type="text"]{
	width: 33%; 
	height: 36px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	border: solid 1px #d0d6d6;
	margin:12px 15px 0 0;
	padding-left: 35px;
	color:#717171;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
    background: url(../images/industries-search-icon.png) no-repeat 5px -24px;
	float:left;
    line-height: 25px;
}
.search {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: white;
	padding: 10px 15px;
	display: inline-block;
	text-decoration: none;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	top: 0px;
	position: relative;
	text-transform:uppercase;
	margin-top:12px;
	background-color:#f29200 ;
	cursor:pointer;
	float:left;
	line-height:20px;
    border:none;
}
.view_details{
	float: right;
	margin:25px 0;
	width:12%;
}
.web{
	background-color:#1062b2;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	text-transform:uppercase;
	padding:7px 12px;
	color:#FFF;
	font-size:15px;
	text-decoration:none;
}

.categories_main{ float:left; width:27%; margin-top:40px;}
.categories_main h2{ border-bottom:2px #000 solid; font-size:20px; font-weight:400; padding-bottom:5px;}
.articles_detail{ float:right; width:70%; margin-top:25px;}
#scrollbar1 { width: 100%; margin: 20px 0 10px; }
#scrollbar1 .viewport { width: 99%; height: 525px; overflow: hidden; position: relative; }
#scrollbar1 .overview { position: absolute; left: 20px; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background: #6e7383; position: relative; background-position: 0 0; float: right; width: 2px; }
#scrollbar1 .track { background: #6e7383; height: 100%; width:2px; position: relative; padding: 0 0px; }
#scrollbar1 .thumb { background: #40444d; height: 20px; width: 4px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -1px; }
#scrollbar1 .thumb .end { background: #40444d; overflow: hidden; height: 5px; width: 4px; }
#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none;}
#scrollbar1 .overview ul{ padding:0; margin:0;}
#scrollbar1 .overview li{ list-style:url(../images/list-li.png); line-height:28px; color:#1062b2; font-size:15px;}
#scrollbar1 .overview li a{color:#1062b2; font-size:15px; text-decoration:none;}
.compliance_trainings{ margin-top:35px;}
.compliance_trainings h2{ border-bottom:2px #000 solid; font-size:20px; font-weight:400; padding-bottom:5px; margin:0;}
.compliance_trainings_detail{ border:#f2f2f2 solid 1px; border-top:none; padding:10px; overflow:hidden;}
.compliance_trainings_img{ float:left; width:15%}
.compliance_trainings_img img{border-radius:4px; width:48px; height:60px;}
.compliance_trainings_text{ float:right; width:79%; line-height:18px; font-size:14px; font-weight:300;}
.compliance_trainings_text a{ line-height:18px; font-size:14px; font-weight:300; text-decoration:none; color:#101010;}
.compliance_trainings_text span{ color:#ff6600;}
.view_all_training{text-align:center;background:#f7f7f7;margin:0px 0 35px 0;padding:10px 0;border:#f2f2f2 solid 1px; border-top:none}
.view_all_training a{padding:10px 0;font-size:15px;color:#bbbbbb;text-decoration:none; font-weight:600;}
.more_articles{width:100%;text-align:center;background:#f7f5ee;margin:25px 0 35px 0;padding:10px 0;}
.more_articles a{margin:25px 0 35px 0;padding:10px 0;text-transform:uppercase;font-size:16px;color:#4d4d4d;text-decoration:none;}
.more_articles span{width:11px;height:6px;background:url(../images/co-background-sprite-img.png) no-repeat -99px -308px;display:block; margin:auto;}
.articles-description{float:left;width:84%;margin-top:10px;}
.articles-description strong{font-weight:600;color:#484848;}
.articles-description ul{list-style:none;padding:0;margin:0 0 10px 0;}
.articles-description li{display:inline-block;max-width:64%;min-width:24%;font-size:14px;color:#616366;word-break: break-all;margin-right:3%;}
.articles-description span{font-size:14px;color:#616366;line-height:17px;margin-top:10px;font-weight:300;}

.articles-description-div{ margin-top:10px;}
.articles-description-div p{font-size:14px;color:#616366;line-height:17px; font-weight:300;}
.articles-description-div ul{padding-top:5px !important; padding-left: 25px !important;  list-style: inherit !important;}
.articles-description-div li{ margin-top:5px; color:#484848 !important; font-weight:300 !important; display: list-item !important;}
.articles-description-div ol{padding-top:5px !important; padding-left: 25px !important; list-style: inherit !important;}

.view_details1{float: right;margin:25px 0;width:14%;}
.articles-thumb-container {margin:20px 0;overflow:hidden; border-bottom:#e5e5e5 solid 1px; padding-bottom:20px;}
.articles-thumb-container h2{font-size:15px;color:#1062b2;margin:0px 0 0 0;padding:0;}
.articles-thumb-container h2 a{font-size:14px;color:#1062b2;text-decoration:none;font-weight:600;}
.general_articles_left{float:left; width:70%; margin-top:25px;}
.general_articles_right{ float:right; width:27%;}
.general_articles_left h1{ font-size:24px; color:#1062b2; font-weight:400; padding:0; margin:0;}
.articles-icon{width:100%;margin-top:10px;}
.articles-icon strong{font-weight:600;color:#484848;}
.articles-icon ul{list-style:none;padding:0;margin:0 0 20px 0;}
.articles-icon li{display:inline-block; min-width:05%;font-size:14px;color:#616366;word-break: break-all;margin-right:4%;}
.articles-icon p{font-size:14px;color:#484848; font-weight:400; margin-top:10px;}
.detail_description a{ text-transform:capitalize; font-size:15px;}
.articles-img{ padding-top:20px; text-align:center;}
.compliance_standards{ padding:0px; background:#efefef;}
.compliance_standards h2{ border-bottom:2px #000 solid; font-size:20px; font-weight:400; padding:10px 0 3px 10px; margin:0;}
.compliance_standards_detail{ padding:10px; overflow:hidden; border-bottom:#b9b9b9 dashed 1px;}
.compliance_standards_text{  width:100%; line-height:18px; font-size:14px; font-weight:300;}
.compliance_standards_text a{ line-height:18px; font-size:14px; font-weight:400; text-decoration:none; color:#1162b3;}
.compliance_standards_text span{ color:#ff6600; line-height:45px; font-weight:400;}
.compliance_standards_text strong{ color:#737373; font-weight:600;}
.compliance_standards_link{ background:#f29200; margin:10px 0px 0 25px;  padding:6px 8px; color:#fff !important; border-radius:6px;  text-transform:uppercase; font-size:13px;}
.compliance_standards_link img {vertical-align: middle;}
.link_left{ margin-left:60px !important;}
.download_file a{ float:right;  background: #84bc03 url(../images/co-background-sprite-img.png) no-repeat -323px -377px; margin-top:20px; border-radius:8px;font-size: 15px; color: #fff; text-decoration:none; text-transform: uppercase; font-weight:400;padding: 7px 12px 7px 36px;}


/****************Best Sellers Section Css start******************/
.webinar-heading {
	font-family:'Open Sans', sans-serif;
	font-size:25px; 
	font-weight:400; 
	color:#000000; 
	margin:25px 0 20px 0; 
	padding:0;
	line-height:19px;
}
.best_sellers{
	width:93%;
	margin:0 auto 55px auto ;
	padding:0;
}

.sellers {
width:100%;
display:inline-block;
}

/*----- Tab Links -----*/
/* Clearfix */
ul.sellers
{
    padding: 0px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; 
    border-bottom:#e5e5e5 solid 1px;
}
        
ul.sellers li
{
    display: inline;
    margin: 0;
    margin-right:3px; 
}
        
ul.sellers li a { 
	padding:9px 15px 5px 15px;
	display:inline-block;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-decoration:none;
	margin-left:5px;
	-webkit-border-radius: 8px 8px 0px 0px; 
	-moz-border-radius: 8px 8px 0px 0px; 
	border-radius:8px 8px 0px 0px;
}
ul.sellers li a:hover {
	color:#f29200;
}
ul.sellers li.selected a, ul.sellers li.selected a:hover {
    position: relative;
    top: 0px;
	color:#f29200;
    border: 1px solid #d6d6d6;
    border-bottom-color: white;
	margin-bottom:-1px;
} 

div.tabcontents {
   	text-align: left;
	width: 100%;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 140%;
	padding-top: 10px;
	color: #4d4d4d;
	left: 0;
	font-weight:300;
	background-color: transparent;
	border-bottom:1px solid #e5e5e5;
	padding-bottom: 25px;
}

.webinar-slider .item{
	margin-bottom: 20px;
	margin-top: 20px;
}
.item{
	display:block;
	overflow:auto;
}
.content-slider li{
	text-align: center;
	color: #4d4d4d;
}
.content-slider h2 {
	margin: 0;
	padding: 0px 0;
	color:#1062b2;
	font-size:14px;
	line-height:16px;
	font-weight:400;
}
.content-slider img{ width:100%;}
.content-slider h2 a{
	margin: 0;
	padding: 0px 0;
	color:#1062b2;
	font-size:14px;
	line-height:16px;
	font-weight:400;
	text-decoration:none;
	background:none;
}
.content-slider h2 a:hover{
	margin: 0;
	padding: 0px 0;
	color:#1062b2;
	font-size:14px;
	line-height:16px;
	font-weight:400;
	text-decoration:none;
	background:none;
}
.content-slider h3 {
	margin: 0;
	padding: 0px 0;
	color:#f29506;
	font-size:14px;
	line-height:36px;
}
.seminar-slider h3 {
	margin: 00px 0 0 0;
	padding: 0px 0;
	color:#f29506;
	font-size:14px;
	line-height:36px;
	font-weight:400;
}

.content-slider div.best-sellers-widget {
	margin: 0;
	padding: 0px 0;
	color:#1062b2;
	font-size:14px;
	line-height:16px;
	font-weight:400;
}
.content-slider div.best-sellers-widget a{
	margin: 0;
	padding: 0px 0;
	color:#1062b2;
	font-size:14px;
	line-height:16px;
	font-weight:400;
	text-decoration:none;
	background:none;
}
.content-slider div.best-sellers-widget a:hover{
	margin: 0;
	padding: 0px 0;
	color:#1062b2;
	font-size:14px;
	line-height:16px;
	font-weight:400;
	text-decoration:none;
	background:none;
}
.content-slider div.price-widget {
	margin: 0;
	padding: 0px 0;
	color:#f29506;
	font-size:14px;
	line-height:36px;
	font-weight:bold;
}
.seminar-slider div.location-widget {
	margin: 00px 0 0 0;
	padding: 0px 0;
	color:#f29506;
	font-size:14px;
	line-height:36px;
	font-weight:400;
}

.webinar-slider{
	width: 100%;
}
.addcart {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: white;
	padding: 5px 15px;
	display: inline-block;
	text-decoration: none;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	top: 0px;
	position: relative;
	margin-left:60px;
	background-color:#f29200 ;
	cursor:pointer;
	float:left;
	line-height:20px;
}
.webinar-slider-text{
	height:120px;
}
.recently-slider-text{
	height:80px;
}
.recently-slider-text h2 a{
	margin: 0;
	padding: 0px 0;
	color:#000;
	font-size:13px;
	line-height:16px;
	font-weight:400;
	text-decoration:none;
	background:none;
}
.recently-slider-text h2 a:hover{
	margin: 0;
	padding: 0px 0;
	color:#1062b2;
	font-size:13px;
	line-height:16px;
	font-weight:400;
	text-decoration:none;
	background:none;
}
.recently-slider-text1{
	height:40px;
	font-weight:300;
	font-size:13px;
}

.co-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.co-wrapper .co-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.co-wrapper .co-pager .co-pager-item,
.co-wrapper .co-controls-auto .co-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.co-wrapper .co-pager.co-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.co-wrapper .co-pager.co-default-pager a:hover,
.co-wrapper .co-pager.co-default-pager a.active {
	background: #000;
}

.co-wrapper .co-prev {
	left: 0px;
	background: url('../images/co-background-sprite-img.png') no-repeat -39px -600px;
}

.co-wrapper .co-next {
	right: 0px;
	background: url('../images/co-background-sprite-img.png') no-repeat -71px -600px;
}

.co-wrapper .co-prev:hover {
	background-position: -39px -552px;
}

.co-wrapper .co-next:hover {
	background-position: -71px -552px;
}

.co-wrapper .co-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 19px;
	height: 30px;
	text-indent: -9999px;
	z-index: 9999;
}
.co-wrapper .co-controls-direction a.disabled {
	display: none;
}

.recently_viewed{
	margin:0 auto 35px auto ;
	padding:15px 0 0 0;
	border-top: solid #e5e5e5 1px;		
}
.recently_viewed-1{
	border-bottom:#e5e5e5 solid 1px;
	padding:0;
}

.search-results{
	width:100%;
	border-bottom:#d0d6d6 solid 1px;
	border-top:#d0d6d6 solid 1px;
	margin:20px 0 10px 0;
	padding:10px 5px;
	background:#f6f6f6;
	color:#4e4e4e;
}
.search-results span{
	font-weight:600;
	color:#292929;
}
/*--- Syamasundari@MSI ---*/
.search_form_loading1{
    margin-top:17px;
    margin-left:15px;
    float:left;
	display:none;
}
.view_more_loading{
	text-align:center;
	display:none;
}