@import 'reset.css';
@import 'global.css';
@import 'hacks.css';

#ewgtcontainer {
    /*margin-bottom: -2px;
    margin-bottom: expression('-18px');*/
    margin-bottom: -1px;
    margin-bottom: 0 px\9;
}

* html #ewgtcontainer {
    margin-bottom: -19px;
}

.sub_content_holder {
    width: 980px;
    background: #FFFFFF;
    float: left;
}

div#navitile {
    width: 975px;
!important;
}

ul#listMenuv3-id-2 {
    width: 88px;
!important;
}

/***************************************************************/
.ajax_loader {
    background: url("/images1/ajax-loader.gif") no-repeat;
    height: 11px;
    width: 43px;
    display: none;
}

#newsletterSubscribe .ajax_loader {
    margin: 6px 0 0 255px;
}

#newsletterBox .ajax_loader {
    margin: 0 0 10px 220px;
}

/****************** Header ******************/
#header {
    margin: 4px 0 -10px 0;
    overflow: hidden;
}

#header .logo {
    float: left;
    margin: 10px 0 10px 0;
    width: 227px;
}

#header .banner {
    width: 730px;
    margin-left: 226px;
    overflow: visible;
}

#header .logoH {
    float: left;
    margin: 10px 0 0 0;
    width: 350px;
}

#header .bannerH {
    padding: 0;
    float: left;
    width: 295px;
}

#header .bannerH .join {
    float: left;
    padding: 12px 4px 0 0;
}

#header .bannerH .social {
    /*float:right;
    width:222px;
    padding: 35px 21px 0 0;*/
}

.social .icons {
    float: left;
    padding: 0 0 0 7px;
}

.social .gplus {
    padding: 3px 0 0 7px;
}

#header .logo a {
    color: #fff;
    text-decoration: none;
}

.influencialAdBox {
    margin: 0 0 15px 90px;
}

.influencialAdDesc {
    z-index: 1;
    position: absolute;
    width: 125px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    display: none;
    font: 11px arial;
    line-height: 18px;
}

/****************** Header ******************/

/************ NAV BAR ***********/
#nav_bar {
    height: 40px;
    position: relative;
    background: url("/images1/navigation/menu_bar_upper.jpg") repeat-x scroll 0 0 #FEFDFC;
    width: 100%;
    border-bottom: 1px solid #656669;

}

#nav_bar .menu {
    padding: 4px 0 0 0;
    margin: 0 0 0 3px;
}

#nav_bar .menu li {
    font-size: 13px;
    height: 36px;
    cursor: pointer;
}

#nav_bar .menu .menuImg {
    position: relative;
    top: 5px;
    background: #E0E9EC;
}

#nav_bar ul li a:hover {
    text-decoration: none;
}

#nav_bar ul li {
    list-style: none;
    float: left;
    padding: 0 8px 0 4px;
}

#nav_bar .submenu {
    position: absolute;
    z-index: 1000;
    display: none;
    border: 1px solid #656669;
    border-top: 0px none;
    margin: 0px 0 0 1px;
}

#nav_bar .submenu li {
    float: left;
    cursor: pointer;
    padding: 2px 0;
    background: #E0E9EC;
    /* for IE */
    filter: alpha(opacity = 90);
    /* CSS3 standard */
    opacity: 0.9;
}

#nav_bar .submenu li a {
    color: #004565;
    padding: 0 8px;
    font-size: 12px;
    text-decoration: none;
}

.nav_barItem {
    display: block;
    color: #004565;
    font-weight: bold;
    position: relative;
    top: -4px;
    height: 18px;
    padding: 11px
}

.menu li.active {
    background: #E0E9EC;
    border-right: 1px solid #656669;
    border-left: 1px solid #656669;
    /*border-bottom: 1px solid #656669;*/
    border-bottom: 1px solid #E0E9EC;
}

#nav_bar li.active span {
    border-bottom: 3px solid red;
}

#nav_bar .submenu a.active {
    color: #9F2A32;
}

/************ NAV BAR ***********/

/************ EXPLORE OUR SITE ***********/
.exploresiteBoxHeading {
    font-size: 16px;
    font-weight: bold;
    margin: 11px 0 0 15px;
    color: #333333;
}

.exploreSiteText {
    padding: 4px 0 0 0;
    font-size: 12px
}

.carousel {
    margin-top: 10px;
}

.carousel .carouselContainer {
    border: 1px solid #577c8e;
    border-left: 0px none;
    height: 241px;
}

.carousel .list {
    width: 166px;
    height: 48px;
    cursor: pointer;
}

.carousel .active.list {
    cursor: default;
}

.carousel .leftNav .techNews {
    background: url(/images1/rotator/tech_blu_s1.jpg) no-repeat;
}

.carousel .leftNav .active.techNews {
    background: url(/images1/rotator/tech_s1.jpg) no-repeat;
}

.carousel .leftNav .howToGuide {
    background: url(/images1/rotator/how_s1.jpg) no-repeat;
}

.carousel .leftNav .active.howToGuide {
    background: url(/images1/rotator/how_red_s1.jpg) no-repeat;
}

.carousel .leftNav .productReview {
    background: url(/images1/rotator/prev_s1.jpg) no-repeat;
}

.carousel .leftNav .active.productReview {
    background: url(/images1/rotator/prev_red_s1.jpg) no-repeat;
}

.carousel .leftNav .productFinder {
    background: url(/images1/rotator/prodfi_s1.jpg) no-repeat;
}

.carousel .leftNav .active.productFinder {
    background: url(/images1/rotator/prodfi_red_s1.jpg) no-repeat;
}

.carousel .leftNav .ebookLibrary {
    background: url(/images1/rotator/ebook_s1.jpg) no-repeat;
}

.carousel .leftNav .active.ebookLibrary {
    background: url(/images1/rotator/ebook_red_s1.jpg) no-repeat;
}

.carousel .leftNav .freeResources {
    background: url(/images1/rotator/free_s1.jpg) no-repeat;
    height: 51px;
}

.carousel .leftNav .active.freeResources {
    background: url(/images1/rotator/free_red_s1.jpg) no-repeat;
}

.carousel .carouselContent {
    height: 221px;
    width: 435px;
}

.carousel .carouselContent .tooltip {
    width: 250px;
    height: 200px;
    background-color: #fff;
    border: 1px solid #556D7B;
    padding: 9px 7px 2px 10px;
    /* for IE */
    filter: alpha(opacity = 90);
    /* CSS3 standard */
    opacity: 0.9;
}

.tooltip .title a {
    color: #B32B39;
    font-size: 15px;
    font-weight: bold;
}

.tooltip .subtitle {
    color: #B32B39;
    font-size: 13px;
    font-weight: bold;
}

.tooltip .links {
    padding: 0;
    margin: 4px 0 0 0; /*font-size:10px;*/
}

.tooltip ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tooltip ul li {
    background: url("/images1/widget-li-style.jpg") 0 5px no-repeat;
    padding-left: 8px;
    list-style: none;
}

/*.tooltip ul li a {font-size: 11px;}*/
.tooltip .seeall {
    padding: 5px 0 0 8px;
    clear: both;
}

.tooltip p {
    float: left; /*font-size:11px;*/
}

.carousel .carouselContainer .techNews {
    background: #eef8fc url(/images1/rotator/mainbg-tech-news-trends.jpg) right no-repeat
}

.carousel .carouselContainer .howToGuide {
    background: #eef8fc url(/images1/rotator/mainbg-how-to-guides.jpg) right no-repeat
}

.carousel .carouselContainer .productReview {
    background: #eef8fc url(/images1/rotator/mainbg-product-n-review.jpg) right no-repeat
}

.carousel .carouselContainer .productFinder {
    background: #eef8fc url(/images1/rotator/mainbg-product-finder.jpg) right no-repeat
}

.carousel .carouselContainer .ebookLibrary {
    background: #eef8fc url(/images1/rotator/mainbg-product-finder.jpg) right no-repeat
}

.carousel .carouselContainer .freeResources {
    background: #eef8fc url(/images1/rotator/mainbg-free-resources.jpg) right no-repeat
}

/************ EXPLORE OUR SITE ***********/

/********************* TOP STORIES ROTATOR ***************************/
#featurebox {
    /*background: url("/images1/bg-featurebox.jpg") repeat-x scroll center top #517188;*/
    background: url("/images1/bg-featurebox-new.jpg") 0 0 repeat;
    width: 625px;
    height: 384px;
    /*margin:10px 0 0 0px!important;
    margin:10px 0 0 0;*/
    padding: 2px 2px 0 2px;
}

#featurebox .wrap {
    height: 384px;
    /*width:599px;*/
    overflow: hidden;
    background: url('/images1/bg-featurebox-header.jpg') 0 0 repeat-x;
}

#featurebox .feature_items {
    height: 340px;
    width: 628px;
    overflow: hidden;
    position: relative;
    /*border:1px solid;*/
    padding: 7px 0 0 3px;
    clear: both;
}

#featurebox .feature_items .current_item {
    display: block;
}

#featurebox .box {
    /*width:550px;
    height:249px;*/
    float: left;
}

#featurebox .feature_item {
    width: 190px;
    height: 332px;
    float: left;
    /*border: 1px solid;*/
    background: #fff;
    margin: 0 4px;
    border: 1px solid #405A67;
    padding: 3px;
}

#featurebox .feature_item .item_text {
    float: left;
    /*width:399px;
    height:150px;
    overflow:hidden;*/
}

#featurebox .feature_item .item_text p {
    font-size: 12px;
    margin: 4px 0;
    padding: 0 10px 0 10px;
    line-height: 19px;
    color: #393939;
}

#featurebox .feature_item .item_text p.heading {
    /*font-size:24px;
    color:#002530;
    line-height:36px;
    padding: 0;
    margin:4px 0;*/
}

.item_text p.heading span {
    padding-left: 0px !important;
    background: none repeat scroll 0 0 #e1e1e1;
}

.item_text p.heading {
    padding-left: 10px !important;
}

#featurebox .feature_item .item_text p.heading span {
    /*background:#DE866A;*/
    padding: 2px 10px;
}

#featurebox .feature_item .item_image {
    /*float:left;
    width:209px;
    height:150px;
    position:relative;
    left:0;*/
    background: #C9D9E7;
    border: 1px solid #5386AF;
    padding: 4px;
    height: 120px;
}

#featurebox .feature_nav {
    /*height:35px;
    background:url('/images1/bg-featurebox-header.jpg') 0 0 repeat-x;*/
    font-size: 11px;
    font-family: Arial;
    line-height: 25px;
    padding: 0 9px;
    /*padding: 0 7px;
    padding: 0 2px 0 2px;*/
}

#featurebox .feature_nav .next_label {
    float: left;
    color: #fff;
    margin: 4px 0 0 0;
}

#featurebox .feature_nav .next_title {
    float: left;
    margin-left: 5px;
    font-weight: bold;
    color: #656565;
}

.next_title {
    width: 31em;
}

#featurebox .feature_nav .nav {
    float: right;
    /*width:185px;
    margin-right:8px;*/
}

#featurebox .feature_nav .nav ul, #featurebox .feature_nav .nav ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#featurebox .feature_nav .nav ul {
    float: right;
}

#featurebox .feature_nav .nav li {
    float: left;
}

#featurebox .feature_nav .nav li a {
    /*background:url('/images0/featurebox_nav.gif') 0 0 repeat-x;
    border:1px solid #d7d7d7;*/
    float: left;
    /*width:16px;
    height:16px;*/
    margin-top: 4px;
    margin-left: 6px;
    /*text-align:center;
    font-size:15px;*/
    line-height: 16px;
    color: #a6a6a6;
    text-decoration: none;
    position: relative;
}

#featurebox .feature_nav .nav li a:hover {
    background-position: 0 -16px;
    color: #fff;
}

#featurebox .feature_nav .nav li a.active {
    background-position: 0 -16px;
    color: #fff;
}

/********************* TOP STORIES ROTATOR ***************************/

/************ RIGHT RAIL WIDGET ***********/
#searchBox {
    /*background:url('/images0/search_bg1.png') 0 0 no-repeat;*/
    /*width:321px;*/
     /*height: 37px;
    float:right;*/
    margin: 8px 0 0 0;
    /*padding: 15px 0 0 21px;
    background-color:#E8E6C3;*/
    border: 1px solid #CDC978;
    background: url("/images1/bg-search.jpg") repeat;
}

#searchBox .searchForm {
    /*font-size: 11px;*/
}

#searchBox .searchForm .inputbox {
    /*border-color:#6B9CDF;*/
    float: left;
    width: 170px;
    color: #999999;
    font-style: italic;
    font-weight: bold;
    padding: 1px;
}

/*#searchBox .searchForm .btnSearch {
	background:url('/images1/button-search.jpg') 0 0 no-repeat;
	width:29px;
	height:26px;
	border:0;
	outline:0;
}*/
#newsletterBox {
    margin: 0;
    padding: 37px 0 0 0;
    border: 1px solid #CC4F5B;
    background: url('/images1/header-nl.jpg') no-repeat;
}

#newsletterBox .nlbody {
    padding: 10px 20px 10px 20px;
}

#newsletterBox .nlbody .nl_form {

}

#newsletterBox .nlForm .inputbox {
    width: 170px;
    font-size: 11px;
    padding: 3px;
}

#newsletterBox .nlmsg {
    padding: 0 0px 20px 20px;
    display: none;
}

#newsletterBox .success {
    color: green;
    padding: 10px;
}

#newsletterBox .fail {
    color: red;
}

#freeresourcesBox {
    margin: 0;
    padding: 37px 0 0 0;
    border: 1px solid #CC4F5B;
    background: url('/images1/header-free-resources.jpg') no-repeat;
    width: 300px;
}

#popularstoriessBox {
    margin: 0;
    padding: 37px 0 0 0;
    border: 1px solid #CC4F5B;
    background: url('/images1/header-popular-stories.jpg') no-repeat;
    width: 300px;
}

.tabs {

}

.tabsMenu {
    padding-top: 1px;
}

.tabs .tabsMenu ul, .tabs .tabsMenu ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabs .tabsMenu ul li {
    display: inline;
}

.tabs .tabsMenu ul li a span {
    background-color: red;
}

.tabs .tabsMenu ul li.wide a {
    width: 130px;
    background: url('/images1/tabs_bacground_wide.jpg') 0 0 repeat-x;
}

.tabs .tabsMenu ul li a {
    background: url('/images1/tabs_bacground.jpg') 0 0 repeat-x;
    font-size: 11px;
    color: #0065CA;
    float: left;
    line-height: 0.8em;
    padding: 5px 0;
    width: 74px;
    text-align: center;
    border-top: 1px solid #CC4F5B;
    border-right: 1px solid #CC4F5B;
    position: relative;
    z-index: 100;
    height: 9px;
    outline: none;
}

.tabs .tabsMenu ul li a:hover {
    background-position: 0 -50px;
    text-decoration: none;
    color: #000;
}

.tabs .tabsMenu ul li a.selected {
    background-position: 0 -50px;
    font-size: 11px;
    color: #000;
    padding: 4px 0px 5px;
    border-bottom: 1px solid #ffffff;
    background: none;
}

.tabs .tabsContents {
    font-size: 12px;
    border-top: 1px solid #CC4F5B;
    position: relative;
    top: -1px;
    z-index: 10;
    width: 300px;
}

.tabs .tabsContents .selected {
    display: block;
}

.tabs .tabsContent {
    display: none;
    padding: 10px;
}

.tabs .tabsContent ul, .tabs .tabsContent ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabs .tabsContent ul li {
    display: block;
    /*font-size:11px;*/
    overflow: hidden;
    padding: 0;
    margin: 0 0 4px;
}

.tabs .tabsContent ul li a {
    display: block;
    margin: 0;
    /*border:1px solid #ffffff;
    font-weight:bold;*/
}

.tabs .tabsContent ul li a:hover {
    text-decoration: none;
}

* html .tabs .tabsContent ul li a {
    display: inline-block;
}

.ebookImage {
    float: left;
    padding: 5px 10px 0 0;
    width: 88px;
    height: 100px;
}

.ebookTitle {
    font-size: 12px;
    font-weight: bold;
}

.ebookDesc {
    float: left;
    width: 180px;
}

#widgetSection {
    margin: 15px 0 0;
}

#widgetSection .widget {
    float: left;
    width: 283px;
    /*padding: 0 15px 0 15px
    padding: 0 16px 0 0;*/
}

#widgetSection .widgetL {
    padding: 0 32px 0 12px;
}

#widgetSection h3 {
    background: url('/images1/bg-section-blue.jpg') repeat-x;
    height: 25px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    padding-top: 1px;
}

#widgetSection ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#widgetSection ul li {
    background: url("/images1/widget-li-style.jpg") no-repeat scroll 2.4px 5px transparent;
    padding-left: 15px;
}

#widgetSection ul li a {

}

#sectionListing {
    background: red;
    margin: 10px 0 10px 0;
}

#sectionListing .slRow {
    clear: both;
}

#sectionListing .slRow .slTitle a {
    font-size: 14px;
}

#sectionListing .slRowColL {
    float: left;
    width: 153px;
    background: green;
}

#sectionListing .slRowColR {
    float: left;
    width: 469px;
    padding: 0 0 0 12px;
}

#sectionListing .slRowColR span {

}

/*#widgetSection .sideline {
	float:left;
	width: 2px;
}

#widgetSection .sideline div {
	border: 2px solid #FFFFFF;
}*/

.weRecommend {
    margin: 0;
    padding: 45px 0 10px 11px;
    border: 1px solid #CC4F5B;
    background: url(/images1/header-helpful-rec.jpg) no-repeat;
    font-size: 12px;
    /*background: url(/images1/we_recommend.jpg) no-repeat;*/
}

.weRecommend .recommendContent {
    width: 280px;
}

.weRecommend ul, .weRecommend ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.weRecommend li {
    font-size: 11px;
    background: url("/images1/widget-li-style.jpg") 0 8px no-repeat scroll transparent;
    padding: 0 0 0 8px;
}

/************ RIGHT RAIL WIDGET ***********/

/************ HOME PAGE ***********/
.mscarousel .child {
    position: relative;
}

/************ HOME PAGE ***********/

/****** Section Listing *****/
#sectionListing2 .sectionContent {
    /*width:634px;
    overflow:hidden;*/
}

#sectionListing2 ul.sectionItems {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 620px;
}

#sectionListing2 h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
}

#sectionListing2 h5 {
    font-size: 12px;
}

#sectionListing2 li.sectionItem {
    list-style: none;
    /*padding:10px;*/
    /*margin:0 20px 1em 0;*/
    /*border-top:2px solid #bcbec0;*/
    /*width:290px;*/
    float: left;
    display: block;
    position: relative;
}

#sectionListing2 .sectionContent .leader {
    padding: 10px 0 0 0;
    font-size: 12px;
}

#sectionListing2 .sectionContent a.readmore {

}

/****** Section Listing *****/

span.articleInfo {
    color: gray;
    display: block;
    font-size: 11px;
    font-style: italic;
    padding: 0 0 5px 0;
}

a.readmore {
    font-size: 12px;
}

.redProductBar {
    background: url("/images1/product_red_bar.jpg") no-repeat scroll 0 0 transparent;
    height: 39px;
    width: 350px;
    margin: 35px 0 15px 0;
}

.redProductBar p {
    padding: 10px 0 0 10px;
}

.redProductBar a {
    text-align: left;
    font-weight: bold;
    color: #fff;
}

#sectionListing2 ul.itemList {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 620px;
}

#sectionListing2 li.item {
    list-style: none;
    display: block;
    padding: 0 0 5px 0;
}

#sectionListing2 div.contentRow {
    width: 622px;
    float: left;
}

#sectionListing2 div.contentL {
    float: left;
    width: 153px;
    height: 108px;
    /*border: 1px solid #000;*/
}

#sectionListing2 div.contentR {
    float: left;
    width: 424px;
    padding: 0 0 0 12px;
}

#sectionListing2 .imgborder {
    border: 1px solid #656669;
}

.contentRow ul li {
    margin: 4px;
}

.contentRow ul li a {
    font-weight: bold;
}

/** sub-section page end **/

/********************* TOOLS AND CALCULATORS ***********************************/
#finderTools {
    width: 620px;
}

#finderTools .row {
    margin: 20px 0 0 0;
}

#finderTools .row.bottom {
    padding: 0 0 0 170px;
}

#finderTools span {
    padding: 0 10px 0 0;
}

#findWhilePapers {
    margin: 15px 0 0 0;
    padding: 0;
    border: 1px solid #CC4F5B;
    background: url('/images1/find-white-paper-now.jpg') no-repeat;
    width: 597px;
    /*height: 392px;*/
}

#findWhilePapers div {
    float: left;
}

#findWhilePapers div.content-image {
    width: 86px;
    height: 86px;
    padding: 4px 0 0;
}

#findWhilePapers div.content {
    width: 165px;
    font-size: 11px;
    padding: 0 0 0 5px;
}

#findWhilePapers ul {
    list-style: none;
}

#findWhilePapers ul li {
    list-style: none;
    float: left;
    padding: 0 18px 0 0;
    margin: 0;
    /*width:259px;
    height: 105px;*/
}

#findWhilePapers h3 {
    padding-top: 10px 0 10px 10px;
    color: #333333;
    margin: 48px 0 0 10px;
    font-size: 12px;
    font-weight: bold;
}

/********************* TOOLS AND CALCULATORS ***********************************/

.connectLink {
    color: #A30010;
    font-weight: bold;
    font-size: 11px;
}

.article_share_container {
    width: 100%;
    float: left;
    font-size: 11px;
    font-weight: normal;
    border: 0px;
    margin: 0px 0px 5px 0px;
}

.article_share_left {
    width: 72%;
    float: left;
}

/********************* horizontal Share widget on articles ***********************************/

.addthis_toolbox .custom_hover {
    position: relative;
}

.addthis_toolbox .custom_hover {
    font-weight: bold;
    color: #A30010;
    padding: 6px -3px 6px -3px;
    cursor: pointer;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.addthis_toolbox .custom_hover .custom_button.active {
    background-color: #eee;
    padding: 6px 0px 6px -3px;
}

.addthis_toolbox .hover_menu {
    display: none;
    position: relative;
    left: 65px;
    top: -16px;
    background: #fff;
    text-align: left;
    width: 105px;
    height: 280px;
    padding: 6px 0px 6px 0px;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .custom_hover .tower {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius-topleft: 0;
}

.addthis_toolbox .hover_menu a {
    position: relative;
    display: block;
    width: 100px;
    padding: 0px 0 0px 5px;
    text-decoration: none;
    color: #A30010;
    font-weight: bold;
}

.addthis_toolbox .hover_menu a:hover {
    background: #f5f5f5;
    color: #027999;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.addthis_toolbox .hover_menu span {
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .hover_menu img {
    margin: 5px 0 0;
}

.addthis_column1 {
    list-style: none;
    float: left;
}

.addthis_container {
    float: left;
    border: 0;
    width: 28%;
    margin: 0px;
    padding: 0px;
    height: 15px;
}

.addthis_nomargin {
    margin: 0px;
}

.addthis_inline {
    display: inline;
}

/*  horizontal Share widhget on articles  end */
.feedback_link {
    position: relative;
    top: 3px;
}

span.send_ad a {
    display: none;
}

#devsocial {
    float: left;
    width: 100%;
    padding-bottom: 5px;
}

#tfbsocial {
    clear: both;
    /* float: right; */
    width: 197px;
}

#socailfb {
    width: 85px;
    float: left;
}

#socialstumble {
    float: left;
    width: 80px;
}

#socailtwitter {
    float: left;
    width: 112px;
}

#socialdigg {
    float: left;
    width: 85px;
}

#socialmail {
    float: left;
}

/*End Social Media*/

/********************* new share box css End ***********************************/
.shareboxtop {
    margin: 0 0 8px 0;
    float: right;
    /*width: 175px;*/
}

.shareboxtop ul {
    float: right;
    list-style-type: none;
    height: 26px;
    /*width: 145px;*/
    margin: 0px;
    padding: 0px;
}

.shareboxtop li {
    float: left;
    list-style-type: none;
    margin: 1px;
}

.shareboxtop ul a {
    display: block;
    color: #371C1C;
}

#article_print_button {
    border: 1px solid #999999;
    border-right: none;
}

#article_email_button {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #8F8FB8;
}

#article_share_button {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #8F8FB8;
}

#article_comment_button {
    border: 1px solid #999999;
    border-left: 1px solid #8F8FB8;
}

#toolBoxShareMenu1 {
    background: url('/images0/share_article-bg.gif') 0 -1000px no-repeat;
    z-index: 100;
    position: relative;
}

#toolBoxShareMenu1 img {
    vertical-align: middle;
    margin: 0 0px 2px 0;
}

#toolBoxShareMenu1 a {
    font: bold 11px arial;
}

#toolBoxShareMenu1 .shareSubMenu {
    display: none;
    position: absolute;
    left: 0;
    top: 29px;
    z-index: 990;
    background-color: #fff;
}

*:first-child+html #toolBoxShareMenu1 .shareSubMenu {
    top: 28px;
}

* html #toolBoxShareMenu1 .shareSubMenu {
    left: -12px;
}

#toolBoxShareMenu1 span.top {
    background: url('/images0/share_article-l2b.gif') 0 0 no-repeat;
    float: left;
    height: 6px;
    width: 148px;
    line-height: 9px;
    font-size: 1px;
    padding: 0 0 0 5px;
}

#toolBoxShareMenu1 span.top span {
    background: url('/images0/share_article-rt.png') 100% 0 no-repeat;
    width: 9px;
    height: 9px;
    float: right;
    position: relative;
    right: -9px;
}

#toolBoxShareMenu1 span.bottom {
    background: url('/images0/share_article-lb.png') 0 0 no-repeat;
    float: left;
    height: 9px;
    width: 148px;
    line-height: 9px;
    font-size: 1px;
    padding: 0 0 0 5px;
}

#toolBoxShareMenu1 span.bottom span {
    background: url('/images0/share_article-rb.png') 100% 0 no-repeat;
    width: 9px;
    height: 9px;
    float: right;
    position: relative;
    right: -9px;
}

#toolBoxShareMenu1 ul {
    margin: 0px 0 0;
    padding: 0;
    float: left;
    width: 140px;
    height: 230px;
    position: relative;

}

#toolBoxShareMenu1 ul li {
    background: url('/images0/share_article-c.png') 0 0 repeat-y;
    margin: 0;
    padding: 0 5px 0 5px;
    width: 152px;
    float: left;
    height: 26px;
    display: block;
}

#toolBoxShareMenu1 ul li a {
    display: block;
    background: white;

    width: 115px;
    height: 24px;
    line-height: 24px;
    padding: 0 0px 0 25px;
    margin: 0 5px;
    border: 1px solid #fff;
    position: relative;
}

* html #toolBoxShareMenu1 ul li a {

    padding-top: 3px;
    height: 21px;
    line-height: 21px;
}

#toolBoxShareMenu1 ul li a:hover {

    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #c0c0c0;
}

/********************* new share box css End ***********************************/

/********************* Article Page ***********************************/
/*#articleContent h3{
	border-bottom: 1px dotted;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:13px;
    line-height: 30px;
    color: #0065CA;
}*/
#articleTitle {
    color: #0065CA;
}

#articleAuthor {
    color: gray;
    display: block;
    font-size: 11px;
}

#articleBody {
    padding: 8px 0 0 0;
    /*position:relative;*/
}

#articleText {
    /*text-align: justify;*/
    position: relative;
    float: left;
}

#articleImage {
    width: 157px;
    float: left;
    padding-right: 5px;
}

#epsf {
    width: 205px;
    border: 1px solid #0065CA;
    /*margin:0 0 0 8px;*/
    padding: 10px;
    background-color: #E0E9EC;
    float: right;
    margin: 10px 0 15px 15px;
}

#epsf .relatedArticles2 {
    padding: 0 0 10px 0;
}

#epsf .raTitle {
    font-size: 13px;
    border-bottom: 1px dotted #0065CA;
    margin: 0 0 5px 0;
}

#epsf .relatedArticles2 ul {
    padding: 0;
    margin: 0 4px;
}

#epsf .relatedArticles2 ul li {
    font-size: 11px;
    padding: 0;
    margin: 0;
    list-style: none;
    background: url("/images1/widget-li-style.jpg") 0 8px no-repeat scroll transparent;
    padding-left: 10px;
}

#epsf .sponsoredArticles {
    font-size: 11px;
}

.raTitle .sponsored {
    margin: 0 0 0 74px;
}

.articleToolImage {
    background: url(/images1/take_me_to_security_product_blank_text.jpg) no-repeat;
    width: 100%;
    height: 39px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 100px;
}

.articleToolImage p {
    color: #fff;
    padding-top: 9px;
    padding-right: 270px;
    font-weight: bold;
    clear: both;
}

.socialbox {
    float: left;
    width: 30%;
}

.titlebox {
    width: 70%;
    float: left;
}

.titlebox h1 {
    margin: 0;
}

.poptabsMenu {
    padding-top: 10px;
}

.poptabs .poptabsMenu ul, .poptabs .poptabsMenu ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.poptabs .poptabsMenu ul li {
    display: inline;
}

.poptabs .poptabsMenu ul li a span {
    background-color: red;
}

.poptabs .poptabsMenu ul li a {
    background: url("/images1/popular_news.jpg") repeat-x scroll 0 0 transparent;
    border-right: 1px solid #0065CA;
    border-top: 1px solid #0065CA;
    border-bottom: 1px solid #0065CA;
    color: #0065CA;
    float: left;
    /*font-size: 12px;*/
    outline: medium none;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: 72px;
    z-index: 100;
    height: 18px;
    width: 103px;
}

.poptabs .poptabsMenu ul li a:hover {
    background-position: 0 -50px;
    text-decoration: none;
    color: #000;
    border-left: 1px solid #0065CA;
}

.poptabs .poptabsMenu ul li a.selected {
    background-position: 0 -50px;
    /*font-size:11px;*/
    color: #000;
    /*font-weight:bold;*/
    padding: 4px 0px 7px;
    border-left: 1px solid #0065CA;
    border-right: 1px solid #0065CA;
    border-top: 1px solid #0065CA;
    border-bottom: 1px solid #FFF;
    background: none;
}

.poptabs .poptabsContents {
    /*border:1px solid #bcbec0;*/
    list-style: none;
    border: 1px solid #0065CA;
    position: relative;
    top: -1px;
    z-index: 10;
    /*min-height: 475px;*/
}

.poptabs .poptabsContents .selected {
    display: block;

}

.poptabs .poptabsContent {
    display: none;
    padding: 10px;
}

.poptabs .poptabsContent ul, .poptabs .poptabsContent ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.poptabs .poptabsContent ul li {
    display: block;
    font-size: 12px;
    overflow: hidden;
}

.poptabs .poptabsContent ul li a {
    display: block;
    margin: 0;
    border: 1px solid #ffffff;

}

.poptabs .poptabsContent ul li a:hover {
}

* html .poptabs .poptabsContent ul li a {
    display: inline-block;
    width: 300px;
}

#tabTopsection {
    padding-bottom: 15px;
}

#bottomSection {
    border-top: 1px dotted;
    padding-top: 10px;
}

#bottomSection ul li {
    margin-bottom: 20px;
    float: left;
    width: 270px;
    padding: 0;
    margin: 0;
    list-style: none;
    background: url("/images1/widget-li-style.jpg") 0 8px no-repeat scroll transparent;
    padding-left: 10px;
    padding-bottom: 7px;
    color: #0065CA;
}

.poptabsMenu {
    padding-top: 10px;
}

.poptabs .poptabsMenu ul, .poptabs .poptabsMenu ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.poptabs .poptabsMenu ul li {
    display: inline;
}

.poptabs .poptabsMenu ul li a span {
    background-color: red;
}

.poptabs .poptabsMenu ul li a {
    background: url("/images1/popular_news.jpg") repeat-x scroll 0 0 transparent;
    border-right: 1px solid #0065CA;
    border-top: 1px solid #0065CA;
    border-bottom: 1px solid #0065CA;
    color: #0065CA;
    float: left;
    /*font-size: 12px;*/
    outline: medium none;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: 72px;
    z-index: 100;
    height: 18px;
    width: 103px;
}

.poptabs .poptabsMenu ul li a:hover {
    background-position: 0 -50px;
    text-decoration: none;
    color: #000;
    border-left: 1px solid #0065CA;
}

.poptabs .poptabsMenu ul li a.selected {
    background-position: 0 -50px;
    /*font-size:11px;*/
    color: #000;
    /*font-weight:bold;*/
    padding: 4px 0px 7px;
    border-left: 1px solid #0065CA;
    border-right: 1px solid #0065CA;
    border-top: 1px solid #0065CA;
    border-bottom: 1px solid #FFF;
    background: none;
}

.poptabs .poptabsContents {
    /*border:1px solid #bcbec0;*/
    list-style: none;
    border: 1px solid #0065CA;
    position: relative;
    top: -1px;
    z-index: 10;
    /*min-height: 475px;*/
}

.poptabs .poptabsContents .selected {
    display: block;

}

.poptabs .poptabsContent {
    display: none;
    padding: 10px;
}

.poptabs .poptabsContent ul, .poptabs .poptabsContent ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.poptabs .poptabsContent ul li {
    display: block;
    font-size: 12px;
    overflow: hidden;
}

.poptabs .poptabsContent ul li a {
    display: block;
    margin: 0;
    border: 1px solid #ffffff;
}

.poptabs .poptabsContent ul li a:hover {
}

* html .poptabs .poptabsContent ul li a {
    display: inline-block;
    width: 300px;
}

#tabTopsection {
    padding-bottom: 15px;
}

#bottomSection {
    border-top: 1px dotted;
    padding-top: 10px;
}

#bottomSection ul li {
    margin-bottom: 20px;
    float: left;
    width: 270px;
    padding: 0;
    margin: 0;
    list-style: none;
    background: url("/images1/widget-li-style.jpg") 0 8px no-repeat scroll transparent;
    padding-left: 10px;
    padding-bottom: 7px;
    color: #0065CA;
}

/********************* Article Page ***********************************/

/********************* FREE WEBCASTS ***********************************/

#freeassets {
    width: 100%;
}

#freeassets ul, #freeassets ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#freeassets ul li {
    float: left;
    width: 304px;
    padding: 0 10px 2px 0;
    height: 145px;
}

#freeassets .previewL {
    float: left;
    width: 100px;
}

#freeassets .previewR {
    float: left;
    width: 204px;
}

#freeassets2 {
    width: 100%;
}

#freeassets2 ul, #freeassets2 ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#freeassets2 ul li {
    width: 100%;
    padding: 4px 0;
    height: 105px;
}

#freeassets2 .previewL2 {
    float: left;
    width: 100px;
}

#freeassets2 .previewR2 {
    float: left;
    width: 520px;
}

#freeassets .assetTitle, #freeassets2 .assetTitle {
    color: #0065CA;
    font-weight: bold;
    font-size: 12px;
}

#freeassets .assetAuthor, #freeassets2 .assetAuthor {
    color: gray;
    font-size: 11px;
}

#freewebcasts {
    width: 100%;
}

#freewebcasts ul li {
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
    width: 290px;
}

#freewebcasts li {
}

#freewebcasts h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333333;
    border-bottom: 1px dotted;
}

#freeEbooks ul li {
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
    width: 290px;
}

#freeEbooks li {
}

#freeEbooks h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333333;
    border-bottom: 1px dotted;
}

#videoDiv {
    float: left;
    width: 100px;
    height: 145px;
}

#webcastvideoDiv {
    float: left;
    width: 100px;
    height: 145px;
}

/********************* FREE WEBCASTS ***********************************/

/********************* .footer ***********************************/
.footer {
    text-align: center;
    padding: 8px 0;
    margin: 0 auto;
    width: 980px;
}

.footer p {
    font-size: 11px;
}

.footer .row {
    margin: 0 0 0.8em;
}

.footer a:link {
    text-decoration: underline;
}

.footer a:visited {
    text-decoration: underline;
}

.footer ul {
    width: 994px;
}

.footer ul, .footer ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer ul li {
    display: block;
    /*margin: 25px;
    border: 1px solid red;*/
}

/********************* .footer  END ***********************************/

.field_error {
    color: #ff0000;
}

.main_error {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

/********************* VENDOR FINDER ***************************/
.iframe_wrapper {
    margin: 12px 0 0 0;
    overflow: auto;
    width: 959px;
    height: 1170px;
}

.vendor_frame {
    width: 995px;
    _width: 995px;
    /*overflow-y: hidden;
    overflow-x: scroll;*/
}

/********************* VENDOR FINDER ***************************/

/********************* HOW TO GUIDES ***************************/
.sectionTitle {
    float: left;
    width: 292px;
    height: 27px;
    background: url("/images1/bg-section-blue.jpg") repeat-x scroll 0 0 transparent;
}

.sectionTitle span {
    color: white;
    /*padding:0 0 0 8px;*/
    margin: 2px 0 0 10px;
    font-weight: bold;
    display: block;
}

.firstCol {
    width: 295px;
    _width: 205px;
    float: left;
    /*height: 230px;*/
    margin: 10px 16px 10px 0;
    min-height: 140px;
}

.secondCol {
    width: 295px;
    _width: 205px;
    float: right;
    padding-top: 10px;
}

#sectionList .firstCol ul {
    margin: 8px;
}

#sectionList .firstCol ul li {
    background: url("/images1/how-to-guides-li.jpg") 0 4px no-repeat scroll transparent;
    padding-left: 15px;
    list-style-type: none;
    width: 260px;
    /*padding-top:3px;*/
    float: left;
    padding-bottom: 5px;
}

#sectionList .secondCol ul li {
    background: url("/images1/how-to-guides-li.jpg") 0 8px no-repeat scroll transparent;
    padding-left: 13px;
    padding-top: 3px;
    list-style-type: none;
    width: 100%;
    float: left;
    padding-bottom: 5px;
}

.firstCol .widgetList {
    clear: both;
    width: 295px;
}

.firstCol .widgetList .widgetItem {
    background: url("/images1/how-to-guides-li.jpg") no-repeat scroll 0 4px transparent;
    width: 265px;
    padding: 0 0 0 15px;
    margin: 5px 0 0 10px;
}

.firstCol .widgetList .widgetItem a {
    /*padding: 0 0 0 8px;*/
}

#yellowBox {
    background: url("/images1/how-we-are-doing.jpg") 0 0px repeat-x transparent;
    width: 250px;
    height: 132px;
    border: 5px solid #D8EDE1;
}

#yellowBoxText {
    margin: 13px;
}

#yellowBoxText span {
    padding: 5px 0 0 5px;
    color: #928C83;
    font-weight: bold;
    font-size: 15px;
}

#yellowBoxText p {
    margin: 5px;
    font-size: 11px;
}

#relatedLinks {
    padding: 0 0 10px 10px;
}

#relatedLinks ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    background: url("/images1/widget-li-style.jpg") 0 8px no-repeat scroll transparent;
    padding-left: 10px;
    float: left;
    width: 270px;
    margin-bottom: 10px;
    color: #0065CA;
}

span.sponsored {
    color: gray;
    font-size: 11px;
}

/********************* HOW TO GUIDES ***************************/

/****************** FREE RESOURCES ******************/
#freeResources h3 {
    color: #962A30;
    border-bottom: 1px dotted gray;
}

.featuedEbooks {
    background-color: #E0E9EC;
    float: left;
    padding-top: 10px;
}

#firstEbook {
    float: left;
    width: 300px;
    margin-right: 10px;
}

.featuedEbooks #firstEbook #ebookImage ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#ebookImage {
    float: left;
    width: 90px;
    height: 300px;
}

#ebookText {
    padding-top: 10px;
}

#ebookText span {
    color: #0065CA;
    font-weight: bold;
}

#bottomEbooks {
    float: left;
    padding-top: 20px;
}

#firstColoumn {
    float: left;
    width: 300px;
}

#secondColoumn {
    float: left;
    width: 300px;
    margin: 0 0 0 10px;
}

#bottomEbooks h3 {
    color: #656565;
    border-bottom: 1px dotted gray;
}

#bottomEbooks #firstEbook #ebookImage ul li {
    float: left;
    list-style-type: none;
    width: 292px;
}

/****************** FREE RESOURCES ******************/

/****************** FREE RESOURCES: Newsletter ******************/
#photoHolder {
    float: left;
    width: 265px;
}

#newsLetterContent {
    float: left;
    margin-left: 20px;
    width: 336px;
}

#newsLetterContent h1 {
    font-size: 20px;
    line-height: 1.1em;
    color: #A32B33;
    font-weight: normal;
    width: 248px;
}

#newsletterBullets div {
    float: left;
    font-size: 12px;
    margin-bottom: 8px;
}

#newsletterBullets ul {
    margin: 14px 0 10px 4px;
    float: left;
    list-style: none;
}

#newsletterBullets ul li {
    background: url("/images1/nl-li-style.jpg") no-repeat scroll 0 6px transparent;
    width: 142px;
    float: left;
    padding: 0 0 0 8px;
    list-style: none;
}

#newsletterBullets li.right {
    margin-right: 10px;
}

#newsletterSubscribe {
    width: 309px;
    padding: 14px 10px 14px 10px;
    background-color: #DAE3E7;
    border: 1px solid #90ADB8;
    clear: both;
    margin-bottom: 8px;
}

#newsletterSubscribe input {
    /*height:20px;*/
    padding: 2px;
    width: 202px;
    margin: 0 0 0 4px;
}

.subscribeNewsletter {
    vertical-align: middle;
    cursor: pointer;
}

#newsletterSubscribe .nlmsg {
    display: none;
    padding: 0 0 0 5px;
}

#newsletterSubscribe .fail {
    color: red;
}

#newsletterSubscribe .success {
    color: green;
}

/****************** FREE RESOURCES: Newsletter ******************/

/****************** HTML SITEMAP ******************/
#sitemap .left {
    float: left;
    width: 45%;
    padding-left:10px;
}

#sitemap ul {
    margin-top:0 !important;
}

#sitemap .right {
    float: right;
    width: 45%;
}

.lineVr {
    float: left;
    height: 440px;
    border-right: 1px solid;
    margin: 32px 0pt 0pt 30px;
}

.dottedlineHr {
    border-bottom: 1px dotted Black;
    padding-top: 20px;
}

/****************** HTML SITEMAP ******************/

/****************** ARTICLE ARCHIVES ******************/
div#archive_links font {
    width: 100%;
    float: left;
}

div#archive_links2 {
    float: left;
    margin: 30px 0;
}

div#archive_links2 font {
    margin: 8px;
    line-height: 18px;
}

#archive_links2 ul, #archive_links2 ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#archive_links2 ul li {
    display: inline;
    float: left;
    padding: 10px;
    margin: 3px;
    background-color: #E3E9FF;
}

#archive_links2 ul .year {
    font-weight: bold;
    margin: 3px 3px 3px 0px;
}

.month_listing .avail {
    background-color: #BCF;
}

#archive_links2 ul li a {
    text-decoration: underline;
}

/****************** ARTICLE ARCHIVES ******************/

/****************** VIDEO AND VIDEO ARCHIVES, EBOOKS ******************/
#videoTitle {
    color: #0065CA;
    font-weight: bold;
}

#videoAuthor {
    color: gray;
    font-size: 11px;
}

.seeAll {
    color: #0065CA;
    float: right;
    /*font-weight:bold;*/
}

#ebooks ul li {
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

#ebooksDiv {
    float: left;
    width: 100px;
    height: 100px;
}

/****************** VIDEO AND VIDEO ARCHIVES ******************/

#sg-popup #sg_heading {
    font-weight: bold;
}

#sg-popup p a {
    font-size: 18px;
}

#archiveCalendar table tr th {
	font-weight: 700;
    text-align: left;
}

#archiveCalendar table tr th, #archiveCalendar table tr td {
    padding-left: 5px;
    padding-right: 5px;
}

#lb-wrapper-home {
    width: 100%;
    margin: 10px auto 0 auto
}

#lb-wrapper {
    width: 100%;
    margin: 35px auto 10px auto
}

#top_leader_ad {
	width: 980px;
}

#newuserregistrationpopup {
    display: none;
    width:760px;
    height: 345px;
    overflow: hidden;
    background-color: white;
    z-index: 99999 !important;
}
#closepopup {
    position: relative;
    float: right;
    right: 10px;
    top: 10px;
    font-size: 12px;
}
#closepopup img {
    padding-left:5px;
    vertical-align: middle;
}
#thankuptext {
    margin:70px 40px 55px 40px;
    font-family: 'Lato';
    font-size: 36px;
    font-size: 34px\9;
    font-weight: bold;
    line-height: 40px;
}
#socialsharebtn {
    margin-left:40px;
}
#socialbtns {
    float:left;
    margin-left:5px;
}