

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}


#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none
}
* html #fancybox-loading {
    position: absolute;
    margin-top: 0
}
#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('4afcdc3f7a730f59e0476b4942711462.png')
}
#fancybox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 1100;
    display: none
}
* html #fancybox-overlay {
    position: absolute;
    width: 100%
}
#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none
}
#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    z-index: 1101;
    display: none
}
#fancybox-outer {
    border: 1px solid #414243;
    position: relative;
    width: 100%;
    height: 100%;
    background: #1f2b39
}
#fancybox-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    outline: 0;
    overflow: hidden
}
#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent
}
#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-image: url('4afcdc3f7a730f59e0476b4942711462.png');
    background-position: -40px 0;
    cursor: pointer;
    z-index: 1103;
    display: none
}
#fancybox_error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 7px;
    margin: 0
}
#fancybox-content {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0
}
#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 0;
    vertical-align: top;
    -ms-interpolation-mode: bicubic
}
#fancybox-frame {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    display: block
}
#fancybox-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Arial;
    font-size: 12px;
    z-index: 1102
}
.fancybox-title-inside {
    padding: 10px 0;
    text-align: center;
    color: #333
}
.fancybox-title-outside {
    padding-top: 5px;
    color: #FFF;
    text-align: center;
    font-weight: bold
}
.fancybox-title-over {
    color: #FFF;
    text-align: left
}
#fancybox-title-over {
    padding: 10px;
    background-image: url('976b0bc7fc722f42750657351fbf75.png');
    display: block
}
#fancybox-title-wrap {
    display: inline-block
}
#fancybox-title-wrap span {
    height: 32px;
    float: left
}
#fancybox-title-left {
    padding-left: 15px;
    background-image: url('4afcdc3f7a730f59e0476b4942711462.png');
    background-position: -40px -90px;
    background-repeat: no-repeat
}
#fancybox-title-main {
    font-weight: bold;
    line-height: 29px;
    background-image: url('bd86d8f39f0610a821d52494c9792c.png');
    background-position: 0 -40px;
    color: #FFF
}
#fancybox-title-right {
    padding-left: 15px;
    background-image: url('4afcdc3f7a730f59e0476b4942711462.png');
    background-position: -55px -90px;
    background-repeat: no-repeat
}
#fancybox-left,
#fancybox-right {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: 0;
    background-image: url('5472601571f31e1bf00674c368d335.gif');
    z-index: 1102;
    display: none
}
#fancybox-left {
    left: 0
}
#fancybox-right {
    right: 0
}
#fancybox-left-ico,
#fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block
}
#fancybox-left-ico {
    background-image: url('4afcdc3f7a730f59e0476b4942711462.png');
    background-position: -40px -30px
}
#fancybox-right-ico {
    background-image: url('4afcdc3f7a730f59e0476b4942711462.png');
    background-position: -40px -60px
}
#fancybox-left:hover,
#fancybox-right:hover {
    visibility: visible
}
#fancybox-left:hover span {
    left: 20px
}
#fancybox-right:hover span {
    left: auto;
    right: 20px
}
.fancy-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001
}
#fancy-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url('bd86d8f39f0610a821d52494c9792c.png')
}
#fancy-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url('sprite.png');
    background-position: -40px -162px
}
#fancy-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url('de9dad6477f72a4d36ed34e08ee106.png');
    background-position: -20px 0
}
#fancy-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url('4afcdc3f7a730f59e0476b4942711462.png');
    background-position: -40px -182px
}
#fancy-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url('debf0bdc695f1cd8a4c4cd397b2bb5.png');
    background-position: 0 -20px
}
#fancy-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url('4afcdc3f7a730f59e0476b4942711462.png');
    background-position: -40px -142px
}
#fancy-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url('de9dad6477f72a4d36ed34e08ee106.png')
}
#fancy-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url('4afcdc3f7a730f59e0476b4942711462.png');
    background-position: -40px -122px
}
#fancybox-inner .errorPopup {
    color: red
}
#overlay #tabContent {
    width: 420px
}


#tabContent {
    background: url(daeabdae9844ec3d61c235e5ee1a64.gif) repeat-y scroll 3px 0;
    padding: 15px;
    width: 450px;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
}
#distinctions div#tabContent {
    height: 403px
}
#fancybox-inner #tabContent {
    width: 430px
}
#tabContent .inner-box {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #1e2b39 url(aef3bd3bdfb1d2be6d99ff39e7a394.png) repeat-x;
    border-top: 1px solid #2e363e;
    border-left: 1px solid #1d2228;
    border-right: 1px solid #1d2228;
    border-bottom: 1px solid #000;
    padding: 0 11px 0
}

#tabContent h2 {
	color: #619fc8;
    font-size: 15px;
    height: 27px;
    line-height: 27px;
    margin: 0 0 5px;
    text-shadow: -1px -1px 0 #000;	
}

#tabContent .inner-box ul {
    margin-top: 15px;
    padding: 0;
}
#tabContent .inner-box li {
    color: #848484;
    margin: 0 0 15px 10px;
    padding: 0 0 0 15px;
    list-style: none
}

#tabContent label {
    background: url(76cbf0115f4559fb1d6f25e9819ecb.gif) no-repeat scroll 0 3px transparent;
    color: #619fc8;
    display: block;
    font-weight: normal;
    height: 15px;
    line-height: 15px;
    margin: 3px 0;
    padding: 0 0 0 11px;
    text-align: left!important;
}