/** ############################################################################
 * Overwrites for BSR:
 * by AK
 */

/*
    Nice hint:
    When using the shorthand property the order of the property values are:

    * background-color
    * background-image
    * background-repeat
    * background-attachment
    * background-position
    (http://www.w3schools.com/css/css_background.asp)
*/


#fancybox-left:hover span {
    left: 10px;
}

#fancybox-right:hover span {
    left: auto;
    right: 0px;
}

div#fancy-bg-n {
    top: -60px;
    height: 60px;
}
div#fancy-bg-ne {
    right: -35px;
    top: -60px;
    width: 35px;
    height: 60px;
}

div#fancy-bg-e {
    right: -35px;
    width: 35px;
}

div#fancy-bg-se {
    right: -35px;
    bottom: -35px;
    width: 35px;
    height: 35px;
}

div#fancy-bg-s {
    bottom: -35px;
    height: 35px;
}

div#fancy-bg-sw {
    left: -35px;
    bottom: -35px;
    width: 35px;
    height: 35px;
}

div#fancy-bg-w {
    left: -35px;
    width: 35px;
}


div#fancy-bg-nw {
    left: -35px;
    top: -60px;
    width: 35px;
    height: 60px;
}


#fancybox-wrap.help #fancybox-inner {
    margin: 15px 0 0 0;
    /** /
    background-color: #FFF;
    background-position: bottom left;
    background-repeat: repeat-x;
    background-image: url('../images/bg_help.png');
    */
    overflow-x: hidden !important;
}

#fancybox-wrap.help div#fancy-bg-n {
    top: -19px;
    left: 0;
    width: 100%;
    height: 19px;
    background: transparent url('../images/fancybox/help/fancy_shadow_n.png') repeat-x scroll 0 0 !important;
}

#fancybox-wrap.help div#fancy-bg-ne {
    top: -19px;
    right: -19px;
    width: 19px;
    height: 19px;
    background: transparent url('../images/fancybox/help/fancy_shadow_ne.png') no-repeat scroll 0 0;
}

#fancybox-wrap.help div#fancy-bg-e {
    top: 0;
    right: -19px;
    height: 100%;
    width: 19px;
    background: transparent url('../images/fancybox/help/fancy_shadow_e.png') no-repeat scroll bottom left;
}

#fancybox-wrap.help div#fancy-bg-se {
    bottom: -60px;
    right: -19px;
    bottom: -19px;
    width: 19px;
    height: 60px;
    height: 19px;
    background: transparent url('../images/fancybox/help/fancy_shadow_se.png') no-repeat scroll bottom left;
}

#fancybox-wrap.help div#fancy-bg-s {
    bottom: -60px;
    bottom: -19px;
    left: 0;
    width: 100%;
    height: 60px;
    height: 19px;
    background: transparent url('../images/fancybox/help/fancy_shadow_s.png') repeat-x scroll bottom left;
}

#fancybox-wrap.help div#fancy-bg-sw {
    bottom: -60px;
    bottom: -19px;
    left: -19px;
    width: 19px;
    height: 60px;
    height: 19px;
    background: transparent url('../images/fancybox/help/fancy_shadow_sw.png') no-repeat scroll bottom left;
}

#fancybox-wrap.help div#fancy-bg-w {
    top: 0;
    left: -19px;
    height: 100%;
    width: 19px;
    background: transparent url('../images/fancybox/help/fancy_shadow_w.png') no-repeat scroll bottom right;
}

#fancybox-wrap.help div#fancy-bg-nw {
    top: -19px;
    left: -19px;
    width: 19px;
    height: 19px;
    background: transparent url('../images/fancybox/help/fancy_shadow_nw.png') no-repeat scroll 0 0;
}


#fancybox-close {
    right: 0;
    top: -20px;
    width: 67px;
    height: 10px;
}

#fancybox-wrap.help #fancybox-close {
    top: 0;
}

#fancybox-wrap {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 20px;
    width: 100%;
    z-index: 1101;
    display: none;
}
#fancybox-wrap.help {
    margin-top: 0px;
    /*margin-left: 120px !important;*/
}


#fancybox-title {
}
#fancybox-wrap.help #fancybox-outer {
    background-image:url('../images/bg_help.png');
    background-repeat: repeat-x;
    background-position: bottom;
}

#fancybox-wrap.help #fancybox-title {
    bottom: -42px;
}
.fancybox-title-outside {
    text-align: left;
    padding-top: 0;
}
.fancybox-title-inside {
    text-align: left;
}


#fancybox-title-wrap {
    width: 100%;
    padding: 0 35px;
    min-height: 50px;
    clear: both;
    margin-left: -35px;
    overflow: hidden;
}
#fancybox-title-wrap span {
    height: auto;
    display: block !important;
}




#fancybox-title-wrap span#fancybox-title-left {
    background: transparent url('../images/fancybox/fancy_title_left.png') repeat-x scroll bottom left;
    width: 35px;
    height: 150px;
    padding: 0;
    position: absolute;
    left: -35px;
    bottom: 0;
}

#fancybox-title-wrap span#fancybox-title-main {
    background: transparent url('../images/fancybox/fancy_title_main.png') repeat-x scroll bottom left;
    color: #494949;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2em;
    padding-bottom: 24px;
    min-height: 29px;
    position: absolute;
    top: 0;
    width: 100%;
}

#fancybox-title-wrap span#fancybox-title-right {
    background: transparent url('../images/fancybox/fancy_title_right.png') repeat-x scroll bottom left;
    width: 35px;
    height: 150px;
    padding: 0;
    position: absolute;
    right: -35px;
    bottom: 0;
}




#fancybox-title-wrap p {
    margin-top: 8px;
    margin-bottom: 0.5em;
    padding: 2px 0 4px 0;
    /*position: absolute;*/
}

#fancybox-frame {
    width: 610px !important;
    /*height: 690px;*/
    /* border: 1px solid #c1c1c1; */
	border: none !important;
}
#fancybox-frame.bookmarks {
    width: 262px;
}
