




















/* stumble frame style */
#tb-stumble-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#tb-stumble-frame {
	position: absolute;
    width: 100%;
    height: 100%;
}
#tb-stumble-container-bad-flash {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
	background: url(http://su.edgesuite.net/9MfdjuDe7tBa5aaXeO065A) #2f2f2f no-repeat center;
}
/* Main toolbar elements layout */
#tb-toolbar {
    width: 100%;
    height: 40px;
    background: #2f2f2f;
    position: relative;
}

.no-webtoolbar #tb-toolbar {
    display: none;
}

#tb-toolbar ul {
    white-space: nowrap;
    background: #2f2f2f;
}
#tb-toolbar ul li {
    display: inline;
    height: 40px;
    list-style-type: none;
    color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#tb-toolbar-left {
    left: 0;
    position: absolute;
}
#tb-toolbar-rigth {
    right: 0;
    position: absolute;
}

/* Standard Elements styles */
/* text */
.tb-text {
    display: table;
}
.tb-text span {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}
/* button */
.tb-btn a {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    padding: 0 6px;
    display: inline-block;
    color: #cccccc;
    text-decoration: none;
}
.tb-btn a:hover {
    background: #474747;
}
.tb-btn a:hover .tb-btn-text {
}
.tb-btn-ico {
    display: block;
    position: absolute;
    height: 40px;
    background: transparent url(http://su.edgesuite.net/FnMAyS402cloFqHgTFiqFw) no-repeat;
}
.ie7 #tb-stumble .tb-btn-ico {
    top: 7px;
}
.ie7 #tb-stumble .tb-btn-text {
    position: relative;
}
/* space solid */
.tb-space-solid {
    background-color: #3b3b3b;
}

.tb-btn-notext .tb-btn-text {
    display: none;
}

/* more buttons */
.tb-btn-more .tb-btn-text {
    display: none;
}
.tb-btn-more a, .tb-btn-more .tb-btn-ico {
    width: 8px;
    background-position: 0 -332px;
}
.tb-btn-more a:hover .tb-btn-ico {
    background-position: 0 -382px;
}

/* Specific elements styles */
/* stumble button */
#tb-stumble a {
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    margin: 4px;
    font-weight: bold;
    border: solid 1px #151515;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#888880), to(#6f6f68)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #888880,  #6f6f68); /* for firefox 3.6+ */
    background-image: -o-linear-gradient(top,#888880,#6f6f68); /* for opera */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888880', endColorstr='#6f6f68'); /* for IE */
}
#tb-stumble a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#6f6f68), to(#888880)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #6f6f68,  #888880); /* for firefox 3.6+ */
    background-image: -o-linear-gradient(top,#6f6f68,#888880); /* for opera */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f6f68', endColorstr='#888880'); /* for IE */
}
#tb-stumble .tb-btn-text {
    margin-left: 30px;
    margin-right: 10px;
}

#tb-stumble .tb-btn-ico {
    margin-top: 5px;
    margin-left: 5px;
    width: 19px;
    height: 19px;
}

#tb-stumble .tb-stumble-anim-1 {
    background-position: 0 -1900px;
}

#tb-stumble .tb-stumble-anim-2 {
    background-position: 0 -1950px;
}

#tb-stumble .tb-stumble-anim-3 {
    background-position: 0 -2000px;
}

#tb-stumble .tb-stumble-anim-4 {
    background-position: 0 -2050px;
}

#tb-stumble .tb-stumble-5 {
    background-position: 0 -2100px;
}

/* interests button */
#tb-interests a {
    width: 80px;
    position: relative;
}
#tb-interests a .tb-btn-text {
    display: inline-block;
    width: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#tb-interests a .tb-btn-ico {
    position: absolute;
    top: 0;
    left: 78px;
}
#tb-toolbar.tb-overlay-interests-menu #tb-interests a {
    color: #eb4924;
    background-color: #f1f1ef;
}
#tb-toolbar.tb-overlay-interests-menu #tb-interests a .tb-btn-ico {
    background-position: 0 -732px;
}

/* like buttons stuff */
#tb-like a, #tb-like .tb-btn-ico {
    width: 16px;
	padding: 0 6px;
    background-position: 0 -40px;
}
#tb-like.tb-showtext a {
	width: auto;
}
#tb-like .tb-btn-text {
	padding-left: 22px;
}
#tb-toolbar.tb-thumbedup #tb-like .tb-btn-text {
    color: #FFFFFF;
}
#tb-like a:hover .tb-btn-ico {
    background-position: 0 -90px;
}
#tb-toolbar.tb-thumbedup #tb-like .tb-btn-ico {
    background-position: 0 -140px;
}

/* like more button */
#tb-toolbar.tb-overlay-thumbup-menu #tb-likemore a {
    background-color: #f1f1ef;
}
#tb-toolbar.tb-overlay-thumbup-menu #tb-likemore a .tb-btn-ico {
    background-position: 0 -732px;
}

/* notlike buttons stuff */
#tb-notlike a, #tb-notlike .tb-btn-ico {
    width: 16px;
    padding: 0 6px;
    background-position: 0 -190px;
}
#tb-notlike a:hover .tb-btn-ico {
    background-position: 0 -240px;
}
#tb-toolbar.tb-thumbeddown #tb-notlike .tb-btn-ico {
    background-position: 0 -290px;
}

/* not for me more button */
#tb-toolbar.tb-overlay-thumbdown-menu #tb-notlikemore a {
    background-color: #f1f1ef;
}
#tb-toolbar.tb-overlay-thumbdown-menu #tb-notlikemore a .tb-btn-ico {
    background-position: 0 -732px;
}

/* share button */
#tb-share a, #tb-share .tb-btn-ico {
    width: 22px;
    padding: 0 6px;
    background-position: 0 -439px;
}
#tb-share a:hover .tb-btn-ico {
    background-position: 0 -489px;
}
#tb-toolbar.tb-overlay-share-menu #tb-share a {
    background-color: #f1f1ef;
}
#tb-toolbar.tb-thumbedup #tb-share a .tb-btn-ico {
    background-position: 0 -489px;
}
#tb-toolbar.tb-overlay-share-menu #tb-share a .tb-btn-ico {
    background-position: 0 -789px;
}

/* share-facebook button */
#tb-share-facebook a, #tb-share-facebook .tb-btn-ico {
    width: 22px;
    padding: 0 5px 0 8px;
    background-position: 0 -1789px;
}
#tb-share-facebook a:hover .tb-btn-ico {
    background-position: 0 -1789px;
}
#tb-toolbar.tb-overlay-share-facebook-menu #tb-share-facebook a {
    background-color: #f1f1ef;
}
#tb-toolbar.tb-overlay-share-facebook-menu #tb-share-facebook a .tb-btn-ico,
#tb-toolbar.tb-thumbedup #tb-share-facebook a .tb-btn-ico {
    background-position: 0 -1839px;
}

/* comment button */
#tb-comment a, #tb-comment .tb-btn-ico {
    width: 20px;
    padding: 0 6px;
    background-position: 0 -539px;
}
#tb-comment a:hover .tb-btn-ico {
    background-position: 0 -589px;
}
#tb-toolbar.tb-overlay-comment-menu #tb-comment a {
    background-color: #f1f1ef;
}
#tb-toolbar.tb-overlay-comment-menu #tb-comment a .tb-btn-ico {
    background-position: 0 -839px;
}

/* userlabel button: default hidden */
#tb-toolbar #tb-userlabel {
    display: none;
}
#tb-toolbar.tb-stumble-friend #tb-userlabel,
#tb-toolbar.tb-stumble-discoverer #tb-userlabel,
#tb-toolbar.tb-stumble-channels #tb-userlabel {
    display: block;
}
#tb-toolbar.tb-stumble-discoverer.tb-stumble-sponsored #tb-userlabel,
#tb-toolbar.tb-stumble-channels.tb-stumble-sponsored #tb-userlabel {
	display: none;
}
#tb-userlabel .tb-btn-ico {
    width: 20px;
}
#tb-userlabel .tb-btn-text {
    margin-left: 23px;
}
/* discoverer */
#tb-toolbar.tb-stumble-discoverer #tb-userlabel a .tb-btn-ico {
    background-position: 0 -1039px;
}
#tb-toolbar.tb-stumble-discoverer #tb-userlabel a:hover .tb-btn-ico {
    background-position: 0 -1089px;
}
#tb-toolbar.tb-stumble-discoverer.tb-overlay-userinfo-menu #tb-userlabel a .tb-btn-ico {
    background-position: 0 -1139px;
}
/* friend */
#tb-toolbar.tb-stumble-friend #tb-userlabel a .tb-btn-ico {
    background-position: 0 -1189px;
}
#tb-toolbar.tb-stumble-friend #tb-userlabel a:hover .tb-btn-ico {
    background-position: 0 -1239px;
}
#tb-toolbar.tb-stumble-friend #tb-userlabel.tb-overlay-userinfo-menu a .tb-btn-ico {
    background-position: 0 -1289px;
}
/* channels */
#tb-toolbar.tb-stumble-channels #tb-userlabel a .tb-btn-ico {
    background-position: 0 -1489px;
}
#tb-toolbar.tb-stumble-channels #tb-userlabel a:hover .tb-btn-ico {
    background-position: 0 -1539px;
}
#tb-toolbar.tb-stumble-channels #tb-userlabel.tb-overlay-userinfo-menu a .tb-btn-ico {
    background-position: 0 -1589px;
}

#tb-toolbar.tb-overlay-userinfo-menu #tb-userlabel a {
    background-color: #f1f1ef;
    color: #eb4924;
}

/* sponsored button */
#tb-toolbar #tb-sponsored {
    display: none;
}
#tb-toolbar.tb-stumble-sponsored #tb-sponsored {
	display: block;
}
#tb-sponsored .tb-btn-ico {
    width: 20px;
}
#tb-sponsored .tb-btn-text {
    margin-left: 23px;
}

#tb-toolbar.tb-stumble-sponsored #tb-sponsored a .tb-btn-ico {
    background-position: 0 -1339px;
}
#tb-toolbar.tb-stumble-sponsored #tb-sponsored a:hover .tb-btn-ico {
    background-position: 0 -1389px;
}

/* settings button */
#tb-settings .tb-btn-ico {
    width: 20px;
    margin-left: 12px;
    background-position: 0 -639px;
}
#tb-settings a:hover .tb-btn-ico {
    background-position: 0 -689px;
}

/* notification and settings buttons */
#tb-settings a, #tb-notification a {
    width: 44px;
    padding: 0;
}
/* notification button */
#tb-toolbar ul li#tb-notification {
    font-size: 16px;
    text-align: center;
}
#tb-toolbar.tb-overlay-notification-menu #tb-notification a {
    background-color: #f1f1ef;
    color: #eb4924;
}
#tb-toolbar.tb-overlay-settings-menu #tb-settings a {
    background-color: #f1f1ef;
}

#tb-toolbar.tb-overlay-settings-menu #tb-settings a .tb-btn-ico {
    background-position: 0 -889px;
}

/* notification button */
#tb-toolbar.tb-has-notifications #tb-notification .tb-btn-text {
    font-weight: bold;
    color: #eb4924;
}

/* login button */
#tb-toolbar.tb-overlay-login-menu #tb-login a {
    background-color: #f1f1ef;
    color: #eb4924;
}

/* close button */
#tb-close a {
    width: 44px;
    padding: 0px;
}
#tb-close .tb-btn-ico {
    width: 20px;
    margin-left: 15px;
    background-position: 0 -936px;
}
#tb-close a:hover .tb-btn-ico {
    background-position: 0 -986px;
}

/* home button */
#tb-home a {
	width: 44px;
	padding: 0px;
}
#tb-home .tb-btn-ico {
    width: 20px;
    margin-left: 15px;
    background-position: 0 -1689px;
}
#tb-home a:hover .tb-btn-ico {
    background-position: 0 -1739px;
}

/* STATES handling */
#tb-toolbar.tb-visitor ul li.tb-hide-visitor,
#tb-toolbar.tb-user li.tb-hide-user,
#tb-toolbar.tb-thumbedup li.tb-hide-thumbedup,
#tb-toolbar.tb-thumbeddown li.tb-hide-thumbeddown {
    display: none !important;
}

/* div container for the overlay */
.tb-overlay {
    background-color: #f1f1ef;
    box-shadow: 2px 6px 6px rgba(0,0,0,0.2), -2px 6px 6px rgba(0,0,0,0.2);
    position: fixed;
}
.oldie .tb-overlay {
    border: 1px solid #b2b2b2;
}
#tb-overlay-container-share-panel-reply {
    box-shadow: 2px 2px 6px 6px rgba(0,0,0,0.2);
}
#tb-stumble-disable {
    background-color: #000000;
    opacity: 0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE8 */
    filter: alpha(opacity=30); /* IE7 */
    position: fixed;
    display: none;
    top: 40px;
    left: 0px;
    width: 100%;
    height: 0px;
    z-index: 200;
}

/* tooltip overlay styles*/
.tb-overlay-tooltip,
.tb-overlay-permanenttooltip {
    border: 2px solid #EB4924;
    padding: 8px;
    color: #000000;
    font-size: 13px;
}
.tb-overlay-floating,
.tb-overlay-tooltip,
.tb-overlay-permanenttooltip {
    z-index: 300;
}
.tb-overlay-top {
    z-index: 100;
}
.tb-overlay-notification {
    z-index: 400;
    color: #000000;
}

/* Close button for permanent tooltips */
.tb-overlay-permanenttooltip {
	padding-right: 30px;
}
.tb-overlay-permanenttooltip a {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 1px;
    top: 2px;
    display: inline-block;
    color: #b2b2b2;
    font-size: 24px;
    line-height: 20px;
    overflow: hidden;
    text-decoration: none;
}
.tb-overlay-permanenttooltip a:hover {
    color: #888;
}

/* Handling arrow for tooltips */
.tip-arrow {
    visibility: hidden;
    position: absolute;
}
    #tb-toolbar.tb-overlay-tooltip-tb-comment #tb-comment a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-comment #tb-comment a {
        background-image: url(http://su.edgesuite.net/FnMAyS402cloFqHgTFiqFw);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-explorebox #tb-explorebox a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-explorebox #tb-explorebox a {
        background-image: url(http://su.edgesuite.net/FnMAyS402cloFqHgTFiqFw);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-interests #tb-interests a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-interests #tb-interests a {
        background-image: url(http://su.edgesuite.net/FnMAyS402cloFqHgTFiqFw);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-like #tb-like a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-like #tb-like a {
        background-image: url(http://su.edgesuite.net/FnMAyS402cloFqHgTFiqFw);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-notlike #tb-notlike a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-notlike #tb-notlike a {
        background-image: url(http://su.edgesuite.net/FnMAyS402cloFqHgTFiqFw);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-settings #tb-settings a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-settings #tb-settings a {
        background-image: url(http://su.edgesuite.net/FnMAyS402cloFqHgTFiqFw);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-share #tb-share a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-share #tb-share a {
        background-image: url(http://su.edgesuite.net/FnMAyS402cloFqHgTFiqFw);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }

#tooltip-arrow {
    width: 60px;
    height: 40px;
    top: 0px;
    left: 0px;
    position: absolute;
    display: none;
    background-image: url(http://su.edgesuite.net/FnMAyS402cloFqHgTFiqFw);
    background-repeat: no-repeat;
    background-position: 40px -1619px;
}
#tb-toolbar.tb-overlay-permanenttooltip-tb-stumble #tb-stumble #tooltip-arrow {
    display: block;
    left: 40px;
    top: 32px;
    background-position: 0px -1651px;
}

/* notification overlay styles */
.tb-overlay-notification {
    background-color: #f1f1ef;
    box-shadow: none;
    padding: 5px 10px 5px 10px;
}
.tb-overlay-notification-type-info {
    border-left: 2px solid #00a8ff;
    border-right: 2px solid #00a8ff;
    border-bottom: 2px solid #00a8ff;
}
.tb-overlay-notification-type-error {
    border-left: 2px solid #eb4924;
    border-right: 2px solid #eb4924;
    border-bottom: 2px solid #eb4924;
}

/**
 * Dimensions
 */
.ac-form-wrap {
    width: 218px;
}
input.ac-keyword {
    width: 210px;
    padding: 2px 4px;
    /* Total width: 218px */
}
.ac-results-container {
    width: 216px;
    /* width of .ac-form-wrap - (1px left border) - (1px right border) */
}



/**
 * Autocomplete form
 */
.ac-form-wrap {
    position: relative;
    text-align: left;
    z-index: 5;
}

.ac-placeholder {
    color: #aaa !important;
}


/**
 * Autocomplete results
 */
.ac-form-wrap .ac-results-wrap {
    position: absolute;
    bottom: 1px;
    left: 0;
}

.ac-results-wrap,
.ac-no-results {
    display: none;
}

.ac-results-content {
    border: 1px solid #ababab;
    border-top: 2px solid #ababab;
    background: #fff;
}
.ac-form-wrap .ac-results-content {
    position: absolute;
    top: 0;
    left: 0;
}

.ac-results-heading {
    margin: 0;
    padding: 5px 0 0 0;
    display: block;
    color: #999;
    text-indent: 8px;
    font-size: 13px;
    font-weight: bold;
    border-top: 1px solid #ddd;
    background: #fff;
    background: -moz-linear-gradient(top , #efefef, #FFFFFF 15%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#EFEFEF), color-stop(0.15, white));
}

.ac-results {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

.ac-results li {
    width: auto !important;
    padding: 0;
    float: none;
    display: block;
    border-top: 1px solid #eee;

}
.ac-results li:first-child {
    border-top: 0;
}



.ac-results a {
    padding: 5px 10px;
    display: block;
    font-size: 17px;
    line-height: 21px;
    text-decoration: none;
    color: #64645a;
    cursor: pointer;
    -webkit-tap-highlight-color: #EFF6FC;
}

.s-ac-selected {
    background: #f7f7f4 url(http://su.edgesuite.net/jaPgCJzsyarArPC330jqwQ) no-repeat scroll right -90px;
}.explore-form-wrap {
    width: 270px;
}

input.explore-box {
    padding-left: 10px;
    padding-right: 30px;
}
.oldie input.explore-box {
    line-height: 250% !important;
}

input.explore-box.s-ac-loading {
    background: #ffffff url(http://su.edgesuite.net/9X2QW2K3E-MyTHM9RJO_XA) no-repeat scroll 98.5% center !important;
    color: #444 !important;
}

.explore-form-wrap input.explore-box {
    /*
    total width = 270 (width of .explore-form-wrap)
    width (228) + left padding (10) + right padding (30) + 1px border
    */
    width: 228px;
    height: 37px;
    font-size: 16px;
}

.explore-form-wrap .ac-results-content {
    width: 268px;
    /* width of .explore-form-wrap - (1px left border) - (1px right border) */
}



/* No results */
.explore-no-results {
    padding: 5px 0 8px 60px;
    background: #f7f7f4 url(http://su.edgesuite.net/jaPgCJzsyarArPC330jqwQ) no-repeat scroll 10px 6px;
    color: #999;
}

.explore-no-results h6 {
    margin: 0;
    text-transform: capitalize;
    font-size: 16px;
    color: #999;
}
.explore-no-results p {
    margin: 0;
    padding: 0;
}




/* Web toolbar */
#tb-explore-box {
    width: 160px;
    height: 25px;
    margin: 4px 4px 0 0;
    border-color: #1a1a1a;
    background: #6f6f68;
    color: #ccc;
}
.oldie input#tb-explore-box {
    line-height: 200% !important;
}
#tb-explore-box:focus {
    background: #ffffff;
    color: #444;
}

#tb-explore-box-results-wrap {
    position: fixed;
    right: 71px;
    top: 35px;
    z-index: 350;
}
#tb-explore-box-results-wrap .ac-results-content {
    width: 268px;
}#tb-explore-box {
	font-size: 13px;
    margin: 4px 4px 0 0;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #1a1a1a;
}

#tb-explore-box:focus {
    outline: none;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(100, 100, 90, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(100, 100, 90, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(100, 100, 90, 0.6);
    border-color: rgba(100, 100, 90, 0.8);
}