/* Don't remove me */






















/* 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(https://nb9-stumbleupon.netdna-ssl.com/9MfdjuDe7tBa5aaXeO065A) #2f2f2f no-repeat center;
}
/* Main toolbar elements layout */
#tb-toolbar {
    width: 100%;
    height: 40px;
    position: relative;
    z-index: 1;
    background: #3d3d3d; /* Old browsers */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/_DpBT92r-8P7_RjkjFvSWw), -moz-linear-gradient(top,  #3d3d3d 0%, #212121 100%); /* FF3.6+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/_DpBT92r-8P7_RjkjFvSWw), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(100%,#212121)); /* Chrome,Safari4+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/_DpBT92r-8P7_RjkjFvSWw), -webkit-linear-gradient(top,  #3d3d3d 0%,#212121 100%); /* Chrome10+,Safari5.1+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/_DpBT92r-8P7_RjkjFvSWw), -o-linear-gradient(top,  #3d3d3d 0%,#212121 100%); /* Opera 11.10+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/_DpBT92r-8P7_RjkjFvSWw), -ms-linear-gradient(top,  #3d3d3d 0%,#212121 100%); /* IE10+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/_DpBT92r-8P7_RjkjFvSWw), linear-gradient(to bottom,  #3d3d3d 0%,#212121 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.25);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
}
body.tb-fixed {
    margin-top: 40px;
}
.tb-fixed #tb-toolbar {
    position: fixed !important;
    top: 0;
    z-index: 10;
}
.no-webtoolbar #tb-toolbar {
    display: none;
}

#tb-toolbar ul {
    white-space: nowrap;
}
#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;
    z-index: 150;
}
#tb-toolbar-rigth {
    right: 0;
    position: absolute;
    z-index: 140;
}

/* Standard Elements styles */
/* text */
.tb-text {
    display: table;
}
.tb-text span {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}
/* button */
.tb-btn > .tb-btn-text,
.tb-btn a {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    padding: 0 12px;
    display: inline-block;
    color: #cccccc;
    text-decoration: none;
    text-shadow: 0 -1px 1px #000000;
}
.tb-btn a:hover {
    color: #ffffff;
}
.tb-btn a:hover .tb-btn-text {
}
.tb-btn-ico {
    display: block;
    position: absolute;
    height: 40px;
    background: transparent url(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew) 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;;
}
/* short solid spacer */
.tb-space-solid-small {
    width: 2px;
    background-color: transparent;
}
.tb-space-solid-small div {
    background-color:#949494;
    height:18px;
    margin-top:6px;
    width:1px;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#BDBDBD;
}

.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: 12px;
    line-height: 12px;
    margin: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 4px;
    color: white;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #363436;
    font-size: 14px;
    font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight:500;
    font-stretch:normal;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);

    box-shadow: 0 -1px 1px 0 #231F20;
    -moz-box-shadow: 0 -1px 1px 0 #231F20;
    -webkit-box-shadow: 0 -1px 1px 0 #231F20;

    background: rgb(239,162,119); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(239,162,119,1) 1%, rgba(233,132,63,1) 5%, rgba(238,102,49,1) 33%, rgba(241,90,41,1) 64%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(239,162,119,1)), color-stop(5%,rgba(233,132,63,1)), color-stop(33%,rgba(238,102,49,1)), color-stop(64%,rgba(241,90,41,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 5%,rgba(238,102,49,1) 33%,rgba(241,90,41,1) 64%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 5%,rgba(238,102,49,1) 33%,rgba(241,90,41,1) 64%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 5%,rgba(238,102,49,1) 33%,rgba(241,90,41,1) 64%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 5%,rgba(238,102,49,1) 33%,rgba(241,90,41,1) 64%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efa277', endColorstr='#f15a29',GradientType=0 ); /* IE6-9 */

}
#tb-stumble a:hover {
    background: rgb(239,162,119); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(239,162,119,1) 1%, rgba(233,132,63,1) 22%, rgba(238,102,49,1) 46%, rgba(241,90,41,1) 70%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(239,162,119,1)), color-stop(22%,rgba(233,132,63,1)), color-stop(46%,rgba(238,102,49,1)), color-stop(70%,rgba(241,90,41,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 22%,rgba(238,102,49,1) 46%,rgba(241,90,41,1) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 22%,rgba(238,102,49,1) 46%,rgba(241,90,41,1) 70%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 22%,rgba(238,102,49,1) 46%,rgba(241,90,41,1) 70%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(239,162,119,1) 1%,rgba(233,132,63,1) 22%,rgba(238,102,49,1) 46%,rgba(241,90,41,1) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efa277', endColorstr='#f15a29',GradientType=0 ); /* IE6-9 */
}
#tb-stumble a:active {
    background: #C94F1A;
}
#tb-stumble .tb-btn-ico {
    height: 20px;
    width: 20px;
    top: 6px;
    background: transparent url(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew) no-repeat -1px -2302px;
}
#tb-stumble .tb-btn-text {
    margin-left: 25px;
    margin-right: 14px;
}

/* interests button */
#tb-interests a {
    width: 126px;
    position: relative;
}
#tb-interests a .tb-btn-text {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
#tb-interests a .tb-btn-ico {
    position: absolute;
    top: 0;
    right: 10px;
}
#tb-toolbar.tb-overlay-interests-menu #tb-interests a {
    color: #eb4924;
    background-color: #f1f1ef;
    text-shadow: none;
}
#tb-toolbar.tb-overlay-interests-menu #tb-interests a .tb-btn-ico {
    background-position: 0 -732px;
}

/* like buttons stuff */
#tb-like {
    margin-left: 8px;
}
#tb-like a, #tb-like .tb-btn-ico {
    width: 16px;
    padding: 0 12px;
    background-position: 0 -40px;
}
#tb-like.tb-showtext a {
    width: auto;
}
#tb-like .tb-btn-text {
    padding-left: 22px;
}
#tb-share {
    margin-left: 4px;
}
#tb-share.tb-showtext a {
    width: auto;
}
#tb-share .tb-btn-text {
    padding-left: 28px;
}
#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 0 12px;
    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;
}

#tb-notlikemore {
    height: 20px;
    top: 6px;
    left: 275px;
    position: absolute;
}
/* not for me more button */
#tb-toolbar.tb-overlay-thumbdown-menu #tb-notlikemore a .tb-btn-ico {
    background-position: 0 -732px;
}
#tb-notlikemore a, #tb-notlikemore .tb-btn-ico {
    padding: 0 6px;
}

/* share button */
#tb-share a, #tb-share .tb-btn-ico {
    width: 22px;
    padding: 0 12px;
    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;
    color: #eb4924;
    text-shadow: none;
}
#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 {
    margin-left: 20px;
}
#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 -1839px;
}
#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 12px;
    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;
    text-shadow: none;
}
#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;
}

/* add to list */
#tb-lists a {
    width: 36px;
    padding: 0px;
}
#tb-lists .tb-btn-ico {
    width: 20px;
    margin-left: 6px;
    background-position: 0 -2140.5px;
}
#tb-lists a:hover .tb-btn-ico {
    background-position: 0 -2190.5px;
}
#tb-toolbar.tb-overlay-lists #tb-lists a {
    background-color: #f1f1ef;
}
#tb-toolbar.tb-overlay-lists #tb-lists a .tb-btn-ico {
    background-position: 0 -2240.5px;
}

/* 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;
}

#tb-toolbar.tb-visitor ul#tb-toolbar-center li.tb-hide-visitor{
    display: block !important;
    visibility: hidden;
}

#tb-signup-close {
    text-align: right;
    font-size: 35px;
    margin-top: 10px;
    margin-right: 10px;
}

.toolbar-signup {
    display: none;
    position: fixed;
    top: 72px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    width: 100%;
    height: 100%;
}

.toolbar-signup iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

/* 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;
}
/* tooltip pointer sister styles */
.tb-pointer {
    height: 10px;
    width: 15px;
    position: absolute;
    top: -10px;
    left: 12px;
    z-index: 310;
    background: transparent url(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew) no-repeat 0 -1651px;
}
/* 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(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew);
        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(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew);
        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(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew);
        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(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew);
        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(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew);
        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(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew);
        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(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-lists #tb-lists a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-lists #tb-lists a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-share-facebook #tb-share-facebook a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-share-facebook #tb-share-facebook a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }
    #tb-toolbar.tb-overlay-tooltip-tb-home #tb-home a,
    #tb-toolbar.tb-overlay-permanenttooltip-tb-home #tb-home a {
        background-image: url(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew);
        background-repeat: no-repeat;
        background-position: 7px -1619px;
    }

.tb-overlay-permanenttooltip .actions {
    text-align: right;
    margin: 5px -20px 0 0;
}

.tb-overlay-permanenttooltip .actions .btn {
    min-width: 50px;
    margin-left: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

#tooltip-arrow {
    width: 60px;
    height: 40px;
    top: 0px;
    left: 0px;
    position: absolute;
    display: none;
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/Pird_RhKhfGJEmmiP2UNew);
    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;
}
.safari-overlay header {
    background-color: #cfcfcf;
    padding-right:0px;
    margin-right:0px;
    margin-bottom:0px;
}
.safari-overlay header h1 {
    font-family: "Arial";
    font-weight: bold;
    font-size: 18px;
    background-color: #cfcfcf;
    color: #1d1d1d;
    text-shadow: #e2e2e2 1px 1px 1px;
}
.safari-only-header, .safariclose {
    display:none;
}
.safari-overlay header {
    display:block;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #e2e2e2 ;
    border-right: 1px solid #e2e2e2;
}
.safari-overlay .safariclose {
    position:relative;
    right:7px;
    float:right;
    display:inline;
    font-size:24px;
    color:#888888;
    line-height:33px;
    margin-left:15px;
    font-weight:normal;
}
.safari-overlay .overlay-scrolling-content {
    overflow-y:scroll;
}
.safari-overlay header + * {
    padding-top:10px;
}
.safari-overlay {
    overflow:hidden;
}

/* context overlay */
.contextPanel {
    padding: 9px;
    overflow: auto;
    background: #f1f1ee; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1ee 0%, #f1f1ee 140px, #ffffff 480px, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top,  left bottom, color-stop(0%,#f1f1ee), color-stop(37%,#f1f1ee), color-stop(60%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1ee 0%,#f1f1ee 140px,#ffffff 480px,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1ee 0%,#f1f1ee 140px,#ffffff 480px,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1ee 0%,#f1f1ee 140px,#ffffff 480px,#ffffff 100%); /* IE10+ */
    background: linear-gradient(top, #f1f1ee 0%,#f1f1ee 140px,#ffffff 480px,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1ee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.contextPanel a {
    color: #00A8FF;
    text-decoration: none;
}

.contextPanel a:hover {
    color: #06e;
}

.contextPanel a:focus {
    outline: thin dotted;
}

.contextPanel p {
    line-height: 22px;
    font-size: 12px;
}

.contextPanel .Title {
    margin-right: 10px;
    font-weight: normal;
    font-size: 11px;
    color: #888888;
    text-transform: uppercase;
}

.contextPanel .PlainText {
    font-weight: bold;
}

.contextPanel .tb-btn-ico {
    width: 20px;
}

.progress-content {
    height: 100%;
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/m9xkBuNxxzgwZm7mIk7O2A);
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/m9xkBuNxxzgwZm7mIk7O2A), -moz-linear-gradient(left,  #58595b 0%, #dcddde 50%, #58595b 100%); /* FF3.6+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/m9xkBuNxxzgwZm7mIk7O2A), -webkit-gradient(linear, left top, right top, color-stop(0%,#58595b), color-stop(50%,#dcddde), color-stop(100%,#58595b)); /* Chrome,Safari4+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/m9xkBuNxxzgwZm7mIk7O2A), -webkit-linear-gradient(left,  #58595b 0%,#dcddde 50%,#58595b 100%); /* Chrome10+,Safari5.1+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/m9xkBuNxxzgwZm7mIk7O2A), -o-linear-gradient(left,  #58595b 0%,#dcddde 50%,#58595b 100%); /* Opera 11.10+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/m9xkBuNxxzgwZm7mIk7O2A), -ms-linear-gradient(left,  #58595b 0%,#dcddde 50%,#58595b 100%); /* IE10+ */
    background-image: url(https://nb9-stumbleupon.netdna-ssl.com/m9xkBuNxxzgwZm7mIk7O2A), linear-gradient(to right,  #58595b 0%,#dcddde 50%,#58595b 100%); /* W3C */
}
.progress-wrap {
    width: 720px;
    height: 12px;
    padding: 6px 9px;
    margin: 0 auto;
    position: relative;
    background-color: #C7C7C7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 7px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 7px rgba(0, 0, 0, .3);
}
.progress-wrap-inner {
    height: 100%;
    width: 100%;
    position: relative;
}
.progress-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #5da9ac; /* Old browsers */
    background: -moz-linear-gradient(left,  #5da9ac 13%, #adbf3b 41%, #f7941e 68%, #f15a29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(13%,#5da9ac), color-stop(41%,#adbf3b), color-stop(68%,#f7941e), color-stop(100%,#f15a29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #5da9ac 13%,#adbf3b 41%,#f7941e 68%,#f15a29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #5da9ac 13%,#adbf3b 41%,#f7941e 68%,#f15a29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #5da9ac 13%,#adbf3b 41%,#f7941e 68%,#f15a29 100%); /* IE10+ */
    background: linear-gradient(to right,  #5da9ac 13%,#adbf3b 41%,#f7941e 68%,#f15a29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da9ac', endColorstr='#f15a29',GradientType=1 ); /* IE6-9 */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.progress-remain {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    margin-bottom: 3px;
    background-color: #636466;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
.progress-stops {
    height: 100%;
    width: 100%;
    z-index: 3;
    position: absolute;
}
.progress-stops .stop {
    padding: 2px;
    margin-top: -2px;
    margin-left: -2px;
    position: absolute;
    top: 50%;
    background-color: #f1f1f1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.progress-stops .stop:first-child {

}
.progress-stops .stop:nth-child(4n + 0) {
    background-color: #eeeeee;
}
.progress-stops .stop:nth-child(4n + 1),
.progress-stops .stop:nth-child(4n + 2),
.progress-stops .stop:nth-child(4n + 3) {
    background-color: #8a8c8e;
}
.progress-stops .stop.passed:nth-child(4n + 1),
.progress-stops .stop.passed:nth-child(4n + 2),
.progress-stops .stop.passed:nth-child(4n + 3) {
    background-color: rgba(255,255,255,.3);
}
.progress-stops .stop.active {
    height: 32px;
    width: 32px;
    margin-top: -19px;
    margin-left: -19px;
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #777777;
    background-color: #ffffff;
    -moz-box-shadow: 0 1px 6px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 6px 1px rgba(0,0,0,.3);
    box-shadow: 0 1px 6px 1px rgba(0,0,0,.3);
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}
.progress-stops .stop:last-child {
    height: 32px;
    width: 32px;
    margin-top: -19px;
    margin-left: -19px;
    font-size: 0;
    background-color: #F45434;
    -moz-box-shadow: 0 1px 6px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 6px 1px rgba(0,0,0,.3);
    box-shadow: 0 1px 6px 1px rgba(0,0,0,.3);
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}
.progress-stops .stop:last-child .star {
    height: 24px;
    width: 24px;
    top: 7px;
    left: 7px;
    position: absolute;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/W7AumYSeU82Y2V08KKF_qQ) no-repeat;
    background-size: 22px;
    display: block;
}
.progress-message {
    margin-top: 0;
    margin-bottom: 12px;
    padding-top: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-shadow: 0 1px 0px #ffffff;
    color: #777;
    min-height: 12px;
}.tb-dt-btn a {
    padding: 0 10px;
}

#tb-dt-branding a {
    width: 200px;
    margin: 0 50px;
    background: url(https://nb9-stumbleupon.netdna-ssl.com/3bnn1FvuBvI0kvvCnH4Ijg) no-repeat 0 12px;
    cursor: default;
}