@media print {
  #siteavocat-apiheader-wrapper {display: none;}
  #editbar-wrapper {display: none;}
  .checkout-progressbar {display: none;}
}

.adminpage-wrapper {
	background: white;
	box-shadow: 0 0 15px #444;
	margin: 0 auto;
	padding: 10px 20px 20px;
	width: 960px;
}
.adminpage-wrapper.commande h1 {
	/*color: #3f3f3f;*/
	font-size: 20px;
	margin: 15px 0 30px;
	text-shadow: 1px 1px 1px #ccc;
}
.adminpage-wrapper.commande h2 {
	font-size: 16px;
	margin: 20px 0;
	text-shadow: 1px 1px 1px #ccc;
}
.adminpage-wrapper.commande.etape-3 h2 {
	border: none;
	text-transform: none;
}

.checkout-button {
	background-image: url(/images/sprites/checkout-buttons.png);
	display: block;
	display: inline-block;
	height: 20px;
	width: 20px;
}
.checkout-button.done {
	background-position: top left;
}
.checkout-button.active {
	background-position: center left;
}
.checkout-button.todo {
	background-position: bottom left;
}

.checkout-progressbar {
	background: url(/images/commander/checkout-line.png) no-repeat;
	background-position: 0 15px;
	margin-bottom: 30px;
	width: 100%;
}
.checkout-progressbar.with-selfdomaine .step-2 {
	display: none;
}
.checkout-step {
	color: black;
	display: block;
	float: left;
	margin-right: 15px;
	text-align: center;
	width: 200px;
}
.checkout-progressbar.with-selfdomaine .checkout-step {
	margin-right: 70px;
}
.checkout-step.step-1 {
	margin-left: 100px;
}
.checkout-step:hover {
	cursor: default;
	text-decoration: none;
}
.checkout-step.done {
	color: green;
}
.checkout-step.done.withhover:hover {
	cursor: pointer;
	text-decoration: underline;
}
.checkout-step.active {
	
}
.checkout-step.todo {
	color: gray;
}


/* tableau offres */
#table-offres {
    border-collapse: collapse;
	color: #4a4a4a;
}
#table-offres td {
    padding: 0px 15px;
    text-align: center;
    vertical-align: middle;
}
#table-offres thead .offrecol {
	height: 271px;
	width: 153px;
}
#table-offres thead .offrecol:hover {
	cursor: pointer;
}
#table-offres thead .offrecol .onhover {
	display: none;
}
#table-offres thead .offrecol.dispo:hover .outhover {
	display: none;
}
#table-offres thead .offrecol.dispo:hover .onhover {
	display: block;
}
#table-offres thead .offrecol.nondispo {
	opacity: 0.5;
}
#table-offres thead .prix {
    font-size: 22px; font-weight: bold;
    text-align: center;
}
#table-offres thead .selectionner {
	font-size: 14px; font-weight: bold;
	margin: 12px 0;
}
#table-offres thead .outhover .selectionner {
	margin-top: -28px;
}
#table-offres thead .actuel {
	font-style: italic;
	font-weight: normal;
	margin: 6px 0 -17px;
}
#table-offres tbody tr:hover {
    background: #f0f0f0;
}
#table-offres tbody tr.last:hover {
	background: transparent;
}
#table-offres tbody tr.last {
	font-size: 13px; font-weight: bold;
}
#table-offres tbody td {
    border-top: 1px solid #ccc;
}
#table-offres h2 {
  border: none;
	font-size: 18px;
    margin: 8px 0;
  padding: 0;
  text-shadow: none;
  text-transform: none;
}
#table-offres p {
    margin: 6px 0;
}
#table-offres .arguments {
    text-align: left;
    width: 350px;
}

#table-offres img {
    margin: 0 !important;
}
#table-offres .sendbutton {
	padding: 5px 10px;
}

.promo-multilingue {
	margin: 30px auto;
	width: 600px;
}
.promo-multilingue img {
	float: left;
	margin-right: 10px;
}
.promo-multilingue .texte {
	float: left;
	display: block;
	width: 520px;
}
.promo-multilingue .texte p {
	font-size: 14px;
	margin: 0 0 8px;
}
.promo-multilingue .texte .ligne-1 {
	font-weight: bold;
}
.promo-multilingue .texte .ligne-3 {
	font-size: 12px;
	font-style: italic;
}

.avantages {
    font-size: 16px;
}
.avantages img {
    margin: 0 5px 0 0 !important;
}

.checkout-content.step-2 .mydomaine {
	margin: 0 auto;
	width: 700px;
}
.checkout-content.step-2 .selfdomaine {
	margin: 0 auto;
	width: 415px;
}
.checkout-content.step-2 .selfdomaine .sendbutton {
	/*font-size: 16px; font-weight: bold;
	padding: 10px 30px;*/
}

.resume-prix thead td {
	background: #f4f4f4;
}
.resume-prix tbody td {
	border: 1px solid #f4f4f4;
}
.resume-prix td {
	padding: 8px 15px;
}
.resume-prix .libelle {
	
}
.resume-prix .prix {
	text-align: right;
	
}
.resume-prix i {
	margin-right: 10px;
}

.boite-mode_paiement {
	float: left;
	text-align: center;
	padding: 10px 20px;
	width: 400px;
}
.boite-mode_paiement:hover {
	box-shadow: 0 0 20px #444;
	cursor: pointer;
}
.boite-mode_paiement.cb {
	margin-right: 60px;
}
.boite-mode_paiement header {
	color: #444;
	font-size: 18px; font-weight: bold;
}
.boite-mode_paiement p {
	font-size: 15px;
}
.boite-mode_paiement p.comment {
	font-size: 12px;
	margin: 6px 0 0;
}
.boite-mode_paiement img {
	display: block;
	margin: 0 auto;
}
.boite-mode_paiement.cb img {
	margin: 50px auto;
}

.checkout-content.step-4 .sendbutton {
	margin-right: 20px;
	/*padding: 10px 20px;*/
}

#commande-content {
    padding: 20px 0;
}
#commande-content .left {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    width: 640px;
}

/*.titre {
    color: #627F91;
    font-size: 14px; font-weight: bold;
    margin: 12px 0;
}
.explication {
    background: #f0f0f0;
    border: 1px dashed #ccc;
    display: inline-block;
    font-size: 11px;
    margin-left: 40px;
    max-width: 400px;
    padding: 5px;
}*/

ul.simple {
    list-style: url(/images/icons/check-16.png);
}
ul.simple li {
    padding: 4px 0;
}

#commande-content .right {
    float: left;
    width: 300px;
}
#commande-content .right h2 {
    border-bottom: 1px solid gray;
    margin: 0 0 16px;
    padding-bottom: 8px;
}
.bottomline {
    border: 1px solid #627F91;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 15px 0;
}

/* coordonnées pour le prélevement */
.form-iban {
	margin-right: 40px;
    width: 380px;
}
.form-iban header {
	font-size: 14px;
}
.form-iban .libelle {
	margin: 10px 0 2px;
}
.form-iban input {
	font-size: 12px;
	width: 350px;
}
.form-iban input[name=cp_titulaire] {
	width: 50px;
}
.form-iban input[name=ville_titulaire] {
	width: 289px;
}
.form-iban .iban-input {
	margin: 0 2px;
	padding: 2px 4px;
	width: 35px;
}

/*
.tableRIB {
	width: 270px;
}
.tableCPVille {
	margin-top: -11px;
	width: 270px;
}
.modeCB {
	border-right: 1px solid silver;
	float: left;
	margin-right: 20px;
	padding-right: 10px;
	width: 290px;
}
.parTelephone {
	border: 1px solid silver;
	border-radius: 6px;
	margin: 0 auto;
	padding: 8px 0;
	width: 300px;
}
.modePrelevement {
	float: left;
	width: 260px;
}
input {
	border-radius: 0px;
    margin-left: 0;
	padding: 1px 2px;
}
.titulaire {
	width: 362px;
}
.ville {
	width: 300px;
}
.desc {
	color: #3D5C81;
	font-size: 14px;
	margin: 6px 0 12px;
}
.sizeLength5 {
	width: 45px;
}
.sizeLength2 {
	width: 20px;
}
.sizeLength11 {
	width: 100px;
}*/