/*---------reset--------------*/
html, body, h1, h2, h3, h4, h5, h6,
p,img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td, button, iframe {
	margin: 0;
	padding: 0;
	border: none;
}
ol, ul {
	list-style: none;
}
/*--------------------------------------------------*/
/*-------centratura IE5, font e background body------*/
body {
	color: #333;
	background: #FFF;
	font: 62.5%/1.3 Arial, 'Helvetica Neue', Helvetica, 'Nimbus Sans L', FreeSans, sans-serif;
	text-align: left;
	position: relative;
	z-index:1;
}
/*--------------------------------------------------*/
/*--stili generici testo--*/
h2, h3, h4, h5, h6, p{
	margin: 0.6em 0 0.32em;
}
h2, h3, h4, h5, h6, #menu1 li{
	font-family: "Century Gothic", "Apple Gothic", "URW Gothic L", sans-serif;
}
p{
	font-size:1.3em;
}
h3{
	font-size:1.4em;
}
a {
	text-decoration:none;
	color:#CC3300;
}
a:hover, a:focus, a:active {
	text-decoration:underline;
	outline:none;
}
.nascosto,
.js .hidden{
	position:absolute !important;
 	left:-10000px !important;
 	top:-10000px !important;
 	width:1px !important;
 	height:1px !important;
 	overflow:hidden !important;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.replace{
	position: relative;
	z-index:-1;
}
.grigio{
	color:#666;
}
/*------container------*/
#container{
	min-width:960px;
	padding:0 20px;
}
#container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*----header----*/
#header{
	width:960px;
	float:left;
	height:130px;
	position:relative;
}
.home #header{
	height:188px;
}
#logo{
	width:264px;
	height:95px;
	float:left;
	overflow:hidden;
	font-size:3em;
	line-height:1;
	margin:10px 0 0 0;
}
#logo a{
	width:100%;
	height:100%;
	display:block;
	background:url(../img/logo.gif) no-repeat left top;
	text-decoration:none;
}
#logo a em{
	font-size:0.45em;
	color:#737373;
}
#ascoltiamo{
	width:724px;
	height:88px;
	line-height:88px;
	text-align:right;
	font-size:2.5em;
	font-style:italic;
	color:#B3B3B3;
	background:url(../img/ascoltiamo.gif) no-repeat left top;
	margin:0;
	position:absolute;
	right:5px;
	top:90px;
}
/*--menu1--*/
#menu1{
	width:511px;
	height:40px;
	float:right;
	text-align:center;
	/*border-left:1px solid #DCDCDC;*/
}
.home #menu1{
	width:425px;
}

#menu1 li{
	width:86px;
	height:40px;
	float:left;
	line-height:40px;
	font-size:1.2em;
	text-transform:uppercase;
	margin-left:-1px;
}
#menu1 li a{
	width:84px;
	height:100%;
	display:block;
	color:#000;
	border:1px solid #DCDCDC;
	border-style:none solid;
	text-decoration:none;
}
#menu1 li a:hover, #menu1 li a:focus, #menu1 li a:active, #menu1 li a.active{
	height:80px;
	background:url(../img/bkg_menu1.jpg) repeat-x left top;
	color:#fff;
	text-shadow: 1px 1px 1px #930;
}
#menu1 li a.active{
	cursor:default;
}
/*----content----*/
#content{
	width:100%;
	float:left;
	position:relative;
	padding-bottom:60px;
}
/*--menu2--*/
#menu2{
	position:absolute;
	width:100%;
	left:0;
	top:0;
	z-index:1;
}
.home #menu2{
	position:static;
}
#menu2 li{
	width:195px;
	float:left;
	clear:left;
	height:26px;
	position:relative;
	z-index:1;
	margin:0 0 1px 0;
}
.home #menu2 li,
.perche #menu2 li.perche, .cosa #menu2 li.cosa, .interlocutori #menu2 li.interlocutori, .teniamo #menu2 li.teniamo{
	width:100%;
	height:101px;
}
#menu2 li h3{
	font-size:1.3em;
	text-transform:uppercase;
	text-align:right;
	letter-spacing: -1px;
	height:100%;
	margin:0;
}
.home #menu2 li h3,
.perche #menu2 li.perche h3, .cosa #menu2 li.cosa h3, .interlocutori #menu2 li.interlocutori h3, .teniamo #menu2 li.teniamo h3{
	font-size:4.8em;
	letter-spacing: -2px;
}
#menu2 li h3 a{
	margin-left:20px;
	height:25px;
	display:block;
	background-repeat:repeat-x;
	background-position: left top;
	background-color:#f25d00;
	color:#FFF;
	text-shadow: 1px 1px 1px #930;
	border-style:solid;
	border-width: 0 1px 1px;
	border-color: #D9D9D9 #ECECEC;
}
.home #menu2 li h3 a,
.perche #menu2 li.perche h3 a, .cosa #menu2 li.cosa h3 a, .interlocutori #menu2 li.interlocutori h3 a, .teniamo #menu2 li.teniamo h3 a{
	height:100px;
}
.perche #menu2 li.perche h3 a, .cosa #menu2 li.cosa h3 a, .interlocutori #menu2 li.interlocutori h3 a, .teniamo #menu2 li.teniamo h3 a{
	background-position: left top;
	cursor:default;
}
.perche .interno #menu2 li.perche h3 a, .cosa .interno #menu2 li.cosa h3 a, .interlocutori .interno #menu2 li.interlocutori h3 a, .teniamo .interno #menu2 li.teniamo h3 a{
	cursor:pointer;
}
#menu2 li h3 a:hover, #menu2 li h3 a:focus, #menu2 li h3 a:active{
	background-position: left bottom;
	text-decoration:none;
}
#menu2 li.perche h3 a{
	background-image: url(../img/bkg_perche2.jpg);
}
.home #menu2 li.perche h3 a, .perche #menu2 li.perche h3 a{
	background-image: url(../img/bkg_perche.jpg);
}
#menu2 li.cosa h3 a{
	background-image: url(../img/bkg_cosa2.jpg);
}
.home #menu2 li.cosa h3 a, .cosa #menu2 li.cosa h3 a{
	background-image: url(../img/bkg_cosa.jpg);
}
#menu2 li.interlocutori h3 a{
	background-image: url(../img/bkg_interlocutori2.jpg);
}
.home #menu2 li.interlocutori h3 a, .interlocutori #menu2 li.interlocutori h3 a{
	background-image: url(../img/bkg_interlocutori.jpg);
}
#menu2 li.teniamo h3 a{
	background-image: url(../img/bkg_teniamo2.jpg);
}
.home #menu2 li.teniamo h3 a, .teniamo #menu2 li.teniamo h3 a{
	background-image: url(../img/bkg_teniamo.jpg);
}
#menu2 li h3 a span{
	width:160px;
	display:block;
	height:25px;
	line-height:25px;
}
.home #menu2 li h3 a span,
.perche #menu2 li.perche h3 a span, .cosa #menu2 li.cosa h3 a span, .interlocutori #menu2 li.interlocutori h3 a span, .teniamo #menu2 li.teniamo h3 a span{
	width:700px;
	position:absolute;
	top:10px;
	left:235px;
	height:auto;
	line-height:1;
}
/*-sottomenu-*/
#menu2 li ul{
	width:1px;
	height:1px;
	position:absolute;
	left:-10000px;
	top:-10000px;
}
.home #menu2 li ul, .cosa #menu2 li.cosa ul, .teniamo #menu2 li.teniamo ul{
	width:700px;
	height:auto;
	top:70px;
	left:230px;
	text-align:right;
}
#menu2 li li{
	width:auto;
	height:auto;
	float:none;
	position:relative;
	background:none;
	display:inline;
	font-size:1.4em;
	margin:0;
}
#menu2 li li a{
	color:#410003;
	margin-left:34px;
	padding:0 3px 0 13px;
	background:url(../img/bullet.png) no-repeat 3px 5px;
}
#menu2 li li a:hover, #menu2 li li a:focus, #menu2 li li a:active, #menu2 li li a.active{
	/*background-color:#410003;*/
	background-position:3px -39px;
	color:#F6F6F6;
	text-decoration:none;
}

/*--pagina--*/
a.pdf{
	padding:0 20px 0 0;
	background: url(../img/pdf.jpg) no-repeat right 1px;
}
a.zip{
	padding:0 20px 0 0;
	background: url(../img/zip.jpg) no-repeat right 1px;
}


h2.testata{
	margin:0 0 0 235px;
	height:94px;
	font-size:4.8em;
	letter-spacing: -2px;
	text-transform:uppercase;
	text-align:right;
	color:#b41533;
	border:3px #eb8603;
	border-style:solid none;
	text-shadow: 1px 1px 1px #999;
	position:relative;
}
h2.testata span{
	width:700px;
	position:absolute;
	top:7px;
	left:0px;
	line-height:1;
}

#page{
	width:725px;
	margin-left: 235px;
	position:relative;
	z-index:2;
	padding:215px 0 0;
	background-position:left 29px;
	background-repeat:no-repeat;
}
.perche #page{
	margin-top:100px;
	background-image:url(../img/img_perche.jpg);
}

.cosa #page{
	margin-top:127px;
	background-image:url(../img/img_cosa.jpg);
}
.interlocutori #page{
	margin-top:154px;
	background-image:url(../img/img_interlocutori.jpg);
}
.teniamo #page{
	margin-top:181px;
	background-image:url(../img/img_teniamo.jpg);
}

/*.perche #page{
	top:129px;
	padding-bottom:129px;
	background-image:url(../img/img_perche.jpg);
}
.cosa #page{
	top:156px;
	padding-bottom:156px;
	background-image:url(../img/img_cosa.jpg);
}
.interlocutori #page{
	top:183px;
	padding-bottom:183px;
	background-image:url(../img/img_interlocutori.jpg);
}
.teniamo #page{
	top:210px;
	padding-bottom:210px;
	background-image:url(../img/img_teniamo.jpg);
}*/

.chi #page{
	background-image:url(../img/img_chi.jpg);
}
.sedi #page{
	background-image:url(../img/img_sedi.jpg);
}
.link #page{
	background-image:url(../img/img_link.jpg);
}
.faq #page{
	background-image:url(../img/img_faq.jpg);
}
.documenti #page{
	background-image:url(../img/img_documenti.jpg);
}
.contatti #page{
	background-image:url(../img/img_contatti.jpg);
}

#page h2{
	font-size:2em;
	border-bottom:3px solid #eb8603;
	margin:0 0 0.6em;
}
#page h3{
	margin-top:1.2em;
	font-size:1.6em;
	font-style:italic;
	color:#EB8603;
}

ul.sedi{
	width:555px;
	float:left;
	margin:0 -15px 20px 0;
}
ul.sedi li, div.sede{
	width:170px;
	margin:0 15px 0 0;
	float:left;
}
div.sede h3{
	margin-bottom:13px;
}
ul.sedi li:first-child{
	width:155px;
}
ul.sedi li:first-child + li{
	margin:0 30px 0 0;
}
ul.sedi li a[href ^="mailto:"], div.sede a[href ^="mailto:"]{
	font-size:0.9em;
}
ul.gallery{
	width:735px;
	float:left;
	margin:20px -10px 20px 0;
}
ul.gallery li{
	width:137px;
	float:left;
	margin-right:10px;
}
ul.gallery li p{
	margin:5px;
}
ul.gallery a:hover img{
	opacity:.80;
}

ul.lista li{
	font-size:1.3em;
	margin: 0.8em 0 0.32em 15px;
	padding-left:15px;
	background:url(../img/bullet2.gif) no-repeat left 4px;
}
a.map, a.bus, span.bus{
	padding-left:18px;
	background:url(../img/map.gif) no-repeat left 2px;
	font-weight:bold;
	color:#666;
}
a.bus, span.bus{
	background-image:url(../img/bus.gif);
}
a.map:hover, a.map:focus, a.map:active,
a.bus:hover, a.bus:focus, a.bus:active, span.bus{
	background-position:left -85px;
	color:#C30;
}
div.qtip-title{
	font-size:1.3em;
	text-transform:capitalize;
}
div.qtip-title .bus{
	text-transform:none;
}
div.qtip-title a{
	text-decoration:none;
	font-weight:bold;
	font-size:1.3em;
	line-height:0.9;
	color:#666;
}
div.qtip ul.lista li{
	margin: 0.6em 0 0.6em 5px;
}

/*-corsi-*/
#page h3.categoria{
	padding:1.2em 0 0.32em 23px;
	background:url(../img/more_corsi.gif) no-repeat left 22px;
	margin:0;
}
#page h3.active{
	background-position:left -62px;
}
#page h3.archivio{
	margin:0;
}
#page h3.archivio a{
	color:#CC3300;
	padding:1.2em 0 0.32em 23px;
	background:url(../img/more_archivio.gif) no-repeat left 22px;
	display:inline-block;
}
#page h3.archivio a:hover, #page h3.archivio a:focus, #page h3.archivio a:active{
	background-position:left -62px;
	color:#CC3300;
	text-decoration:none;
}
.js .corsi{
	display:none;
}
.corsi div{
	padding:1px 0 0 23px;
}
.corsi h4{
	color:#333;
	font-size:1.5em;
	margin:15px 0 5px;
}
.corsi table{
	border-collapse:collapse;
	width:100%;
}
.corsi table.professionisti{
	width:70%;
}
.corsi table.professionisti.rda{
	width:50%;
}
.corsi table tr:nth-child(odd) {
	background: #E8E8E8;
}
.corsi table th, .corsi table td{
	border-bottom:1px solid #CCC;
	padding:6px 10px;
	text-align:left;
	vertical-align:top;
	font-size:1.2em;
}
.corsi table th{
	border-bottom: none;
	background:#666;
	color:#FFF;
	font-weight:bold;
	font-size:1.3em;
}
.corsi table td.anno{
	width:35px;
}
.corsi table td.codice,
.corsi table td.stato,
.corsi table td.data{
	white-space:nowrap;
}
.corsi table td.codice{
	width:80px;
}
.corsi table td.titolo,
.corsi table td.sede,
.corsi table td.data,
.corsi table td.nome{
	font-weight:bold;
}
.corsi table td.luogo{
}
.corsi table td.titolo a{
	padding-left:18px;
	background:url(../img/scheda-corso.gif) no-repeat left 1px;
	display:inline-block;
}
.corsi table td.stato{
	width:58px;
}
.corsi table td.stato span{
	font-style:italic;
	padding-left:24px;
	background:url(../img/in-corso.gif) no-repeat left center;
}
.corsi table td.stato span.in-avvio{
	background-image:url(../img/in-avvio.gif);
}
.corsi table td.sede{
	text-transform:uppercase;
	width:45px;
}
.corsi table td.scheda a{
	padding:0 20px 0 0;
	background: url(../img/pdf.png) no-repeat right 1px;
}
.corsi table td.scheda{
	width:100px;
}
.corsi table td.data-accr{
	width:150px;
}
/*--news--*/
#news{
	width:187px;
	height:288px;
	overflow:auto;
	border:3px solid #D8D8D8;
	padding:10px;
	position:absolute;
	z-index:2;
	left:0;
	bottom:30px;
	background:#E5E5E5;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	box-shadow:0 0 10px #000;
}
#news h2{
	font-size:2.4em;
	margin:0;
	line-height:1;
	text-align:right;
	text-transform:uppercase;
	text-shadow: 1px 1px 0 #fff;
	letter-spacing:-1px;
}
#news li{
	background:url(../img/bordo_news.gif) repeat-x left bottom;
	padding-bottom:8px;
}
.js #news li{
	cursor:pointer;
	background:none;
	padding-bottom:0;
	height:220px;
	overflow: hidden;
}
#news li h3{
	font-size:1.3em;
	font-weight:normal;
	margin-bottom:0;
}
#news li p{
	margin-top:0;
	overflow:hidden;
	font-size:1.2em;
}
#news li h3 strong{
	font-size:1.9em;
	color:#ff5a00;
	letter-spacing:-2px;
	padding-right:2px;
	vertical-align:-8px;
}
#news a.more{
	width:14px;
	height:13px;
	overflow:hidden;
	margin-left:2px;
	text-indent:-9000em;
	font-size:1px;
	color:#E5E5E5;
	vertical-align:middle;
	/*float:right;*/
	display:-moz-inline-stack;
	display:inline-block;
	background:url(../img/more.gif) no-repeat left bottom;
}
.pagination {
    font-size: 1.1em;
	position:absolute;
	left:10px;
	bottom:10px;
	width:187px;
	background:url(../img/bordo_news.gif) repeat-x left top;
	padding-top:12px;
}
.pagination a {
    text-decoration: none;
	border: solid 1px #999;
	color: #ff5a00;
	background:#dbdada;
}
.pagination a, .pagination span {
    display: block;
    float: left;
	width:20px;
    padding: 3px 0;
	text-align:center;
    margin-right: 5px;
}
.pagination .prev, .pagination .next{
	width:35px;
	text-transform:uppercase;
}
.pagination .next{
    margin-right: 0;
	float:right;
}
.pagination .current {
    background: none;
	color: #ff5a00;
	border: solid 1px #E5E5E5;
	font-weight:bold;
}
.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
	font-weight:normal;
	text-transform:uppercase;
}
/*----footer----*/
#footer{
	width:950px;
	padding:0 0 0 10px;
	float:left;
	clear:left;
	position:relative;
	z-index:3;
}
#loghi{
	width:490px;
	height:40px;
	float:left;
}
#loghi li{
	height:40px;
	float:left;
}
#loghi li a{
	width:100%;
	height:100%;
	display:block;
	background:url(../img/loghi.gif) no-repeat left top;
	text-decoration:none;
	overflow:hidden;
}
#loghi li.fse{
	width:46px;
}
#loghi li.fse a{
	background-position: 0 0;
}
#loghi li.fse a:hover, #loghi li.fse a:focus, #loghi li.fse a:active{
	background-position: 0 -40px;
}
#loghi li.minlavoro{
	width:77px;
}
#loghi li.minlavoro a{
	background-position: -46px 0;
}
#loghi li.minlavoro a:hover, #loghi li.minlavoro a:focus, #loghi li.minlavoro a:active{
	background-position: -46px -40px;
}
#loghi li.regione{
	width:72px;
}
#loghi li.regione a{
	background-position: -123px 0;
}
#loghi li.regione a:hover, #loghi li.regione a:focus, #loghi li.regione a:active{
	background-position: -123px -40px;
}
#loghi li.provto{
	width:77px;
}
#loghi li.provto a{
	background-position: -195px 0;
}
#loghi li.provto a:hover, #loghi li.provto a:focus, #loghi li.provto a:active{
	background-position: -195px -40px;
}
#loghi li.provcn{
	width:82px;
}
#loghi li.provcn a{
	background-position: -272px 0;
}
#loghi li.provcn a:hover, #loghi li.provcn a:focus, #loghi li.provcn a:active{
	background-position: -272px -40px;
}
#loghi li.comune{
	width:126px;
}
#loghi li.comune a{
	background-position: -354px 0;
}
#loghi li.comune a:hover, #loghi li.comune a:focus, #loghi li.comune a:active{
	background-position: -354px -40px;
}
#footer p{
	width:440px;
	float:left;
	font-size:1.2em;
	margin-top:-3px;
	padding-left:10px;
	border-left:1px solid #666;
}
a.and{
	color:#333;
}
a.and span{
	color:#da2128;
}
/*----PLUGINS----*/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../img/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #E5E5E5;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../img/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../img/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#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('../img/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../img/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../img/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../img/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../img/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../img/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../img/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

