/* Proprits des lments communs du site */

/* PAR DFAUT **************************************************************/
* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
   color: #3F3D3D;
   background-color: White;
	margin: 0 0;
	padding: 10px 0;
	text-align: center;
}

TABLE, IMG, FORM, FIELDSET{
   border: 0;
}
P{
   margin-bottom: 10px;
}
LI {
	list-style: none;
}
A{
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
A:hover{
	text-decoration: underline;
}
ADDRESS{
	font-style: normal;
}
input[type=radio], input[type=checkbox]{
	margin-right: 2px;
}
/* FIN PAR DFAUT */


/* Class communes **************************************************************/
.spacer{
	display: block;
	clear: both;
	height:0;
}
.displayBlock{
	display: block;
}
.floatRight, .imgFloatRight{
	float: right;
}
.imgFloatRight{
	margin-left: 10px;
}
.floatLeft, .imgFloatLeft{
	float: left;
}
.jackpotLeft{
	width: 325px;
	float: left;
}

.imgFloatLeft{
	margin-right: 10px;
}
.alignLeft{
	text-align: left;
}
.alignCenter{
	text-align: center;
}
.alignRight{
	text-align: right;
}
.vAlignTop{
	vertical-align: top;
}
.vAlignBottom{
	vertical-align: bottom;
}
.vAlignMiddle{
	vertical-align: middle;
	padding-bottom: 1px;
}
.displayNone{
	display: none;
}
.separator{
	width: 100%;
	height: 1px;
	display: block;
	clear: both;
	margin: 5px 0;
	background-color: #E6E0E0;
}
.bold{
	font-weight: bold !important;
}
.bigTxt{
	font-size: 15px;
}
.smallTxt{
	font-size: 10px;
}
.extraSmallTxt{
	font-size: 9px;
}
.blackTxt{
   color: Black;
}
.colorTxt{
	color: #A41031 !important;
}
.normalTxt{
   font-size: 11px;
}
.notBoldBlack{
   font-weight: normal;
   color: Black;
}
.marginLeft{
	margin-left: 10px !important;
}
.marginTop{
	margin-top: 10px !important;
}
.margTHalf{
	margin-top: 5px !important;
}
.marginTop15px{
	margin-top: 15px !important;
}
.marginBottom{
	margin-bottom: 10px !important;
}
.margBHalf{
	margin-bottom: 5px !important;
}
.marginBottomX2{
	margin-bottom: 20px !important;
}
.marginRight{
	margin-right: 10px !important;
}
html>body .margRadio{
   margin-right: 8px !important;
}
.marginRightX2{
	margin-right: 20px !important;
}
.noMargin{
	margin: 0 !important;
}
.paddT{
   padding-top: 10px !important;
}
/* Fin Class communes */


/* STRUCTURE DU SITE **************************************************************/

#page {
	position:relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#header{
   font-size: 9px;
   margin-bottom: 3px;
   height: 13px;
   overflow: hidden;
}
#left{
   width: 170px;
   height: 480px;
   color: #909197;
   background-color: #A41031;
   padding: 20px;
   voice-family: "\"}\"";
	voice-family:inherit; 
		width: 130px;
      height: 440px;
	voice-family: "\"}\"";   
}
#media{
   position: absolute;
   width: 810px;
   top: 16px;
   right: 0px;
   z-index: 0;
}
.flashRightNav{
   z-index: 5000;
}
#main{  
	position: absolute;
	top: 112px;
	left: 259px;
	width:720px;
	border-left: solid 1px #C8C8C8;
	background: url(../img/common/bg_right2.gif) right repeat-y White;
   	z-index: 100;
}
#mainflash{  
	position: absolute;
	width:980px;	
   z-index: 100;
}
#mainOverFlash{   
	position: absolute;
	top: 94px;
	left:259px;
	background: url(../img/common/bg_right.gif) right repeat-y transparent;
	z-index: 60;
	width:720px;
}

#mainOverFlash #right{
  float: right;
  width:180px;
  height: 380px;
  clear:both;
  position: relative;
  min-height: 403px;
  height: auto!important;
  height: 403px;
}

#main #right{
  float: right;
  width:180px;
  height: 380px;
  position: relative;
  min-height: 465px;
  height: auto!important;
  height: 465px;
}


.rightBtOverFlash{
   position: absolute;
   width: 180px;
   margin-left: 799px;
   margin-top: 387px;
   z-index: 500;
}
.rightBtOverFlash TD{
   width: 180px;
   height: 55px;
   vertical-align: bottom;   
}

#flashcontent{
   width: 540px;
   height: 491px;
   float: left;
   display: inline;
}

#content{
 /*  margin: 20px;
   width: 500px;
   float: left;
   display: inline;
	height: 345px;
	position:relative;*/
}
#content{
   margin: 20px;
   width: 500px;
   float: left;
   display: inline;
	height: 345px;
	position:relative;
	padding-bottom:80px;
}

html>body #content{
	height: auto;
	min-height: 345px;
}

#content.rareElement{
   width: 480px;
}

html>body #content.rareElement{
   width: 500px;
}
   
#right{
  width: 180px;
  float: right;
  background-color:#E6E0E0;  
  border-bottom :1px solid white ;
}
/* FIN STRUCTURE DU SITE */

/* Structure du popup */
#popupBody{
   padding: 0;
   margin: 0;   
}
/* Modifié */
#popupContent{
   width: 355px;
   text-align: left;
   margin: auto;
   border: solid 1px #C8C8C8;
   padding: 5px 5px 10px 5px;
   voice-family: "\"}\"";
	voice-family:inherit; 
		width: 345px;
	voice-family: "\"}\"";
}
/* Fin Modifié */
/* Fin Structure du popup */

/* HEADER */
#header LI{
   display: inline;
}
#header A{
   color: #666666;
}
.breadcrumb{
   width: 760px;
   float: left;
   margin-right: 10px;
}
.breadcrumb A:hover{
   text-decoration: underline;
}
.breadcrumb H2{
   display: inline;
   font-size: 9px;
   margin-right: 5px;
}
.breadcrumb UL{
   display: inline;
}
.switchLanguage{
   width: 210px;
   float: left;
   color: Black;
}
.soundControl{
   position: absolute;
   margin: 3px 0 0 700px;
   width: 43px;
}
.soundControlPrevisite{
   width: 43px;
}

/* END HEADER */
/* LEFT */
H1{
   margin-bottom: 35px;
   text-align: center;
}
.leftNav A, .leftNav li{
   font-size: 14px;
   letter-spacing: -1px;
   color: #E3B0BC;
}
.leftNav A:hover{
   color: White;
   text-decoration: none;
}
.leftNav LI{
   margin-bottom: 5px;
	color: White;
	font-size: 18px;
}
.subNav{
   margin-bottom: 20px;   
}
.leftNav .subNav A, .leftNav .subNav LI.subNavActive{
   font-size: 10px;
   letter-spacing: normal;
	background: url(../img/common/white_thinArrow_off.gif) 0 4px no-repeat;
	padding-left: 6px;
}
.leftNav .subNav LI{
   margin-bottom: 0;
	font-size: 10px;
   color: White;
}
.leftNav .subNav A:hover, .leftNav .subNav LI.subNavActive{
	background-image: url(../img/common/white_thinArrow.gif);
}
.leftNav .subNav LI.subNavActive{
	background-position: 0 5px;
}

/* INFOBULLE */
.pop{
cursor:default;
text-decoration: none;
}
.pp0{
position: absolute;
left:-999px;
top:0;
width: 150px;
z-index:500;
margin-left: 40px;
margin-top: -10px;
padding: 5px;
background : #990000 ;
font-size: 80% ; 
border: 1px solid White; 
color: White;
text-align: left;
}

/* END INFOBULLE */

/* END LEFT */

/* RIGHT */
.rightNav {
   background-color: #E6E0E0;
   padding-bottom: 22px;
   font-size: 10px;
}
.rightNav H2{   
   font-size: 18px;   
   font-weight: normal;
   padding: 20px 10px 10px 10px;
}
.rightNav H2 STRONG{
   color: Black;
   font-weight: normal;
   font-size: 12px;
   letter-spacing: -1px;
}
.rightNav UL{
   margin-left: 1px;
   margin-right: 1px;
}
.rightNav A{
   display: block;
   background: url(../img/common/black_arrow.gif) 10px 5px no-repeat;
   padding: 1px 0 1px 17px;
   color: #3F3D3D;
   height: 14px;
}
html>body .rightNav A{
	height: auto;
	min-height: 14px;
}
.rightNav A:hover, .rightNav .rightNavActive{
   background-color: White;
   text-decoration: none;
}
.rightNav .rightNavActive{
   padding-bottom: 1px;
}
.rightNav .rightNavActive, .rightNav .rightNavOn{
   background: url(../img/common/black_arrow_down.gif) 9px 6px no-repeat White;
	padding: 1px 0 1px 17px;
}
.rightNav .rightNavOn{
	background-image: url(../img/common/black_arrow.gif);
}

.rightNav .rightNavActive A.rightLkActive{
   color: Black;
   background: none;
   padding-left: 0;
}

.rightNav .rightNavActive .rightSubNavActive A, .rightNav .rightNavActive .rightSubNavActive A:hover{
   background: none;
   padding-left: 0;
   color: Black;
}

.rightNav .rightNavActive LI A{
   background: url(../img/common/rightNav_thinArrow_off.gif) 0 4px no-repeat;
   color: #7F7B7B;
   padding: 0 0 0 6px;
   height: auto;
   display: inline;
}
.rightNav .rightNavActive LI A:hover, .rightNav .rightSubNavActive{
   color: Black;
	background-image: url(../img/common/black_thinArrow.gif);	
}
.rightNav .rightSubNavActive{
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 6px;
}
.rightNav .rightNavActive LI{
   margin-left: 17px;
}
.otherLinks {
   position:absolute;
   width:180px;
   bottom:0;
   *bottom:-1px;
}
.otherLinks LI{
   padding: 5px 10px;
}
.otherLinks A{
   color: White;
   background: url(../img/common/white_arrow.gif) 0 6px no-repeat;
   padding-left: 8px;
   font-size: 15px;
}
.otherLinks A:hover{	
   text-decoration: none;
}
.otherLinks li.affil{
   padding: 0px;
   height:27px;
   background-color: #E6E0E0 !important;
}
.otherLinks li.affil a{
   padding: 0px;
}
.bt_red{
   background-color: #A41031;
}
.bt_brown{
   background-color: #B7A9A9 !important;
}
.margB1px{
	margin-bottom: 1px;
}
.whiteSeparator{
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
	background-color: White;
	margin-top: 20px;
	margin-bottom: 10px;
}
.rightSearchForm{
	padding: 10px 10px 0 10px;
	font-size: 10px;
}
.rightSearchForm .btSubmit{
	background-color: White;
	border: solid 1px #B7A9A9 !important;
	font-size: 10px;
}
.rightSearchForm .textField{
	width: 135px;
	border: 0;
	font-size: 10px;
	padding: 2px;
}
.rightSearchForm .btOk{
	background-color: #A41031;
	color: White;
	border: 0;
	padding: 2px 2px 1px 2px;
	font-size: 9px;
}
.rightSearchForm H3{
	font-size: 11px;
	margin-bottom: 10px;
}
.selectField{
	font-size: 9px;
	width: 160px;
	color: #7F7B7B;
}
.downloadAcrobat{
	background: url(../img/common/bg_acrobat.gif) bottom right no-repeat;
	padding: 20px 10px;
	font-size: 9px;
}
.downloadAcrobat .thinArrowLk{
	font-size: 9px;
}
.anchorNav{
	margin-top: 20px;
	margin-left: 10px;
}
.anchorNav H2{
	color: #666666;
	font-size: 9px;
	margin-bottom: 10px;
}
.anchorNav A{
	font-size: 9px;
	color: #3F3D3D;
}

/* END RIGHT */

/* promoList */
/*.newsOverFlash{
   margin-top: 444px;
   margin-left: 259px;
   position: absolute;
   z-index: 100;
}*/

.newsOverFlash{
	position: absolute;
	top:442px;
	left:259px;
	z-index: 2000;
}
.size1{
	top:468px;
}

.promoList LI{
   width: 180px;
   height: 122px;
   padding: 10px;
   float: right;
   overflow: hidden;
   font-size: 9px;
   color: White;
   voice-family: "\"}\"";
	voice-family:inherit; 
		width: 160px;
      height: 102px;
	voice-family: "\"}\"";
}
.bgColor1, .bgColorOnePush1, .bgColorTwoPush1{
   background-color: #F65C0E;
}
.bgColor2, .bgColorOnePush, .bgColorTwoPush, .bgColorThreePush{
   background-color: #FF6D11;
}
.bgWithMotif, .bgWithMotif2{
	/* background-image: url(../img/common/bg_motif.gif); */
	background-position: right bottom;
	background-repeat: no-repeat;
}
.bgWithMotif2{
	/* background-image: url(../img/common/bg_motif2.gif); */
}
.promoList LI.bgColorOnePush{
	padding-left: 0; 
	voice-family: "\"}\"";
	voice-family:inherit; 
	width: 720px;
	voice-family: "\"}\"";
}
.promoList LI.bgColorOnePush1{
	padding-left: 0; 
	voice-family: "\"}\"";
	voice-family:inherit; 
	width: 720px;
	voice-family: "\"}\"";
}
.promoList LI.bgColorOnePush3{
	padding-left: 0; 
	voice-family: "\"}\"";
	voice-family:inherit; 
	width: 720px;
	voice-family: "\"}\"";
}
.promoList LI.bgColorTwoPush{
	padding-left: 0;
	width: 350px;
	voice-family: "\"}\"";
	voice-family:inherit; 
	width: 350px;
	voice-family: "\"}\"";
}
.promoList LI.bgColorTwoPush1{
	padding-left: 0;
	width: 720px;
	voice-family: "\"}\"";
	voice-family:inherit; 
	width: 720px;
	voice-family: "\"}\"";
}
.promoList LI.bgColorThreePush{
	padding-left: 0;
	width: 720px;
	voice-family: "\"}\"";
	voice-family:inherit; 
		width: 720px;
	voice-family: "\"}\"";
}
.promoList LI.bgColorFourPush{
   padding-left: 10px;
   padding-right: 10px;
	width: 720px;
   background-color: #F65C0E;
	voice-family: "\"}\"";
	voice-family:inherit; 
		width: 700px;
	voice-family: "\"}\"";
}
.bgColor3, .bgColorOnePush3{
   background-color: #FF8614;
}
.bgColor4{
   background-color: #FF9717;
}
.bgGreen{
   background-color: #62AC27;
}
.bgPurple{
   background: url(../img/common/bg_coins.gif) bottom right no-repeat #68308B;
}
.promoList H2, .promoList H2 a{
   font-size: 18px;
   font-weight: normal;
   margin-bottom: 5px;
}
.promoList H2, .promoList A{   
   color: #511B00;
}
.promoList p A{   
 	color: #FFF;
	text-decoration: none;
}
.promoList p A:hover, .promoList H2 a:hover{  
	text-decoration: none;
}
.promoList p A.thinArrowLk{
	color: #511B00;
	text-decoration: none;
}
.promoList p A.thinArrowLk:hover{
	text-decoration: underline;
}
.promoList .bgPurple H2, .promoList .bgPurple A, .promoList .bgPurple A.thinArrowLk{
	color: #FFCB1F;
}
.promoList .bgPurple p A{
	color: #FFF;
}
.promoList .bgPurple A.thinArrowLk{
	background-image: url(../img/common/yellow_arrow.gif);
}
.contentimgDatePicker img{
	vertical-align: middle;
}
/* END promoList */

#xiti-logo{
   margin: 0;
   padding: 0;
   height: 1px;
}

/* BOOKING FORM */
.clear
{
    overflow:hidden;
    *height:1%;
}

#booking-date {
   cursor:pointer;
}

#booking {
	position:absolute;
	bottom:-19px;
	left:-20px;
	width:520px;
	padding:4px 10px;
	background:#a41031 url(../img/common/bg_booking.png) 10px -3px no-repeat;
}

#booking legend {
	color:#FFF;
	font-size:11px;
	margin-bottom:4px;
}
#booking .inner  {
	/*margin:-20px 0 0 0;*/
	margin:-3px 0 0;
}
#booking .inner div {
	float:left;
	padding:0 10px 0 0;
}
#booking label {
	display:inline-block;
	color:#FFF;
	font-size:10px;
	padding:5px 0 1px 0;
}
#booking div.form-select.first select {
    /* margin:5px 0 0; */
    width:195px;
}
#booking div.form-select.first label span {
    /* display:none; */
    font-size:11px;
    font-weight:bold;
}
#booking div.form-select select {
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#booking div.form-select select#booking-nights,
#booking div.form-select select#booking-rooms {
	width:35px;
}
#booking div.form-select select option {
	padding:0 10px 0 0;
}
#booking div.form-text input {
	height:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#booking div.form-text input#booking-date {
	width:80px;
	background:#FFF url(../img/common/calendrier.png) right 1px no-repeat;
}
#booking div.form-submit {
	padding:0;
	float:right;
}
#booking div.form-submit input {
	display:block;
	border:1px solid #e8e8e8;
	background:#a41031 url(../img/common/fleche_bouton.png) 6px center no-repeat;
	height:19px;
	font-size:12px;  
	text-align:center;
	padding:0 8px 4px 12px;
	*padding:0 0 4px 4px;
	margin:17px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	cursor:pointer;
}
#booking div.form-link {
	clear:both;
	text-align:right;
	width:100%;
	padding:3px 0 0 0;
}
#booking div.form-link a {
	color:#fdff57;
	font-size:9px;
}

#booking #msg_error {
	float:left;
	font-size:9px;
	font-weight:bold;
	width:152px;
	color: yellow;
	margin-bottom:0px;
	text-align: left;	
}

#bookinghome {
	position:absolute;
	/*top:438px;*/
	bottom:0px;
	left:259px;
	width:520px;
	padding:4px 10px;
	background:#a41031 url(../img/common/bg_booking.png) 10px -3px no-repeat;
	overflow: hidden;
	z-index: 1000;
}
#bookinghome legend {
	color:#FFF;
	font-size:11px;
	margin-bottom:4px;
}
#bookinghome .inner  {
	/*margin:-20px 0 0 0;*/
	margin:-3px 0 0;
}
#bookinghome .inner div {
	float:left;
	padding:0 10px 0 0;
}
#bookinghome label {
	display:inline-block;
	color:#FFF;
	font-size:10px;
	padding:5px 0 1px 0;
}
#bookinghome div.form-select.first select {
    /* margin:5px 0 0; */
    width:195px;
}
#bookinghome div.form-select.first label span {
	/* display:none; */
    font-size:11px;
    font-weight:bold;
}
#bookinghome div.form-select select {
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#bookinghome div.form-select select#booking-nights,
#bookinghome div.form-select select#booking-rooms {
	width:35px;
}
#bookinghome div.form-select select option {
	padding:0 10px 0 0;
}
#bookinghome div.form-text input {
	height:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#bookinghome div.form-text input#booking-date {
	width:80px;
	background:#FFF url(../img/common/calendrier.png) right 1px no-repeat;
}
#bookinghome div.form-submit {
	padding:0;
	float:right;
}
#bookinghome div.form-submit input {
	display:block;
	border:1px solid #e8e8e8;
	background:#a41031 url(../img/common/fleche_bouton.png) 6px center no-repeat;
	height:19px;
	font-size:12px;
	text-align:center;
	padding:0 8px 4px 12px;
	*padding:0 0 4px 4px;
	margin:17px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	cursor:pointer;
}
#bookinghome div.form-submit input:hover {
	background-color: #B9333E;
}
#bookinghome div.form-link {
	clear:both;
	text-align:right;
	width:100%;
	padding:3px 0 0 0;
}
#bookinghome #msg_error {
	float:left;
	font-size:9px;
	font-weight:bold;
	width:152px;
	color: yellow;
	margin-bottom:0px;
	text-align: left;	
}
#bookinghome div.form-link a {
	color:#fdff57;
	font-size:9px;
}



/*bookinghomeFouquets*/

#bookinghome.fouquets {
	background:#5d220b url(../img/common/bg_booking.png) 10px -3px no-repeat;
}
#bookinghome.fouquets div.form-submit input {
	background:#5d220b url(../img/common/fleche_bouton.png) 6px center no-repeat;
}
#bookinghome.fouquets div.form-submit input:hover {
	background-color: #7f4b37;
}


/*bookinghomeCml*/

#bookinghome.cml {
	background:#a5aab3 url(../img/common/bg_booking.png) 10px -3px no-repeat;
}
#bookinghome.cml div.form-submit input {
	background:#dab200 url(../img/common/fleche_bouton.png) 6px center no-repeat;
}
#bookinghome.cml div.form-submit input:hover {
	background-color: #9f881d;
}

/*bookingFouquets*/

#booking.fouquets {
	background:#5d220b url(../img/common/bg_booking.png) 10px -3px no-repeat;
}
#booking.fouquets div.form-submit input {
	background:#5d220b url(../img/common/fleche_bouton.png) 6px center no-repeat;
}
#booking.fouquets div.form-submit input:hover {
	background-color: #7f4b37;
}


/*bookingCml*/

#booking.cml {
	background:#a5aab3 url(../img/common/bg_booking.png) 10px -3px no-repeat;
}
#booking.cml div.form-submit input {
	background:#dab200 url(../img/common/fleche_bouton.png) 6px center no-repeat;
}
#booking.cml div.form-submit input:hover {
	background-color: #9f881d;
}
/*bookingMercure*/

#booking.mercure {
	background:#7c0040 url(../img/common/bg_booking.png) 10px -3px no-repeat;
}
#booking.mercure div.form-submit input {
	background:#7c0040 url(../img/common/fleche_bouton.png) 6px center no-repeat;
}
#booking.mercure div.form-submit input:hover {
	background-color: #d90861;
}

/*bookinghomemercure*/

#bookinghome.mercure {
	background:#7c0040 url(../img/common/bg_booking.png) 10px -3px no-repeat;
}
#bookinghome.mercure div.form-submit input {
	background:#7c0040 url(../img/common/fleche_bouton.png) 6px center no-repeat;
}
#bookinghome.mercure div.form-submit input:hover {
	background-color: #d90861;
}

/*bookingMajestic*/

#booking.majestic {
	background:#b5975b url(../img/common/bg_booking.png) no-repeat scroll 10px -3px;
}
#booking.majestic div.form-submit input {
	background-color:#b5975b;
}
#booking.majestic div.form-submit input:hover {
	background-color:#cfa653;
}
#booking.majestic div.form-link a {
color:#FFFFFF;
}


/*bookinghomemajestic*/

#bookinghome.majestic {
	background:#b5975b url(../img/common/bg_booking.png) no-repeat scroll 10px -3px;
}
#bookinghome.majestic div.form-submit input {
	background-color:#b5975b;
}
#bookinghome.majestic div.form-submit input:hover {
	background-color:#cfa653;
}

#bookinghome.majestic div.form-link a {
color:#FFFFFF;
}



/*datepicker*/
/* Main Style Sheet for jQuery UI date picker */
.ui-datepicker-div, #ui-datepicker-div, .ui-datepicker-inline {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: Verdana, Arial, sans-serif;
    background: #ffffff;
    font-size: 1.1em;
    border: 4px solid #d3d3d3;
    width: 15.5em;
    padding: 2.5em .5em .5em .5em;
    position: relative;
}
#ui-datepicker-div, .ui-datepicker-div {
    z-index: 9999; /*must have*/
    display: none;
    background: #ffffff;
}
.ui-datepicker-inline {
    float: left;
    display: block;
}
.ui-datepicker-control {
    display: none;
}
.ui-datepicker-current {
    display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
    position: absolute;
    left: .5em;
    top: .5em;
    background: #e6e6e6 url(./e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-datepicker-next {
    left: 14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
    background: #dadada url(./dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
    text-indent: -999999px;
    width: 1.3em;
    height: 1.4em;
    display: block;
    font-size: 1em;
    background: url(./888888_7x7_arrow_left.gif) 50% 50% no-repeat;
    border: 1px solid #d3d3d3;
    cursor: pointer;
}
.ui-datepicker-next a {
    background: url(./888888_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
    background: url(./454545_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
    background: url(./454545_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
    background: url(./222222_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
    background: url(./222222_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-header select {
    border: 1px solid #d3d3d3;
    color: #555555;
    background: #e6e6e6;
    font-size: 1em;
    line-height: 1.4em;
    position: absolute;
    top: .5em;
    margin: 0 !important;

}
.ui-datepicker-header select.ui-datepicker-new-month {
width: 7em;
left: 2.2em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
width: 5em;
left: 9.4em;
}
table.ui-datepicker {
    width: 15.5em;
    text-align: right;
}
table.ui-datepicker td a {
    padding: .1em .3em .1em 0;
    display: block;
    color: #555555;
    background: #e6e6e6 url(./e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    cursor: pointer;
    border: 1px solid #ffffff;
}
table.ui-datepicker td a:hover {
    border: 1px solid #999999;
    color: #212121;
    background: #dadada url(./dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
table.ui-datepicker td a:active {
    border: 1px solid #dddddd;
    color: #222222;
    background: #ffffff url(./ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
}
table.ui-datepicker .ui-datepicker-title-row td {
    padding: .3em 0;
    text-align: center;
    font-size: .9em;
    color: #222222;
    text-transform: uppercase;
    /*border-bottom: 1px solid #d3d3d3;*/
}

table.ui-datepicker .ui-datepicker-title-row td a {
    color: #222222;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* QUICKSEARCH */

p.quicksearch{
	padding:5px 0 5px 5px;
	border-bottom: 1px solid #B7A9A9;
	margin:0;
}

p.quicksearch select{
	width:170px;
}

p.quicksearch.majestic {
	padding:5px 0 5px 5px;
	margin:0;
}

/* NEW FOOTER */

#footer{
  	position: absolute;
  	right:0;
  	width:979px !important;
  	background:#e7e7e7;
	margin:10px 0 0 0;
	text-align:left;
	font-size:11px;
	color:#7d7d7d;
  	padding-top:10px;
  	padding-bottom:15px;
}
#footer li{
  	display: inline;
}
#footer a{
	color:#7d7d7d !important;
	font-size:11px;
	display:block;
}
#footer .col-01{
	width:435px;
	background:url(../img/images_footer/filet_footer.png) no-repeat right 20px;
}
#footer .col-01 img{
	display:block;
	float:left;
	padding:18px 0 20px 15px;
}
#footer .col-01 p,
#footer .col-01 .bt-more{
	padding-left:165px;
}
#footer .col-01 .bt-more img{
	padding:0;
}
#footer .col-01 p{
	padding-top:18px;
	padding-right:20px;
}
#footer .col-01,
#footer .col-02,
#footer .col-03,
#footer .col-04,
#footer .col-05{
	float:left;
	background:url(../img/images_footer/filet_footer.png) no-repeat right 20px;
}
#footer h4{
	color:#5C5C5C !important;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	height:22px;
	padding-top:7px;
	vertical-align:top;
}
#footer h4 a{
	font-weight:normal;
	font-size:13px;
	color:#5c5c5c !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align:top;
}
#footer .col-02, #footer .col-03, #footer .col-04, #footer .col-05 {
       min-height:120px;
       height:auto !important;
       height:120px;
}
*html #footer .col-02{
	padding:0 10px 0 15px;
	height:120px;
}
*html #footer .col-03l{
	padding:0 10px 0 15px;
	height:120px;
}
*html #footer .col-04{
	padding:0 10px 0 15px;
	height:120px;
}
*html #footer .col-05{
	padding:0 10px 0 15px;
	height:120px;
}
#footer .col-02{
	width:123px;
	padding:0 10px 0 20px;
}
#footer .col-03{
	width:90px;
	padding:0 10px 0 20px;
}
#footer .col-04{
	width:82px;
	padding:0 10px 0 20px;
}
#footer .col-05{
	width:120px;
	padding:0 10px 0 20px;
}
#footer .col-last{
	background:none;
}