/*   COMMON   */

input[type=text], select{
    background: #FFFFFF url("/images/form.gif") no-repeat;
    border:solid 0 #fff;
    padding:1px 0;
    height: 20px;
    padding-top: 1px;
    width: 170px;
    font-size: 14px;
}

input.short{
    background-image: none;
    width: 30px;
}

textarea{
    width: 550px;
    height: 61px;
    border:solid 0 #fff;
    background: transparent url("/images/550x60_input.gif");
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 12px;
}

.step{
    position: relative;
    width: 950px;
    height: auto;
    overflow: visible;
    padding: 0px 25px 0px 25px;
}

.box{
    position: relative;
    border-top: 1px solid #D9D9D9;
    padding: 5px 5px 0px 0px;
    font-family: "Helvetica";
    height: 100%;
    width: 940px;
}

div.box_title{
    font-size: 16px;
    color: #808080;
    width: 300px;
}

span.box_number{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

div.box_content{
    position: absolute;
    width: 750px;
    left: 200px;
    top: 10px;
    height: 90%;
    overflow: hidden;
}

div.box_content_flowing{
    position: relative;
    width: 750px;
    left: 195px;
    top: -15px;
    height: 90%;
    overflow: visible;
}

div.box_help{
    position: absolute;
    width: 200px;
    height: 200px;
}

/*                      */
/*    BOOKING INFO      */
/*                      */

#booking_info{
    width: 945px;
    height: 27px;
    background-color: #D9D9D9;
    padding-top: 5px;
}

    #booking_info_left{
        float: left;
        position: relative;
        padding-left: 100px;
        padding-top: 5px;
    }

    #booking_info_center{
        float: left;
        position: relative;
        padding-left: 5px;
        padding-top: 3px;
        text-align: right;
    }
    
    #booking_info_right{
        float: left;
        position: relative;
        padding-top: 5px;
        padding-left: 5px;
    }


/*              */
/*    STEP 1    */
/*              */

/*
    1. Room Choice   
*/

#room_choice{
    position: relative;
    height: 240px;
    width: auto;
}

    /*  List  */
#room_list{
    position: absolute;
    bottom: 50px;
    height: auto;
    color: #999999;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
}

#room_list li {
    *margin-left: -10px;
}

    /*  Images  */
#room_image{
    float: left;
    position: relative;
    width: 360px;
    height: 185px;
}

#room_image IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    height: 185px;
    width: 360px;
}

#room_image IMG.active {
    z-index:4;
}

#room_details {
    float: left;
    position: relative;
    height: 300px;
    width: 360px;
    padding-left: 20px;
}


#room_details span{
    display: block;
}

#room_details span.label{
    display: inline;
}

.min_price{
    position: absolute;
    top: 100px;
    left: 0px;
    width: inherit;
}

.min_price div{
    position: relative;
    float: left;
    text-align: right;
}

.min_price .image{
}

.min_price .black{
    *font-size: 16px;
    height: 50px;
    *width: 80px;
    padding-right: 5px;
    padding-top: 23px;
}

/*   
    2. Date Choice
*/

#date_choice{
    position: relative;
    height: 380px;
}

#date_control{
    padding-top: 30px;
}


    /*  Date select  */

#date_select_calendar{
    width: 360px;
    float: left;
    position: relative;
}

#date_select_calendar > div{
    position: relative;
}

/*  Calendar  control */

#calendar_control{
    width: 100%;
    position: relative;
}
#calendar_control > div{
    position: relative;
    float: left;
}

.date_label{
    width: 355px;
    text-align: center;
}

#date_control_next{
    position: relative;
    float: right;
}


/* Calendar  */
#date_calendar{
    height: 180px;
    width: 100%;
    padding-top: 45px;
    border-right: solid 1px #D9D9D9;
    *padding-top: 0px; /* IE7 only*/
}

#calendar_one, #calendar_two{
    position: relative;
    float: left;
    width: 355px;
    margin-top: 0px;
    border-right: solid 1px #D9D9D9;
}

#calendar_two{
    padding-left: 30px;
}

#calendrier li{
	list-style: none;
}

.libelle {
	width: 355px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	color: #808080;
	font-size: 11px;
}

.libelle li {
	float : left;
	width : 49px;
	height: 15px;
	border-left: solid 1px #D9D9D9;
    padding-top: 5px;
	padding-bottom: 40px;
	text-align: center;
}

.ligne {
	width: 355px;
	margin: 0 auto;
	padding: 0;
}

.ligne li {
	color: #000;
	float : left; 
	width : 49px;
	height: 18px;
	border-left: solid 1px #D9D9D9;
	text-align: center;
	padding-top: 2px;
}

.ligne li a:hover{
	list-style: none;
	text-decoration: none;
}

li.unavailable{
    color: #FFFFFF;
    background-color: #000000;
}

li.selected{
    background-color: #808080;
}

li.itemCurrentItem {
	color: #808080;
}
li.itemSelectedItem {
	/* A vous de configurer l'apparence du jour sélectionné */
}

#tips{
    float: left;
    position: relative;
    padding-top: 10px;
    width: 100%;
}

#tips > span{
    display: inline-block;
    width: 148px;
}

.color-tip{
    display: inline-block;
    width: 42px;
    margin-right: 8px;
    height: 10px;
}


    /*   select persons   */
#person_legend{
    float: left;
    position: relative;
    width: 360px;
    padding-left: 20px;
}

#person_select div{
    top: 27px;
    width: 170px;
    float: left;
    position: relative;
}

#person_select div span{
    position: relative;
    float: right;
    padding-right: 2px;
}

/*   
    Add Selection
*/


#add_control_label{
    padding-top: 10px;
    position: relative;
    float: left;
}

#add_control_label > span{
    display: block;
    
}

#add_button{
    float: right;
    position: relative;
    margin-left: 10px;
    padding-left: 8px;
    border-left: 1px solid #D9D9D9;
}

#step1_foot{
    position: relative;
    top: 260px;
}

#step1_error{
    position: relative;
    float: left;
    width: 530px;
}

#step2_add{
    position: relative;
    float: right;
    width: 380px;
}




/*   
    Selection
*/

#add_second{
    position: relative;
    float: right;
}

#add_second a:hover{
    color: black;
}

#selection{
    position: relative;
}

    /*  Selected items  */

.selection_item{
    border-top: 1px solid #D9D9D9;
    height: 90px;
    padding-top: 10px;
    white-space: nowrap;
}

.selection_item_detail{
    position: relative;
    float: left;
    width: 570px;
}

.selection_item_detail > span{
    display: block;
}

.selection_item_price{
    float: left;
    position: relative;
    width: 160px;
    height: 100%;
}

.selection_item_delete{
    float: right;
    position: relative;
}

/*   SERVICES  */


#services{
    position: relative;
    border-top: 1px solid #D9D9D9;
    padding: 10px 0px 30px 0px;
}

#service_info{
    
}

#services li{
    padding: 5px 0px 5px 0px;
}

#add_service{
    position: relative;
    float: right;
}

/*
    TOTAL
*/

#total{
    position: relative;
    border-top: 1px solid #D9D9D9;
    height: 185px;
    width: 100%;
}

.label_total{
    float: left;
    position: relative;
    top: 50px;
    width: 100px;
}

#selection_book{
    float: right;
    position: relative;
    width: 350px;
    top: 30px;
}

#selection_price{
    position: relative;
    float: right;
    height: 50px;
    padding-top: 40px;
    padding-right: 20px;
    text-align: right;
    width: 220px;
}

#selection_book_button{
    float: right;
    position: relative;
    top: 10px;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #D9D9D9;
}

#selection_normal_price{
    position: relative;
    float: right;
}

/*              */
/*    STEP 2    */
/*              */


#step2{
    top: 10px;
}

/*   
    DETAILS
*/

#details{
    height: 525px;
}


#details box_help{
    padding-top: 25px;
    padding-right: 5px;
}

.detail_title{
    padding-bottom: 20px;
}

#details input{
    width: 270px;
}

.details_form{
    float: left;
    position: relative;
    height: 60px; 
    width: 280px;
}

.details_double{
    float: left;
    position: relative;
    height: 80px; 
    width: 570px;
}

#request{
    width: 550px;
}

#details input[type=checkbox]{
    width: 15px;
    margin-right: 10px;
    
}

.odd{
    padding-left: 8px;
}

#newsletter_div{
    height: 40px;
    padding-top: 10px;
}

#terms_check{
    padding-top: 15px;
    padding-bottom: 20px;
}

#details_pay_button{
    position: absolute;
    right: 0px;
    top: 380px;
    border-left: 1px solid #D9D9D9;
    margin-left: 10px;
    padding-left: 10px;
}

/*
    BILLING OPTIONS
*/


#credit_card, #transfer_button{
    position: relative;
    float: right;
    padding-left: 10px;
}

#credit_card .float_image{
    top: -5px;
}

#bank, #transfer{
    padding-top: 20px;
    display: none;
}

#transfer span{
    display: block;
}

#payment_choice{
    height: 330px;
}

#payment_choice .box_content{
    top: 4px;
}

#payment_choice #payment_label{
    position: relative;
    top: 8px;
}

/*
    CALLBACK
*/

#bank_callback{
    padding: 100px 20px 20px 20px;
}

#bank_callback > div{
    margin-left: 800px;
}

