/*******************************************************************************
Title:  styles.css (actra.ch)
Autor:  sascha.scholz@actra.ch
Date:   16.12.2011
*******************************************************************************/
/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

ul, ol {list-style: none;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}

caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: top;}

a img {border: none;}

textarea {overflow: auto;}

input, select {vertical-align:middle;}

abbr {
  border-bottom:1px dotted #666;
  cursor:help;
  font-style:italic;
}

html {overflow-y: scroll;}

body {
  padding-bottom: 30px;
  font-size: 100%;
  font-family: helvetica, arial, verdana, sans-serif;
  color: #333;
  background: #F3F3EB url(/images/page.jpg) 0 0 repeat-x;
}

/* links */
a:link, a:visited {
  color: #3080CB;
  text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #499ce9;
 	text-decoration: none;
}

a:active {
  position: relative;
  top: 1px;
  outline: thin dotted;
}

a:hover, a:active {outline: 0;}

p, h2, h3, h4, h5, h6 {margin-bottom: 1em;}

h2, h3, h4, h5, h6 {font-weight: bold;}

h3, h4, h5, h6 {
  margin-bottom: .5em;
  font-size: 1.2307em; /* 16/13 */
}

h4, h5, h6 {font-size: 1.0769em; /* 14/13 */}

/* structure
*******************************************************************************/
#header {
  margin: 0 auto;
  padding-top: 20px;
  width: 960px;
  position: relative;
  z-index: 1008;
}

#nav {
  position: absolute;
  top: 33px;
  right: 10px;
  font-size: 0.75em; /* 12/16 */
}

#content-wrap {
  margin: 0 auto;
  width: 960px;
  font-size: 0.8125em; /* 13/16 */
  line-height: 1.5;
  position: relative;
}

#main {
  padding: 30px;
  min-height: 410px;
  border: 1px solid #bbb;
  border-width: 0;
  color: #333;
  background: #fff url(/images/main-40.jpg) 0 -1px repeat-x;
  background: #fff;
  
  padding: 30px 3.3333%;
}

#front #main {
  padding-top: 20px;
  min-height: 1px;
}


#primary {
  float: left;
  /*width: 541px;*/
  width: 60.1111%; /* 900/541 */
}

#secondary {
  float: right;
  /*width: 359px;
  width: 36.5555%;*/
  width: 39.8888%; /* 900/359px */
}

#footer {
  font-size: 0.6875em; /* 12/16 */
  color: #aaa;
}


#footer .section {
  margin: 0 auto;
  padding: 35px 30px;
  width: 900px;
  position: relative;
  background: #242423 url(/images/footer-section.jpg) 0 100% no-repeat;
  background: #242423;
  border-top: 1px solid #000;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

/* page
*******************************************************************************/
h1 {
  margin-bottom: 20px;
  width: 160px;
  height: 53px;
  text-indent: -9999px;
  background: url(/images/logo02.gif) 0 0 no-repeat;
}

h1 a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

p#actraslogan {
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  height: 91px;
  width: 241px;
  background: url(/images/actraslogan06.png) 0 0 no-repeat;
  z-index: 100;
}

/* nav
*******************************************************************************/
#nav li {
  float: left;
  font-family: "trebuchet ms", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#nav a {
  padding: 10px;
  float: left;
  color: #888;
  text-decoration: none;
}

#nav a:hover, #nav a:active, #nav a:focus {color: #000;}

#nav a.active, #nav a.active:hover, #nav a.acitve:focus {
  font-weight: bold;
  text-shadow: 1px 1px 5px #ccc;
  color: #000;
}

/* main
*******************************************************************************/
#intro .section {
  padding: 34px 30px 30px;
  border-bottom: 4px solid #728F23;
  border-bottom: 8px solid #C8DE72;
  color: #333;
  background: #93b040 url(/images/intro.jpg) 0 0 no-repeat;
}

#intro h2 {
   margin: 0;
  padding: 0;
  font-size: 2.7692em; /* 27/13 */
  line-height: 1.1;
  text-shadow: 0 1px 0 #C9D8A0;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  background: none;
  color: #333;
}

/* secondary */
#secondary .section {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ddd;
  color: #333;
  background: #f3f3f3 url(/images/secondary-section.jpg) 0 100% repeat-x;
/*  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;*/
  margin-left: 30px;
  margin-left: 8.3565%;


}

#projektplaner.section {
  padding-bottom: 10px;
  background: #fafafa;
  border-color: #eee;
  border-width: 5px;
}

#projektplaner img {
  float: left;
  margin: 0 4px 0 0;
}

/* =steps */
#steps.section h3 {
  margin: 0 0 .5em;
  padding: 0;
  font-size: 2.0769em; /* 27/13 */
  line-height: 1.1;
  text-shadow: 0 1px 0 #fff;
  background: none;
  color: #333;
}

#steps ol {margin: 0;}

#steps li {
  padding: 1.2em 0 1.2em 37px;
  /*border-bottom: 4px dotted #ccc;*/
    border-top: 1px solid #ddd;
  background: url(/images/step01.gif) 0 .9em no-repeat;  
}

#steps li#step02 {background-image: url(/images/step02.gif);}
#steps li#step03 {background-image: url(/images/step03.gif);}
#steps li#step04 {background-image: url(/images/step04.gif);}
#steps li#step05 {background-image: url(/images/step05.gif);}
#steps li#step06 {background-image: url(/images/step06.gif);}
#steps li#step07 {background-image: url(/images/step07.gif);}
#steps li#step08 {background-image: url(/images/step08.gif);}

#steps li p {margin: 0;}
#steps li p strong {font-weight: bold;}

#tools ul {margin-bottom: 1em;}

#tools li {
  margin-bottom: .3em;
  padding-left: 28px;
  background: url(/images/icon-cog.png) 5px .2em no-repeat;
}

/* references */
.reference {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-width: 1px 1px;
  padding: 15px 580px 15px 15px;
  position: relative;
  background: #f3f3f3 url(/images/secondary-section.jpg) 0 100% repeat-x;
  min-height: 210px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.reference h3 {
  margin-bottom: .5em;
  padding-bottom: .4em;
  border-bottom: 4px dotted #ccc;
  font-size: 1.1538em; /* 15/13 */
  z-index: 100;
  position: relative;
}

.reference p,
.reference dl {
  position: relative;
  z-index: 100;
}

.reference dl {margin-bottom: .1em;}

.reference dt {
  font-weight: bold;
  float: left;
  margin: 0 .5em 0 0;
}

.reference img {
  margin: 0 0 0 0;
  float: left;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

p.link-website {margin-top: 1.5em;}

#main p.link-website a {
  padding: 4px 10px;
  border: 1px solid #ddd;
  text-decoration: none;
  font-weight: bold;
  color: #666;
  background: #EDEDED url(/images/button-bg.jpg) 0 0 repeat-x;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 2px #ccc;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  box-shadow: 1px 1px 2px #ccc;
}

#main p.link-website a:hover {
  background-position: 0 -9px;
  color: #499CE9;
}

/* =form-contact */
.zemContactForm label {
  display: block;
}

.zemContactForm div {
  margin-bottom: 2em;
  margin-bottom: .5em;
}

.zemContactForm div input,
.zemContactForm div textarea {
  padding: 6px 4px;
  border: 1px solid #c8e0f0;
  border-color: #ccc #ddd #eee #ddd;
  width: 453px;
  width: 98.5%;
  background: #f5f5f5;
}

.zemContactForm div textarea {height: 17em;}

.zemContactForm div input:focus,
.zemContactForm div textarea:focus {
  background: #fefcd7;
  border-color: #dcd9a8 #e3e0b2 #eeecc0 #e3e0b2;
}

.zemContactForm button {
  padding: 4px 9px;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #3d90de;
  color: #fff;
  background: #499CE9 url(/images/co-mailgo.gif) 10px 50% no-repeat;
  -moz-box-shadow: 1px 1px 2px #ccc;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  text-shadow: 0 -1px 0 #135D9F;
}

.zemContactForm button:hover,
.zemContactForm button:focus {
  background-color: #3d90de;
  color: #fff;
}

.zemError {
  margin: 0 0 2em 0;
  border-width: 1px 0;
}

.zemError li {
  margin-bottom: .2em;
  padding-left: 23px;
  background: url(/images/icon-exclamation.gif) 0 50% no-repeat;
}

/* teammember */
.teammember {
  margin-bottom: 15px;
  position: relative;
}

.teammember img {
  margin: 0 15px 0 0;
  padding: 5px;
  float: left;
  border: 1px solid #ddd;
}

.teammember h4 {margin: 0;}

.teammember .function {
  margin: 0 0 .2em;
  color: #88A537;
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 95%;
}

.teammember p {margin-left: 142px;}

#ueberuns #secondary .section {
  padding-bottom: 250px;
  background: #f3f3f3 url(/images/agentur.jpg) 0 102% no-repeat;
}

/* =agb */
.agb {
  margin: 0 0 1em 2.5em;
  padding: 0;
  list-style-type: decimal;
  font-weight: bold;
}

.agb h3 {
  margin: 0 0 .5em;
  font-size: 14px;
}

.agb ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
  font-weight: normal;
}

.agb ol li {
  margin-bottom: .5em;
  padding-left: 40px;
  position: relative;
}

.agb span {
  position: absolute;
  top: 0;
  left: 0;
}

/* Startseite
*******************************************************************************/
#intro-start .section {
  padding: 20px 0;
  position: relative;
  min-height: 281px;
  background: #C8DE72 url(/images/intro-start02.jpg) 0 0 no-repeat;
  z-index: 10;
}

#intro-start .primary {
  margin-top: 35px;
  width: 405px;
}

/*
#intro-start h2 {
  margin: 0 0 .8em 50px;
  line-height: 1.1em;
  font-family: georgia, serif;
  font-size: 2.4615em; 
  font-weight: bold;
  font-style: italic;
  color: #333;
  text-align: left;
  text-shadow: 1px 1px 2px #000;
  position: relative;
  z-index: 1000;
}
*/

#intro-start h2 {
  margin: 0 0 .7em 50px;
  padding: 0;
  font-size: 2.8461em; /* 27/13 */
  line-height: 1;
  text-shadow: 0 1px 0 #C9D8A0;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  background: none;
  color: #000;
  position: relative;
  z-index: 1000;
}

#intro-start h2 strong {font-weight: bold;}

#link-referenz {margin-left: 50px;}

#link-referenz a {
  padding: 10px 20px;
  text-decoration: none;
  float: left;
  font-weight: bold;
  color: #fff;
  background: #222;
  -moz-box-shadow: 1px 1px 2px #5e7619;
  -webkit-box-shadow: 1px 1px 2px #5e7619;
  box-shadow: 1px 1px 2px #5e7619;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#link-referenz a:hover {
  background: #fff;
  color: #000;
}

#sliderwrap {
  width: 446px;
  height: 277px;
  position: absolute;
  bottom: 0;
  right: 66px;
}

#slider {
  width: 446px;
  height: 277px;
}

#slider, #slider li{
  width: 446px;
	height: 277px;
	overflow: hidden;
}

/* =feature */
.feature {
  margin: 0 30px 10px 0;
  float: left;
  width: 280px;
  
  width: 31.1111%;
  margin-right: 3.3333%;
}

#feat03 {margin: 0;}

.feature h3 {
  margin-bottom: .6em;
  padding-bottom: .6em;
  font-size: 1.3846em; /* 18/13 */
  line-height: 1.2;
  border-bottom: 4px dotted #ccc;
}

#feat01 ul li {
  margin-bottom: .2em;
  padding-left: 32px;
  background: url(/images/icon-star.png) 10px 50% no-repeat;
}

/* =vcard */
.vcard .country-name,
.vcard .tel {
  margin-bottom: 1em;
  display: block;
}

#partnerlist li {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 4px dotted #ddd;
}

#partnerlist li.last {
  border: none;
  padding-bottom: 0;
}

#partnerlist li img {
  margin: 0 0 15px 28px;
  padding: 10px;
  float: right;
  border: 1px solid #ddd;
  -moz-box-shadow: 1px 1px 3px #ccc;
  -webkit-box-shadow: 1px 1px 3px #ccc;
  box-shadow: 1px 1px 3px #ccc;
}

#partnerlist li li {
  margin: 0;
  border: none;
  padding: 0;
}

#partnerlist li ul {
  margin: 0 0 1em 2em;
  list-style-type: disc;
}

#map_canvas {
  width: 541px;
  height: 480px;
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.vcdownload {
  padding-left: 20px;
  background: url(/images/vcard.gif) 0 50% no-repeat;
}

/* footer
*******************************************************************************/
#footer p {
  margin: 0 1em 0 0;
  float: left;
}

#footer a {
  text-decoration: none;
  color: #aaa;
}

#footer a:hover {color: #fff;}

#footer ul {float: right;}

#footer ul li {
  margin: 0 0 0 15px;
  float: left;
}

/* misc.
*******************************************************************************/
ul.normlist {
  margin: 0 0 1em 2em;
  list-style-type: disc;
}

ul.ticklist {margin: 0 0 1em;}
ul.ticklist li {
  margin-bottom: .3em;
  padding-left: 28px;
  background: url(/images/icon-tick.gif) 5px .2em no-repeat;  
}

.introtext {
  padding-bottom: 1em;
  font-size: 1.3846em; /* 18/13 */
  border-bottom: 4px dotted #ccc;
  
  padding: 0;
  border: none;
line-height: 1.3;
}

.connect {
  margin-top: 2em;
  padding-top: 1em;
  font-size: 1.3846em; /* 18/13 */
  border-top: 4px dotted #ccc;
  
  border: none;
margin-top: 0;
padding: 0;
line-height: 1.3;
}

.vcard-download {
  padding-left: 20px;
  background: url(/images/icon-pagewhite.gif) 0 50% no-repeat;
}

.vcard span.type {font-weight: bold;}

p.link-rss {
  margin: 0;
  padding-left: 20px;
  background: url(/images/icon-rss.png) 0 50% no-repeat;
}

.linkmore {margin: 1.5em 0 0;}

.linkmore a {
  padding: 4px 10px;
  border: 1px solid #ddd;
  float: left;
  text-decoration: none;
  font-weight: bold;
  font-size: 90%;
  color: #666;
  background: #EDEDED url(/images/button-bg.jpg) 0 0 repeat-x;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 2px #ccc;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  box-shadow: 1px 1px 2px #ccc;
}

.linkmore a:hover {
  color: #88A634;
  color: #499CE9;
  background-position: 0 -9px;
}

.form-note {
  font-style: italic;
  text-align: right;
  font-size: 90%;
}

.backlink a {
  padding: 4px 10px;
  text-decoration: none;
  border: 1px solid #ddd;
  font-weight: bold;
  font-size: 90%;
  color: #666;
  background: #EDEDED url(/images/button-bg.jpg) 0 0 repeat-x;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 2px #ccc;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  box-shadow: 1px 1px 2px #ccc;
}

.backlink a:hover {
  color: #88A634;
  color: #499CE9;
  background-position: 0 -9px;
}

.hide {display: none;}



/* selfClearing */
.group:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* responsive
*******************************************************************************/
@media screen and (min-width : 1130px) {  
h1 {margin-left: -60px;}
}  

@media screen and (max-width: 800px) {

}


@media screen and (max-width: 650px) {

}





/* =faq 
#faq {list-style: none;}
#faq li {margin-bottom: 1em;}
#faq h3 {margin-bottom: 0;}
#faq p {margin-left: 25px;}


#meerkat-container {
  border-top: 6px solid #F2681D;
  border-bottom: 6px solid #F2681D;
  -moz-box-shadow: 0 -1px 5px #999;
}

#meerkat {
  border-top: 1px solid #fef3ea;
  border-bottom: 1px solid #dc5b16;
}

#ruega-add {
  padding: 30px 0;
  width: 760px;
  margin: 0 auto;
  background: url(/images/ruega-logo.gif) 0 50% no-repeat;
  padding-left: 140px;
}

.close, .dontshow {
  position: absolute;
  top: 20px;
  right: 15px;
}

#ruega-add p.fat {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 225%;
  font-family: arial, sans-erif;
}

#ruega-add p.small {margin: 0;}

.open strong {
  float: left;
  width: 10em;
}
*/
/*
.jobdescr {
  font-size: 165%;
  font-weight: bold;
  border: 4px dotted #ddd;
  border-width: 4px 0;
  padding: 10px 0;
  line-height: 1.4em;
  text-align: center;
}

.jobdescr span {
  font-size: 75%;
  font-weight: normal;
}

#jobs #main ul {
  margin: 0 0 1em 2em;
  list-style-type: disc;
}


.link-clickcall {
border: 4px dotted #ddd;
border-width: 4px 0;
padding: 1em 0;
}
*/

/*
#intro h2 {
  margin: 0;
  padding-right: 140px;
  font-weight: bold;
  font-style: italic;
  font-family: georgia, serif;
  font-size: 2.2375em; 
  line-height: 1.1;
  text-shadow: 1px 1px 2px #333;
}
*/



/*
 * 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('/images/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 #fff;
}

#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('/images/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('/images/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('/images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/images/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('/images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/images/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('/images/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('/images/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('/images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/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='/images/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='/images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }



