/* Styles pour la réservation */

/********************
Titres, présentation par défaut
********************/
#reservationContener h1 {
    font-weight: bold;
    font-size: 1em;
    color: #51CBFF;
}
#reservationContener h2 {
    font-size: 1.4em;
    background-color: #009AD9;
    color: #ffffff;
    padding: 5px;
    margin-top: 15px;
}
#reservationContener h3 {
    font-size: 1.2em;
    background-color: #51CBFF;
    color: #FFFFFF;
    padding: 5px;
}
body#reservation #reservationContener h3 {
    color: #FFFFFF;
}
#reservationContener h4 {
    color: #009AD9;
    font-size: 1em;
    margin-top : 10px;
    clear:both;
}

/********************
Formulaire
********************/
#reservationContener {
    width:900px;
    font-size: 0.8em;
}  

#reservationContener #reservationSaved{
    background-color:#FFFFFF;
    border: 1px solid #51CBFF;
    margin: 15px 50px;
    padding: 15px;
    color: #000000;
}
#reservationContener #reservationSaved h1 {
    color: #51CBFF;
    font-weight: bold;
    font-size: 1.5em;
}

#reservationContener #reservationTitle {
    background-image: url(resa_title.png);
    background-position: top left;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 3px 15px;
    height: 25px;
    color: #51CBFF;
    font-weight: bold;
    font-size: 1.5em;
}

/* Résumé de la proposition */
#reservationContener #proposal img {
    float: right;
    margin: 0px 0px 10px 10px;
    clear:right;
}
#reservationContener #proposal ul {
    margin-left: 35px;
    color: #000000;
    list-style: none;
}
#reservationContener #proposal li:before {
    content: "- ";
}
#reservationContener .aRoom {
    margin: 20px 0px 0px 0px;
    clear: both;
}
#reservationContener .aRoom .stayHeader {
    height: 30px;
    padding: 0px;
}
#reservationContener .aRoom .stayHeaderLeft {
    float: left;
    width: 500px;
    padding: 5px;
}
#reservationContener .aRoom .stayHeader .addAction {
    width: 28px;
    float: right;
}
#reservationContener .aRoom .stayHeader .addAction a {
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    height: 28px;
    width: 28px;
    margin-top: 1px;
}
#reservationContener .aRoom .stayHeader a.addOccupantAction {
    background-image: url(action_add_occupant.gif);
}
#reservationContener .aRoom .stayHeader a.addBabyAction {
    background-image: url(action_add_baby.gif);
}
#reservationContener .aRoom .stayHeader .addAction span {
    display: none;
}

#reservationContener .aRoom table {
    width: 100%;
    font-size: 1em;
}
#reservationContener .aRoom table td {
    padding: 2px 3px;
    color: #000000;
}
#reservationContener .aRoom table tr.productsNotSelectedYet td {
    color: #747474;
}
#reservationContener .aRoom table td.optionQuantity{
    width: 40px;
    text-align: right;
}
#reservationContener .aRoom table td.optionQuantity .control_checkbox {
    width: auto;
}
#reservationContener .aRoom table td.optionLabel .productBase {
    color: #000000;
    font-weight: bold;
}
#reservationContener .aRoom table td.optionLabel .productComplement, #reservationContener table span.productDescription {
    font-style: italic;
}
#reservationContener .aRoom table td.price{
    color: #009AD9;
    text-align: right;
    font-weight: bold;
    width: 100px;
}
#reservationContener .aRoom table td.action{
    width: 40px;
    text-align: center;
}   
#reservationContener .aRoom table td.action a, #reservationContener .aRoom table td.optionQuantity a {
    display: block;
    width: 25px;
    height: 16px;
    background-position: top left;
    background-repeat: no-repeat;
    margin: 0px;
}
#reservationContener .aRoom table td.action a.deleteLink {
    background-image: url(action_delete.gif);
}
#reservationContener .aRoom table a.popupLink {
    background-image: url(action_popup.gif);
    padding: 5px 5px 5px 50px;
    background-position: top left;
    background-repeat: no-repeat;    
}
#reservationContener .aRoom table td.optionQuantity a.addLink {
    background-image: url(action_add.gif);
}
#reservationContener .aRoom table td.action a span, #reservationContener .aRoom table td.optionQuantity a span {
    display: none;
}

#reservationContener .aRoom .occupantHeader {
    height: 20px;
}
#reservationContener .aRoom .occupantHeaderLeft {
    float: left;
    width: 600px;
}
#reservationContener .aRoom .occupantHeader .deleteAction {
    width: 20px;
    float: right;
    padding-right: 5px;
}
#reservationContener .aRoom .occupantHeader .deleteAction a {
    background-image: url(action_delete_occupant.gif);
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    width: 20px;
}
#reservationContener .aRoom .occupantHeader .deleteAction span {
    display: none;
}

.hiddenIfCheckbox 
{
    /* Mettre dans le CSS quand on utilise les checkbox */
    display: none;
}

#reservationContener .anOccupant {
    margin: 5px 0px;
}
#reservationContener .aRoom .anOccupant h3 {
    padding: 5px 5px 5px 35px;
    background-image: url(occupant_adult.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
#reservationContener .aRoom .anOccupant h3 span {
    font-weight: normal;
}

.occupantFields
{
    width: 890px;
    float: left;
}

#reservationContener .aRoom .anOccupant .occupantFields span {
    font-weight: bold;
    padding-left: 25px;
}

#reservationContener .aRoom .anOccupant p span.disabled{
    color:#CCC;
}

#reservationContener tr.subTotal td {
    font-weight: bold;
    text-align: right;
    color: #747474;
    font-style: italic;
}
#reservationContener tr.subTotal td.price {
    background-color: #E0E0E0;
    color: #747474;
    border: 1px solid #CCCCCC;
}

#reservationContener #financialContener {
    padding: 0px;
}
#reservationContener #promotion, #reservationContener #giftCodeInput, #reservationContener #financialContener #total {
    white-space: nowrap;
    text-align: right;
    margin:10px 0px;
    padding: 5px 0px;
}

#reservationContener #bons_cadeaux, #reservationContener #financialContener #total {
    white-space: nowrap;
    text-align: right;
    margin:10px 0px;
    padding: 5px 0px;
}

#reservationContener #financialContener .label, #reservationContener #giftCodeInput .label, #reservationContener #promotion .label {
    display: inline;
    font-weight: bold;
}
#reservationContener #financialContener .field, #reservationContener #giftCodeInput .field, #reservationContener #promotion .field {
    display: inline;
    padding: 5px 50px 5px 5px;
}
#reservationContener #financialContener #total {
    color: #51CBFF;
    font-weight: bold;
    font-size: 1.2em;
    background-color: #E0E0E0;
    border: 1px solid #CCCCCC;
}

#reservationContener #financialContener #client_due_type {
    text-align: right;
    padding: 3px 0px;
    margin: 5px;
}

/********************
Client
********************/
#newAccount, #address, #existingCustomerLayer {
    clear: both;
}
.aField {
    margin: 8px 5px 5px 50px;
    position:relative;
    display: block;
}
.aField span.label {
    display: block;
    float: left;
    width: 180px;
    text-align: right;
    padding: 2px 5px 2px 2px;
}
.aField span.field {
    display: block;
    float: left;
    width: 694px;
    padding:2px;
    color: #000000;
}
#reservation #authentication .aField span.field, #reservation #option .aField span.field {
    width:650px;
}
.aField textarea {
    width: 400px;
    height: 30px;
}
/* Bug IE http://www.webmasterworld.com/css/3253181.htm */
#reservationContener p {
    margin:5px 0px;
    clear:both
}

#existingCustomerLayer .loginLink {
    margin: 5px 5px 5px 105px;
    padding: 10px;
    width:650px;
}
#existingCustomerLayer .loginLink a {
    border: 1px solid #CCCCCC;
    padding: 3px 5px;
    margin: 2px;
    text-decoration: none;
    color: #000000;
    background-color: #E0E0E0;
}
#existingCustomerLayer .forgetLink {
    margin: 5px 5px 5px 105px;
    padding-left: 10px;
}

#reservationContener table {
    margin-left: 0px;
}
#reservationContener table td {
    padding: 1px 5px;
    vertical-align: top;
    font-weight: normal;
    color: #000000;
}
#reservationContener table td.label {
    text-align: right;
    width: 110px;
    color: #747474;
}
#reservationContener table td input {
    width: 250px;
    margin-bottom: 3px;
}
#reservationContener table td.dateField input {
    font-size:1em;
    width: 60px;
}
#reservationContener table td input.radioPayment {
    width: 15px;
}

#paiement #payment_layer_cc td.label {
    width: 130px;
}

#reservationContener #authentication, #reservationContener #option, #reservationContener #paiement{
    clear: both;
    margin-top: 15px;
}

/********************
Pied de page et navigation basse
********************/
#footerContener {
    float:left;
    width:743px;
    padding: 15px 20px;
}
#footerContener .footerNavigation {
    width: 280px;
    padding: 5px 0px;
    float: left;
    font-size: 1em;
    margin-left: 0px;
}
#footerContener {
    text-align: center;
}
#footerContener .gauche {
    text-align: left;
}
#footerContener .droite {
    text-align: right;
}
#footerContener .gauche a {
    background-image: url(action_back.gif);
    background-position: left;
    background-repeat: no-repeat;
}
#footerContener .droite a {
    background-image: url(action_next.gif);
    background-position: right;
    background-repeat: no-repeat;
}
#footerContener .footerNavigation a {
    padding: 0px 40px;
}
#footerContener .droite a#printButton{
    background-image: url(action_print.gif);
}
/* Page cart_content */

#emptyCart { }

#cartContentTitle { }

#cartItems { }

.cartItem
{
    /*border: 1px solid #51CBFF;*/
    margin: 10px 5px 20px 5px;
    padding: 5px;
}

.cartItem img
{
    float: right;
    margin: 0px 0px 10px 10px;
    clear:right;
}

#reservationContener table.optionTable {
    width: 890px;
}
#reservationContener table.optionTable td {
    padding: 0px;
    color: #747474;
}
#reservationContener table.optionTable td.optionDesc {
    /*border-bottom: 1px dotted #E0E0E0;*/
}
#reservationContener table.optionTable td.optionPrice {
    width: 80px;
    white-space: nowrap;
    text-align: right;
    /*border-bottom: 1px dotted #E0E0E0;*/
}
#reservationContener table.optionTable td.stayDescription {
    font-weight: bold ! important;
    border: none;
}

#reservationContener .cartItem .cartItemActions {
    padding: 10px 5px 5px 5px;
    height: 15px;
}
#reservationContener .cartItem .cartItemActions a {
    float: left;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 30px;
    width: 120px;
}
#reservationContener .cartItem a.removeCartItem {
    background-image: url(action_delete.gif);
}
#reservationContener .cartItem a.editCartItem {
    background-image: url(action_back.gif);
}

#giftCode
{
    margin: 8px;
}

#giftCodePresent { }

#giftCodePresent input
{
    float: right;
    margin: 0px 20px 0px 0px;
    clear:right;
}

#giftCodeReduction
{
    font-weight: bold;
}

#giftCodeDescription
{
    /*font-weight: bold;*/
}

#giftCodeDescription2
{
    font-style: italic;
}

#giftCodeNotPresent { }

#giftCodeNotPresentInput
{
    height: 30px;
    clear:right;
}

#giftCodeNotPresentInput span
{
    float: left;
}

#giftCodeNotPresentInput input
{
    margin: 0px 0px 10px 10px;
    float: left;
    width: 15em;
}

#giftCodeNotPresentInput .okButton
{
    background-image: url(action_ok.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width:30px;
    height:16px;
    border:none;
    float:left;
}

/** Styles for the GiftsCodes **/

/* Generic buttons */

.okButton 
{
    background-image: url(action_ok.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width:30px;
    height:16px;
    border:none;
}

.trashButton
{
	background-image: url(action_delete.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width:30px;
    height:16px;
    border:none;
}

#giftCodes #giftCodesPresent
{
    white-space: nowrap;
    text-align: right;
    margin: 8px;
    padding: 5px 50px 5px 5px;
}

#giftCodes #giftCodesPresent .giftCodeReduction
{
    padding: 0px 30px;
}

#giftCodes 
{
    margin: 8px;
}

#giftCodesContainer span
{
    float: left;
}

#giftCodesContainer input
{
    margin: 0px 0px 10px 10px;
    float: left;
    width: 15em;
}

#giftCodesInput
{
    height: 15px;
}

#giftCodesDescription
{
    width: 100%;
}

/** End of GiftCodes styles **/

#summary
{
    margin: 8px;
}

#summary #paymentdueType
{
    padding-bottom: 16px;
}

#summary #cartTotal
{
    padding-bottom: 16px;
}

#summary #cgv
{
    padding-bottom: 8px;
}

#reservationContener #cartTotal td.cartTotalRow
{
    font-weight: bold;
    border: none;
}


.footerBlock {
    margin: 10px;
    padding: 20px;
    background: #F0F0F0;
}

#authenticationCart .aField span.field {
    width: auto;
}

#option .aField {
    height: 20px;
}

#authenticationCart p {
    text-align: left;
}
#authenticationCart span {
    text-align: center;
}
#authenticationCart input {
    text-align: center;
    width: 200px;
}
#authenticationCart .loginInput {
    padding-top: 10px;
}
#authenticationCart .loginLink {
    padding-top: 10px;
    text-align: left;
}
#authenticationCart .forgetLink {
    padding-top: 10px;
    text-align: left;
}

#reservationSaved .paidAmount {
    font-weight: bold;
    color: red;
}

#reservationSaved .reservationID {
    font-weight: bold;
}

#cartItems .savedItemHeader {
    height: 20px;
}
#cartItems .savedItemHeader div {
    float: left;
}
#cartItems .savedItemHeader .reservationDocument a {
    background-image: url(action_print.gif);
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    width: 25px;
    margin-left: 5px;
}
#cartItems .savedItemHeader .reservationDocument a span {
    display: none;
}

/********************
Liste de paiements
********************/
table.paymentList {
    margin-top:15px;
    background-color:#51CBFF;
    border-spacing: 1px;
    width: 100%;
}
table.paymentList th {
    color: #FFF;
    text-align:center;
}
#reservationContener table.paymentList td {
    background-color: #FFF;
    padding: 3px;
    color: #747474;
}

table.paymentList td.amount {
    text-align:right;
    white-space:nowrap;
}
table.paymentList td.paymentDescription {
    text-align:right;
    font-style: italic;
}
table.paymentList td.paymentDueName {
    text-align:left;
    font-weigth:bold;
}
table.paymentList td.paymentDueDescription {
    text-align:left;
}
table.paymentList td.reservationName {
    text-align:center;
    font-weigth:bold;
}
table.paymentList td.partnerName {
    text-align:left;
    font-style: italic;
}
table.paymentList td.primaryOccupantName {
    text-align:left;
    font-style: italic;
}
