/*  Share Tools Styles   */
.story #imware .tool-comment a {
    background: transparent url(/images.bimedia.net/designimages/icon_comment_12x12.png) center left no-repeat
    }
.story #imware .tool-email a {
    background: transparent url(/images.bimedia.net/designimages/bim_imware_email.gif) center left no-repeat
    }
.story #imware .tool-print a {
    background: transparent url(/images.bimedia.net/designimages/bim_imware_print.gif) center left no-repeat
    }
.story #imware .tool-yn a {
    background: transparent url(/images.bimedia.net/designimages/yn_icon.gif) center left no-repeat
    }
.story #imware .tool-digg a {
    background: transparent url(/images.bimedia.net/designimages/bimtools_digg_16.png) center left no-repeat
    }
.story #imware .tool-delicious a {
    background: transparent url(/images.bimedia.net/designimages/bimtools_delicious_16.png) center left no-repeat
    }
.story #imware .tool-facebook a {
    background: transparent url(/images.bimedia.net/designimages/bimtools_facebook_16.png) center left no-repeat
    }
.story #imware #share-tool a.modalOpen {
    padding-left: 20px;
    position: relative;
    z-index: 6;
    background: transparent url(/images.bimedia.net/designimages/bim_share_tool.png) center left no-repeat
    }
.story #imware .tool-newsvine a {
    background: transparent url(/images.bimedia.net/designimages/bimtols_newsvine_16.png) center left no-repeat
    }
.story #imware .tool-myspace a {
    background: transparent url(/images.bimedia.net/designimages/bimtools_myspace_16.png) center left no-repeat
    }
.story #imware .tool-reddit a {
    background: transparent url(/images.bimedia.net/designimages/bimtools_reddit_16.png) center left no-repeat
    }
.story #imware .tool-stumbleupon a {
    background: transparent url(/images.bimedia.net/designimages/bimtools_stumbleupon_16.png) center left no-repeat
    }
.story #imware .tool-googlebuzz a {
    background: transparent url(/images.bimedia.net/designimages/bimtools_google_16.png) center left no-repeat
    }
.story #imware .tool-linkedin a {
    background: transparent url(/images.bimedia.net/designimages/bimtools_linkedin_16.png) center left no-repeat
    }
.story #imware ul li #shareModalWindow {
    position: absolute;
    z-index: 2;
    width: 100px;
    font-size: 11px;
    font-weight: normal;
    line-height: 30px;
    background: #fff;
    padding: 4px 0 4px 23px;
    list-style-type: none;
    margin: -28px 0 0 -7px;
    opacity: 0.89;
    border: 3px solid #e9e9e9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 4px
    }
.story #imware ul li #shareModalWindow h5 {
    visibility: hidden;
    margin: 0;
    padding: 0;
    line-height: 18px
    }
.story #imware ul li #shareModalWindow .shareClose {
    width: 10px;
    height: 10px;
    float: right;
    margin: -22px 0 0 0
    }
.story #imware ul li #shareModalWindow .shareClose a {
    color: #f93636;
    font-size: 16px;
    display: block;
    line-height: 14px;
    padding: 0;
    font-size: 8px
    }
.story #imware ul li #shareModalWindow li {
    float: none;
    height: 22px;
    margin-bottom: 2px;
    line-height: 16px;
    width: auto;
    clear: both;
    text-decoration: none;
    text-transform: none
    }
.story #imware ul li #shareModalWindow li a {
    color: #000;
    line-height: 22px
    }
/*  JQM WINDOW STYLES  */
.jqmWindow {
    display: none;
    position: fixed;
    top: 27%;
    left: 50%;
    width: 500px;
    padding: 0;
    border: 0;
    background-color: #eee
    }