﻿
.staticWrapper {
    padding:20px;
    font-size:1.2em;
    line-height:1.4em;
}

.modalBackground
{
    background: #000;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

.innerModale
{
    text-align: left;
    font-size: 1.1em;
    margin: 0 auto;
}



/*SEND TO FRIEND MODAL*/


.modaleExpressFriend { 
    padding:0 0 20px 0;
    font-size:1.1em;
}
.modaleExpressFriend p.validationSuccess
{
    background: url(/images/icons/icon_validField.png) no-repeat 455px 13px;
}

.modaleExpressFriend p.errorArrow
{
    background: url(/images/icons/icon_errorField.png) no-repeat 455px 13px;
}

.modaleExpressFriend p.errorArrow span
{
    color: #e58e24;
    font-style: italic;
    font-size:0.9em;
    line-height: 1.5em;
    margin: 0;
    margin: 0;
    overflow: inherit;
    width: 150px;
    padding: 0 0 0 35px;
    display:block;
}

.modaleExpressFriend p.errorArrow label span,
.modaleExpressFriend p label span
{
    color: #e58e24;
    font-size:0.9em;
    margin: 0;
    margin: 0;
    overflow: inherit;
    width: auto;
    padding: 0;
    display:inline;
    padding-right:3px;
}
.modaleExpressFriend p input {
    background:url("/images/backgrounds/bg_input.png") repeat-x scroll right top transparent;
    border:1px solid #A0A0A0;
    float:left;
    height:20px;
    width:225px;
}
.modaleExpressFriend p textarea {
    width:225px;
    height:70px;
    border:1px solid #A0A0A0;
    float:left;
}


.modaleExpressFriend p label {
    color:#58585E;
    float:left;
    font-size:0.9em;
    padding:4px 15px 10px 0;
    text-align:right;
    text-transform:uppercase;
    width:200px;
}


.modaleExpressFriend p {
    color:#28282B;
    font-size:1.1em;
    margin:0 auto;
    overflow:hidden;
    padding:10px 0 0;
    width:640px;
}

.modaleExpressFriend p.accroche {
    font-size:1em;
}

.actionSendFriend {
    padding:20px 0 0 300px;
 }
 
.actionSendFriend a  {
    font-size:1.2em;
}


/*DELETE PRODUCT MESSAGE-------*/

.basketDeletePopup {
    width:390px;
    font-size:1.1em;
    background: #FFF;
    border: 1px solid #666;

}

.topProductDelete {
   width:180px;
   margin:0 auto;
   padding:20px 0;
   color:#58585e;
   text-transform:uppercase; 
}
.topProductDelete span {
    padding-left:10px;
}

.basketDeletePopup p {
    color:#000;
    font-weight:bold;
    text-align:center;
}

.actionDelete {
    width:215px;
    overflow:hidden;
    padding:30px 0;
    margin:0 auto;
}

.actionDelete a {
    float:left;
}
.actionDelete a.noActionBtn {
    float:right;
}
.basketPopup {
    width:771px;
    background: #FFF;
    border: 1px solid #666;

}

.modalWrap {
    background: #FFF;
    width:680px;
    border: 1px solid #666;
}


.modalHeader
{
    background: url(/images/backgrounds/bg_headerModale.jpg) repeat-x center top;
    height:20px;
    margin: 0 auto;
    padding:9px 15px 0 10px;
    border-bottom:1px solid #5a5a5a;
}

.modalHeader h4
{
    text-transform:uppercase;
    color:#000;
    font-size:1.4em;
    float:left;
}

.modalHeader a:link, .modalHeader a:visited
{
    color: #121212;
    font-size: 1.1em;
    float: right;
    display: block;
    text-decoration: underline;
    text-transform:uppercase;
}
.modalHeader a:hover, .modalHeader a:active
{
    color: #000;
    text-decoration: underline;
}


/*modaleMessage*/

.modalMessage {
    background: #FFF;
    width:380px;
    border: 1px solid #666;
    height:200px;
}


.modalMessage p {
    padding:70px 0 0 0;
    text-align:center;
    font-size:1.2em;
    font-weight:bold;
}


/*---sizemodale---*/

.sizeModal {

    width:780px;
    background:#FFF;
 }
 
 .sizeModal #popinPlaceHolder{
    padding:10px;
    font-size:1.2em;

 }
.sizeModal .sizeTable  {
    border:1px solid #CCC;
    margin:10px 0;
 }
 
 .sizeModal .sizeTable td  {
    padding:5px;
 }


.containerContentModal 
{
    height:500px;
    overflow: auto;
    background:#FFF;
}

.ContentModal 
{
    width:565px;
    padding:20px 0 0 10px;
    font-size:1.1em;
}



 
 

    


