/* Encodé en UTF-8 */

/*** HTML ELEMENTS ***/
p, form, img, h1, h2, h3, h4, h5, h6, ul, ol, li, html, body {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

html {
	height: 100%;
	background: #1b1d1e;
}

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #fff;
	height: 100%;
	background: url('/images/theme/body-bg.png') repeat-x;
}

body.home {
	background: url('/images/theme/body-home-bg.png') repeat-x;
}


/*** GENERAL STYLE **/
.hide {
	position: absolute;
	left: -5000px;
}

.spacer {
	clear: both;
	height: 0;
}


/*** PAGES ***/
#page {
	min-height: 100%;
	width: 900px;
	margin: 0 auto;
	position: relative;
}


/*** SITEMAP ***/
#main ul#sitemap-0, #main ul#sitemap-0 ul {
	margin: 0 0 0 15px;
	border-left: 1px dotted #fff;
	padding: 6px 0;
}

#main ul#sitemap-0 {
	font-size : 1.2em;
	margin: 25px;
}

#main ul#sitemap-0 li {
	padding: 0 0 0 15px;
	list-style: none;
	background: url('/images/theme/sitemap-puce.png') no-repeat 0 7px;
}


/*** HEADER ***/
#header {
	height: 240px;
	background: url('/images/theme/header-bg.png') no-repeat 0 0;
	position: relative;
	margin: 0 0 75px; /* ATTENTION, Cette valeur est retirée par jquery pour une nav avec js. **/
}

/*** LOGO ***/
#header #logo {
	background: url('/images/theme/logo.png') no-repeat 0 0;
}

#header #logo a {
	display: block;
	width: 261px;
	height: 210px;
}

#header #logo a span {
	position: absolute;
	left: -5000px;
}


/*** ACCESSIBILITY MENU ***/
#header #accessibility-menu {
	position: absolute;
	left: -5000px;
}


/*** NAV ***/
ul#nav-0 {
	position: absolute;
	top: 210px;
	left: 0;
	height: 30px;
	width: 900px;
}

ul#nav-0 li {
	float: left;
	list-style: none;
	position: relative;
	margin: 0 53px 0 0;
}

ul#nav-0 li.last {
	margin: 0;
}

ul#nav-0 li a, ul#nav-0 li a:visited {
	float: left;
	font-size: 2.1em;
	color: #1c1c1c;
	font-weight: 700;
	letter-spacing: -.05em;
	line-height: 30px;
	text-decoration: none;
}

ul#nav-0 li a:hover {
	color: #bf0029;
}

/*** SOUS MENU SANS JAVASCTIPT ***/
ul#nav-0 li ul {
	position: absolute;
	margin: 0 0 0 -54px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	top: 35px;
	width: 108px;
	left: 50%;
	padding: 4px 0;
}

ul#nav-0 li ul li {
	float: none;
	margin: 0;
}

ul#nav-0 li ul li a, ul#nav-0 li ul li a:visited {
	color: #fff;
	float: none;
	display: block;
	text-align: center;
	font-size: 1.2em;
	line-height: 100%;
	padding: 3px 4px;
}

ul#nav-0 li ul li a:hover {
	color: #1c1c1c;
	background: #fff;
}


/*** SOUS MENU AVEC JAVASCRIPT ***/
ul#nav-0 li div {
	position: absolute;
	margin: 0 0 0 -120px;
	top: 21px;
	width: 240px;
	left: 50%;
	background: #FF0099;
	padding: 0 0 24px;
	background: url('/images/theme/sub-nav-bg-bas.png') no-repeat 0 100%;
}

ul#nav-0 li div ul {
	background: url('/images/theme/sub-nav-bg.png') no-repeat 0 0;
	padding: 24px 27px 0;
	border: none;
	position: static;
	width: 186px;
	top: none;
	left: none;
	margin: 0;
}

ul#nav-0 li div ul li {
	width: 186px;
	float: none;
}

ul#nav-0 li div ul li a, ul#nav-0 li div ul li a:visited {
	color: #fff;
	float: none;
	display: block;
	width: 186px;
	text-align: center;
	font-size: 1.7em;
	line-height: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #df8094;
}

ul#nav-0 li div ul li a:hover {
	color: #1c1c1c;
	background: none;
}

ul#nav-0 li div ul li.last a, ul#nav-0 li div ul li.last a:visited {
	padding: 10px 0 0;
	border: none;
}


/*** LANG NAV ***/
ul#lang-nav {
	position: absolute;
	top: 45px;
	right: 0;
}

ul#lang-nav li {
	float: left;
	list-style: none;
	font-size: 1.7em;
	color: #fff;
	font-weight: 400;
	letter-spacing: -.05em;
	padding: 0 0 0 12px;
	background: url('/images/theme/sitemap-separator.png') no-repeat 5px 60%;
}

ul#lang-nav li.first {
	padding: 0;
	background: none;
}

ul#lang-nav li.active {
	color: #1c1c1c;
}

ul#lang-nav li a, ul#lang-nav li a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
}

ul#lang-nav li a:hover {
	text-decoration: underline;
}

/*** MAIN ***/
#main {
	padding: 25px 0 0 0;
	min-height: 350px;
}

#main a, #main a:visited {
	color: #bf0029;
	text-decoration: underline;
}

#main a:hover {
	color: #fff;
	text-decoration: none;
	background: #bf0029;
}

#main h1 {
	margin: 0 0 25px;
	font-size: 2.3em;
	color: #bababa;
	font-weight: 700;
	letter-spacing: -.05em;
}

#main h2 {
	margin: 20px 0 10px;
	font-size: 1.8em;
	letter-spacing: -.02em;
	color: #bf0029;
	font-weight: 700;
}

#main p {
	margin: 15px 0;
	font-size: 1.2em;
	line-height: 140%;
	text-align: justify;
}

#main ul, #main ol {
	margin: 20px 0;
	font-size: 1.2em;
}
#main ul ul, #main ul ul ul, #main ul ul ul ul, #main ol ol, #main ol ol ol, #main ol ol ol ol {
	font-size: 1em;
}

#main ul {
	list-style: none;
	margin: 20px 0 20px 35px;
	padding: 0 12px;
	border-left: 3px solid #bf0029;
}

#main ul li {
	padding: 3px 0;
	color: #d7d7d7;
}

#main ol {
	margin: 20px 0 20px 50px;
}

#main ol li {
	padding: 3px 0;
	color: #bf0029;
}

#main ol li span {
	color: #d7d7d7;
}

#main blockquote {
	background: #2b2d2e;
	border-top: 1px solid #3c3e3f;
	border-bottom: 1px solid #3c3e3f;
	margin: 0;
	padding: 0 20px;
	color: #dfdfdf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#main form {
	margin: 20px 0;
}

#main form p {
	clear: left;
}

#main form label {
	float: left;
	width: 75px;
	padding: 2px 0 0;
}

#main form input.text, #main form textarea {
	margin: 0;
	padding: 3px 4px;
	font: 1em Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	line-height: 120%;
	width: 485px;
	background: #d0d0d0;
}

#main form input.text:focus, #main form textarea:focus {
	background: #fff;
}

#main form textarea {
	height: 175px;
	font: 1em Arial, Helvetica, sans-serif;
	letter-spacing: 150%;
	padding: 4px;
}

#main form p.submit {
	text-align: right;
}

#main form p.submit input {
	border: none;
	font-size: 1.2em;
	color: #fff;
	background: #2b2d2e;
	padding: 3px 10px;
	font-weight: 700;
	cursor: pointer;
}

#main p.ok {
	border: 1px solid #006600;
	background: #ccffcc;
	color: #006600;
	padding: 3px 6px;
}

#main p.ko {
	border: 1px solid #990000;
	background: #ffcccc;
	color: #990000;
	padding: 3px 6px;
}

/*** CONTENT ***/
#content {
	width: 570px;
	float: left;
}


/*** CONTACT ***/
#main form p.lastname, #main form p.firstname  {
	width: 280px;
	clear: none;
}

#main form p.lastname {
	float: left;
}

#main form p.firstname {
	float: right;
}

#main form p.lastname input, #main form p.firstname input {
	width: 195px;
}

#main form p.firstname label {
	text-align: center;
}

/*** CHAPEAU ***/
#chapeau {
	height: 215px; /* ATTENTION, Cette valeur est modifiée par jquery pour une nav avec js. **/
	width: 900px;
	position: relative;
	margin: 0 0 25px;
}

#chapeau h2 {
	font-size: 2.1em;
	font-weight: 700;
	color: #dedede;
	letter-spacing: -.03em;
	margin: 0 0 10px 0;
}

#chapeau p {
	font-size: 1.5em;
	font-weight: 400;
	color: #fff;
	line-height: 120%;
}

#chapeau ul {
	margin: 14px 0 0;
	padding: 14px 0 0;
	background: url('/images/theme/videos-list-border.png') repeat-x 0 0;
	border: none;
}

#chapeau ul li {
	float: left;
	margin: 0 15px 0 0;
	list-style: none;
}

#chapeau ul li.last {
	margin: 0;
}

#chapeau ul li a:hover {
	background: none;
}

/*** PLAYER VIDÉO ***/
#chapeau #video-player {
	width: 487px;
	height: 304px;
	position: absolute;
	left: -26px;
	top: -6px;
	background: url('/images/theme/video-bg.png') no-repeat 0 0;
}

#chapeau #video-player p {
	line-height: 34px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 435px;
	text-align: center;
	bottom: 8px;
	left: 26px;
	font-weight: 700;
	font-size: 1.7em;
	letter-spacing: -0.02em;
}

#chapeau #video-player p span {
	color: #000;
}

#chapeau #video-player #player {
	padding: 1px;
	background: #000;
	width: 409px;
	height: 243px;
	margin: 17px 0 0 38px;
}


/*** NEWS ***/
#news {
}

body.home #news {
	width: 435px;
	float: left;
}

#news h2 {
	margin: 0 0 10px;
	font-size: 2.3em;
	color: #bababa;
	font-weight: 700;
	letter-spacing: -.05em;
}

#news ul {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
}

#news ul li {
	list-style: none;
	background: #2b2d2e;
	padding: 4px 11px;
	margin: 4px 0;
	min-height: 112px;
	position: relative;
	width: 413px;
}

#news ul li.alt {
	background: #232526;
}

#news ul li.first {
	float: left;
	clear: both;
}

#news ul li.last {
	float: right;
}

body.home #news ul li.first, body.home #news ul li.last {
	float: none;
}

#news ul li h3 {
	margin: 0 0 10px;
	font-size: 1.8em;
	letter-spacing: -.02em;
	color: #bf0029;
	font-weight: 700;
}

#main #news ul li h3 a {
	text-decoration: none;
}

#news ul li p {
	font-size: 1.2em;
	text-align: justify;
	padding: 5px 0 0;
	line-height: 135%;
	margin: 0 0 10px;
}

#news ul li p.date {
	position: absolute;
	right: 11px;
	top: 7px;
	font-size: 1.4em;
	padding: 0;
}

#news ul li p.date span.month {
	color: #bababa;
	text-transform: uppercase;
}

#news ul li img {
	float: left;
	border: 1px solid #fff;
	margin: 0 13px 0 0;
}

#main div.news-details p.img {
	float: left;
	margin: 0 15px 15px 0;
}

#main div.news-details p.img a {
	background: none;
}

#main div.news-details img {
	border: 2px solid #989898;
}


/*** OFFRES ***/
#offres {
	width: 435px;
	float: right;
}

#offres h2 {
	margin: 0 0 10px;
	font-size: 2.3em;
	color: #bababa;
	font-weight: 700;
	letter-spacing: -.05em;
}

#offres ul {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
}

#offres ul li {
	list-style: none;
	background: #2b2d2e;
	padding: 4px 11px 4px 219px;
	margin: 4px 0;
	min-height: 174px;
	position: relative;
}

#offres ul li.alt {
	background: #232526;
}

#offres ul li h3 {
	margin: 0 0 10px;
	font-size: 1.8em;
	letter-spacing: -.02em;
	color: #bf0029;
	font-weight: 700;
}

#offres ul li h3 a, #offres ul li h3 a:visited {
	text-decoration: none;
}

#offres ul li p {
	font-size: 1.2em;
	text-align: justify;
	padding: 0;
	line-height: 135%;
	margin: 0;
}

#offres ul li img {
	position: absolute;
	border: 1px solid #fff;
	left: 11px;
	top: 11px;
}

#offres ul li p.type {
	position: absolute;
	left: 0;
	top: 0;
	width: 105px;
	height: 105px;
}

#offres ul li p.promo {
	background: url('/images/theme/label-promo-fr.png') no-repeat 0 0;
}

#offres ul li p.gift {
	background: url('/images/theme/label-gift-fr.png') no-repeat 0 0;
}

#offres ul li p.discount {
	background: url('/images/theme/label-discount-fr.png') no-repeat 0 0;
}

#offres ul li p.new {
	background: url('/images/theme/label-new-fr.png') no-repeat 0 0;
}


/*** COLLECTIONS ***/
#main #collections {
	padding: 0;
	border: none;
	margin: 0;
	font-size: 1em;
}

#main #collections li {
	background: #2b2d2e;
	padding: 4px 11px 4px 194px;
	position: relative;
	margin: 45px 0 65px;
	min-height: 150px;
}

#main #collections li.alt {
	background: #232526;
}

#main #collections li h2 {
	margin: 0 0 15px;
}

#main #collections li img {
	position: absolute;
	top: -23px;
	left: 0;
}

#main #collections li a.go, #main #collections li a.go:visited {
	position: absolute;
	bottom: -30px;
	right: 0;
	display: block;
	font-size: 1.6em;
	letter-spacing: -.05em;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	line-height: 23px;
	height: 23px;
	padding: 0 20px;
	background: #2b2d2e;
}

#main #collections li.alt a.go, #main #collections li.alt a.go:visited {
	background: #232526;
}

#main #collections li a.go:hover, #main #collections li.alt a.go:hover {
	background: #373a3b;
}


/*** EQUIPE ***/
#main #equipe {
	padding: 0;
	border: none;
	margin: 0;
	font-size: 1em;
}

#main #equipe li {
	background: #2b2d2e;
	width: 188px;
	padding: 8px 16px;
	float: left;
	margin: 0 6px 6px 0;
}

#main #equipe li.last {
	margin: 0 0 6px;
}

#main #equipe li.first {
	clear: left;
}

#main #equipe li h2 {
	margin: 0 0 3px;
	color: #fff;
	font-size: 1.6em;
	letter-spacing: -.05em;
}

#main #equipe li h3 {
	margin: 0 0 15px;
	color: #bf0029;
	font-size: 1.6em;
	letter-spacing: -.05em;
}

#main #equipe li p {
	font-size: 1.1em;
	text-align: left;
}

#main #equipe li p.contact {
	font-size: 1.2em;
	text-align: right;
}

#main #equipe li img {
	border: 3px solid #989898;
}

#main #equipe li a.img {
	background: none;
}

#main #equipe li ul {
	width: 188px;
	margin: 10px 0;
	padding: 0;
	height: 52px;
	border: none;
}

#main #equipe li ul li {
	width: 52px;
	margin: 0 16px 0 0;
	padding: 0;
}

#main #equipe li ul li.last {
	margin: 0;
}

#main #equipe li ul li img {
	border: 2px solid #989898;
}

#main #equipe li ul li a {
	background: none;
}


/*** GALLERIE ***/
#main #gallery {
	padding: 0;
	border: none;
	margin: 0;
	font-size: 1em;
}

#main #gallery li {
	float: left;
	background: #2b2d2e;
	padding: 19px;
}

#main #gallery h3 {
	margin: 0;
	font-size: 1.6em;
	color: #bababa;
	font-weight: 700;
	letter-spacing: -.05em;
}

#main #gallery img {
	border: 3px solid #989898;
}

#main #gallery p {
	margin: 2px 0 7px 0;
}

#main #gallery p.img {
	margin: 0;
}

#main #gallery p.img a {
	background: none;
}


/*** PORTFOLIO ***/
#main .portfolio {
	background: #2b2d2e;
	padding: 12px 4px 2px 5px;
	margin: 0 0 35px;
	font-size: 1em;
	position: relative;
}

#main #realisations {
	border: none;
	padding: 0;
	margin: 0 0 20px;
	font-size: 1em;
}

#main .portfolio h2 {
	padding: 0 10px 0 9px;
	margin: 0 0 10px;
}

#main .portfolio h3 {
	position: absolute;
	right: 15px;
	top: 12px;
	margin: 0;
	padding: 0;
}

#main .portfolio ul {
	padding: 0;
	margin: 0;
	border: none;
	font-size: 1em;
}

#main .portfolio ul li {
	float: left;
	margin: 0 10px 10px 9px;
}

#main .portfolio ul li img {
	border: 2px solid #989898;
}

#main .portfolio ul li a {
	padding: 0;
	background: none;
}


/*** JOBS ***/
#main #jobs {
	padding: 0;
	border: none;
	margin: 0;
	font-size: 1em;
}

#main #jobs li {
	background: #2b2d2e;
	padding: 4px 11px;
	position: relative;
	margin: 45px 0 65px;
	min-height: 207px;
}

#main #jobs li h2 {
	margin: 3px 0 15px;
}

#main #jobs li img {
	float: left;
	border: 2px solid #989898;
	margin: 0 15px 15px 0;
}

#main #jobs li a.go, #main #jobs li a.go:visited {
	position: absolute;
	bottom: -30px;
	right: 0;
	display: block;
	font-size: 1.6em;
	letter-spacing: -.05em;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	line-height: 23px;
	height: 23px;
	padding: 0 20px;
	background: #2b2d2e;
}

#main #jobs li a.go:hover {
	background: #373a3b;
}



/*** SIDEBAR ***/
#sidebar {
	width: 290px;
	float: right;
	background: #2b2d2e;
	padding: 10px;
	margin: 52px 0 0;
}
form #sidebar {
	margin: 0;
}

#sidebar h2 {
	color: #D7D7D7;
	margin: 10px 0 10px;
}

body.contact #sidebar h2 {
	color: #BF0029;
}

#sidebar img.miniThumb {
	float: right;
	max-width: 100px;
}

#sidebar address {
	font-style: normal;
	font-size: 1.2em;
}

#sidebar iframe {
	width: 284px;
	height: 284px;
	border: none;
	margin: 12px 0 0 0;
	padding: 0;
	overflow: hidden;
}

/*** ILLUS ***/
#sidebar #illus {
	padding: 0;
	margin: 0;
	border: none;
}

#sidebar #illus dt {
	padding: 0;
	margin: 0 0 5px;
}

#sidebar #illus dd {
	padding: 0;
	margin: 0 0 35px;
	font-size: 1.2em;
}

#sidebar #illus dt img {
	left: 0;
	top: 0;
	border: 2px solid #989898;
}

#sidebar #illus dt a {
	background: none;
}

/*** NEWSLETTER ***/
#newsletter {
	position: absolute;
	top: 0;
	right: 0;
	background: url('/images/theme/newsletter-bg-left.png') no-repeat 0 0;
	padding: 0 0 0 15px;
	height: 35px;
}

#newsletter form {
	background: url('/images/theme/newsletter-bg.png') no-repeat 100% 0;
	padding: 0 260px 0 0;
	height: 35px;
}

#newsletter form label {
	color: #000;
	font-size: 17px;
	color: #1c1c1c;
	font-weight: 700;
	padding: 6px 0 0;
	margin: 0;
	display: block;
}

#newsletter form #newsletter-email {
	position: absolute;
	right: 67px;
	top: 6px;
	border: none;
	background: #fff;
	width: 185px;
	font-size: 17px;
	color: #bf0029;
	font-weight: 700;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#newsletter form #newsletter-submit {
	position: absolute;
	right: 10px;
	top: 0;
}

#newsletter form #newsletter-submit input {
	background: none;
	border: none;
	width: 35px;
	font-size: 17px;
	color: #fff;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 0 0;
	margin: 0;
	display: block;
	cursor: pointer;
}


/*** FOOTER **/
#spacer-footer	{
	height: 370px;
	clear: both;
}

#footer {
	height: 370px;
	margin-top: -370px;
	background: url('/images/theme/footer-bg.png') repeat-x 0 100%;
}

#footer-inner {
	width: 900px;
	margin: 0 auto;
	position: relative;
	border: none;
}

#footer h2 {
	padding: 30px 0 0;
	font-size: 2.1em;
	color: #1c1c1c;
	font-weight: 700;
	letter-spacing: -.05em;
	line-height: 30px;
	margin: 0;
}

#footer p {
	padding: 6px 0 0;
	color: #f2f2f2;
	font-size: 1.1em;
	
	margin: 1px 0 0;
}

#footer p a, #footer p a:visited {
	color: #f2f2f2;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}

#footer p span.by {
	position: absolute;
	right: 0;
	bottom: 0;
}


/*** INCONTOURNABLES ***/
#footer #incontournables {
	width: 900px;
	height: 283px;
	background: url('/images/theme/incontournables-bg.png') no-repeat 0 0;
}

#footer #incontournables ul {
	font-size: 1.2em;
	list-style: none;
	padding: 0 12px;
	border-left: 3px solid #fff;
}

#footer #incontournables ul li {
	padding: 5px 0;
	color: #fff;
}

#footer #incontournables ul li a, #footer #incontournables ul li a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0 4px;
}

#footer #incontournables ul li a:hover {
	background: #fff;
	color: #bf0029;
}

div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #000;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(/images/theme/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(/images/theme/fancybox/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/images/theme/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/images/theme/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/images/theme/fancybox/fancy_title_right.png) repeat-x;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(/images/theme/fancybox/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(/images/theme/fancybox/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/theme/fancybox/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/theme/fancybox/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/theme/fancybox/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/theme/fancybox/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/theme/fancybox/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/theme/fancybox/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/theme/fancybox/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/theme/fancybox/fancy_shadow_nw.png) no-repeat;
}#calcontainer {
	position: absolute;
	left: 100px;
	top: 100px;
	width: 207px;;
	height: 202px;
	visibility: hidden;
	z-index: 10;
}

#calcontainer table {
	width: 100%;
	margin: 0;
	border: 2px solid #acacac;
}

#calcontainer thead img {
	border-width: 0;
	vertical-align: top;
}
* html #calcontainer thead img {
	vertical-align: middle;
}

#calcontainer td, #calcontainer th {
	font: 11px Arial,Helvetica,Sans-serif;
	color: #000;
	background: #e3e3e3;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	width: 29px;
	padding: 0;
	white-space: nowrap;
}

#calcontainer th {
	color: #fff;
	background-color: #666;
	font-weight: normal;
}

#calcontainer td.calHighlightColor {
	background-color: #ffd;
}

#calcontainer td.calMonth, #calcontainer td.calYear {
	width: 58px;
}

#calcontainer a, #calcontainer a:link, #calcontainer a:visited, #calcontainer a:active {
	font: 11px Arial,Helvetica,Sans-serif;
	color: #000;
	text-decoration: underline;
}  
#calcontainer a:hover {
	color: #383848;
}

#calcontainer td a.today, #calcontainer td span.today {
	font-weight: bold;
}
#calcontainer tbody span {
	height: 22px;
	line-height: 22px;
	display: block;
}

#calcontainer .disabled {
	color: #666;
	cursor: pointer;
}  

#calcontainer tbody a, #calcontainer tbody a:link, #calcontainer tbody a:visited, #calcontainer tbody a:active {
	height: 22px;
	width: 29px;
	line-height: 22px;
	display: block;
	text-align: center;
	vertical-align: middle;
}

#calcontainer tbody a:hover {
	background-color: #ffd;
	color: #383848;
}

#calcontainer tfoot a, #calcontainer tfoot a:link, #calcontainer tfoot a:visited, #calcontainer tfoot a:active {
}
#calcontainer tfoot td {
	width: 203px;
	background: #c7c7c7;
}
#calcontainer thead td a, #calcontainer thead a:link, #calcontainer thead a:visited, #calcontainer thead a:active {
	display: inline;
}

/* Calendar menu options */

#calcontainer thead ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#calcontainer thead li {
	font: 11px/1.2 Arial,Helvetica,Sans-serif;
}
#calcontainer thead ul li {
	/* This allows each li to line up next to each other on a single line */
	display: inline;
	/* This allows each item to be horizontal. */
	float: left;
}
#calcontainer thead ul ul {
	border: 1px solid #acacac;
	background: #fff;
	padding: 1px;
	position: absolute;
	display: none;
	text-align: left;
}
* html #calcontainer thead ul ul {
	padding: 0 1px 1px;
}
#calcontainer thead #cp_prevMonth a {
	width: 13px;
	background: transparent url(/images/theme/caldown.gif) no-repeat 50% 0;
}
#calcontainer thead #cp_nextMonth a {
	width: 13px;
	background: transparent url(/images/theme/calup.gif) no-repeat 50% 0;
}
#calcontainer thead #cp_prevYear a {
	width: 13px;
	background: transparent url(/images/theme/caldown.gif) no-repeat 50% 0;
}
#calcontainer thead #cp_nextYear a {
	width: 13px;
	background: transparent url(/images/theme/calup.gif) no-repeat 50% 0;
}

#calcontainer thead li a,#calcontainer thead li a:link,#calcontainer thead li a:active,#calcontainer thead li a:visited {
	display: block;
	text-align: center;
}
#calcontainer thead li li a,#calcontainer thead li li a:link,#calcontainer thead li li a:active,#calcontainer thead li li a:visited {
	text-align: left;
	height: 13px;
	vertical-align: middle;
}
* html #calcontainer thead li li a,* html #calcontainer thead li li a:link,* html #calcontainer thead li li a:active,* html #calcontainer thead li li a:visited {
	height: 15px;
}
#calcontainer thead li a, #calcontainer thead li a:link, #calcontainer thead li a:active, #calcontainer thead li a:visited {
	display:block;
	text-decoration: none;
}
* html #calcontainer thead li a, * html #calcontainer thead li a:link, * html #calcontainer thead li a:active, * html #calcontainer thead li a:visited {
	width: 100%;
}
#calcontainer thead li a span {
	text-indent: -1000px;
	overflow: hidden;
	display: block;
}

#calcontainer thead li li {
	display: block;
	float: none;
}
#cp_monthMenu {
	width: 87px;
}
#cp_months {
	width: 88px;
	height: 180px;
	text-align: left;
}
* html #cp_months {
	left: 15px;
	top: 18px;
	height: 184px;
}
* html #cp_months a {
	width: 86px;
}
#cp_yearMenu {
	width: 58px;
}
#cp_years {
	height: 105px;
	width: 55px;
	text-align: left;
}
* html #cp_years {
	left: 129px;
}
* html #cp_years a {
	width: 53px;
}

#calcontainer thead li li a, #calcontainer thead li li a:link, #calcontainer thead li li a:active, #calcontainer thead li li a:visited {
	display: block;
	font: 10px/1.2 verdana,Arial,Helvetica,Sans-serif;
	border: 1px solid #fff;
	padding-left: 10px;
	text-decoration: none;
	color: #000;
}
#calcontainer thead li li a:hover {
	background: #e3e3e3;
	border: 1px solid #acacac;
}
#calcontainer thead ul.open {
	display: block;
}

/* to make sure that the image is aligned properly */
img.cp_img {
	border-width: 0;
	vertical-align: top;
}
* html img.cp_img {
	vertical-align: text-bottom;
}
