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 */

	

.standards-search input[type="text"]{
	width: 412px; 
	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: #fff url(../images/industries-search-icon.png) no-repeat 5px -24px;
	float:left;
    line-height: 25px;
}
.standards-search select {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	border: solid 1px #d0d6d6;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
	height: 40px; 
	color:#717171;
	font-size: 15px;
    line-height: 25px;
	padding-left: 35px;
	margin:12px 15px 0 0;
	background-color:#fff;
}
.standards-search option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 10px;
    padding: 0px 0px 4px 5px;
	overflow:auto;
}
.search {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: white;
	padding: 10px 30px;
	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;
	box-shadow: 0 5px 8px 0 rgb(0 0 0 / 35%);
	background-image: linear-gradient(180deg, #21c5a6, #38a08d);
}
.search:hover {
    background-image: linear-gradient(180deg, #666, #666);
    border: none;
}
.view_details{
	float: right;
	margin:25px 0;
	width:12%;
}
.inner-body-text{padding-top:10px;}
.inner-body-text h2{font-size:30px;font-weight:600;padding:0 0 10px 0;margin:0;}
.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;}
.sub-categories{font-size:14px;font-weight:400;padding:10px 0 0 0;margin:0;color:#4d4d4d;}
.sub-categories a {font-size: 13px;line-height:32px;color:#1062b2;margin:0 5px;font-weight:400;}

.standards-search{
	margin-top:10px;
}
.industry-provider{
	width: 256px; 
	background: url(../images/industries-search-icon.png), url(../images/industries-search-icon.png);
	background-repeat: no-repeat;
	background-position: 228px 13px, 5px -186px;
	float:left;
	display:block;
}
.price{
	width: 147px; 
	background: url(../images/industries-search-icon.png), url(../images/industries-search-icon.png);
	background-repeat: no-repeat;
	background-position: 119px 13px, 5px -86px;
	float:left;
	display:block;
}
.search-results{
	width:100%;
	border-bottom:#d0d6d6 solid 1px;
	border-top:#d0d6d6 solid 1px;
	margin:15px 0 10px 0;
	padding:10px 5px;
	background:#f6f6f6;
	color:#4e4e4e !important;
	overflow:hidden;
}
.search-results span{
	font-weight:600 !important;
	color:#292929 !important;
}

#scrollbar2 { width: 100%; margin: 20px 0 10px; }
#scrollbar2 .viewport { width: 99%; height: 335px; overflow: hidden; position: relative; }
#scrollbar2 .overview { position: absolute; left: 20px; top: 0; padding: 0; margin: 0; }
#scrollbar2 .scrollbar{ background: #6e7383; position: relative; background-position: 0 0; float: right; width: 2px; }
#scrollbar2 .track { background: #6e7383; height: 100%; width:2px; position: relative; padding: 0 0px; }
#scrollbar2 .thumb { background: #40444d; height: 20px; width: 4px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -1px; }
#scrollbar2 .thumb .end { background: #40444d; overflow: hidden; height: 5px; width: 4px; }
#scrollbar2 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none;}
#scrollbar2 .overview ul{ padding:0; margin:0;}
#scrollbar2 .overview li{ list-style:url(../images/list-li.png); line-height:28px; color:#1062b2; font-size:15px;}
#scrollbar2 .overview li a{color:#1062b2; font-size:15px; text-decoration:none;}
.compliance_trainings{ overflow:hidden;}
.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;}
.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; cursor:pointer;text-transform:uppercase;font-size:16px;color:#4d4d4d;text-decoration:none;}
.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;}


.standards-body-left{ float:left;width:70%;padding-top:20px;}
.standards-body-left span{font-size:14px;font-weight:400;color:#4d4d4d;line-height:30px;}
.standards-body-left h2{font-size:30px;font-weight:600;padding:0 0 10px 0;margin:0;}
.sort_by{ border-bottom:#e5e5e5 solid 1px; margin-top:25px; text-align:right; padding-bottom:15px; overflow:hidden;}
.sort_by_text{float:right; margin-right:10px;}
.sort_by_text form{ float:right; margin-left:10px;}
.standerd_detail{ border-bottom:#e5e5e5 solid 1px; padding:11px 0; overflow:hidden;}
.standerd_detail_img{float:left;}
.standerd_detail_text{float:left; margin-left:12px;max-width: 75%; padding-top:3px;}
.standerd_detail_text h2{font-size:14px;color:#484848;margin:0px 0 0 0;padding:0; font-weight:400;}
.standerd_detail_text h2 a{font-size:14px;color:#484848;margin:0px 0 0 0;padding:0; font-weight:400; text-decoration:none;}
.standerd_detail_text span{font-size:14px;color:#990000;margin:0px 0 0 0;padding:0; font-weight:400;}
.standerd_detail_but{float:right; margin-top: 17px;}
.standards{-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;
	background-image: linear-gradient(180deg, #21c5a6, #38a08d);}
	
.standards:hover {
    background-image: linear-gradient(180deg, #666, #666);
    border: none;
}


.standards-body-right{ float:right; width:27%;padding-top:25px; }
.add_banner{margin-bottom:35px; }
.add_banner img{ width:100%;}
.recently_added{ margin-bottom:35px;}
.recently_added h2{ border-bottom:2px #000 solid; font-size:20px; font-weight:400; padding-bottom:5px;}
.recently_added_cont{ border-bottom:#f1f1f1 solid 1px; padding-bottom:15px; overflow:hidden; width:100%; padding-top:15px;}
.cont_top{padding-top:0px;}
.recently_added_img{ float:left; width:22%;}
.recently_added_text{ float:left;width:78%;}
.recently_added_text p{ font-size:14px; color:#1062b2; padding:0; margin:0; line-height:17px;}
.recently_added_text p a{ font-size:14px; color:#1062b2; padding:0; margin:0; text-decoration:none;}
.recently_added_text span{ font-size:14px; color:#990000; padding:0; margin:0; font-weight:400;}
.overview-left{left:0px !important }
.product_feedback_text{ background:url(../images/feedback_icon.png) no-repeat  5px 8px; padding:8px 10px 25px 28px; line-height:18px;}
.product_feedback_text p{ margin:0 0 7px 0;  padding:0; font-size:14px; color:#7c7c7c;}
.product_feedback_text strong{ margin:0; padding:0px 0; font-size:14px; color:#000; font-weight:600;}
.product_feedback_text span{ margin:0 0 0px 0;  padding:0; font-size:14px; color:#7c7c7c;}

.standards_home_left{ float:left;width:71%;padding-top:20px;}
.standards_home{width:100%;margin:0 auto 0px auto ;padding:0;}
.standards_home_cont{font-family:'Open Sans', sans-serif; font-size:14px; color:#484848; width:250px; font-weight:300; line-height:18px; overflow:hidden; margin-left:25px;}
.standards_home_cont li a{font-family:'Open Sans', sans-serif; font-size:14px; color:#484848; font-weight:300; text-decoration:none;}
.standards_home_cont ul{list-style: none; padding: 0; margin: 0;}
.standards_home_cont li { padding-left: 0px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; border-top:#c9c9c9 dashed 1px; padding-bottom:10px; padding-top:10px;	}
.standards_home_cont li:first-child {border-top:none}
.standards_home_cont li:before {content: ""; padding-right: 16px;color: #484848;font-size:18px; background: url(../images/standard-arrow-icon.png) no-repeat 2px 12px;}
.standards_home_head{font-family:'Open Sans', sans-serif;font-size:25px; font-weight:400; color:#000000; margin:0 auto 0px auto ;padding:0px 0 5px 0;border-bottom: solid #e5e5e5 2px;}
.standards_home_head_1{padding:0;}
.standards_home_banner{ margin:25px 0; overflow:hidden;width:100%;}
.standards_home_banner_1{ float:left; padding:0px;overflow:hidden;width:49.0%;}
.standards_home_banner_2{ float:right; padding:0px;overflow:hidden;width:49.0%;}
.standards_home_banner img{ width:100%;}

.standards_home_heading{ overflow:hidden; margin-bottom:25px;}
.standards_home_heading h1{ font-size:24px; color:#1062b2; font-weight:400; padding:0; margin:0; line-height:30px;}
.standards_home_heading p{font-size:14px;color:#484848; font-weight:300; margin-top:15px;}
.standards_home_content{ overflow:hidden; padding-bottom:25px; border-bottom:#d3d8d6 solid 1px;}
.standards_home_image{float:left; overflow:hidden; margin-right:20px;width: 22%;}
.standards_home_image img{ width:100%;}
.standards_home_details{float:left; overflow:hidden; color:#484848; font-size:14px;font-family:'Open Sans', sans-serif; font-weight:300; line-height:22px;width: 73%;}
.standards_home_details strong{font-weight:600;}
.co-stars {display: inline-block;width: auto;white-space: nowrap;position: relative;background: 0;}
.co-stars .unfilled {font-size:20px;color: #ef9601;}
.co-stars .rating {position: absolute;top: 0;left: 0;color: #ffc600;white-space: nowrap;overflow: hidden;background: 0;margin-top:0 !important;font-size:20px;}
.count{font-size:15px;font-weight:400 !important;margin-right:25px;color:#484848 !important; display: inline-block;}
.count a {color: #484848;text-decoration: underline;font-weight:300;}
.webinar-write-review{ background:url(../images/webinar_content_icon1.png) no-repeat 0px 2px;display: inline-block; padding-left:23px; margin: 10px 0 0 0px;  padding-right:40px;color:#484848;}
.webinar-write-review a{color:#484848; text-decoration:none;}
.buy_now {text-align: center;padding: 20px 0;display:inline-block;}
.buy_now a {border-radius: 10px;text-transform: uppercase;text-decoration: none;color: #fff;padding: 8px 27px 8px 27px;font-weight: 600;background-image: linear-gradient(180deg, #21c5a6, #38a08d);}
.buy_now a:hover {background-image: linear-gradient(180deg, #666, #666); border: none;}
.standard_add_cart {text-align: center;padding: 20px 0;display:inline-block; margin-left:5px;}
.standard_add_cart a {background: #808080 url(../images/standards_cart_icon.png) no-repeat 13px -22px;border-radius: 10px;text-transform: uppercase;text-decoration: none;color: #fff;padding: 8px 20px 8px 35px;font-weight: 600;}
.standard_add_cart a:hover {background-color: #666; border: none;}
.standard_price{font-size:25px; color:#000; font-weight:400; margin-right:35px; margin-top:30px;}

.product_reviews_container{background-color:#f9f9f9; margin:0 0 45px 0; padding:10px 15px 15px 15px;}
.product_reviews_container strong{font-size:18px !important; color:#000 !important; font-weight:400 !important; line-height: 36px;}
.product_reviews_container span a { background:#f29200 !important; border-radius:10px; padding:8px 15px; font-size:15px; color:#ffffff; text-transform:uppercase; font-weight:600 !important; text-decoration:none; float:right; margin:-20px  30px 0 0;}
.product_reviews_container_text { padding:0 10px; }
.product_reviews_container_text p{font-size:13px !important; margin-bottom: 10px;}
.product_reviews_container_text span{font-size:13px !important; color:#f29200 !important; font-weight:400 !important; font-style:italic;}

.product_details{ margin-top:20px;}
.product_details p{ padding:5px 0; margin:0; font-size:14px; color:#4d4d4d; font-weight:400;}
.product_details strong{padding:0; margin:0px; font-size:25px; color:#f29200; font-weight:400;}
.product_details p strong{ padding:5px 0; margin:0; font-size:14px; color:#4d4d4d; font-weight:600;}
.product_details ul{margin: 5px 0 5px 30px; font-size:14px; color:#4d4d4d; font-weight:300; line-height:24px;}
.product_details li strong{padding:5px 0; margin:0; font-size:14px; color:#000; font-weight:700;}

.standard_customers ul { list-style: none; padding: 0; margin: 0;}
.standard_customers li { padding-left: 20px;  border-top:#c9c9c9 dashed 1px; padding-bottom:8px; padding-top:10px; font-weight:300;text-indent: -15px; line-height:18px}
.standard_customers li a { font-weight:300; text-decoration:none;color: #484848;}
.standard_customers li:first-child {border-top:none}
.standard_customers li:before {content: ""; padding-right: 16px;color: #484848;font-size:18px; font-weight:300; background: url(../images/standard-arrow-icon.png) no-repeat 0px 12px;}
.standard_customers span{color:#990000; margin-left:0px; line-height:30px;}
.standard_customers span a{color:#990000; text-decoration:underline; text-align:right;margin-right:63px;float:right;}
.standard_add_banner{margin-top:30px;}
.standard_add_banner img{ width:100%;}


.related_product_home{width:100%;margin:0 auto 20px auto ;padding:0; overflow:hidden;}
.related_product_cont{background-color:#f9f9f9; border:#dbdbdb solid 1px; overflow:hidden; padding:15px; width:195px; text-align:center;margin-left:14px;}
.related_product_head{ height: 55px; overflow: hidden;}
.related_product_head h2{margin:10px 0 0 0; padding:0; font-size:14px; color:#1064b5; font-weight:400; line-height:16px;}
.related_product_head h2 a{color:#1064b5; text-decoration:none;}
.related_product_price{font-weight: 600;height: 35px;font-size: 13px; color:#990000; font-family:'Open Sans', sans-serif;}
.related_product_cart{ font-size: 13px; font-family: 'Open Sans', sans-serif; text-transform:uppercase;	font-weight: 600; color: white;	padding: 4px 10px 4px 31px; position: relative;	background:url(../images/add-to-cart-bg.jpg) no-repeat;	cursor:pointer;	line-height:20px; text-decoration:none;}
.related_product_cont_head{font-family:'Open Sans', sans-serif;font-size:25px; font-weight:400; color:#000000; margin:0 auto 0px auto ;padding:0px 0 5px 0;}


/****************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:#32b59c;
}
ul.sellers li.selected a, ul.sellers li.selected a:hover {
    position: relative;
    top: 0px;
	color:#32b59c;
    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-top: 20px;
	margin-bottom: 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:#247291;
	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:#4a4a4a;
	font-size:14px;
	line-height:36px;
	font-weight:bold;
}
.seminar-slider div.location-widget {
	margin: 00px 0 0 0;
	padding: 0px 0;
	color:#4a4a4a;
	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;
	background-image: linear-gradient(180deg, #21c5a6, #3dae9a);
}
.addcart:hover {
    background-image: linear-gradient(180deg, #666, #666);
    border: none;
}
.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;
}
/* Syamasundari */
.waitingDiv{
		  width: auto;
		  height: auto;
		  position:absolute;
		  background-color: #FFFFFF;
		  border: 1px solid #666666; 
		  left:527.5px;
		  top:254.5px;
		  display:none;
    	  float: left;
    	  z-index : 10;
		  padding:10px;
		  
	 }
.product_msg{    
	text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    border: 1px solid black;
    padding: 20px;
    width: 93%;
    margin: 0 auto;
	}
.down_pdf img{
	width:auto !important;
	}	
	
/* Syamasundari */
/* Hari */
.search_form_loading{
	margin: 17px; 
	float:left; 
	display:none;
}
.view_more_loading{
	text-align:center;
	display:none;
}

.view_more_expand{
	width:100%;
	text-align:center;
	background:#f7f5ee;
	margin:25px 0 35px 0;
	padding:10px 0;
}

/* End Of Hari */



.industryByProviders-link{float:right; margin-top: 15px;}
.industryByProviders-link a{
    font-size: 14px;
    width: auto;
    color: #f29200;
    -moz-border-radius: 10px;
    text-decoration: none;
    padding-right: 5px;
    }
.industryByProviders-link img {
	vertical-align: bottom;
}

/* Added By Hari. To add banners in Standard Detail Page */

.standard_add{ float:left; margin:30px 0px; width:49%;}
.standard_add img{ width:100%;}
.standard_add1{ float:right; margin:30px 0px; width:49%;}
.standard_add1 img{ width:100%;}

/* End of Hari */